<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>HTMList.com, A Web Development Blog by Synapse StudiosCool Stuff</title>
	<atom:link href="http://www.htmlist.com/category/cool-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.htmlist.com</link>
	<description>A Web Development Blog by Synapse Studios</description>
	<lastBuildDate>Tue, 22 Jun 2010 04:18:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Amazon S3 Versioning, Multi-Factor Authentication Now Available</title>
		<link>http://www.htmlist.com/cool-stuff/amazon-s3-versioning-and-multi-factor-authentication-now-available/</link>
		<comments>http://www.htmlist.com/cool-stuff/amazon-s3-versioning-and-multi-factor-authentication-now-available/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 17:00:00 +0000</pubDate>
		<dc:creator>Chris Cardinal</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[amazon aws]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[deletions]]></category>
		<category><![CDATA[mfa]]></category>
		<category><![CDATA[versioning]]></category>

		<guid isPermaLink="false">http://www.htmlist.com/?p=579</guid>
		<description><![CDATA[Amazon reveals their newest addition to their S3 service: Versioning and multi-factor authentication.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-580" title="MFA Fob" src="http://www.htmlist.com/wordpress/wp-content/uploads/2010/02/mfa.jpg" alt="" width="160" height="120" />Continuing their trend of releasing substantial features and additional services in their web services portfolio on a regular basis, Amazon announced this week the availability of versioning and multi-factor authentication across their Simple Storage Service (S3) property.</p>
<p><strong>How S3 Versioning Works</strong><br />
Versioning is a critical feature many developers had requested as data stored on S3, while maintained in triplicate across the S3 file-system automatically, is still vulnerable to sweeping delete operations by developers, errant scripts, or other causes. Moreover, developers had to manually version changing files if they wanted to preserve the ability to roll-back to an earlier revision or undo a &#8220;delete&#8221;. In any event, a lot of custom code had to be created to replicate these behaviors, and most solutions weren&#8217;t particularly graceful.</p>
<p><span id="more-579"></span></p>
<p>Versioning is <a href="http://docs.amazonwebservices.com/AmazonS3/latest/dev/">easy to enable</a> and brilliant for Amazon: make a simple API call to enable versioning for an entire bucket and all changes to the files within that bucket will preserve versions. Moreover, deletions of files through the typical <code>DELETE</code> API call will simply create a delete marker, making the file unavailable for all intents and purposes, but preserving its presence and all of its versions in the S3 filesystem, until its permanent deletion is called for. It&#8217;s brilliant for Amazon because you pay the additional storage fees for each version and for each &#8220;deleted&#8221; file that hasn&#8217;t been permanently destroyed.</p>
<p>This means that versioning can be easily enabled on any existing S3 implementation with out breaking compatibility with existing code. Naturally, developers will need to rewrite their delete calls to make use of the version delete options, but for an application with little-to-no deletions, this is a feature implemented with a single API call.</p>
<p>Amazon also introduced Multi-Factor Authentication. MFA works with security code-generating key fobs that act as a physical token one must have in order to perform an action. In this case, if you enable MFA, you need the token to log in and manage your AWS account, and you can also optionally require the token to commit a permanent deletion of a file version. For the uninitiated, it&#8217;s considered multi-factor as you need two types of authentication to login or make deletes on your account. (Your AWS username and password for account management and your AWS public/private key for API calls each make up the other half of the multi-factor equation with the MFA code.)</p>
<p><strong>The S3 Trash Bin</strong><br />
Using MFA, it becomes possible to create a highly robust and secure safety net that prevents the wholesale deletion of an S3 account&#8217;s contents without first enforcing an additional review step. After enabling versioning and MFA-Delete mode for a bucket, a developer&#8217;s application will continue to function to the end-user as expected. This means very little rewriting of code needs to be performed to get these features up and running. A simple trash bin script could then be created which would identify all files whose current version is a delete marker, and present them to an admin. Since permanent deletions require the MFA code to be appended to the API call, only the individual with physical access to the code (which recycles every 30 seconds) would be able to commit the delete operations necessary. After reviewing the files queued for permanent deletion, they&#8217;d enter the code and the script would be sent off to the races.</p>
<p>Naturally, this still leaves some room for error: the script that commits the permanent deletes would need to be scrutinized to ensure that it itself is bulletproof, but beyond that, this should protect against nearly all accidental deletions, and establish a command and control hierarchy for an organization. It&#8217;s important to reduce the sheer number of individuals who have complete deletion privileges for myriad reasons, and this helps accomplish that. The MFA key fob is available for all of $13 and you&#8217;re off to the races. You simply input your serial number on the AWS site, and Amazon&#8217;s servers knows what the code it&#8217;s generated should be based on the time and a seed that&#8217;s private to them.</p>
<p><a href="http://aws.amazon.com/mfa/">More on Amazon AWS Multi-Factor Authentication</a><br />
<a href="http://docs.amazonwebservices.com/AmazonS3/latest/dev/Versioning.html">S3 Versioning</a> | Amazon Developer&#8217;s Guide</p>
<img src="http://www.htmlist.com/wordpress/?ak_action=api_record_view&id=579&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.htmlist.com/cool-stuff/amazon-s3-versioning-and-multi-factor-authentication-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook vs. Twitter Clickthroughs: More Bang For Your Buck</title>
		<link>http://www.htmlist.com/cool-stuff/facebook-vs-twitter-clickthroughs-more-bang-for-your-buck/</link>
		<comments>http://www.htmlist.com/cool-stuff/facebook-vs-twitter-clickthroughs-more-bang-for-your-buck/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 17:00:09 +0000</pubDate>
		<dc:creator>Chris Cardinal</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[clickthroughs]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[threadknits]]></category>
		<category><![CDATA[threadless]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[viral]]></category>

		<guid isPermaLink="false">http://www.htmlist.com/?p=530</guid>
		<description><![CDATA[We look at clickthrough rates from Twitter and Facebook and see how they compare.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-532 aligncenter" title="Facebook vs Twitter" src="http://www.htmlist.com/wordpress/wp-content/uploads/2010/01/facebook_vs_twitter.jpg" alt="Facebook vs Twitter" width="381" height="214" /></p>
<p>While managing your social networking presence on Twitter and Facebook, it can be difficult to quantify the impact of each medium. While I&#8217;m a huge fan of Twitter, traffic results from earlier today on one of my sites confirmed for me what may sound like common sense: <strong>Facebook fans drive far more traffic per-user than Twitter followers for a given promotional message.</strong></p>
<p>I&#8217;m currently running a contest in association with T-shirt company <a title="Threadless.com" href="http://clickserve.cc-dt.com/link/tplclick?lid=41000000027278770&amp;pubid=21000000000210012">Threadless</a>. (It&#8217;s called <a title="Threadknits" href="http://www.threadknits.com/">Threadknits</a>, and it&#8217;s based on knitting and crocheting their t-shirt designs into crafts.) Today, Threadless posted a message on their Facebook page and  Twitter, both with essentially the same content: an invitation to check out Threadknits. They were both posted at nearly the same time.</p>
<p>The numbers are what might surprise you. Threadless has almost 1,500,000 followers on Twitter, and &#8220;only&#8221; 102,000 fans on Facebook. With the posts made within an hour of each other, my traffic on the site shot up, with a couple thousand visitors hitting by day&#8217;s end. Here&#8217;s the breakdown of traffic driven from each:</p>
<table border="1" style="border:1px dashed #000;" width="80%" cellpadding="3">
<thead>
<tr>
<td><strong>Medium:</strong></td>
<td><strong>Fans:</strong></td>
<td><strong>Visitors:</strong></td>
<td><strong>% Audience Clickthroughs:</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td>Facebook</td>
<td>~102,000</td>
<td>~1,110</td>
<td><strong>~1.08%</strong></td>
</tr>
<tr>
<td>Twitter</td>
<td>~1,490,000</td>
<td>~682</td>
<td><strong>~0.04%</strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;<br />
The difference is absolutely staggering. Whereas Facebook generated an approximate 1.08% clickthrough rate, Twitter&#8217;s was closer to, well, 0%. 232 visitors came from Twitter or related sites directly and 450 additional clicks landed on the home page without a referrer, which I&#8217;m chalking up to clicks from Twitter clients. (Though, to be fair, this could easily overstate Twitter&#8217;s influence.)</p>
<p>On a <a title="Threadcakes" href="http://www.threadcakes.com/">previous contest</a>, Threadless would tweet and I&#8217;d see between 1,000-2,000 clicks on their roughly 1.4 million followers, so while it may be a bit low today, I think the point stands: Even at its best, Twitter for large audiences generates clickthrough rates dramatically lower than Facebook. For 2,000 clicks, the rate at 1.4M followers stood at 0.14%. A quick look at the bit.ly stats on a few links from <a href="http://www.twitter.com/aplusk">Ashton Kutcher</a> (the #1 Twitter personality by followers) shows they typically net about 20,000-30,000 clickthroughs, on 4.3M followers, gaining a decent amount on the Threadless best-case scenario all the way up to 0.48% ~ 0.60%. (This accounts somewhat for the viral nature of Twitter as bit.ly clicks are counted for retweets as well.) Naturally, clickthrough rates will vary dramatically even amongst popular Twitter personalities for a variety of reasons. I&#8217;d like to focus more on the significant difference between the Facebook and Twitter rates I witnessed today.</p>
<p>There are likely several possible reasons for this:</p>
<ul>
<li>The audience may be slightly different—people willing to consider themselves &#8220;fans&#8221; on Facebook may be more picky with their allegiance than those willing to follow an account on Twitter.</li>
<li>The phrasing and formatting of the message were slightly different—not exactly apples-to-apples as Facebook includes the logo and a text clip from the website, but I imagine this had a negligible effect.</li>
<li>My mileage may vary—this is an admittedly small sample size, but I think the evidence and logic around these results indicate they&#8217;re not anomalous.</li>
<li>Most importantly, <strong>Facebook lingers while Twitter sails by. </strong>Users are probably more likely to follow links during their Facebook time than from a passing Twitter notification unless it&#8217;s of particular interest to them.</li>
</ul>
<p>That last point is particularly important. Facebook, having reconfigured their News Feed yet again, no longer sorts things there chronologically. They&#8217;ve merged the Highlights functionality back into the News Feed which they now use to keep certain posts &#8220;stickier&#8221; than others based on what they believe you might be interested in. (It manages to do a strikingly horrible job at this compared to how it used to perform, but that&#8217;s a conversation for a different post.)</p>
<p><strong>With Twitter, the very nature of real-time can be summed up: blink and you miss it.</strong> While you can use a Twitter client to review tweets over the past day or two, it&#8217;s still less likely your tweet was as visible over Twitter as a post would be on Facebook&#8217;s News Feed. I&#8217;d like to see some more statistics on total audience reach. The clickthrough rate surely only tells part of the story—I&#8217;d be far more interested to learn what percentage of each audience even <em>saw</em> the post, and determine true clickthrough rates from that.</p>
<p>In the end, it&#8217;s important to consider the overall spirit of the findings here. Twitter is great for growing virally and interacting with customers, but your message on Facebook may have a far more lasting impression and generate greater returns, even if fans are more of a fight to procure. Engage on both, but recognize the differences between them and leverage each of their strengths. I&#8217;ll likely post about the best way to do that for each site in the near future.</p>
<p><small><em>(The above graphic represents the total clickthrough breakdown by medium assuming a linear progression of Threadless&#8217; Facebook audience to match their Twitter audience, maintaining the same clickthrough rates from today&#8217;s traffic. It&#8217;s likely the Facebook clickthrough rate could in fact fall some as their audience grew, but it&#8217;s my belief that it would still beat Twitter, user for user.)</em></small></p>
<img src="http://www.htmlist.com/wordpress/?ak_action=api_record_view&id=530&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.htmlist.com/cool-stuff/facebook-vs-twitter-clickthroughs-more-bang-for-your-buck/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>TweetNotebook: Custom Notebooks Filled With Your Tweets</title>
		<link>http://www.htmlist.com/tech-news/tweetnotebook-custom-notebooks-filled-with-your-tweets/</link>
		<comments>http://www.htmlist.com/tech-news/tweetnotebook-custom-notebooks-filled-with-your-tweets/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 10:03:58 +0000</pubDate>
		<dc:creator>Chris Cardinal</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[threadless]]></category>
		<category><![CDATA[tweetnotebook]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.htmlist.com/?p=499</guid>
		<description><![CDATA[TweetNotebook prints notebooks filled with the wisdom of your tweets, right in the footer.]]></description>
			<content:encoded><![CDATA[<p><a title="TweetNotebook" href="http://www.tweetnotebook.com/"><img class="alignleft size-full wp-image-500" title="TweetNotebook Logo" src="http://www.htmlist.com/wordpress/wp-content/uploads/2009/12/tweetnotebook_logo.png" alt="TweetNotebook Logo" width="220" height="75" /></a><a title="TweetNotebook" href="http://www.tweetnotebook.com/">TweetNotebook</a> is a fun site by an interactive company from Belgium called <a href="http://www.boondoggle.eu/#/home">Boondoggle</a>. The premise is simple: enter your Twitter username and it generates a notebook filled with a random selection of your tweets in the footer of each page. For $12, you get a 320-page notebook with a different tweet on every page. The site lets you select your choice of cover (and print a specific message on the cover as well) before peppering each page with a random tweet from your Twitter history.</p>
<p>You can preview the book beforehand and regenerate the notebook as many times as you&#8217;d like, though for now, you can&#8217;t hand-pick tweets for the notebook. The notebook also appears to only have non-ruled pages much to my chagrin, but it sounds like TweetNotebook is planning on beefing up their offering in the near future if this takes off. For now, they have three different covers available, onto which your current avatar and cover tweet appears. Here&#8217;s mine:</p>
<p><img class="alignnone size-full wp-image-501" title="my_tweetbook" src="http://www.htmlist.com/wordpress/wp-content/uploads/2009/12/my_tweetbook.png" alt="my_tweetbook" width="506" height="163" /></p>
<p>Suffice to say, I&#8217;ve already bought mine. I think it&#8217;s a fun conversation piece, and I think that it&#8217;s a fun look into what was relevant to you a few days, weeks, or for some of us, even a year or two ago, in a blurb. It&#8217;s almost like thumbing through a diary in a sense, a simple snapshot at the bottom of each page that makes you pause and try to remember what context surrounded that tweet.</p>
<p>We&#8217;ve seen <a title="Threadless.com" href="http://bit.ly/124yOk">Threadless</a> make <a href="http://clickserve.cc-dt.com/link/click?lid=41000000029722768">T-shirts out of great tweets</a>, and I think it&#8217;s no stretch to imagine other potential products that can be built out of a users&#8217; Twitter feed. Consider a timeline, complete with tag cloud, friend diagrams, statistics, and more. Twitter lends itself to these sort of changes in medium because of their brevity and relevance—no one&#8217;s wearing a shirt with excerpts from their blog on it, but a poster that shows off my activity on Twitter is fun enough even if you&#8217;re not a raging narcissist.</p>
<p>For now, there&#8217;s also nothing to stop you from using someone else&#8217;s tweets, like a celebrity. (Or a friend, for a gift.) That situation may change if copyright issues arise. All told, my order was just $14.50, including shipping to Tempe, Arizona. Here&#8217;s hoping they&#8217;ll offer different sizes, bindings, and rulings in the future.</p>
<p><a title="TweetNotebook" href="http://www.tweetnotebook.com/">TweetNotebook</a> | via <a href="http://www.techcrunch.com/2009/12/16/tweetnotebook/">TechCrunch</a></p>
<img src="http://www.htmlist.com/wordpress/?ak_action=api_record_view&id=499&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.htmlist.com/tech-news/tweetnotebook-custom-notebooks-filled-with-your-tweets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Speed Tracer Makes AJAX Optimization Easier</title>
		<link>http://www.htmlist.com/tech-news/google-speed-tracer-makes-ajax-optimization-easier/</link>
		<comments>http://www.htmlist.com/tech-news/google-speed-tracer-makes-ajax-optimization-easier/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 06:54:29 +0000</pubDate>
		<dc:creator>Chris Cardinal</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[google web toolkit]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[profiling]]></category>
		<category><![CDATA[speed tracer]]></category>

		<guid isPermaLink="false">http://www.htmlist.com/?p=493</guid>
		<description><![CDATA[Google announced their Speed Tracer profiling tool to allow developers to better analyze performance problems in their web applications.]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-495 alignright" title="SpeedTracer-SluggishnessDetail" src="http://www.htmlist.com/wordpress/wp-content/uploads/2009/12/SpeedTracer-SluggishnessDetail-300x297.png" alt="SpeedTracer-SluggishnessDetail" width="180" height="178" />Google today announced <a title="Google Speed Tracer" href="http://code.google.com/webtoolkit/speedtracer/">Speed Tracer</a> as part of their <a href="http://code.google.com/webtoolkit/overview.html">Google Web Toolkit</a> offerings. While most of the GWT focuses on enabling developers to create web applications in Java (which compiles down to optimized JavaScript), Speed Tracer is a useful profiling tool for any developer wrestling with XMLHttpRequest.</p>
<p><strong>What makes Speed Tracer different?</strong></p>
<p>Developers have long used Firebug to identify what AJAX requests were causing bottlenecks and to analyze responses to those requests. Firebug is an extremely powerful tool and does a serviceable job with this approach, but Speed Tracer takes things one step further, analyzing the &#8220;sluggishness&#8221; of your application by examining how busy or blocked the UI is in your browser. This can help developers analyze why their application feels slow, instead of simply focusing on network-based bottlenecks.</p>
<p>Speed Tracer makes use of specific, unique APIs built into Webkit for this very purpose, which gives it a unique advantage compared to other profiling tools. Instead of simply guessing and checking, developers will now have full visibility into what&#8217;s causing their applications to appear slow:<br />
<blockquote>Using Speed Tracer you are able to get a better picture of where time is being spent in your application. This includes problems caused by JavaScript parsing and execution, layout, CSS style recalculation and selector matching, DOM event handling, network resource loading, timer fires, XMLHttpRequest callbacks, painting, and more.</p></blockquote>
<p>Very cool stuff. What&#8217;s more, it&#8217;s free, open source, and <a title="Speed Tracer getting started" href="http://code.google.com/webtoolkit/speedtracer/get-started.html">available for users of Google Chrome right now</a>. Check out their tutorial below:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/Sn_3rJaexKc&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/Sn_3rJaexKc&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a title="Google Speed Tracer" href="http://code.google.com/webtoolkit/speedtracer/">Google Speed Tracer</a></p>
<img src="http://www.htmlist.com/wordpress/?ak_action=api_record_view&id=493&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.htmlist.com/tech-news/google-speed-tracer-makes-ajax-optimization-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting Simple: Launching with the Minimum Viable Product</title>
		<link>http://www.htmlist.com/cool-stuff/starting-simple-launching-with-the-minimum-viable-product/</link>
		<comments>http://www.htmlist.com/cool-stuff/starting-simple-launching-with-the-minimum-viable-product/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 01:49:59 +0000</pubDate>
		<dc:creator>Chris Cardinal</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[launching]]></category>
		<category><![CDATA[minimum viable products]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[Venture Hacks]]></category>

		<guid isPermaLink="false">http://www.htmlist.com/?p=478</guid>
		<description><![CDATA[Venture Hacks has a great interview with serial entrepreneur Eric Ries that discusses the value of launching a startup with the &#8220;minimum viable product&#8221;: basically, the absolute most barebones product you can launch with while still being able to appropriately gauge customer interest, to avoid the common pitfall of spending months developing an idea only [...]]]></description>
			<content:encoded><![CDATA[<p>Venture Hacks has a <a href="http://venturehacks.com/articles/minimum-viable-product">great interview</a> with serial entrepreneur <a href="http://startuplessonslearned.blogspot.com/2009/03/minimum-viable-product.html">Eric Ries</a> that discusses the value of launching a startup with the &#8220;minimum viable product&#8221;: basically, the absolute most barebones product you can launch with while still being able to appropriately gauge customer interest, to avoid the common pitfall of spending months developing an idea only to realize that no one cares.</p>
<p>In spite of the fact that parts of the interview sound like it was recorded at a high school basketball game, Eric provides some great insight, even suggesting at one point to &#8220;launch&#8221; an idea with just marketing materials and an ad campaign, and no backing product. Based on the clickthrough/conversion rate when customers move to subscribe or purchase your product or service, you can reasonably gauge how the idea might do. </p>
<p>There may be an argument to be made about potentially losing those individuals as sales, but you can ask their email, make up an excuse, or explain that things aren&#8217;t ready yet and thus limit your costs to just a simple ad campaign and marketing/informational site. If you&#8217;re presenting the idea as you will once it&#8217;s built, and no one is clicking through, it&#8217;s a good indication that you&#8217;re going to want to tweak the idea or that you&#8217;re headed down the wrong path.</p>
<p>The interview is split into two parts, and I&#8217;ve embedded the first part below.</p>
<p><img style="visibility: hidden; width: 0px; height: 0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyMzgwMzEyOTk3ODMmcHQ9MTIzODAzMTQ2Njc*NyZwPTEwMTkxJmQ9Jmc9MiZ*PSZvPWE4ODZiNDdiODZhMzRlM2I4Njg4MjgxM2U5YmJlMTU2.gif" border="0" height="0" width="0">
<div style="width: 425px; text-align: left;" id="__ss_1178241"><a style="margin: 12px 0pt 3px; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; display: block; text-decoration: underline;" href="http://www.slideshare.net/venturehacks/what-is-the-minimum-viable-product?type=presentation" title="What Is The Minimum Viable Product?">What Is The Minimum Viable Product?</a><object style="margin: 0px;" height="355" width="425"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=whatistheminimumviableproduct-090321125715-phpapp02&amp;stripped_title=what-is-the-minimum-viable-product"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=whatistheminimumviableproduct-090321125715-phpapp02&amp;stripped_title=what-is-the-minimum-viable-product" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="355" width="425"></embed></object>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration: underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration: underline;" href="http://www.slideshare.net/venturehacks">Venture hacks </a>.</div>
</div>
<p><a href="http://venturehacks.com/articles/minimum-viable-product">What is the minimum viable product?</a> (Part 1) | Venture Hacks<br />
<a href="http://venturehacks.com/articles/opening-board-meetings">Opening Board Meetings</a> (Part 2)</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/e19bcf47-03e8-4ce4-be81-872923e6ccb4/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=e19bcf47-03e8-4ce4-be81-872923e6ccb4" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<img src="http://www.htmlist.com/wordpress/?ak_action=api_record_view&id=478&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.htmlist.com/cool-stuff/starting-simple-launching-with-the-minimum-viable-product/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better Memory Management Tools for Web Apps Coming Soon</title>
		<link>http://www.htmlist.com/cool-stuff/better-memory-management-tools-for-web-apps-coming-soon/</link>
		<comments>http://www.htmlist.com/cool-stuff/better-memory-management-tools-for-web-apps-coming-soon/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 22:25:47 +0000</pubDate>
		<dc:creator>Chris Cardinal</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[memory usage]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[Mozilla Foundation]]></category>

		<guid isPermaLink="false">http://www.htmlist.com/?p=469</guid>
		<description><![CDATA[Developing a &#8220;web 2.0&#8243; application brings with it a host of new challenges previously unfelt or easily ignored with older, single-page-load-per-action apps. The browser has evolved from a simple page renderer to an application platform that busily executes JavaScript and receives, parses, and displays loads of new data without ever leaving the page. Developers are [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-470" title="mem_usage" src="http://www.htmlist.com/wordpress/wp-content/uploads/2009/03/mem_usage.gif" alt="mem_usage" width="456" height="156" /></p>
<p>Developing a &#8220;web 2.0&#8243; application brings with it a host of new challenges previously unfelt or easily ignored with older, single-page-load-per-action apps. The browser has evolved from a simple page renderer to an application platform that busily executes JavaScript and receives, parses, and displays loads of new data without ever leaving the page. Developers are now struck with the challenge of ensuring their applications manage memory properly and efficiently—your JavaScript can leak memory, killing the user experience on your site, but also impacting the user&#8217;s complete experience with their system across the board.</p>
<p>To date, it&#8217;s been a bit of a struggle to manage memory, since developers are essentially forced to rely on their operating system&#8217;s memory managers to even <em>monitor</em> the memory usage of their browser. Even then, testing can be frustrating, as Firefox, for instance, stores all tabs in the same process. Google Chrome is multi-threaded; each tab is its own process. Chrome also features its own built in task manager, so you can identify which page is using exactly how much memory, CPU, and bandwidth. Even at its most detailed, the stats available only show aggregate memory and virtual memory usage—these abstract figures make troubleshooting individual pieces of your code difficult to say the least.</p>
<p>The folks over at Mozilla&#8217;s Developer Tools Lab are looking to change that by building a memory analysis tool that helps devs understand exactly how their application is using memory, and the behavior of the cycle (garbage) collector:</p>
<blockquote><p>We plan on the initial implementation of this tool to be simple. For memory usage, we want to introduce the ability to visualize the current set of non-collectible JavaScript objects at any point in time (i.e., the <a href="http://en.wikipedia.org/wiki/Heap_%28data_structure%29">heap</a>) and give you the ability to understand why those objects aren’t collectible (i.e., trace any object to a GC root). For the cycle collector, we want to give you a way to understand when a collection starts and when it finishes and thus understand how long it took.</p></blockquote>
<p>Ben Galbraith and the team are soliciting help and feedback, so if this is an issue you&#8217;ve had to deal with in the past, make sure you comment.</p>
<p><a href="http://benzilla.galbraiths.org/2009/03/23/memory-tools-and-you/">A New Memory Tool for the Web</a> | Ben Galbraith&#8217;s Blog via <a href="http://ajaxian.com/">Ajaxian</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/fe6ef69e-aa85-4fab-8fbf-98997c8a0049/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=fe6ef69e-aa85-4fab-8fbf-98997c8a0049" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<img src="http://www.htmlist.com/wordpress/?ak_action=api_record_view&id=469&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.htmlist.com/cool-stuff/better-memory-management-tools-for-web-apps-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Periodic Table of Typefaces</title>
		<link>http://www.htmlist.com/cool-stuff/periodic-table-of-typefaces/</link>
		<comments>http://www.htmlist.com/cool-stuff/periodic-table-of-typefaces/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:43:28 +0000</pubDate>
		<dc:creator>Chris Cardinal</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[frutiger]]></category>
		<category><![CDATA[periodic table]]></category>
		<category><![CDATA[typefaces]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.htmlist.com/?p=456</guid>
		<description><![CDATA[Design firm Squidspot has published a very cool and useful Periodic Table of Typefaces. They&#8217;re grouped roughly by &#8220;family&#8221; and &#8220;class&#8221; groupings, and ranked roughly based on their popularity from several different font ranks, though they&#8217;re loosely grouped in order to enforce the aesthetics of the table. This will be very useful for anyone trying [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Periodic Table of Typefaces" href="http://www.htmlist.com/wordpress/wp-content/uploads/2009/03/periodic_table_of_typefaces_large.jpg"><img class="alignnone size-full wp-image-457" title="periodic_font_table" src="http://www.htmlist.com/wordpress/wp-content/uploads/2009/03/periodic_font_table.jpg" alt="periodic_font_table" width="504" height="250" /></a></p>
<p>Design firm Squidspot has published a very cool and useful <a href="http://www.htmlist.com/wordpress/wp-content/uploads/2009/03/periodic_table_of_typefaces_large.jpg">Periodic Table of Typefaces</a>. They&#8217;re grouped roughly by &#8220;family&#8221; and &#8220;class&#8221; groupings, and ranked roughly based on their popularity from several different font ranks, though they&#8217;re loosely grouped in order to enforce the aesthetics of the table.</p>
<p>This will be very useful for anyone trying to play the mind-numbingly difficult <a title="Deep Font Challenge" href="http://www.deep.co.uk/games/font_game/">Deep Font Challenge</a> game. My personal favorite is <a title="Frutiger Typeface" href="http://en.wikipedia.org/wiki/Frutiger">Frutiger</a>, followed very closely by <a title="Myriad" href="http://en.wikipedia.org/wiki/Myriad_(typeface)">Myriad</a>. (Naturally, I also love and respect <a title="Helvetica" href="http://en.wikipedia.org/wiki/Helvetica">Helvetica</a> and all its gifts to the world—I mean, it&#8217;s the only typeface to have a documentary produced about it, and is listed, quite fittingly, as the Hydrogen of the table.)</p>
<p><a title="Periodic Table of Typefaces" href="http://www.htmlist.com/wordpress/wp-content/uploads/2009/03/periodic_table_of_typefaces_large.jpg">Periodic Table of Typefaces</a> | <a href="http://www.behance.net/Gallery/Periodic-Table-of-Typefaces/193759">Behance</a><br />
<a href="http://www.deep.co.uk/games/font_game/">Deep Font Challenge</a> | via <a title="I love Typography" href="http://ilovetypography.com/2009/03/11/watchmen-type-fonts-and-typography-roundup/">iLT</a></p>
<img src="http://www.htmlist.com/wordpress/?ak_action=api_record_view&id=456&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.htmlist.com/cool-stuff/periodic-table-of-typefaces/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Track Twitter Unfollows and See Who Thinks You&#8217;re Boring with Qwitter</title>
		<link>http://www.htmlist.com/cool-stuff/track-twitter-unfollows-and-see-who-thinks-youre-boring-with-qwitter/</link>
		<comments>http://www.htmlist.com/cool-stuff/track-twitter-unfollows-and-see-who-thinks-youre-boring-with-qwitter/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 02:10:56 +0000</pubDate>
		<dc:creator>Chris Cardinal</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Qwitter]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.htmlist.com/?p=453</guid>
		<description><![CDATA[Use Qwitter to see who stops following you on Twitter. Simple as pie.]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 337px;">
<dt class="wp-caption-dt"><a href="http://useqwitter.com/"><img src="http://www.crunchbase.com/assets/images/resized/0002/7264/27264v1-max-450x450.jpg" alt="Image representing Qwitter as depicted in Crun..." width="327" height="91" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"><a href="http://www.crunchbase.com"></a> </dd>
</dl>
</div>
</div>
<p><strong>EDIT, 12/28/09: It appears that Qwitter is no longer functioning, but the site makes no mention of this. Your mileage may vary.</strong></p>
<p><strong></strong>If you&#8217;ve ever spotted a dip in your <a href="http://www.twitter.com/">Twitter</a> followers count and wondered which of your faithful disciples haven&#8217;t been quite so faithful, sign up for <a href="http://useqwitter.com/">Qwitter</a>. It&#8217;s mind-numbingly simple: enter your Twitter account name and your email address and you&#8217;re off to the races. Qwitter doesn&#8217;t need your Twitter password since the follower information is already available, so they just basically run a diff and see who you&#8217;ve managed to bore away, sending you an email with their name and the (potentially) offending last Tweet that convinced your follower to bail.</p>
<p><a href="http://useqwitter.com/">Qwitter</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/bcdca904-b066-40c5-bbb6-2665058dfe98/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=bcdca904-b066-40c5-bbb6-2665058dfe98" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<img src="http://www.htmlist.com/wordpress/?ak_action=api_record_view&id=453&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.htmlist.com/cool-stuff/track-twitter-unfollows-and-see-who-thinks-youre-boring-with-qwitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>50 Tips To A User Friendly Website</title>
		<link>http://www.htmlist.com/cool-stuff/50-tips-to-a-user-friendly-website/</link>
		<comments>http://www.htmlist.com/cool-stuff/50-tips-to-a-user-friendly-website/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 02:41:04 +0000</pubDate>
		<dc:creator>Chris Cardinal</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[designing interactive]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.htmlist.com/?p=440</guid>
		<description><![CDATA[I posted about the Designing Interactive usability blog a few months back. Josh Walsh at D-I has compiled a nice list of 50 tips to a user-friendly website that you should definitely check out. I agree with almost all of them, like Clicking on the logo should take you to the home page—this has become [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://www.htmlist.com/cool-stuff/recreational-reading-designing-interactive-a-user-interface-blog/">posted about</a> the Designing Interactive usability blog a few months back. Josh Walsh at D-I has compiled a nice list of <a href="http://www.designinginteractive.com/usability/50-tips-to-a-user-friendly-website/">50 tips to a user-friendly website</a> that you should definitely check out.</p>
<p>I agree with almost all of them, like <em>Clicking on the logo should take you to the home page</em>—this has become a convention most people expect on a given site, along with highlighting your current location in the navigation bar. There are a few, however, that I might nitpick, such as <em>always underline links, except some navigational cases</em> (unless he means either on hover or the regular state; I note quietly that the links on his blog are text-decoration:none and only underline on hover).</p>
<p>Either way, it&#8217;s a great, quick read with some things to always keep in mind when building a website, so take a look and subscribe.</p>
<p><a href="http://www.designinginteractive.com/usability/50-tips-to-a-user-friendly-website/">50 Tips to A User-Friendly Website</a> | <a href="http://www.designinginteractive.com/%22">Designing Interactive</a></p>
<h6 id="toc-related-articles-by-zemanta" class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://web2list.com/news/50-beautiful-and-user-friendly-navigation-menus">50 Beautiful And User-Friendly Navigation Menus</a> (web2list.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.killerstartups.com/Web20/feedbackarmy-com-test-the-usability-of-your-site">FeedbackArmy.com &#8211; Test The Usability Of Your Site</a> (killerstartups.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/dd1f26c5-9e3d-4030-8973-bb0f6e097cb4/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=dd1f26c5-9e3d-4030-8973-bb0f6e097cb4" alt="Reblog this post [with Zemanta]" /></a></div>
<img src="http://www.htmlist.com/wordpress/?ak_action=api_record_view&id=440&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.htmlist.com/cool-stuff/50-tips-to-a-user-friendly-website/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cut Through The Twitter Crap with Filttr: A Quick Review</title>
		<link>http://www.htmlist.com/cool-stuff/cut-through-the-twitter-crap-with-filttr-quick-review/</link>
		<comments>http://www.htmlist.com/cool-stuff/cut-through-the-twitter-crap-with-filttr-quick-review/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 22:09:11 +0000</pubDate>
		<dc:creator>Chris Cardinal</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[aggregators]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[filttr]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter plugins]]></category>

		<guid isPermaLink="false">http://www.htmlist.com/?p=421</guid>
		<description><![CDATA[We take a quick look at Twitter aggregator Filttr.com.]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-422 alignleft" title="app-shot" src="http://www.htmlist.com/wordpress/wp-content/uploads/2009/01/app-shot-238x300.png" alt="app-shot" width="238" height="300" />Just today I was bemoaning the lack of any capacity to filter Tweets from people I want to follow&#8230; but don&#8217;t want to hear that much from. There are plenty of people I follow because they&#8217;re occasionally interesting and I like to keep a peripheral awareness of things in their communities&#8230; but some of these people tend to tweet a LOT. Facebook offers you a way to customize your feeds, both by specifying which individuals you want to hear more or less from, and which types of updates you want to hear about.</p>
<p>The problem with following these people is that, while they keep things interesting, they sometimes drone out the people I care most about.</p>
<p>Enter <a title="Filttr.com" href="http://filttr.com/home/">Filttr</a>. Filttr is a clever tool that grabs your twitter timeline (as your home page is called) and applies some algorithmic magic (the best sort of magic, we always say) to show you tweets it thinks you&#8217;ll be more interested in.</p>
<p>Filttr offers you the ability to add whitelist and blacklist keywords, which I don&#8217;t find particularly useful, since &#8220;blacklisting&#8221; any particular word or phrase is a bit strange to me (since, without context, how do you know if you&#8217;re really not interested, unless you just want to &#8220;mute&#8221; a particular topic for a bit) but it also offers the ability to rank individuals. So I&#8217;ve gone ahead and put a few of my friends on &#8220;less&#8221; and a couple others on &#8220;more&#8221; and Filtrr&#8217;s timeline is showing me a compressed version of the regular timeline, without all the crap. You can still view hidden tweets, but they&#8217;re compressed and cleaned up.</p>
<p>I&#8217;ve already suggested that they do a better job aggregating filtered tweets, since they still take up one &#8220;row&#8221; worth of space, but they&#8217;re on the right track here. Further, Filttr threads replies when a friend is replying to someone who had tweeted at them. This is a REALLY nice feature because it gives you context right there. I don&#8217;t particularly mind following through an interesting looking reply to see the other side of a conversation, but this is just a nice feature.</p>
<p>You can also establish groups of friends, much like you can do on Facebook, to only see a timeline of a certain subset of the users you follow. This is another useful feature that I&#8217;m glad someone else has bolted on to Twitter.</p>
<p>Filttr also offers a free Adobe AIR application to show the feed on your desktop. The app is new and a bit buggy: Scrolling is slow and can spike CPU usage, the app can&#8217;t be properly minimized to the system tray, and there are absolutely no options which they say was related to their effort to keep things as lightweight as possible. The app <em>is</em> lightweight, but I&#8217;d like to be able to configure a few things, and the lack of even a minimize button is a little strange to me.</p>
<p>When someone builds what is, to me, such an obvious feature for Twitter, it always piques my interest. There&#8217;s essentially nothing stopping Twitter from offering the exact same featureset. In fact, I&#8217;d expect them to add at least a few of these features. This brings about the argument of the platform versus the provider—many people wondered what would happen with Facebook&#8217;s third-party developers, since Facebook&#8217;s applications sometimes had direct competition in third-party apps. Thus far, they&#8217;ve been able to co-exist, but a third-party app will always be at a disadvantage if the platform decides to start delivering the same applications that the provider is offering. I&#8217;ll save the rest of my arguments on that for another post.</p>
<p>For now, try <a title="Filttr.com" href="http://www.filttr.com/">Filttr</a>. It requires you to change the way you do things a bit, but there are some compelling reasons to give it a shot. What do you think?</p>
<p><a title="Filttr.com" href="http://www.filttr.com/">Filttr</a> (<a title="Filttr.com Blog" href="http://blog.filttr.com/2009/01/24/3-2-1-beep/">Blog Post</a>) via <a title="TechCrunch Filttr review" href="http://www.techcrunch.com/2009/01/28/too-much-noise-on-twitter-filttr-will-tell-you-whats-worth-reading/">Techcrunch<br />
</a></p>
<img src="http://www.htmlist.com/wordpress/?ak_action=api_record_view&id=421&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.htmlist.com/cool-stuff/cut-through-the-twitter-crap-with-filttr-quick-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
