<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>vincenthome's Blog &#187; Reviews</title>
	<atom:link href="http://vincenthome.wordpress.com/category/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://vincenthome.wordpress.com</link>
	<description>Relax, Have Fun &#38; Enjoy your life!</description>
	<lastBuildDate>Wed, 11 Mar 2009 19:42:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='vincenthome.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/919b39ce73a8c3110ce7b8cea3a84929?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>vincenthome's Blog &#187; Reviews</title>
		<link>http://vincenthome.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vincenthome.wordpress.com/osd.xml" title="vincenthome&#8217;s Blog" />
		<item>
		<title>Don&#8217;t Make Me Think &#8211; Steve Krug</title>
		<link>http://vincenthome.wordpress.com/2009/02/07/dont-make-me-think-steve-krug/</link>
		<comments>http://vincenthome.wordpress.com/2009/02/07/dont-make-me-think-steve-krug/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 20:43:56 +0000</pubDate>
		<dc:creator>Vincent Leung</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://vincenthome.wordpress.com/2009/02/07/dont-make-me-think-steve-krug/</guid>
		<description><![CDATA[ 
This book shows you how to conduct your own usability tests on the cheap. What follows is a summary of the book&#8217;s major rules and observations: 
1. Don&#8217;t Make Me Think! 
The number one usability rule, most often expresed by users. Web pages should be self-evident, obvious, and self-explanatory. Buttons should have short text [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthome.wordpress.com&blog=1448522&post=226&subd=vincenthome&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://vincenthome.files.wordpress.com/2009/02/image.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="216" alt="image" src="http://vincenthome.files.wordpress.com/2009/02/image-thumb.png?w=172&#038;h=216" width="172" border="0" /></a> </p>
<p>This book shows you how to conduct your own usability tests on the cheap. What follows is a summary of the book&#8217;s major rules and observations: </p>
<p>1. Don&#8217;t Make Me Think! </p>
<p>The number one usability rule, most often expresed by users. Web pages should be <b>self-evident</b>, obvious, and self-explanatory. Buttons should have <b>short text</b> and look <b>clickable</b>. The default <b>search</b> for your site should be simple. </p>
<p>2. Design for scanning not reading </p>
<p>By observing users Krug found that people glance, <b>scan</b> some text, and click on the first reasonable option (called &quot;<b>satisficing</b>&quot;). People scan Web pages, they don&#8217;t read them. We don&#8217;t make optimal choices, we satisfice. We don&#8217;t figure out, how things work, we <b>muddle</b> through because most of the time it is just not that important. If we find something that works, we stick to it.</p>
<p>Here are some things you can do to make sure users understand as much of your site as possible: </p>
<p>a. Create a clear <b>visual hierarchy</b> to show relative importance of content (H1/H2 etc.)     <br />b. Take advantage of <b>conventions</b>     <br />c. <b>Break</b> pages up into clearly defined areas     <br />d. Make it obvious what&#8217;s <b>clickable</b>     <br />e. Minimize <b>noise</b></p>
<p>3. Users like mindless choices </p>
<p>Make each click an unambiguous orthogonal alternative. </p>
<p>4. Omit <b>needless</b> words </p>
<p>Get rid of half of the words on each page, then get rid of half of what&#8217;s left. This is especially important on home pages and    <br />gateway pages. </p>
<p>5. Navigation: Use street <b>signs</b> and <b>breadcrumbs</b></p>
<p>Typical Process: 1. You’re trying to find something 2. Decide to “Ask” or “Browse” first 3. If Ask, look for the search box 4. If Browser, you make your way through a visual hierarchy and using signs to guide you.</p>
<p>Factoid: The back button accounts for 30 to 40 percent of all Web clicks. Persistent navigation appears on every page of the site and should include the following five elements: </p>
<p>a. Site ID    <br />b. A way home     <br />c. Search     <br />d. Sections – Sub-Sections     <br />e. Utilities </p>
<p>Your navigation should answer these questions: </p>
<p>a. What site is this?    <br />b. What page am I on? (page name)     <br />c. What are the major sections of this site? (Menu, Tab)     <br />d. What are my options at this level?     <br />e. Where am my in the scheme of things? (use breadcrumbs)     <br />f. How can I search? </p>
<p>6. Your home page should convey the big picture </p>
<p>What is the site about? Use a good short tag line and welcome blurb. Rotate site promotions. Remove everything nonessential. </p>
<p>Home page navigation can be unique. Since the Home page has to reveal as much as it of its site, you may want to add a descriptive phrase to each section name, or even list the subsections – something you don’t have the space to do on every page. Site ID is usually larger.</p>
<p>The trouble of rollovers. 1. You have to seek them out 2. You can only see one at a time </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthome.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthome.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthome.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthome.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthome.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthome.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthome.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthome.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthome.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthome.wordpress.com/226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthome.wordpress.com&blog=1448522&post=226&subd=vincenthome&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthome.wordpress.com/2009/02/07/dont-make-me-think-steve-krug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/506f4f36af814f98fe395740c9cc2528?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vincent Leung</media:title>
		</media:content>

		<media:content url="http://vincenthome.files.wordpress.com/2009/02/image-thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>TIME Magazine &#8211; 50 Best Websites 2007</title>
		<link>http://vincenthome.wordpress.com/2008/01/02/time-magazine-50-best-websites-2007/</link>
		<comments>http://vincenthome.wordpress.com/2008/01/02/time-magazine-50-best-websites-2007/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 20:35:31 +0000</pubDate>
		<dc:creator>Vincent Leung</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://vincenthome.wordpress.com/2008/01/02/time-magazine-50-best-websites-2007/</guid>
		<description><![CDATA[&#160; 
Rank Our Picks &#8211; 50 Best Websites 2007 &#8211; TIME
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthome.wordpress.com&blog=1448522&post=183&subd=vincenthome&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&nbsp;<a href="http://eurekr.com/pics/TIMEMagazine50BestWebsites2007_DABE/image.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="373" alt="image" src="http://eurekr.com/pics/TIMEMagazine50BestWebsites2007_DABE/image_thumb.png" width="576" border="0"></a> </p>
<p><a href="http://www.time.com/time/specials/2007/article/0,28804,1633488_1639316,00.html">Rank Our Picks &#8211; 50 Best Websites 2007 &#8211; TIME</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthome.wordpress.com/183/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthome.wordpress.com/183/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthome.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthome.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthome.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthome.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthome.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthome.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthome.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthome.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthome.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthome.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthome.wordpress.com&blog=1448522&post=183&subd=vincenthome&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthome.wordpress.com/2008/01/02/time-magazine-50-best-websites-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/506f4f36af814f98fe395740c9cc2528?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vincent Leung</media:title>
		</media:content>

		<media:content url="http://eurekr.com/pics/TIMEMagazine50BestWebsites2007_DABE/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Our Favorite 100 Blogs 2007 &#8211; Our 100 Favorite Blogs &#8211; News and Analysis by PC Magazine</title>
		<link>http://vincenthome.wordpress.com/2007/10/16/our-favorite-100-blogs-2007-our-100-favorite-blogs-news-and-analysis-by-pc-magazine/</link>
		<comments>http://vincenthome.wordpress.com/2007/10/16/our-favorite-100-blogs-2007-our-100-favorite-blogs-news-and-analysis-by-pc-magazine/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 12:26:25 +0000</pubDate>
		<dc:creator>Vincent Leung</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://vincenthome.wordpress.com/2007/10/16/our-favorite-100-blogs-2007-our-100-favorite-blogs-news-and-analysis-by-pc-magazine/</guid>
		<description><![CDATA[&#160;
add pics
Our Favorite 100 Blogs 2007 &#8211; Our 100 Favorite Blogs &#8211; News and Analysis by PC Magazine
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthome.wordpress.com&blog=1448522&post=144&subd=vincenthome&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&nbsp;</p>
<blockquote><p>add pics</p></blockquote>
<p><a href="http://www.pcmag.com/article2/0,2704,2192058,00.asp">Our Favorite 100 Blogs 2007 &#8211; Our 100 Favorite Blogs &#8211; News and Analysis by PC Magazine</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthome.wordpress.com/144/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthome.wordpress.com/144/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthome.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthome.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthome.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthome.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthome.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthome.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthome.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthome.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthome.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthome.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthome.wordpress.com&blog=1448522&post=144&subd=vincenthome&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthome.wordpress.com/2007/10/16/our-favorite-100-blogs-2007-our-100-favorite-blogs-news-and-analysis-by-pc-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/506f4f36af814f98fe395740c9cc2528?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vincent Leung</media:title>
		</media:content>
	</item>
		<item>
		<title>PCMAG.COM Top 100 Classic Websites</title>
		<link>http://vincenthome.wordpress.com/2007/10/16/pcmagcom-top-100-classic-websites/</link>
		<comments>http://vincenthome.wordpress.com/2007/10/16/pcmagcom-top-100-classic-websites/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 12:16:51 +0000</pubDate>
		<dc:creator>Vincent Leung</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://vincenthome.wordpress.com/2007/10/16/pcmagcom-top-100-classic-websites/</guid>
		<description><![CDATA[
&#160;
&#160;
&#160; 
Via http://www.pcmag.com/slideshow/0,1206,l=213025&#38;s=25234&#38;a=212961,00.asp
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthome.wordpress.com&blog=1448522&post=143&subd=vincenthome&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://eurekr.com/pics/PCMAG.COMTop100ClassicWebsites_7420/image.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="484" alt="image" src="http://eurekr.com/pics/PCMAG.COMTop100ClassicWebsites_7420/image_thumb.png" width="447" border="0"></a></p>
<p>&nbsp;<a href="http://eurekr.com/pics/PCMAG.COMTop100ClassicWebsites_7420/image_3.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="484" alt="image" src="http://eurekr.com/pics/PCMAG.COMTop100ClassicWebsites_7420/image_thumb_3.png" width="506" border="0"></a></p>
<p>&nbsp;<a href="http://eurekr.com/pics/PCMAG.COMTop100ClassicWebsites_7420/image_4.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="484" alt="image" src="http://eurekr.com/pics/PCMAG.COMTop100ClassicWebsites_7420/image_thumb_4.png" width="460" border="0"></a></p>
<p>&nbsp;<a href="http://eurekr.com/pics/PCMAG.COMTop100ClassicWebsites_7420/image_5.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="484" alt="image" src="http://eurekr.com/pics/PCMAG.COMTop100ClassicWebsites_7420/image_thumb_5.png" width="586" border="0"></a> </p>
<p>Via <a title="http://www.pcmag.com/slideshow/0,1206,l=213025&amp;s=25234&amp;a=212961,00.asp" href="http://www.pcmag.com/slideshow/0,1206,l=213025&amp;s=25234&amp;a=212961,00.asp">http://www.pcmag.com/slideshow/0,1206,l=213025&amp;s=25234&amp;a=212961,00.asp</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthome.wordpress.com/143/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthome.wordpress.com/143/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthome.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthome.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthome.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthome.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthome.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthome.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthome.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthome.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthome.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthome.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthome.wordpress.com&blog=1448522&post=143&subd=vincenthome&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthome.wordpress.com/2007/10/16/pcmagcom-top-100-classic-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/506f4f36af814f98fe395740c9cc2528?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vincent Leung</media:title>
		</media:content>

		<media:content url="http://eurekr.com/pics/PCMAG.COMTop100ClassicWebsites_7420/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://eurekr.com/pics/PCMAG.COMTop100ClassicWebsites_7420/image_thumb_3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://eurekr.com/pics/PCMAG.COMTop100ClassicWebsites_7420/image_thumb_4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://eurekr.com/pics/PCMAG.COMTop100ClassicWebsites_7420/image_thumb_5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>PCMAG.COM Top 100 Undiscovered Web Sites</title>
		<link>http://vincenthome.wordpress.com/2007/10/16/pcmagcom-top-100-undiscovered-web-sites/</link>
		<comments>http://vincenthome.wordpress.com/2007/10/16/pcmagcom-top-100-undiscovered-web-sites/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 12:12:08 +0000</pubDate>
		<dc:creator>Vincent Leung</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://vincenthome.wordpress.com/2007/10/16/pcmagcom-top-100-undiscovered-web-sites/</guid>
		<description><![CDATA[&#160;
    
Top 100 Undiscovered Web Sites
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthome.wordpress.com&blog=1448522&post=142&subd=vincenthome&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&nbsp;</p>
<blockquote><p><a href="http://eurekr.com/pics/PCMAG.COMTop100UndiscoveredWebSites_7311/image.png"><img style="border-width:0;" height="212" alt="image" src="http://eurekr.com/pics/PCMAG.COMTop100UndiscoveredWebSites_7311/image_thumb.png" width="244" border="0"></a> <a href="http://eurekr.com/pics/PCMAG.COMTop100UndiscoveredWebSites_7311/image_3.png"><img style="border-width:0;" height="215" alt="image" src="http://eurekr.com/pics/PCMAG.COMTop100UndiscoveredWebSites_7311/image_thumb_3.png" width="244" border="0"></a> <a href="http://eurekr.com/pics/PCMAG.COMTop100UndiscoveredWebSites_7311/image_4.png"><img style="border-width:0;" height="236" alt="image" src="http://eurekr.com/pics/PCMAG.COMTop100UndiscoveredWebSites_7311/image_thumb_4.png" width="244" border="0"></a> <a href="http://eurekr.com/pics/PCMAG.COMTop100UndiscoveredWebSites_7311/image_5.png"><img style="border-width:0;" height="203" alt="image" src="http://eurekr.com/pics/PCMAG.COMTop100UndiscoveredWebSites_7311/image_thumb_5.png" width="244" border="0"></a> </p></blockquote>
<p><a href="http://www.pcmag.com/slideshow/0,1206,l=213934&amp;s=25234&amp;a=213919,00.asp">Top 100 Undiscovered Web Sites</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthome.wordpress.com/142/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthome.wordpress.com/142/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthome.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthome.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthome.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthome.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthome.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthome.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthome.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthome.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthome.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthome.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthome.wordpress.com&blog=1448522&post=142&subd=vincenthome&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthome.wordpress.com/2007/10/16/pcmagcom-top-100-undiscovered-web-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/506f4f36af814f98fe395740c9cc2528?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vincent Leung</media:title>
		</media:content>

		<media:content url="http://eurekr.com/pics/PCMAG.COMTop100UndiscoveredWebSites_7311/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://eurekr.com/pics/PCMAG.COMTop100UndiscoveredWebSites_7311/image_thumb_3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://eurekr.com/pics/PCMAG.COMTop100UndiscoveredWebSites_7311/image_thumb_4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://eurekr.com/pics/PCMAG.COMTop100UndiscoveredWebSites_7311/image_thumb_5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Western Digital WD7500AAKS Quick Review</title>
		<link>http://vincenthome.wordpress.com/2007/08/10/western-digital-wd7500aaks-quick-review/</link>
		<comments>http://vincenthome.wordpress.com/2007/08/10/western-digital-wd7500aaks-quick-review/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 11:34:51 +0000</pubDate>
		<dc:creator>Vincent Leung</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://vincenthome.wordpress.com/2007/08/10/western-digital-wd7500aaks-quick-review/</guid>
		<description><![CDATA[Front Cover:
&#160; 

HD Tune:
 

HD Tach
 

Acoustic

 

Thermals

 

PCMark05
 
Source: Anandtech

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthome.wordpress.com&blog=1448522&post=33&subd=vincenthome&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Front Cover:</p>
<blockquote><p>&nbsp;<a href="http://vincenthome.files.wordpress.com/2007/08/image1.png"><img style="border-width:0;" height="480" alt="image" src="http://vincenthome.files.wordpress.com/2007/08/image-thumb1.png?w=395&#038;h=480" width="395" border="0"></a> </p>
</blockquote>
<p>HD Tune:</p>
<blockquote><p><a href="http://vincenthome.files.wordpress.com/2007/08/image2.png"><img style="border-width:0;" height="470" alt="image" src="http://vincenthome.files.wordpress.com/2007/08/image-thumb2.png?w=573&#038;h=470" width="573" border="0"></a> </p>
</blockquote>
<p>HD Tach</p>
<blockquote><p><a href="http://vincenthome.files.wordpress.com/2007/08/image3.png"><img style="border-width:0;" height="423" alt="image" src="http://vincenthome.files.wordpress.com/2007/08/image-thumb3.png?w=571&#038;h=423" width="571" border="0"></a> </p>
</blockquote>
<p>Acoustic</p>
<blockquote><p><a href="http://vincenthome.files.wordpress.com/2007/08/image4.png"><img style="border-width:0;" height="452" alt="image" src="http://vincenthome.files.wordpress.com/2007/08/image-thumb4.png?w=500&#038;h=452" width="500" border="0"></a></p>
<p><a href="http://vincenthome.files.wordpress.com/2007/08/image5.png"><img style="border-width:0;" height="451" alt="image" src="http://vincenthome.files.wordpress.com/2007/08/image-thumb5.png?w=500&#038;h=451" width="500" border="0"></a> </p>
</blockquote>
<p>Thermals</p>
<blockquote><p><a href="http://vincenthome.files.wordpress.com/2007/08/image6.png"><img style="border-width:0;" height="450" alt="image" src="http://vincenthome.files.wordpress.com/2007/08/image-thumb6.png?w=498&#038;h=450" width="498" border="0"></a></p>
<p><a href="http://vincenthome.files.wordpress.com/2007/08/image7.png"><img style="border-width:0;" height="445" alt="image" src="http://vincenthome.files.wordpress.com/2007/08/image-thumb7.png?w=500&#038;h=445" width="500" border="0"></a> </p>
</blockquote>
<p>PCMark05</p>
<blockquote><p><a href="http://vincenthome.files.wordpress.com/2007/08/image8.png"><img style="border-width:0;" height="1844" alt="image" src="http://vincenthome.files.wordpress.com/2007/08/image-thumb8.png?w=502&#038;h=1844" width="502" border="0"></a> </p>
<p>Source: <a href="http://www.anandtech.com/storage/showdoc.aspx?i=3061&amp;p=1">Anandtech</a></p>
</blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthome.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthome.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthome.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthome.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthome.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthome.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthome.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthome.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthome.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthome.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthome.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthome.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthome.wordpress.com&blog=1448522&post=33&subd=vincenthome&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthome.wordpress.com/2007/08/10/western-digital-wd7500aaks-quick-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/506f4f36af814f98fe395740c9cc2528?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vincent Leung</media:title>
		</media:content>

		<media:content url="http://vincenthome.files.wordpress.com/2007/08/image-thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://vincenthome.files.wordpress.com/2007/08/image-thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://vincenthome.files.wordpress.com/2007/08/image-thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://vincenthome.files.wordpress.com/2007/08/image-thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://vincenthome.files.wordpress.com/2007/08/image-thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://vincenthome.files.wordpress.com/2007/08/image-thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://vincenthome.files.wordpress.com/2007/08/image-thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://vincenthome.files.wordpress.com/2007/08/image-thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>