<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">

<channel>
	<title>Teen Internet Marketer</title>
	
	<link>http://www.krazyness.net</link>
	<description>A blog by a teen internet marketer</description>
	<pubDate>Fri, 29 Aug 2008 03:02:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://www.krazyness.net/feed/" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">1984448</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.feedburner.com</feedburner:feedburnerHostname><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Fwww.krazyness.net%2Ffeed%2F" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Fwww.krazyness.net%2Ffeed%2F" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Fwww.krazyness.net%2Ffeed%2F" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.bloglines.com/sub/http://www.krazyness.net/feed/" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Fwww.krazyness.net%2Ffeed%2F" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://fusion.google.com/add?feedurl=http%3A%2F%2Fwww.krazyness.net%2Ffeed%2F" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Fwww.krazyness.net%2Ffeed%2F" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>Google is Indexing Stuff in my Javascript?</title>
		<link>http://www.krazyness.net/2008/08/28/google-is-indexing-stuff-in-my-javascript/</link>
		<comments>http://www.krazyness.net/2008/08/28/google-is-indexing-stuff-in-my-javascript/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 03:02:53 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
		
		<category><![CDATA[Interesting Stuff]]></category>

		<guid isPermaLink="false">http://www.krazyness.net/?p=98</guid>
		<description><![CDATA[I have some script in Krazy Letter that goes like this:
&#60;script type="text/javascript"&#62;
	//skip a few lines of code here
	var playerConfURL = 'http://www.krazyletter.com/flv_player/data/playerConfig/342.xml';
	var PlayerGuideURL = 'http://www.krazyletter.com/flv_player/data/guide/342.xml';
	var PlayerBannerURL = 'http://www.krazyletter.com/flv_player/data/banner.xml';
	var PlayerCommercialURL = 'http://www.krazyletter.com/flv_player/data/commercial/342.xml';
&#60;/script&#62;
The XML files are not referenced anywhere else. However, check this out:

Weird, huh? I guess I&#8217;ll be blocking this with robots.txt&#8230;
]]></description>
			<content:encoded><![CDATA[<p>I have some script in Krazy Letter that goes like this:</p>
<pre id="line107">&lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript"</span>&gt;
	//skip a few lines of code here
	var playerConfURL = 'http://www.krazyletter.com/flv_player/data/playerConfig/342.xml';
	var PlayerGuideURL = 'http://www.krazyletter.com/flv_player/data/guide/342.xml';
	var PlayerBannerURL = 'http://www.krazyletter.com/flv_player/data/banner.xml';
	var PlayerCommercialURL = 'http://www.krazyletter.com/flv_player/data/commercial/342.xml';
&lt;/<span class="end-tag">script</span>&gt;</pre>
<p>The XML files are not referenced anywhere else. However, check this out:</p>
<p><img class="alignnone size-full wp-image-99" title="Google Indexed Javascript" src="http://www.krazyness.net/wp-content/uploads/2008/08/googleweird.png" alt="" width="500" height="544" /></p>
<p>Weird, huh? I guess I&#8217;ll be blocking this with robots.txt&#8230;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=QcXuSk"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=QcXuSk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=VWjZHK"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=VWjZHK" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.krazyness.net/2008/08/28/google-is-indexing-stuff-in-my-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Facebook Group Sale</title>
		<link>http://www.krazyness.net/2008/07/27/facebook-group-sale/</link>
		<comments>http://www.krazyness.net/2008/07/27/facebook-group-sale/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 09:20:06 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
		
		<category><![CDATA[Interesting Stuff]]></category>

		<guid isPermaLink="false">http://www.krazyness.net/?p=95</guid>
		<description><![CDATA[http://marketplace.sitepoint.com/auctions/41640
Now this is something I want to keep track of.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://marketplace.sitepoint.com/auctions/41640">http://marketplace.sitepoint.com/auctions/41640</a></p>
<p>Now this is something I want to keep track of.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=GXmqUj"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=GXmqUj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=XuhPeJ"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=XuhPeJ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.krazyness.net/2008/07/27/facebook-group-sale/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Facebook Live</title>
		<link>http://www.krazyness.net/2008/07/24/facebook-live/</link>
		<comments>http://www.krazyness.net/2008/07/24/facebook-live/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 06:00:02 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
		
		<category><![CDATA[Interesting Stuff]]></category>

		<guid isPermaLink="false">http://www.krazyness.net/?p=88</guid>
		<description><![CDATA[
Microsoft to Expand Facebook Ad Pact
Microsoft will be providing Windows Live Search to Facebook users. Initially, this may seem like a small thing - it may just be a search bar for Windows Live - but then again, think again.
When you&#8217;re on Facebook, how many times do you use the search on their site? Honestly, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-91" title="Facebook Live" src="http://www.krazyness.net/wp-content/uploads/2008/07/facebooklive.png" alt="" width="320" height="120" /></p>
<p><strong><a href="http://www.cnbc.com/id/25835211">Microsoft to Expand Facebook Ad Pact</a></strong></p>
<p>Microsoft will be providing Windows Live Search to Facebook users. Initially, this may seem like a small thing - it may just be a search bar for Windows Live - but then again, think again.</p>
<p>When you&#8217;re on Facebook, how many times do you use the search on their site? Honestly, I use it quite a bit - it&#8217;s much better than Myspace&#8217;s search - so it&#8217;s much easier to find your friends, applications, and groups/products/etc. However, this has another implication - finding celebrities, movies, and tech gadget fan groups via Facebook may be fun - but Windows Live Search has the potential to enhance your search by bringing up relevant results on the web - and display relevant contextual ads.</p>
<p>This is a big thing - and I believe that this move from Microsoft was a smart one - this creates a potential for people to centralize Facebook for their research on various things. They would be able to stay on Facebook to get all of their daily information.</p>
<p>If that happens, what happens to Google?</p>
<p>I&#8217;ve already written about how <a href="http://www.krazyness.net/2008/07/10/warning-how-facebook-can-kill-the-web/">Facebook can Kill the Web</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=48vMtj"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=48vMtj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=IO8dcJ"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=IO8dcJ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.krazyness.net/2008/07/24/facebook-live/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pimp Your Blog - Using Wordpress Plugins to Enhance your Blog</title>
		<link>http://www.krazyness.net/2008/07/19/pimp-your-blog-using-wordpress-plugins-to-enhance-your-blog/</link>
		<comments>http://www.krazyness.net/2008/07/19/pimp-your-blog-using-wordpress-plugins-to-enhance-your-blog/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 05:56:49 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
		
		<category><![CDATA[Website Administration]]></category>

		<guid isPermaLink="false">http://www.krazyness.net/?p=37</guid>
		<description><![CDATA[
Plugins are useful - and easy to install in Wordpress. I&#8217;m sure that many bloggers have several plugins installed - and I do too. I&#8217;ll give a short and concise list of what plugins I have and why they are useful.
Akismet
Definitely the staple plugin for all Wordpress bloggers - this anti-spam plugin just stops spam [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_85" class="wp-caption alignnone" style="width: 310px"><a href="http://www.krazyness.net/wp-content/uploads/2008/07/plugin.png"><img class="size-medium wp-image-85" title="plugin" src="http://www.krazyness.net/wp-content/uploads/2008/07/plugin-300x153.png" alt="Plug in" width="300" height="153" /></a><p class="wp-caption-text">Wordpress plugins are just that easy</p></div>
<p>Plugins are useful - and easy to install in Wordpress. I&#8217;m sure that many bloggers have several plugins installed - and I do too. I&#8217;ll give a short and concise list of what plugins I have and why they are useful.</p>
<p><strong>Akismet</strong></p>
<p>Definitely the staple plugin for <strong>all</strong> Wordpress bloggers - this anti-spam plugin just stops spam dead in it&#8217;s tracks. If I couldn&#8217;t live without one plugin, it would be Akismet.</p>
<p><strong>Dofollow</strong></p>
<p>I&#8217;ve talked about the <a href="http://www.krazyness.net/2008/07/11/does-nofollownospam/">dofollow plugin earlier</a> - it&#8217;s a very good plugin that basically forces my agenda on my blog - I think that links should be counted by Google - as long as they&#8217;re not spam.</p>
<p><a href="http://www.linewbie.com/wordpress-plugins/hot-linked-image-cacher"><strong>Hot Linked Image Cacher</strong></a></p>
<p>This is a great plugin! I don&#8217;t like to hotlink my images, so I just hot link them, run hot-linked image cacher, and then boom! My images are now locally hosted.</p>
<p><strong><a href="http://www.tsaiberspace.net/projects/wordpress/wordbook/">Wordbook</a></strong></p>
<p>This automatically updates my Facebook profile and feed with a thing saying &#8220;Edward has posted a new blog entry&#8221; - linking to my blog on here. This helps me get a few extra visits.</p>
<p><strong><a href="http://mitcho.com/code/yarpp/">&#8220;Yet Another Related Posts Plugin&#8221;</a></strong></p>
<p>Interesting name, right? I think that having a &#8220;related posts&#8221; section really helps increase pageviews on a blog - and I wanted a good related posts plugin. Unfortunately, the plugins that I found were either too complex, or didn&#8217;t have enough customizability. I found the perfect match with YARPP.</p>
<p>What plugins do you use on your blog?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=lhfm2j"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=lhfm2j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=HHrwaJ"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=HHrwaJ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.krazyness.net/2008/07/19/pimp-your-blog-using-wordpress-plugins-to-enhance-your-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The limits of meta</title>
		<link>http://www.krazyness.net/2008/07/14/the-limits-of-meta/</link>
		<comments>http://www.krazyness.net/2008/07/14/the-limits-of-meta/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 07:11:54 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
		
		<category><![CDATA[Interesting Stuff]]></category>

		<guid isPermaLink="false">http://www.krazyness.net/?p=82</guid>
		<description><![CDATA[From Seth Godin:


Blogging about blogging, writing about writing, documentaries about documentaries, songs about songwriting&#8230;
It&#8217;s tempting to use a medium to write about the medium.
It works for a while, but there&#8217;s a limit. Pretty quickly, you hit a natural ceiling and you won&#8217;t be able to go any further. The most obvious trap online: websites that [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://sethgodin.typepad.com/seths_blog/2008/07/the-limits-of-m.html">Seth Godin</a>:</p>
<blockquote>
<div class="entry-body">
<p>Blogging about blogging, writing about writing, documentaries about documentaries, songs about songwriting&#8230;</p>
<p>It&#8217;s tempting to use a medium to write about the medium.</p>
<p>It works for a while, but there&#8217;s a limit. Pretty quickly, you hit a natural ceiling and you won&#8217;t be able to go any further. The most obvious trap online: <strong>websites that make money by teaching you about making money by using the web</strong>.</p>
</div>
</blockquote>
<p>John Chow, anyone?</p>
<p>Seriously though - maybe this blogging thing is getting saturated.</p>
<p>However, that viewpoint depends on how you use blogging. Do you use blogging as a way to organize your thoughts, or are you trying to make money online?</p>
<p>What do you do with your blog?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=JfqEHj"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=JfqEHj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=89xnhJ"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=89xnhJ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.krazyness.net/2008/07/14/the-limits-of-meta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Facebook Ads Credits</title>
		<link>http://www.krazyness.net/2008/07/13/facebook-ads-credits/</link>
		<comments>http://www.krazyness.net/2008/07/13/facebook-ads-credits/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 00:03:18 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
		
		<category><![CDATA[Promotion]]></category>

		<guid isPermaLink="false">http://www.krazyness.net/?p=80</guid>
		<description><![CDATA[
Thanks to Neil at NeilsWeb for posting this, and James Seligman for letting me know about these credits. 
Facebook is offering $250 worth of free Advertising credits right now. It seems that they&#8217;re trying to encourage advertising on their network.
1. Signup for the Visa Business Network. Click &#8220;Join Network&#8221; and add the application. You do [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-81" title="facebook-ads" src="http://www.krazyness.net/wp-content/uploads/2008/07/facebookads.png" alt="Facebook Ads" width="484" height="109" /></p>
<p><em>Thanks to Neil at <a href="http://neilsweb.com/facebook-coupons">NeilsWeb</a> for posting this, and <a href="http://jamesseligman.net/">James Seligman</a> for letting me know about these credits. </em></p>
<p>Facebook is offering <strong>$250</strong> worth of free Advertising credits right now. It seems that they&#8217;re trying to encourage advertising on their network.</p>
<p>1. Signup for the <a href="http://apps.facebook.com/visabusiness/sign_up">Visa Business Network</a>. Click &#8220;Join Network&#8221; and add the application. You <strong>do not</strong> need to fill out your profile details to get the ad credit.</p>
<p>2. Check the email associated with your Facebook account - you should get a <strong>$100</strong> coupon code in your email.</p>
<p>Other three coupon codes for <strong>$50</strong> each:</p>
<p>T5V6-1JKV-TNH9-2MRH</p>
<p>2JXY-WTFK-72Y0-VJ6Y</p>
<p>R1X5-0NH7-5FXW-<span style="font-weight: normal;">5YEC</span></p>
<p><strong>To redeem the coupon codes:</strong></p>
<p>1. Login to <a href="http://www.facebook.com/ads/manage/">Facebook Ad Manager</a></p>
<p>2. Click on Billing, then click on Funding Sources.</p>
<p>3. Click &#8220;Enter Coupon Code&#8221; and enter in the four coupon codes. You should now have $250 in your Facebook Ads account!</p>
<p>Enjoy!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=DINwOj"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=DINwOj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=8UXILJ"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=8UXILJ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.krazyness.net/2008/07/13/facebook-ads-credits/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Does NoFollow=NoSpam?</title>
		<link>http://www.krazyness.net/2008/07/11/does-nofollownospam/</link>
		<comments>http://www.krazyness.net/2008/07/11/does-nofollownospam/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 05:57:44 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
		
		<category><![CDATA[Website Administration]]></category>

		<guid isPermaLink="false">http://www.krazyness.net/?p=79</guid>
		<description><![CDATA[
A few years back, comment spam became a bigger and bigger problem for blogs - and Google needed to figure out a solution. Comment spam allowed spammers to unfairly game Google and get ranked for terms that they shouldn&#8217;t have ranked. Comment spam definitely started to become a problem. Enter rel=nofollow.
What is rel=nofollow?
Rel=nofollow tells search [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.krazyness.net/wp-content/plugins/hot-linked-image-cacher/upload/static.squidoo.com/resize/squidoo_images/-1/draft_lens1600994module4463726photo_dofollow.jpg" alt="" width="128" height="128" /></p>
<p>A few years back, comment spam became a bigger and bigger problem for blogs - and Google needed to figure out a solution. Comment spam allowed spammers to unfairly game Google and get ranked for terms that they shouldn&#8217;t have ranked. Comment spam definitely started to become a problem. Enter rel=nofollow.</p>
<h3>What is rel=nofollow?</h3>
<p>Rel=nofollow tells search engines to STOP and do NOT follow the link. This means that the links will not affect the search ranking of the site being linked to. This should discourage spammers - as they usually spam to get higher Google rankings. To aid in Google&#8217;s effort, Wordpress put in a default setting - to make comment posts link back to the authors as &#8220;nofollow&#8221;.</p>
<p>However, this has a disadvantage - this means that comment authors will not get the link juice they deserve when they comment on a blog. Also, it seems that nofollow has not stopped the spam flood - anyone who runs a blog today knows that comment spam is definitely a problem worth looking out for.</p>
<h3>Enter Akismet</h3>
<p>Akismet, the spam detection plugin.</p>
<p>Ask any blogger - and Akismet will most likely be the most useful plugin that they have enabled. On Krazyness itself, Akismet has blocked 11,482 spam comments. Akismet has been very useful at eliminating comment spam - while Google&#8217;s rel=nofollow has not.</p>
<h3>Do Follow</h3>
<p>That&#8217;s why I&#8217;ve taken this time to enable the <a href="http://www.semiologic.com/software/wp-tweaks/dofollow/">do follow plugin</a> on Wordpress. This means that whenever any one of you comments on Krazyness - you will get free link juice from Krazyness to award yourself for your efforts.</p>
<p>I don&#8217;t think I&#8217;ll recieve much more spam (other than what Akismet already blocks) - and I&#8217;ll probably see more comments on this blog from now on. I would strongly encourage other blogs to follow suit - and disable nofollow.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=O4xQLj"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=O4xQLj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=Q08VMJ"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=Q08VMJ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.krazyness.net/2008/07/11/does-nofollownospam/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Warning: How Facebook can Kill the Web</title>
		<link>http://www.krazyness.net/2008/07/10/warning-how-facebook-can-kill-the-web/</link>
		<comments>http://www.krazyness.net/2008/07/10/warning-how-facebook-can-kill-the-web/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 02:27:14 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
		
		<category><![CDATA[Nothing in General]]></category>

		<guid isPermaLink="false">http://www.krazyness.net/2008/07/10/warning-how-facebook-can-kill-the-web/</guid>
		<description><![CDATA[
For anyone who ever really looked at the Facebook application development platform, it can be tremendously scary - there are so many possibilities with the Facebook platform. Right now, most Facebook applications are limited to &#8220;What type of Underwear are you?&#8221; and the various &#8220;Pet&#8221; applications on profiles. However, the Facebook platform is extremely versatile [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.krazyness.net/wp-content/plugins/hot-linked-image-cacher/upload/schwimmerlegal.com//facebookspalogo.jpg" alt="" width="320" height="120" /></p>
<p>For anyone who ever really looked at the Facebook application development platform, it can be tremendously scary - there are so many possibilities with the Facebook platform. Right now, most Facebook applications are limited to &#8220;What type of Underwear are you?&#8221; and the various &#8220;Pet&#8221; applications on profiles. However, the Facebook platform is extremely versatile and - if enough developers take advantage of it - could spawn applications which will replace the rest of the World Wide Web as we know it.</p>
<p>How would Facebook aid in the congregation of the web? Here are some examples:</p>
<h3>Doing Research on Facebook</h3>
<p>In the past few years, online research is conducted in fewer and fewer ways:</p>
<p style="padding-left: 30px;">1. Search Wikipedia - Wikipedia is a giant repository for human knowledge - there&#8217;s no need to search Google for small websites about Egypt if it&#8217;s all on Wikipedia<br />
2. Search Google for Forum/Blog posts about the subject (useful for when you&#8217;re looking for howto guides, articles, or Q/A)</p>
<p>How would it work on Facebook?</p>
<p>What if you could search Wikipedia right within Facebook? Open up your application &#8220;Wikipedia&#8221; - and then search for articles. If you do article editing - no problem - your article edits would appear in your feed. Why go to Wikipedia.org if you can see what articles your friends have edited via the Wikipedia Facebook Application?</p>
<h3>Blogging on Facebook</h3>
<p>This is a no-brainier - many people are already importing blog entries into Facebook Notes. Myself? I&#8217;m using a handy plugin called Wordbook to link Facebook with my blog instead of directly importing them. Nonetheless, once more people go onto Facebook - why bother writing on your blog? Just blog directly on Facebook with the blogs application. How would people get RSS updates to your blog? Instead of RSS, people would most likely &#8220;Feed subscribe&#8221; - meaning that your new blog posts would go on their Facebook Feed.</p>
<h3>News on Facebook</h3>
<p>Online news has been growing at a tremendous pace - around <a href="http://adage.com/campaigntrail/post?article_id=127977">76% of 18-35 year old people prefer online news sources.</a> How would Facebook fill that gap? In the same way as blogs - people could &#8220;install&#8221; a news app from New York Times, Google, or CNN, and read current news from their feed. The news widgets could even target news to the reader. If the reader is a 18 year old male who lists a lot of sports in his Facebook &#8220;Interests&#8221; - the news application could choose to post more sports articles into the feed. On the other hand, if the reader is a 40 year old middle-age woman, the news application could still effectively display articles to the woman&#8217;s interest.</p>
<h3>Email on Facebook</h3>
<p>Even though E-mail is not part of the World Wide Web (which only covers websites) - if Facebook gains dominance, it&#8217;s messaging system could effectively replace email. Why?</p>
<p>Many people receive spam on a daily basis - however, on Facebook, it would be much harder to get spammed. Why? Facebook only allows you to communicate with your &#8220;friends&#8221; - only people whom you want to hear from. Facebook mail isn&#8217;t cluttered by spam like email technologies. Users looking to escape the savage nature of e-mail would start using Facebook mail instead to message their friends - rendering e-mail obsolete.</p>
<p>In a sense, some of this is already happening - albiet on a smaller scale. Although Facebook will probably never replace the entire Internet, it&#8217;s scary seeing how much of it *could* replace the web - and what will probably happen to the Internet in some form or other within the next 20 years. A global login system, social actions, and everything - all from one site.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=0T6yij"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=0T6yij" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=qkRrbJ"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=qkRrbJ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.krazyness.net/2008/07/10/warning-how-facebook-can-kill-the-web/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I realize that the “publish in future” didn’t work</title>
		<link>http://www.krazyness.net/2008/06/16/i-realize-that-i-the-publish-in-future-didnt-work/</link>
		<comments>http://www.krazyness.net/2008/06/16/i-realize-that-i-the-publish-in-future-didnt-work/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 03:00:28 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
		
		<category><![CDATA[Promotion]]></category>

		<guid isPermaLink="false">http://www.krazyness.net/?p=74</guid>
		<description><![CDATA[My bad - I&#8217;m sorry. Anyways, I&#8217;m back from mountain biking - it was great! I&#8217;ll get some pictures up sometime soon. However, I have an awesome announcement:
I just received my Teen Business Forum tees!
 
I&#8217;ll be sending one to Shoemoney&#8217;s free shirt friday - and selling the rest for $5 apiece - a 50% [...]]]></description>
			<content:encoded><![CDATA[<p>My bad - I&#8217;m sorry. Anyways, I&#8217;m back from mountain biking - it was great! I&#8217;ll get some pictures up sometime soon. However, I have an awesome announcement:</p>
<p>I just received my Teen Business Forum tees!</p>
<p><a href="http://www.krazyness.net/wp-content/uploads/2008/06/tbfshirt1.jpg"><img class="alignnone size-medium wp-image-75" title="tbfshirt1" src="http://www.krazyness.net/wp-content/uploads/2008/06/tbfshirt1-200x300.jpg" alt="Teen Business Forum T-shirt" width="200" height="300" /></a> <a href="http://www.krazyness.net/wp-content/uploads/2008/06/tbfshirt2.jpg"><img class="alignnone size-medium wp-image-76" title="tbfshirt2" src="http://www.krazyness.net/wp-content/uploads/2008/06/tbfshirt2-300x225.jpg" alt="Teen Business Forum T-shirt" width="300" height="225" /></a></p>
<p>I&#8217;ll be sending one to Shoemoney&#8217;s free shirt friday - and selling the rest for $5 apiece - a 50% subsidization of the tees.</p>
<p><a href="http://www.teenbusinessforum.com/showthread.php?t=800">Teen Business Forum Thread Link</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=QCypci"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=QCypci" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=teOFCI"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=teOFCI" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.krazyness.net/2008/06/16/i-realize-that-i-the-publish-in-future-didnt-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Downhill Biking</title>
		<link>http://www.krazyness.net/2008/06/09/downhill-biking/</link>
		<comments>http://www.krazyness.net/2008/06/09/downhill-biking/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 00:49:47 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
		
		<category><![CDATA[Krazyness]]></category>

		<guid isPermaLink="false">http://www.krazyness.net/?p=71</guid>
		<description><![CDATA[
As a FYI to all you blog readers, I&#8217;ll be gone for the next week downhill biking in Port Angeles with part of my school (for &#8220;Focus Week&#8221; - a week where we do school-sponsored trips and activities).
As such, I may or may not be online - depending on if I can find wifi in [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.krazyness.net/wp-content/plugins/hot-linked-image-cacher/upload/static.howstuffworks.com/gif/mountain-bike-intro.jpg" alt="" /></p>
<p>As a FYI to all you blog readers, I&#8217;ll be gone for the next week downhill biking in Port Angeles with part of my school (for &#8220;Focus Week&#8221; - a week where we do school-sponsored trips and activities).</p>
<p>As such, I may or may not be online - depending on if I can find wifi in Port Angeles. Don&#8217;t fret, though - I have scheduled posts to appear over the next few days - continuing my SMX organic SEO series of posts.</p>
<p>Funnily, I decided to take a look at the <a href="http://www.fluidride.com/">Fluidride website</a> - they will be hosting our bike trip - and was surprised to see that they run Wordpress. I wonder how much Contagious Media Services was paid for that website?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=M9cQ3i"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=M9cQ3i" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TeenInternetMarketer?a=n5Z29I"><img src="http://feeds.feedburner.com/~f/TeenInternetMarketer?i=n5Z29I" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.krazyness.net/2008/06/09/downhill-biking/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
