<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Webmaster-Source</title>
	
	<link>http://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Mon, 15 Mar 2010 11:50:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Webmaster-source" /><feedburner:info uri="webmaster-source" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Webmaster-source</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FWebmaster-source" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FWebmaster-source" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FWebmaster-source" 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 href="http://www.bloglines.com/sub/http://feeds.feedburner.com/Webmaster-source" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FWebmaster-source" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FWebmaster-source" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FWebmaster-source" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>Automatic Amazon S3 Backups on Ubuntu/Debian</title>
		<link>http://feedproxy.google.com/~r/Webmaster-source/~3/VohsXpSZpDM/</link>
		<comments>http://www.webmaster-source.com/2010/03/15/automatic-amazon-s3-backups-on-ubuntudebian/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 11:50:11 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3127</guid>
		<description><![CDATA[If you manage your own web server, as you do with a VPS, one thing you need to look into is a backup strategy. It wouldn&#8217;t be pleasant for your files to vanish into the ether in the event of some sort of catastrophic server meltdown, would it? Optimally you want to, on a daily [...]]]></description>
			<content:encoded><![CDATA[<p>If you manage your own web server, as you do with a VPS, one thing you need to look into is a backup strategy. It wouldn&#8217;t be pleasant for your files to vanish into the ether in the event of some sort of catastrophic server meltdown, would it? Optimally you want to, on a daily basis, offload a copy of everything important to a separate geographical location. One excellent way to do that is to follow Pro Blog Design&#8217;s new tutorial on how to <a href="http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/">automatically back up your files and databases to Amazon S3.</a></p>
<p>S3, or Simple Storage Service, is Amazon&#8217;s cheap cloud data storage system. Michael Martin, the author of the tutorial, says that his bill from last month was $2.60. ($0.15 per month per GB for stored, $0.15 per GB transferred.) Using a backup script on your server, you can automatically archive and encrypt your files and MySQL dumps, then send them off to Amazon&#8217;s servers for safekeeping.</p>
<blockquote><p>I should start by saying that while s3 is not a free service, it’s  incredibly inexpensive! My bill <strong>for the last month was $2.60</strong>,  and that was with backing up a lot more than just this site! It’s the  cheapest peace-of-mind ever.</p></blockquote>
<p><a href="http://www.problogdesign.com/how-to/automatic-amazon-s3-backups-on-ubuntu-debian/">Automatic Amazon S3 Backups on Ubuntu/Debian</a> [Pro Blog Design]</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=VohsXpSZpDM:317uFT5aEwQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=VohsXpSZpDM:317uFT5aEwQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=VohsXpSZpDM:317uFT5aEwQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=VohsXpSZpDM:317uFT5aEwQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=VohsXpSZpDM:317uFT5aEwQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=VohsXpSZpDM:317uFT5aEwQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=VohsXpSZpDM:317uFT5aEwQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=VohsXpSZpDM:317uFT5aEwQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webmaster-source/~4/VohsXpSZpDM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2010/03/15/automatic-amazon-s3-backups-on-ubuntudebian/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.webmaster-source.com/2010/03/15/automatic-amazon-s3-backups-on-ubuntudebian/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=automatic-amazon-s3-backups-on-ubuntudebian</feedburner:origLink></item>
		<item>
		<title>BlogBuzz March 13, 2010</title>
		<link>http://feedproxy.google.com/~r/Webmaster-source/~3/9vM9sADKnYk/</link>
		<comments>http://www.webmaster-source.com/2010/03/13/blogbuzz-march-13-2010/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 10:05:21 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[BlogBuzz]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3131</guid>
		<description><![CDATA[
Andreessen’s Advice To Old Media: “Burn The Boats”
Why Ad Blocking is devastating to the sites you love
Framework’d: URL Shortening
WPTavern Was Trackbacked To Death
Shortcodes in Widgets
US Patent Office Decides That One Click Really Is Patentable

]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://techcrunch.com/2010/03/06/andreessen-media-burn-boats/">Andreessen’s Advice To Old Media: “Burn The Boats”</a></li>
<li><a href="http://arstechnica.com/business/news/2010/03/why-ad-blocking-is-devastating-to-the-sites-you-love.ars">Why Ad Blocking is devastating to the sites you love</a></li>
<li><a href="http://www.woothemes.com/2010/03/frameworkd-url-shortening/">Framework’d: URL Shortening</a></li>
<li><a href="http://www.wptavern.com/wptavern-was-trackbacked-to-death">WPTavern Was Trackbacked To Death</a></li>
<li><a href="http://digwp.com/2010/03/shortcodes-in-widgets/">Shortcodes in Widgets</a></li>
<li><a href="http://techdirt.com/articles/20100310/1011108507.shtml">US Patent Office Decides That One Click Really Is Patentable</a></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=9vM9sADKnYk:1xsR_7YhhWY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=9vM9sADKnYk:1xsR_7YhhWY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=9vM9sADKnYk:1xsR_7YhhWY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=9vM9sADKnYk:1xsR_7YhhWY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=9vM9sADKnYk:1xsR_7YhhWY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=9vM9sADKnYk:1xsR_7YhhWY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=9vM9sADKnYk:1xsR_7YhhWY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=9vM9sADKnYk:1xsR_7YhhWY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webmaster-source/~4/9vM9sADKnYk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2010/03/13/blogbuzz-march-13-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webmaster-source.com/2010/03/13/blogbuzz-march-13-2010/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=blogbuzz-march-13-2010</feedburner:origLink></item>
		<item>
		<title>Ars Technica’s Ken Fisher on Ad Blocking</title>
		<link>http://feedproxy.google.com/~r/Webmaster-source/~3/nE23LdOKto8/</link>
		<comments>http://www.webmaster-source.com/2010/03/12/ars-technicas-ken-fisher-on-ad-blocking/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 11:05:03 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Monetization]]></category>
		<category><![CDATA[adblock]]></category>
		<category><![CDATA[Ads]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Ars Technica]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3115</guid>
		<description><![CDATA[I&#8217;ve written at length before on the subject of ad blocking and how it hurts your favorite websites. My diatribes have been a little strongly worded in the past, which may blunt the effect I intended them to evoke. Fortunately, a much larger site than I has published an article on the subject, and their [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-3116 imgborder" title="Ars Technica" src="http://www.webmaster-source.com/wp-content/uploads/arstechnica-thumbnail.png" alt="" width="75" height="75" />I&#8217;ve written at length before on the subject of ad blocking and how it hurts your favorite websites. My diatribes have been a little strongly worded in the past, which may blunt the effect I intended them to evoke. Fortunately, a much larger site than I has published an article on the subject, and their article, I believe, does a better job at explaining the publishers&#8217; side of things.</p>
<p>Ars Technica&#8217;s Editor-in-Chief, Ken Fisher, recently penned <em><a href="http://arstechnica.com/business/news/2010/03/why-ad-blocking-is-devastating-to-the-sites-you-love.ars">Why Ad Blocking is devastating to the sites you love</a></em>, a piece that presents, quite well, the facts of what ad blocking does to a website.</p>
<blockquote><p>There is an oft-stated misconception that if a user never clicks on ads,  then blocking them won&#8217;t hurt a site financially.  This is wrong.  Most  sites, at least sites the size of ours, are paid on a per view basis.  If you have an ad blocker running, and you load 10 pages on the site,  you consume resources from us (bandwidth being only one of them), but  provide us with no revenue.  Because we are a technology site, we have a  very large base of ad blockers.  Imagine running a restaurant where 40%  of the people who came and ate didn&#8217;t pay. In a way, that&#8217;s what ad  blocking is doing to us.  Just like a restaurant, we have to pay to  staff, we have to pay for resources, and we have to pay when people  consume those resources. The difference, of course, is that our visitors  don&#8217;t pay us directly but indirectly by viewing advertising.</p></blockquote>
<p>Whether you block ads or not, I encourage you to read <a href="http://arstechnica.com/business/news/2010/03/why-ad-blocking-is-devastating-to-the-sites-you-love.ars">the full article</a>. Even if you think you have made-up your mind on the matter, you should still see what the editor of one of the largest (and highest-quality) tech news sites has to say.</p>
<p>When someone blocks ads on a website they frequent, they are taking money from a company that has to somehow pay its employees and provide funds to run servers. It may not be a pleasant fact, but it is a fact nonetheless. I don&#8217;t know about you, but I don&#8217;t relish the idea of paying subscriptions for websites.</p>
<p>I don&#8217;t ask that you give-up ad blocking entirely. (After all, how would we have survived the pop-up infestation of the &#8217;90s without resorting to blocking them?) I do, however, encourage the adoption of less aggressive blocking rules, and that you whitelist your favorite sites.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=nE23LdOKto8:Q2cWVcYxV-U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=nE23LdOKto8:Q2cWVcYxV-U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=nE23LdOKto8:Q2cWVcYxV-U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=nE23LdOKto8:Q2cWVcYxV-U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=nE23LdOKto8:Q2cWVcYxV-U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=nE23LdOKto8:Q2cWVcYxV-U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=nE23LdOKto8:Q2cWVcYxV-U:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=nE23LdOKto8:Q2cWVcYxV-U:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webmaster-source/~4/nE23LdOKto8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2010/03/12/ars-technicas-ken-fisher-on-ad-blocking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webmaster-source.com/2010/03/12/ars-technicas-ken-fisher-on-ad-blocking/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ars-technicas-ken-fisher-on-ad-blocking</feedburner:origLink></item>
		<item>
		<title>Envato Redesigns Tuts+ Sites Again</title>
		<link>http://feedproxy.google.com/~r/Webmaster-source/~3/g7_1AUuxohw/</link>
		<comments>http://www.webmaster-source.com/2010/03/11/envato-redesigns-tuts-sites-again/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 11:01:43 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Design Spotlight]]></category>
		<category><![CDATA[Envato]]></category>
		<category><![CDATA[Redesign]]></category>
		<category><![CDATA[Tutsplus]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3109</guid>
		<description><![CDATA[Once again, Envato has redesigned their Tuts+ blogs. The changes are primarily evolutionary, though there is a big difference. The new layout features a wider content area and a stronger focus on larger screen sizes.

One of the first things I noticed was that the sites&#8217; advertisement strategy seems to have been rethought. There are no [...]]]></description>
			<content:encoded><![CDATA[<p>Once again, Envato has <a href="http://net.tutsplus.com/articles/news/redesign-and-other-tuts-news/">redesigned their Tuts+ blogs</a>. The changes are primarily evolutionary, though there is a big difference. The new layout features a wider content area and a stronger focus on larger screen sizes.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3112 imgborder" title="Net.Tuts+ 2010 Redesign" src="http://www.webmaster-source.com/wp-content/uploads/nettuts2010redesign.jpg" alt="" width="600" height="280" /></p>
<p>One of the first things I noticed was that the sites&#8217; advertisement strategy seems to have been rethought. There are no more large leaderboard or 250&#215;250 banners; instead, there are only 125&#215;125 banners. They sit at the top of the narrow sidebar and run down the side of the page in a single column. It actually looks pretty good. They&#8217;re out of the way, yet still visible enough to be sought after by potential advertisers.<span id="more-3109"></span></p>
<p>Overall the UI has been cleaned up, particularly the post footers and comment functions. I particularly like the icon-based &#8220;Related Posts&#8221; section, with the word bubbles that display the titles when you mouse over them. The &#8220;fold&#8221; effect on the premium membership box is kind of neat too, despite the fact that it&#8217;s becoming too much of a trend lately.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3113 imgborder" title="Net.Tuts+ 2010 Redesign: Post Footer" src="http://www.webmaster-source.com/wp-content/uploads/nettuts2010redesign-postfooter1.jpg" alt="" width="600" height="318" /></p>
<p>Overall, I would say the new design turned out very well, as is usual for Envato.</p>
<p>Perhaps more than the redesign, I am interested in one of their announcements: &#8220;Mobiletuts+,&#8221; which will be a tutorial blog &#8220;all about mobile development.&#8221; If that means it will include iPhone application development tutorials, I will be impatiently monitoring Twitter for the launch. <img src='http://www.webmaster-source.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=g7_1AUuxohw:dIE16WamiSo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=g7_1AUuxohw:dIE16WamiSo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=g7_1AUuxohw:dIE16WamiSo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=g7_1AUuxohw:dIE16WamiSo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=g7_1AUuxohw:dIE16WamiSo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=g7_1AUuxohw:dIE16WamiSo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=g7_1AUuxohw:dIE16WamiSo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=g7_1AUuxohw:dIE16WamiSo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webmaster-source/~4/g7_1AUuxohw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2010/03/11/envato-redesigns-tuts-sites-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webmaster-source.com/2010/03/11/envato-redesigns-tuts-sites-again/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=envato-redesigns-tuts-sites-again</feedburner:origLink></item>
		<item>
		<title>Dayta: The One Week App</title>
		<link>http://feedproxy.google.com/~r/Webmaster-source/~3/TP14tTxaPEI/</link>
		<comments>http://www.webmaster-source.com/2010/03/09/dayta-the-one-week-app/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 11:33:12 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3078</guid>
		<description><![CDATA[Developer Sahil Lavingia built a high-quality iPhone app in only one week, and blogged about it on the One Week App blog. The resulting application is called Dayta.
Dayta is designed to help you log any sort of data set that you wish to track over time. How many miles do you drive between refilling your [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-3079" title="Dayta" src="http://www.webmaster-source.com/wp-content/uploads/dayta.jpg" alt="" width="148" height="148" />Developer Sahil Lavingia built a high-quality iPhone app in only one week, and blogged about it on the <a href="http://oneweekapp.com/log/">One Week App blog</a>. The resulting application is called <a href="http://itunes.apple.com/us/app/dayta/id354915346?mt=8">Dayta</a>.</p>
<p>Dayta is designed to help you log any sort of data set that you wish to track over time. How many miles do you drive between refilling your gas tank? How much money did you spend on iPhone apps last month? Is your World of WarCraft guild improving its raid success ratio? You can create a Dayta log for anything.</p>
<p>You can recall data points by date, or view them on a graph. The charts Dayta generates are simple, and much like Google Analytics in style.<span id="more-3078"></span></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3081 imgborder" title="A graph in Dayta" src="http://www.webmaster-source.com/wp-content/uploads/dayta-graph.jpg" alt="" width="480" height="300" /></p>
<p>Inputting data is one area that confuses new users frequently. The default input field is a number that you can increase or decrease by tapping a simple plus or minus icons. The figure is committed to the log by pressing the number itself. But what if you need to enter a larger number, like <em>216</em>, or something with a decimal point? It took me a little bit too long to have the <em>&#8220;duh&#8221;</em> moment&#8230; If you swipe your finger from right to left, across the input area, it will slide to show a text input with a numerical keypad.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3083 imgborder" title="Inputting data points in Dayta" src="http://www.webmaster-source.com/wp-content/uploads/dayta-input.jpg" alt="" width="320" height="460" /></p>
<p>Your various logs are displayed on a Dashboard screen, complete with <a href="http://en.wikipedia.org/wiki/Sparkline">sparklines</a> next to each log&#8217;s name. They can be sorted into folders, too, so things don&#8217;t get too cluttered, as would likely happen for stat addicts.</p>
<p>Dayta is a great, and well-designed, application. It&#8217;s well worth the $0.99 cost.</p>
<p><small><em>Dayta icon and screenshots copyright Sahil Lavingia.</em></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=TP14tTxaPEI:xHZUxeb8Fd4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=TP14tTxaPEI:xHZUxeb8Fd4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=TP14tTxaPEI:xHZUxeb8Fd4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=TP14tTxaPEI:xHZUxeb8Fd4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=TP14tTxaPEI:xHZUxeb8Fd4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=TP14tTxaPEI:xHZUxeb8Fd4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=TP14tTxaPEI:xHZUxeb8Fd4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=TP14tTxaPEI:xHZUxeb8Fd4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webmaster-source/~4/TP14tTxaPEI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2010/03/09/dayta-the-one-week-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webmaster-source.com/2010/03/09/dayta-the-one-week-app/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dayta-the-one-week-app</feedburner:origLink></item>
		<item>
		<title>Google hreview Rich Snippets in WordPress</title>
		<link>http://feedproxy.google.com/~r/Webmaster-source/~3/AzmztHfZGpA/</link>
		<comments>http://www.webmaster-source.com/2010/03/08/google-hreview-rich-snippets-in-wordpress/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 11:31:26 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hreview]]></category>
		<category><![CDATA[microformats]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3094</guid>
		<description><![CDATA[Have you ever noticed that some product review results in Google display a little 5-star rating under the title? What you&#8217;re seeing is something that Google calls a &#8220;Rich Snippet&#8221; — some metadata pulled from a microformat embedded on the page the result links to.

Google supports a few microformats in their search results. vCard data [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever noticed that some product review results in Google display a little 5-star rating under the title? What you&#8217;re seeing is something that Google calls a <a href="http://googlewebmastercentral.blogspot.com/2009/05/introducing-rich-snippets.html">&#8220;Rich Snippet&#8221;</a> — some metadata pulled from a microformat embedded on the page the result links to.</p>
<p><img class="aligncenter size-full wp-image-3095" title="Google Rich Snippets: hreview" src="http://www.webmaster-source.com/wp-content/uploads/google-rich-snippet-hreview.jpg" alt="" width="491" height="92" /></p>
<p>Google supports a few microformats in their search results. vCard data  can be displayed in some cases, upcoming events can be shown for  theaters and event centers, star ratings can be displayed for reviews,  etc..</p>
<p>Joost de Valk has put together <a href="http://yoast.com/implement-hreview-wordpress-theme/">a tutorial</a> on how to add the hreview microformat to your WordPress site, giving Google the option to show your editorial ratings on SERPs for any products you may review. I&#8217;ve implemented it over at <a href="http://www.fantasyfolder.com">Fantasy Folder</a>, as I often write book reviews there, and I had been planning on adding editorial star ratings anyway.</p>
<blockquote><p>In his <a title="Google &amp; Microformats: Drive More Traffic" href="http://yoast.com/google-microformats-conversion-rate-optimization-serps/">previous  post</a> here on Yoast, Frederick explained why you should use  Microformats to increase the CTR from Google. In the comments of that  post, people were asking if there are plugins to easily implement this  in your theme. While those are probably a bit hard to do, I though it  would be good to explain how I implemented <code>hreview</code> in my  theme.</p></blockquote>
<p><a href="http://yoast.com/implement-hreview-wordpress-theme/">Implementing hreview in your WordPress theme</a> [Yoast]</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=AzmztHfZGpA:7CfntYSvNvI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=AzmztHfZGpA:7CfntYSvNvI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=AzmztHfZGpA:7CfntYSvNvI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=AzmztHfZGpA:7CfntYSvNvI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=AzmztHfZGpA:7CfntYSvNvI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=AzmztHfZGpA:7CfntYSvNvI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=AzmztHfZGpA:7CfntYSvNvI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=AzmztHfZGpA:7CfntYSvNvI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webmaster-source/~4/AzmztHfZGpA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2010/03/08/google-hreview-rich-snippets-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webmaster-source.com/2010/03/08/google-hreview-rich-snippets-in-wordpress/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-hreview-rich-snippets-in-wordpress</feedburner:origLink></item>
		<item>
		<title>BlogBuzz March 6, 2010</title>
		<link>http://feedproxy.google.com/~r/Webmaster-source/~3/8J1QnT24ey8/</link>
		<comments>http://www.webmaster-source.com/2010/03/06/blogbuzz-march-6-2010/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 10:07:05 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[BlogBuzz]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3107</guid>
		<description><![CDATA[
Twitter To Add “Nifty” Site Features That May Make You Forget Third-Party Clients
35 Beautiful iPhone App Website Designs
How to Use Akismet in your Plugin or Theme to Stop Spam Dead
WooThemes Finally Goes Micro
Optimizing for Rich &#8220;Jump To&#8221; Snippets
Unicode Characters for Class Names

]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://techcrunch.com/2010/02/27/new-twitter-features/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Techcrunch+%28TechCrunch%29">Twitter To Add “Nifty” Site Features That May Make You Forget Third-Party Clients</a></li>
<li><a href="http://sixrevisions.com/design-showcase-inspiration/35-beautiful-iphone-app-website-designs/">35 Beautiful iPhone App Website Designs</a></li>
<li><a href="http://www.binarymoon.co.uk/2010/03/akismet-plugin-theme-stop-spam-dead/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+BinaryMoon+%28Binary+Moon%29">How to Use Akismet in your Plugin or Theme to Stop Spam Dead</a></li>
<li><a href="http://www.woothemes.com/2010/03/woothemes-finally-goes-micro/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+WooThemes+%28WooThemes+-+Premium+WordPress+Themes+Club%29">WooThemes Finally Goes Micro</a></li>
<li><a href="http://yoast.com/jump-to-snippets-optimization/">Optimizing for Rich &#8220;Jump To&#8221; Snippets</a></li>
<li><a href="http://css-tricks.com/unicode-class-names/">Unicode Characters for Class Names</a></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=8J1QnT24ey8:KNmEd4Fles4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=8J1QnT24ey8:KNmEd4Fles4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=8J1QnT24ey8:KNmEd4Fles4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=8J1QnT24ey8:KNmEd4Fles4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=8J1QnT24ey8:KNmEd4Fles4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=8J1QnT24ey8:KNmEd4Fles4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=8J1QnT24ey8:KNmEd4Fles4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=8J1QnT24ey8:KNmEd4Fles4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webmaster-source/~4/8J1QnT24ey8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2010/03/06/blogbuzz-march-6-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.webmaster-source.com/2010/03/06/blogbuzz-march-6-2010/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=blogbuzz-march-6-2010</feedburner:origLink></item>
		<item>
		<title>MacHeist nanoBundle 2 is Here</title>
		<link>http://feedproxy.google.com/~r/Webmaster-source/~3/xuF2U0oELWw/</link>
		<comments>http://www.webmaster-source.com/2010/03/05/macheist-nanobundle-2-is-here/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:08:45 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MacHeist]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3101</guid>
		<description><![CDATA[Mac users: do you want to get over $260 worth of software for less than twenty dollars? The second Macheist nanoBundle is here, and it&#8217;s worth a close look, at least.

The applications included aren&#8217;t necessarily as impressive as those from previous bundles, but there are some good ones.
If you ever need to backup a DVD, [...]]]></description>
			<content:encoded><![CDATA[<p>Mac users: do you want to get over $260 worth of software for less than twenty dollars? The second <a href="http://www.macheist.com/">Macheist nanoBundle</a> is here, and it&#8217;s worth a close look, at least.</p>
<p style="text-align: center;"><a href="http://www.macheist.com/"><img class="aligncenter size-medium wp-image-3102 imgborder" title="MacHeist nanoBundle 2" src="http://www.webmaster-source.com/wp-content/uploads/macheist-nanobundle2-500x227.jpg" alt="" width="500" height="227" /></a></p>
<p>The applications included aren&#8217;t necessarily as impressive as those from previous bundles, but there are some good ones.</p>
<p>If you ever need to backup a DVD, <a href="http://thelittleappfactory.com/ripit/">RipIt</a> has replaced the difficult to obtain &#8220;Mac the Ripper&#8221; as the most prominent solution. It&#8217;s very simple to use, and it works with pretty much any disc you can throw at it. It&#8217;s usually $20 or so when your trial period is ends, so the MacHeist bundle is a pretty good value if you&#8217;re already looking for a good DVD ripping application. I haven&#8217;t tried out all of the other apps yet, but the clipboard enhancer Clips and the CoverScout album artwork-finder sound like they might be useful.</p>
<p>Oh, and one of the software packages included is <a href="http://www.telltalegames.com/monkeyisland/"><em>Tales of Monkey Island</em></a>, the latest installment in the infamous <a href="http://en.wikipedia.org/wiki/Monkey_Island_%28series%29"><em>Monkey Island</em></a> series of video games. As usual, don&#8217;t worry about the fact that it and RapidWeaver are not &#8220;unlocked&#8221; yet; they will be.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=xuF2U0oELWw:J1IlVCEqIF0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=xuF2U0oELWw:J1IlVCEqIF0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=xuF2U0oELWw:J1IlVCEqIF0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=xuF2U0oELWw:J1IlVCEqIF0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=xuF2U0oELWw:J1IlVCEqIF0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=xuF2U0oELWw:J1IlVCEqIF0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=xuF2U0oELWw:J1IlVCEqIF0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=xuF2U0oELWw:J1IlVCEqIF0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webmaster-source/~4/xuF2U0oELWw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2010/03/05/macheist-nanobundle-2-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webmaster-source.com/2010/03/05/macheist-nanobundle-2-is-here/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=macheist-nanobundle-2-is-here</feedburner:origLink></item>
		<item>
		<title>VPS.net Increases RAM and CPU Allocations</title>
		<link>http://feedproxy.google.com/~r/Webmaster-source/~3/dxLV3Xm3I3M/</link>
		<comments>http://www.webmaster-source.com/2010/03/04/vps-net-increases-ram-and-cpu-allocations/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 11:12:43 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[VPS.net]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3097</guid>
		<description><![CDATA[VPS.net, the web host that I have been with since September, is celebrating their first birthday by increasing the RAM and CPU allocation for every node, for existing and new customers.
Over the past few months we&#8217;ve been preparing for this celebration by  sliding new hypervisors into place with an additional 50% in RAM &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vps.net">VPS.net</a>, the web host that I have been with since September, is celebrating their first birthday by <a href="http://www.vps.net/forum/public-forums/announcements/1889-vps-net-birthday-celebration-free-upgrades">increasing the RAM and CPU allocation for every node</a>, for existing and new customers.</p>
<blockquote><p>Over the past few months we&#8217;ve been preparing for this celebration by  sliding new hypervisors into place with an additional <strong>50% in RAM</strong> &#8211;  and now VPS.NET*is happy to announce that this week we will be  increasing the RAM per node &#8211; every VPS.NET node for both current  clients and new signups will go from 256MB to <strong>375MB per node</strong> &#8211;  every node will also receive an additional 200MHz in CPU (<strong>600Mhz per  node</strong>). This is all given to you at <strong>absolutely NO cost</strong>.</p>
<p>No worries &#8211; we&#8217;re still not overselling. . It&#8217;s taken a few months (and  we&#8217;ve somehow stayed quiet on this!) but we&#8217;re finally almost ready to  roll these upgrades out to you.</p></blockquote>
<p>For those of you who haven&#8217;t heard of VPS.net, they take a &#8220;cloud&#8221; approach to managing their Virtual Machines. A VPS can consist of as many (or as little) &#8220;nodes&#8221; as you wish, a node representing a fixed unit of computing power. As your needs grow, you can instantly order and activate new nodes, and your VM dynamically expands. A 119MB increase in RAM per node is a very welcome bonus.</p>
<p>Happy birthday, and keep up the good work, VPS.net!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=dxLV3Xm3I3M:OXziSqXF0UM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=dxLV3Xm3I3M:OXziSqXF0UM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=dxLV3Xm3I3M:OXziSqXF0UM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=dxLV3Xm3I3M:OXziSqXF0UM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=dxLV3Xm3I3M:OXziSqXF0UM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=dxLV3Xm3I3M:OXziSqXF0UM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=dxLV3Xm3I3M:OXziSqXF0UM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=dxLV3Xm3I3M:OXziSqXF0UM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webmaster-source/~4/dxLV3Xm3I3M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2010/03/04/vps-net-increases-ram-and-cpu-allocations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webmaster-source.com/2010/03/04/vps-net-increases-ram-and-cpu-allocations/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=vps-net-increases-ram-and-cpu-allocations</feedburner:origLink></item>
		<item>
		<title>Did Facebook Just Patent Twitter?</title>
		<link>http://feedproxy.google.com/~r/Webmaster-source/~3/5mReMW2EiP0/</link>
		<comments>http://www.webmaster-source.com/2010/03/03/did-facebook-just-patent-twitter/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 11:37:54 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[intellectual property]]></category>
		<category><![CDATA[patent]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3086</guid>
		<description><![CDATA[Facebook was just granted a patent for something that should prove to be controversial. Patent #7,669,123, which was filed for in 2006, is for &#8220;A method for displaying a news feed in a social network environment&#8230;&#8221; The abstract reads:
A method for displaying a news feed in a social network environment is     [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://facebook.com">Facebook</a> was just granted a patent for something that should prove to be controversial. Patent #7,669,123, which was filed for in 2006, is for &#8220;A method for displaying a news feed in a social network environment&#8230;&#8221; The abstract reads:</p>
<blockquote><p>A method for displaying a news feed in a social network environment is      described. The method includes generating news items regarding  activities      associated with a user of a social network environment and  attaching an      informational link associated with at least one of the activities,  to at      least one of the news items, as well as limiting access to the news  items      to a predetermined set of viewers and assigning an order to the  news      items. The method further may further include displaying the news  items      in the assigned order to at least one viewing user of the  predetermined      set of viewers and dynamically limiting the number of news items      displayed.</p></blockquote>
<p>It sounds to me like they just patented a fairly obvious mechanism that has been long used by sites like Twitter, Digg, Reddit, RSS readers, blogs, etc..</p>
<p>Am I the only one who isn&#8217;t okay with this sort of patent-trolling behavior? Why does the USPTO keep letting these kinds of application through? It&#8217;s bad enough that Amazon is still fighting to have their <a href="http://techdirt.com/articles/20100223/0249208265.shtml">one-click buying patent</a> approved, and now we have another stupid patent that is just too <em>obvious.</em> Facebook is by no means the first website to have a &#8220;news feed,&#8221; and the idea is hardly patent-worthy.</p>
<p><a href="http://thenextweb.com/socialmedia/2010/02/26/facebook-patented-feed/">Facebook Just Patented The Feed – What Does That Mean For Everyone That Uses Them?</a> [TheNextWeb]</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=5mReMW2EiP0:NQA6oQaTfFU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=5mReMW2EiP0:NQA6oQaTfFU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=5mReMW2EiP0:NQA6oQaTfFU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=5mReMW2EiP0:NQA6oQaTfFU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=5mReMW2EiP0:NQA6oQaTfFU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=5mReMW2EiP0:NQA6oQaTfFU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?i=5mReMW2EiP0:NQA6oQaTfFU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Webmaster-source?a=5mReMW2EiP0:NQA6oQaTfFU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Webmaster-source?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Webmaster-source/~4/5mReMW2EiP0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2010/03/03/did-facebook-just-patent-twitter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.webmaster-source.com/2010/03/03/did-facebook-just-patent-twitter/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=did-facebook-just-patent-twitter</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.193 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-16 02:16:25 -->
