<?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>Blake Perdue &#187; Site Review</title>
	<atom:link href="http://blog.blakeperdue.com/category/site-review/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.blakeperdue.com</link>
	<description>Web reviews, app reviews, and technology and startup commentary</description>
	<lastBuildDate>Wed, 04 Nov 2009 14:41:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>App Review: SQLEditor</title>
		<link>http://blog.blakeperdue.com/2008/11/16/app-review-sqleditor/</link>
		<comments>http://blog.blakeperdue.com/2008/11/16/app-review-sqleditor/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 01:06:13 +0000</pubDate>
		<dc:creator>Blake Perdue</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Site Review]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[app review]]></category>
		<category><![CDATA[sqleditor]]></category>

		<guid isPermaLink="false">http://blog.blakeperdue.com/?p=443</guid>
		<description><![CDATA[An integral part of build any web app is database design. Creating the right tables, fields and relationships you need to store and control the app&#8217;s data can be a difficult task. Enter SQLEditor, a database design app for Mac OS. For PC users, I hear MySQL Workbench is quite good.

SQLEditor makes it easy to [...]]]></description>
			<content:encoded><![CDATA[<p>An integral part of build any web app is database design. Creating the right tables, fields and relationships you need to store and control the app&#8217;s data can be a difficult task. Enter <a title="SQLEditor database design app" href="http://www.malcolmhardie.com/sqleditor/">SQLEditor</a>, a database design app for Mac OS. For PC users, I hear <a title="MySQL Workbench - database design app" href="http://dev.mysql.com/workbench/">MySQL Workbench</a> is quite good.</p>
<p><span id="more-443"></span></p>
<p>SQLEditor makes it easy to design a database. You can quickly create tables, add fields, edit field attributes and determine relationships between tables. SQLEditor&#8217;s visual display helps you understand the relationships between your data.</p>
<p>For example, I&#8217;m building a simple, web-based task management app that makes it easy to manage to-do lists (more on this later). Here&#8217;s what the database design looks like.</p>
<p><a href="http://blog.blakeperdue.com/wp-content/uploads/2008/11/sql1.png"><img class="bdr" title="SQLEditor Screenshot" src="http://blog.blakeperdue.com/wp-content/uploads/2008/11/sql1-t.png" alt="" width="496" height="336" /></a></p>
<p>As you can see, I have three tables (<em>users</em>, <em>lists</em> and <em>todo</em>) with various data fields and 1-to-many relations between <em>users</em> and <em>lists</em>, and <em>lists</em> and <em>todo</em>. That is, one user can have many lists and each list can have many to-dos on it.</p>
<p>After visually creating the database, SQLEditor can then export directly to a database or it can export SQL commands to a file. Here&#8217;s the SQL commands needed to create my database.</p>
<p><a href="http://blog.blakeperdue.com/wp-content/uploads/2008/11/sql2.png"><img class="bdr" title="SQL commands to create a database" src="http://blog.blakeperdue.com/wp-content/uploads/2008/11/sql2-t.png" alt="" width="496" height="341" /></a></p>
<p>These commands could be written by hand, especially for simple databases like the one I&#8217;m using in this example. However, for large, complex databases, database design tools like SQLEditor are indespensable. They remove alot of the work in building databases for web apps.</p>
<h3>What do you use to build your databases?</h3>
]]></content:encoded>
			<wfw:commentRss>http://blog.blakeperdue.com/2008/11/16/app-review-sqleditor/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>5 Ways To Improve Amazon.com</title>
		<link>http://blog.blakeperdue.com/2008/10/12/5-ways-to-improve-amazoncom/</link>
		<comments>http://blog.blakeperdue.com/2008/10/12/5-ways-to-improve-amazoncom/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 19:57:06 +0000</pubDate>
		<dc:creator>Blake Perdue</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Site Review]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[amazon.com]]></category>
		<category><![CDATA[improve amazon]]></category>

		<guid isPermaLink="false">http://blog.blakeperdue.com/?p=305</guid>
		<description><![CDATA[Amazon has a great website and a great service. You can buy almost anything and have it show up on your doorstep the very next day. Amazon provides relevant product recommendations and a large database of user ratings. But even good things could be better. Here are 5 ways Amazon could be improved.

1) Redesign product [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon has a great website and a great service. You can buy almost anything and have it show up on your doorstep the very next day. Amazon provides relevant product recommendations and a large database of user ratings. But even good things could be better. Here are 5 ways Amazon could be improved.<!--cutoff--></p>
<p><span id="more-305"></span></p>
<h2>1) Redesign product pages</h2>
<p>Over the years Amazon has added more services and data to its product pages, resulting in long, unwieldy pages. On book pages for example, you have to scroll past special offers and related products areas before you can find out a book&#8217;s publish date or number of pages. It&#8217;s time to redesign product pages and put the emphasis back on the product.</p>
<p><a href="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz3-1.png" title="Current product page"><img class="bdr" title="Current page" src="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz3-111.png" alt="Current page" width="236" height="158" /></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz3-2.png" title="Redesigned product page"><img class="bdr" title="Redesigned page" src="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz3-222.png" alt="Redesigned page" width="236" height="158" /></a></p>
<div class="caption" style="margin-top:-20px;">Current page vs. redesigned page </div>
<p>(<a href="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amazon-redesign.html" rel="nozoom">Full view of redesigned page</a>)  You can see how bloated the page is when you compare the size of the <a href="http://www.amazon.com/Creature-Andrew-Zuckerman/dp/0811861538/">current page</a> to the redesigned page, which only has relevant product info.</p>
<p><a href="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amazon-redesign.html" target="_blank" rel="nozoom"><img class="bdr" src="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz4.png" alt="" width="496" height="454" /></a></p>
<h2>2) Don&#8217;t push shipping</h2>
<p>Amazon offers deep discounts on shipping thanks to a volume-business deal they have with UPS. Fast, cheap shipping may be a selling point, but Amazon promotes shipping well before the user is ready to make a purchasing decision. Take search for example:</p>
<p><a href="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz1.png"><img class="bdr" src="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz1-t.png" alt="" width="496" height="297" /></a></p>
<div class="caption">A search for &#8220;ajax&#8221; &#8211; shipping deals highlighted in green</div>
<p>When searching for a book or product, you&#8217;re faced with a barrage of shipping deals. Instead of using valuable space to push shipping, which most Amazon users are already aware of, Amazon should focus their efforts on helping you find and learn more about the stuff you want to buy. Which brings me to&#8230;</p>
<h2>3) Enhance search results</h2>
<p>Amazon should replace shipping deals on search results with deeper information on the products. For example, I&#8217;d to see a Twitter-style 140 character user review and links to the back cover, table of contents, and excerpt.</p>
<p><a href="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz4-1.png" title="Current search results"><img class="bdr" title="Current search results" src="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz4-1-t.png" alt="Current search results" width="236" height="160" /></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz4-2.png" title="Enhanced search results"><img class="bdr" title="Enhanced search results" src="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz4-2-t.png" alt="Enhanced search results" width="236" height="160" /></a>
<div class="caption" style="margin-top:-20px;">Current search vs enhanced search</div>
<h2>4) Offer digital downloads</h2>
<p>As a student, I find it frustrating that I still have to buy and lug around heavy textbooks. Not only is this ruining the spines of students around the world, but it&#8217;s also expensive and eco-unfriendly. Amazon should follow <a title="O'Reilly offers DRM-free digital books" href="http://toc.oreilly.com/2008/06/select-oreilly-books-soon-on-kindle-and-as-drm-free-digital-bundle.html">O&#8217;Reilly&#8217;s lead</a> and offer DRM-free digital downloads of books. This might be wishful thinking as the decision lies not with Amazon but with the publishers. But given Amazon&#8217;s size and market share, I suspect they would be in a strong bargaining position to encourage publishers to make this leap.</p>
<h2>5) Better product images</h2>
<p>When shopping online, being able to see large, sharp photos can make or break a sale. Amazon&#8217;s &#8220;see larger image&#8221; button only gives you a slightly larger, zoomable image. With the vast majority of web users having screen resolutions of 1024&#215;728 or higher, it doesn&#8217;t make sense to have such a small viewing window. Showing large, complete product photos would improve the shopping experience.</p>
<p><a href="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz5-1.png" title="Small product photos"><img class="bdr" title="Small photos" src="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz5-1-t.png" alt="Small photos" width="236" height="188" /></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz5-2.png" title="Large product photos"><img class="bdr" title="Large photos" src="http://blog.blakeperdue.com/wp-content/uploads/2008/10/amz5-2-t.png" alt="Large photos" width="236" height="188" /></a>
<div class="caption" style="margin-top:-20px; margin-bottom:20px;">Current product photos vs. large photos</div>
<p><b>How would you improve Amazon.com?</b></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.blakeperdue.com/2008/10/12/5-ways-to-improve-amazoncom/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Website Review: Weather.com</title>
		<link>http://blog.blakeperdue.com/2008/08/03/website-review-weathercom/</link>
		<comments>http://blog.blakeperdue.com/2008/08/03/website-review-weathercom/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 22:50:31 +0000</pubDate>
		<dc:creator>Blake Perdue</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Site Review]]></category>
		<category><![CDATA[Web/Tech]]></category>

		<guid isPermaLink="false">http://blog.blakeperdue.com/?p=85</guid>
		<description><![CDATA[With the recent acquisition of The Weather Channel by NBC, I am hoping there are some positive changes coming to Weather.com. The site, given its domain name, is the dominant website for checking the weather. Yet, the site presents a poor user experience, hides the good content and absent-mindedly focuses on unneeded services. Below I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://weather.com"><img src="http://blog.blakeperdue.com/wp-content/uploads/2008/07/weather.gif" alt="" width="120" height="113" align="right" /></a>With the recent <a href="http://www.forbes.com/afxnewslimited/feeds/afx/2008/07/06/afx5186101.html" target="_blank">acquisition of The Weather Channel by NBC</a>, I am hoping there are some positive changes coming to Weather.com. The site, given its domain name, is the dominant website for checking the weather. Yet, the site presents a poor user experience, hides the good content and absent-mindedly focuses on unneeded services. Below I&#8217;ll highlight what bugs me the most and suggest some improvements.<!--cutoff--></p>
<p><span id="more-85"></span></p>
<h2>Auto-detect location</h2>
<p>Given the <span style="text-decoration: line-through;">relative ease</span> possibility of determining a user&#8217;s geographical location via IP address, why doesn&#8217;t the site auto-detect your location and show your city&#8217;s weather on the homepage? Why make the user enter their city/ZIP code to get the information they want? I&#8217;m tired of repeatedly having to enter 30308 to get Atlanta&#8217;s weather. Yes, I could use their tiny, poorly-located &#8220;Save Location&#8221; button to cookie my city, but as I travel, I&#8217;d rather have the site immediately display the weather in my current location.</p>
<h2>Distractions</h2>
<p>It seems Weather.com has lost its mission and its understanding of what most people are looking for when visiting a weather site. They&#8217;ve put too much emphasis on peripheral services and promos, like golf/skiing guides and travel services, and made it hard for us to get what we really want: current weather, hour-by-hour and 10 day forecasts, and satellite and radar maps. Instead, they&#8217;ve buried the good content among a pile of useless services, promotions and advertisements.</p>
<p>It seems Weather.com is still playing the pageview game, even though advertisers and <a title="Nielsen to scrap pageview rankings" href="http://www.nytimes.com/2007/07/10/business/media/10online.html" target="_blank">traffic measurers have given up on it</a>. Weather.com is hiding their content in order to boost ad impressions, thereby increasing revenues. This tactic has probably worked for some time and may continue to work simply because they own the weather.com domain. Yet, their missteps may soon lead to a bolt for newer, better weather services (see <a href="#other">Other weather sites</a> below).</p>
<p>They&#8217;ve even gone so far as to hold back some good content and services behind a paywall, clearly showing an ignorance of the movement to free content. <a title="New York times kills paywall" href="http://www.nytimes.com/2007/09/18/business/media/18times.html?ei=5090&amp;en=880b1ab05717fa9d&amp;ex=1347768000&amp;adxnnl=1&amp;partner=rssuserland&amp;emc=rss&amp;adxnnlx=1190077416-8TeJR427Z/2PL6EV57w6Qw" target="_blank">NYTimes is now free</a> as are many others, with the WSJ being one of the last holdouts. In this age of free information, I find it astonishing that Weather.com would require me to pay to get basic weather information and services. Gold, Weather.com&#8217;s subscription service, allows you to customize the page, access up to 11 cities weather at the same time, and access the larger interactive radar/satellite map. Would you pay $25 for this?</p>
<p><a href="http://www.weather.com/services/weathergold.html" target="_blank"><img class="bdr" src="http://blog.blakeperdue.com/wp-content/uploads/2008/08/weather_gold.jpg" alt="" width="496" height="301" /></a></p>
<h2>Design and layout</h2>
<p>The site&#8217;s design is in dire need of a face-lift. Not only is the design lacking, but it&#8217;s cluttered with ads. In fact, nearly half the page is either an ad or a promotion for Weather.com or a partner. (Click for a larger image; green=ad or promo; red=content I don&#8217;t want)</p>
<p><a href="http://blog.blakeperdue.com/wp-content/uploads/2008/07/weather_ads.jpg"><img class="bdr" src="http://blog.blakeperdue.com/wp-content/uploads/2008/07/weather_ads_sm1.jpg" alt="Weather.com littered with ads" width="496" height="254" /></a></p>
<p>Instead of throwing all these ads at the user, why not charge a higher CPM by presenting only one 300&#215;250 ad and then give the user the content they want right up front? Yes, revenues may initially fall by reducing the number of ad placements, but I strongly believe that by creating a better user experience, traffic and revenues would eventually increase as users that Weather.com drove away return to the site.</p>
<h2>The one good thing</h2>
<p>Yes, I had to find one good thing. Weather.com recently upgraded their radar map widget to be much more interactive, ala Google Maps. It&#8217;s a pretty neat flash widget, but they&#8217;ve limited it&#8217;s size (500px wide) and don&#8217;t allow you to embed it on your blog or website. To get a larger map you have to pay for the Gold subscription.</p>
<p><a href="http://www.weather.com/weather/map/interactive/30308?from=36hr_maps&amp;zoom=8&amp;interactiveMapLayer=radar" target="_blank"><img class="bdr" src="http://blog.blakeperdue.com/wp-content/uploads/2008/07/weather_radar1.jpg" alt="Radar map widget" width="496" height="339" /></a><br />
<a name="other"></a></p>
<h2>Other weather sites</h2>
<p>Savvy web users found better weather sites long ago (I use <a href="http://simpleweather.com" target="_blank">SimpleWeather</a>) and I suspect average users are beginning to as well. If NBC doesn&#8217;t whip the site into shape, it might not be long before Weather.com is overtaken by a crafty upstart. What do you use to get your weather data?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.blakeperdue.com/2008/08/03/website-review-weathercom/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
