<?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>In All Reality &#187; Reviews</title>
	<atom:link href="http://ryanburrell.com/category/reviews/feed" rel="self" type="application/rss+xml" />
	<link>http://ryanburrell.com</link>
	<description>I can't be a rockstar...so I do this instead.</description>
	<lastBuildDate>Tue, 06 Apr 2010 14:49:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>.Net CMS Roundup</title>
		<link>http://ryanburrell.com/reviews/dot-net-cms-roundup</link>
		<comments>http://ryanburrell.com/reviews/dot-net-cms-roundup#comments</comments>
		<pubDate>Tue, 23 Mar 2010 15:09:01 +0000</pubDate>
		<dc:creator>Ryan Burrell</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[evaluation]]></category>
		<category><![CDATA[kentico]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[sitefinity]]></category>
		<category><![CDATA[telerik]]></category>
		<category><![CDATA[templating]]></category>
		<category><![CDATA[umbraco]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://ryanburrell.com/?p=657</guid>
		<description><![CDATA[Choosing a CMS is always a big decision, especially when it's for your employer and your options are limited to a specific language and supporting infrastructure. In today's adventure, I explore the options available for content management within the confines of .NET and SQL Server.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had the recent dubious honor of doing some research into CMS solutions for the site redesign of my company: <a title="Educational Benchmarking, Inc." href="http://www.webebi.com">Educational Benchmarking</a>. For better or worse our entire infrastructure is built in Microsoft technologies, and as such the mandate has been that – if at all possible – the CMS we implement needs to be .NET-based and SQL Server capable. I&#8217;ve spent the last week or so evaluating different options, and thought I&#8217;d give a brief snyopsis of my findings for reference.</p>
<h3><a title="Umbraco" href="http://www.umbraco.org">Umbraco</a></h3>
<p><a title="Umbraco" href="http://www.umbraco.org"><img title="Umbraco" src="http://ryanburrell.com/wp-content/uploads/2010/03/umbraco.png" alt="Snapshot of Umbraco homepage" width="530" height="225" /></a></p>
<p>Umbraco was my initial and most promising choice for evaluation. At first blush it seemed to have good documentation, flexibility, was open source, permissions structure, and (this is particularly important to me) a growing and active community around it. Umbraco boasted several very enticing features, including revisions, a workflow process, custom document type creation, plugin capability, and the ability to easily integrate custom user controls. Perhaps most important for my personal role in the redesign was that Umbraco didn&#8217;t store all of its templating, formatting, and CSS in a database (as many CMS solutions do) and instead wrote to physical files on the server. Changes made in the admin would write to the physical files, and changes to the physical files outside of Umbraco would be reflected in its admin interface.</p>
<p>My optimism started to fade after installing and getting my hands dirty with the CMS. Umbraco is extremely flexible&#8230; to the point of almost not functioning as a <a title="Content Management System on Wikipedia" href="http://en.wikipedia.org/wiki/Content_management_system">CMS</a> and more as a <a title="Framework - definition" href="http://www.thefreedictionary.com/framework">framework</a>. Standard features such as predefined document types functionality, blogging, and even a search module weren&#8217;t included; these would all need to be developed mostly from scratch. There is a boilerplate sample site plugin that can be installed to learn from, but it is confusing at best. It becomes increasingly clear that Umbraco has been written for the dedicated developer (or at least from their viewpoint) and the time hasn&#8217;t been taken to ensure easy understanding from a less programmatic viewpoint. The user interface for the admin is very barebones and somewhat confusing, again defeating the purpose of a CMS.</p>
<p>Umbraco also makes extensive use of <a title="XSL at W3schools" href="http://www.w3schools.com/xsl/default.asp">XSLT</a> to accomplish much of its content and templating output. This was a large part of the confusion in using the system, as some content seemed to be stored in XML files, while other parts are stored in the database. This led me to questions of how a search feature would work in practice and the performance of storing the data in XML versus pulling it from the DB. The documentation, while prolific, is less than helpful and largely devoid of any sort of standard style guide for ease of understanding.</p>
<p>All-in-all, I can&#8217;t recommend Umbraco for the end user, which is ultimately what a CMS is built for. If you have the time and skills needed to develop functionality from scratch, Umbraco provides a nice framework to build upon. If you don&#8217;t know XSL/XSLT, it is a requirement to learn it for using the system – even for basic things like outputting a navigation list. The permissions capabilities are standard, but nothing to write home about. The community is active, but it still has a long way to go to achieve the standards of usability and pervasiveness of alternative options, such as <a title="WordPress" href="http://www.wordpress.org">WordPress</a>, <a title="Drupal" href="http://www.drupal.org">Drupal</a>, <a title="ExpressionEngine" href="http://www.expressionengine.com/">ExpressionEngine</a>, etc.</p>
<h3><a title="Sitefinity" href="http://www.sitefinity.com">Sitefinity</a></h3>
<h3><a title="Sitefinity" href="http://www.sitefinity.com/"><img title="Sitefinity" src="http://ryanburrell.com/wp-content/uploads/2010/03/sitefinity.png" alt="Snapshot of Sitefinity homepage" width="530" height="225" /></a></h3>
<p>Sitefinity is the CMS offering of .NET UI giant <a title="Telerik" href="http://www.telerik.com/">Telerik</a>. We already use Telerik&#8217;s <a title="RadControls for .NET and AJAX" href="http://www.telerik.com/products/aspnet-ajax.aspx">RadControls</a> product line and are relatively familiar with their methodologies. They offer both a <a title="Sitefinity Demo" href="http://demo.sitefinity.com/">live demo</a> version (without having to register!), and a downloadable trial version. After playing with the freebie web demo to determine basic usability and process, I downloaded the trial and installed it locally.</p>
<p>The user interface and workflow for Sitefinity is much more polished than any of the other CMS options I evaluated, with the possible exception of Drupal. It comes with most of the content types and features that are generally used on websites out-of-the-box, including blogs, events, and even an in-admin email newsletter manager. It has the ability to create custom search modules and RSS feeds without needing to touch the controlling code. This is nice because while the Telerik team has taken the pains to create a module API, Sitefinity doesn&#8217;t let you see its source code.</p>
<p>The templating process for Sitefinity is somewhat odd, but I think this lies more in my relative unfamiliarity with the way .NET typically structures and defines &#8220;theming&#8221; and less with their implementation of it. Nonetheless, I&#8217;ve yet to fully understand how one creates a template and the references the necessary resources (like CSS and images). I&#8217;m certain the capability is there, and I&#8217;m in the process of reading through their 50+ page <a title="Sitefinity user's manual" href="http://www.sitefinity.com/support/user-manual.aspx">users manual</a> PDF to discover where it makes its lair.</p>
<p>Sitefinity is currently the front-runner for our system of choice. Non-technical personnel will need to use the system, and the permissions/users structure is granular enough to make this easy to setup. While I have reservations for my personal role in the redesign – namely the creation and implementation of templates and the overall frontend functionality – the admin workflow for editing and adding new content is fairly smooth. Should we need additional functionality (and we will) the well-documented API should be able to accommodate anything we want to do. It&#8217;s worth noting that most of the included modules and document types seem to have hard-coded output templates that are compiled into the CMS runtimes; it doesn&#8217;t appear that you can edit these, so if you want different markup or functionality than the included functionality, the module will need to be rewritten and provision for that capability included. The $899 price tag is steep especially when compared to the prospect of open source alternatives, but the time has obviously been taken to make the user experience pleasant and useful and build in extensibility.</p>
<h3><a title="DotNetNuke" href="http://www.dotnetnuke.com/">DotNetNuke</a></h3>
<h3><a title="DotNetNuke" href="http://www.dotnetnuke.com/"><img title="DotNetNuke" src="http://ryanburrell.com/wp-content/uploads/2010/03/dotnetnuke.png" alt="Snapshot of DotNetNuke homepage" width="530" height="225" /></a></h3>
<p>I installed DotNetNuke with less than the normal enthusiam I&#8217;ve had for evaluating the other options on my list, largely because of a prior experience with it some years back. Still, I banished this from my mind as unfair and did my best to not let it color my opinions. Much to my pleasant surprise, &#8216;Nuke turned out to be a worthy (if somewhat eccentric) contender.</p>
<p>Reading through the documentation on developing a theme or &#8220;skin&#8221;, it quickly became apparent that a lot of thought was put into the engine driving the CMS. This unfortunately hasn&#8217;t manifested itself on the admin side of things, as the interface and workflow is a bit too abstracted and becomes confusing. Still, comparing features-to-features &#8216;Nuke has more capability out-of-the-box than Sitefinity does – but not by much. The skinning process makes more sense to me than the implementation provided in Sitefinity, but both are going to require a shift in both my mindset and workflow compared to my typical fare of WordPress themes.</p>
<p>An important item to note is that DotNetNuke doesn&#8217;t really have an admin per se. Instead it operates from the standpoint that, if you are logged in and have the proper permissions, the site <em>is</em> the admin. This doesn&#8217;t agree with my personal preferences on the sbuject, but I can see it being easy to use for others who don&#8217;t have quite the anal-retentiveness and everything-must-be-separate-and-in-its-proper-placeness that I do. &#8216;Nuke is currently a close second, largely because of its open-source price tag. While not nearly as user-friendly, its abilities match or exceed those of Sitefinity in the realm of extensibility. I believe the final decision will come down to the numbers and the requirements of our content team; it&#8217;s a decision I&#8217;m glad I don&#8217;t have sole responsibility for.</p>
<h3><a title="Kentico" href="http://www.kentico.com/">Kentico</a></h3>
<h3><a title="Kentico" href="http://www.kentico.com/"><img title="Kentico" src="http://ryanburrell.com/wp-content/uploads/2010/03/kentico.png" alt="Snapshot of Kentico homepage" width="530" height="225" /></a></h3>
<p>I knew this option was almost certainly out of the running due to its $1999 starting price. Still, they had a web demo to try out free of charge. I was immediately greeted with OMG SO MANY OPTIONS THERE ARE BUTTONS AND BOXES EVERYWHERE!!!!!!!!!!!! To say Kentico is feature-packed would be a grave understatement – I would liken it to taking a drink from a high pressure fire hose. This CMS can do anything and everything, and if it can&#8217;t (because I can&#8217;t verify that it can because there are so many buttons and switches and levers) then why does it have all those buttons and switches and levers? The user interface reminds me largely of <a title="Plesk from Parallels" href="http://www.parallels.com/products/plesk/">Plesk</a>, which is to say that it is the promise of functionality wrapped in confusion and baked into the flaky crust of enigma.</p>
<p>Kentico can handle the administration of multiple websites and domains, multiple languages, content, navigation, etc from a single admin. It has extensive controls for SEO (namely URL rewriting). It is confusing as hell to edit content and apply themes/skins/styling. Fear it. Kentico is geared at enterprise level needs and packs a lot of punch. I can&#8217;t say that I don&#8217;t recommend it, but it definitely isn&#8217;t for us because of the price and sheer amount of features (and the learning curve associated with them). You may get the vague feeling that night classes will be needed to use the system, and you probably wouldn&#8217;t be wrong in that.</p>
<h3><a title="Drupal" href="http://www.drupal.org">Drupal</a></h3>
<h3><a title="Drupal" href="http://www.drupal.org"><img title="Drupal" src="http://ryanburrell.com/wp-content/uploads/2010/03/drupal.png" alt="Snapshot of Drupal homepage" width="530" height="225" /></a></h3>
<p>If you know anything about Drupal, you might find it odd that I&#8217;ve included it in this list. Drupal is nominally a <a title="LAMP on Wikipedia" href="http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29">LAMP</a> (Linux, Apache, MySQL, PHP) application, but its development team has taken on the time and headaches needed to make it equally easy to run under IIS and has provided a database abstraction layer to make connecting to a non-supported database as painless as possible. Because of this last item, I thought it would be worth taking the time to evaluate in relation to our needs.</p>
<p>Drupal is nice, it has a lot of capabilities by default and has provision for the creation of custom content types and blogging. The templating capability is easy enough and user interface is relatively simply to understand. I didn&#8217;t spend a large amount of time walking through its features because it became quickly apparent that anything it may have had in advantage over Sitefinity or the other options was still overshadowed by the need to write a custom database connector. While not an impossible task, it would take time and testing – an amount of which that would probably come close to the $899 pricetag of Sitefinity when considering the necessary diversion from working on our actual products. Also, it was 5:00 PM on Friday afternoon. Still, it was definitely worth a shot and I would push harder to use this CMS if our infrastructure were less SQL Server-centric.</p>
<p>Some other options that were discarded for various reasons – ranging from infrastructure incompability to install issues to pricing – but that are still worth noting include: <a title="AxCMS" href="http://www.axcms.net/">AxCMS</a>, <a title="Titan CMS" href="http://www.titancms.com/">Titan CMS</a>, <a title="Movable Type" href="http://www.movabletype.com/">Movable Type</a> (the Enterprise edition contains MSSQL/Oracle connectivity), and <a title="CMS400.net from Ektron" href="http://www.ektron.com/cms/">Ektron</a>. Like most anything, each of these other options has their own merits and shortcomings. I highly encourage anyone to evaluate these solutions as well if any of the options discussed above fails to meet approval. I welcome comments or experiences that anyone else has had that can better flesh out the pros and cons of the items reviewed on this list.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanburrell.com/reviews/dot-net-cms-roundup/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Review: And Yet It Moves</title>
		<link>http://ryanburrell.com/reviews/review-and-yet-it-moves</link>
		<comments>http://ryanburrell.com/reviews/review-and-yet-it-moves#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:13:31 +0000</pubDate>
		<dc:creator>Ryan Burrell</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[And Yet It Moves]]></category>
		<category><![CDATA[Broken Rules]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[puzzle]]></category>
		<category><![CDATA[rotation]]></category>
		<category><![CDATA[unique controls]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://ryanburrell.com/?p=568</guid>
		<description><![CDATA["Run, jump and rotate your way to success! And Yet It Moves is a puzzle-platformer set in a unique, ripped paper world. Within the paper collage, you evade obstacles, manipulate objects and use the world’s rotational physics to reach your goals. Only if you use all of your skills and the environment’s unique features can you master the many tricky situations you’ll encounter on your journey."]]></description>
			<content:encoded><![CDATA[<p><a title="And Yet It Moves on Greenhouse" href="http://www.playgreenhouse.com/game/BRKRL-000001-01/"><img title="And Yet It Moves" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim_header.jpg" alt="And Yet It Moves logo" width="530" height="140" /></a></p>
<p>For my first foray into game reviewing (“professionally” at least), I decided to go to a nice upstart source for indie gaming goodness: the <a title="Greenhouse" href="http://www.playgreenhouse.com/">Greenhouse</a> game store. Greenhouse is the brainchild of <a title="Penny Arcade" href="http://www.penny-arcade.com/">Penny Arcade</a> authors <a title="Mike Krahulik" href="http://en.wikipedia.org/wiki/Mike_Krahulik">Mike Krahulik</a> and <a title="Jerry Holkins" href="http://en.wikipedia.org/wiki/Jerry_Holkins">Jerry Holkins</a> in conjunction with their partnered game developer, <a title="Hothead Games - Blog" href="http://www.hotheadgames.com/blog/">Hothead Games</a>. Greenhouse has becoming a nice front for legitimate indie game development, and I thought it would be appropriate that I chose my first game from its pixel-based catalog.</p>
<p><a title="And Yet It Moves on Greenhouse" href="http://www.playgreenhouse.com/game/BRKRL-000001-01/">And Yet It Moves</a> (AYIM from here on out) is an interesting take on the traditional platform adventure/exploration game. The game is developed by <a title="Broken Rules" href="http://brokenrul.es/">Broken Rules</a>, which originally created the game for use on the Wii; since I don&#8217;t own one of those (yet) I opted for the PC version. I highly recommend watching the <a title="And Yet It Moves Wii Teaser on Vimeo" href="http://vimeo.com/6143221">teaser trailer</a> as it will give you a nice feel for the game, and showcases much more of the environments that were available in the demo. The installation and startup interface look nicely polished, which is always a good thing to see as your initial introduction. It doesn&#8217;t require any sort of high-end graphic capabilities and is more akin to the PopCap genre of puzzle games in scope. In fact, while the point of the game seems to be exploration, it is done in a manner that involves the solving of puzzles of a directional and topographical nature. Of note is the general slowness of the cursor tracking in the game menus, something I sought to remedy via the control settings and found there was no ability for adjustment.</p>
<p>The puzzle factor of the game is perhaps its most interesting attribute, largely because of the play controls involved in solving the navigation roadblocks presented. The game is entirely keyboard based, having no use of the mouse involved for actual gameplay. Keyboard navigation consists of basic left and right movement with a standard jump action via the A, D, and W keys respectively. But the real novelty comes from the use of the left and right arrows keys to tilt the game axis 90 degrees clockwise or counter clockwise. This is the crux of the game and how the end goal of each level is achieved; obstacles, slopes, pits, etc are placed in your way and you must use the axial movement to change which direction is down. The majority of the demo was spent in freefall using this method for navigation, but interesting results can be attained when executing an axis rotation mid-jump.</p>
<p>Apart from its unique control setup, AYIM is defined by its visual style. The environments consist of platform 3D layers all skinned in a torn or crumpled paper motif, and your character/avatar resembles a notebook sketch brought to life. The animations are relatively smooth, but simple. The visual design is complimented by an eerie soundtrack of low-key music. There are no sound effects apart from the “whooshing” noise that is made when your character meets his demise.</p>
<p>The game is not a sandbox that you are free to explore; it has its limits and dangers. Your character&#8217;s death is typically achieved by attaining a critical velocity, upon which your body is shattered into its component pieces. My main complaint about the gameplay is that this magic velocity seems to be too quickly and easily attained, especially while trying to cope with the sudden rotational shifts required. You may also confront doom by falling into one of the “black zones” that border certain sections of the  level map, acting as an “Out of Bounds” device. The game allows for checkpoints that save your progression in each level, but in some cases these points are located a good distance from each other and separated by some complex topographical trials. This makes the game more challenging, but in a manner that hearkens back to the platform arcade games of old. Memory, muscle, and movement repetition are the tools to win the day in many situations, and rarely was I ever at a loss for discerning which direction I was supposed to head.</p>
<p>Overall, I&#8217;m left a bit ambivalent as to enjoyment received from the game. It certainly drew me by means of the puzzle factor, but I found myself asking “What is the point?” There is no antagonist, your character is allowed unlimited lives and attempts for each level, and each level basically consists of rotating yourself from point A to point B. I think my goal confusion was further enhanced by the mildly dark mood that the game portrays, a lonely paper figure scrambling his way across landscapes of muted colors and creaking noises. The environment could be described as sublime, but without any sort of inferred underlining meaning.</p>
<p>AYIM does have a multiplayer aspect in the form of web-based scoreboards. There&#8217;s no real incentive for submitting your scores and times other than having your name potentially float to the top of the list. In the same vein you may compete in a time trial against a fellow player, either via your local network or over the web. Judging from a quick glance at the scoreboards and user accounts, the game has garnered a fair following in this aspect.</p>
<h3>Overall Rating: B</h3>
<h4>Pros</h4>
<ul>
<li>Unique directional rotation gameplay</li>
<li>Easy learning curve</li>
<li>Lovely hand-drawn and torn paper environments</li>
</ul>
<h4>Cons</h4>
<ul>
<li>Sluggish menu cursor movement</li>
<li>Death is easily achieved</li>
<li>&#8220;Multiplayer&#8221; feels tacked-on, but this isn&#8217;t the games main focus</li>
</ul>

<a href='http://ryanburrell.com/reviews/review-and-yet-it-moves/attachment/ayim2' title='ayim2'><img width="150" height="150" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim2-150x150.jpg" class="attachment-thumbnail" alt="" title="ayim2" /></a>
<a href='http://ryanburrell.com/reviews/review-and-yet-it-moves/attachment/ayim_header' title='ayim_header'><img width="150" height="140" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim_header-150x140.jpg" class="attachment-thumbnail" alt="" title="ayim_header" /></a>
<a href='http://ryanburrell.com/reviews/review-and-yet-it-moves/attachment/ayim_thumb' title='ayim_thumb'><img width="140" height="140" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim_thumb.jpg" class="attachment-thumbnail" alt="" title="ayim_thumb" /></a>
<a href='http://ryanburrell.com/reviews/review-and-yet-it-moves/attachment/ayim10' title='ayim10'><img width="150" height="150" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim10-150x150.jpg" class="attachment-thumbnail" alt="" title="ayim10" /></a>
<a href='http://ryanburrell.com/reviews/review-and-yet-it-moves/attachment/ayim9' title='ayim9'><img width="150" height="150" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim9-150x150.jpg" class="attachment-thumbnail" alt="" title="ayim9" /></a>
<a href='http://ryanburrell.com/reviews/review-and-yet-it-moves/attachment/ayim8' title='ayim8'><img width="150" height="150" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim8-150x150.jpg" class="attachment-thumbnail" alt="" title="ayim8" /></a>
<a href='http://ryanburrell.com/reviews/review-and-yet-it-moves/attachment/ayim7' title='ayim7'><img width="150" height="150" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim7-150x150.jpg" class="attachment-thumbnail" alt="" title="ayim7" /></a>
<a href='http://ryanburrell.com/reviews/review-and-yet-it-moves/attachment/ayim6' title='ayim6'><img width="150" height="150" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim6-150x150.jpg" class="attachment-thumbnail" alt="" title="ayim6" /></a>
<a href='http://ryanburrell.com/reviews/review-and-yet-it-moves/attachment/ayim5' title='ayim5'><img width="150" height="150" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim5-150x150.jpg" class="attachment-thumbnail" alt="" title="ayim5" /></a>
<a href='http://ryanburrell.com/reviews/review-and-yet-it-moves/attachment/ayim4' title='ayim4'><img width="150" height="150" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim4-150x150.jpg" class="attachment-thumbnail" alt="" title="ayim4" /></a>
<a href='http://ryanburrell.com/reviews/review-and-yet-it-moves/attachment/ayim3' title='ayim3'><img width="150" height="150" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim3-150x150.jpg" class="attachment-thumbnail" alt="" title="ayim3" /></a>
<a href='http://ryanburrell.com/reviews/review-and-yet-it-moves/attachment/ayim1' title='ayim1'><img width="150" height="150" src="http://ryanburrell.com/wp-content/uploads/2009/09/ayim1-150x150.jpg" class="attachment-thumbnail" alt="" title="ayim1" /></a>

]]></content:encoded>
			<wfw:commentRss>http://ryanburrell.com/reviews/review-and-yet-it-moves/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Different Direction</title>
		<link>http://ryanburrell.com/life/a-different-direction</link>
		<comments>http://ryanburrell.com/life/a-different-direction#comments</comments>
		<pubDate>Fri, 28 Aug 2009 14:50:46 +0000</pubDate>
		<dc:creator>Ryan Burrell</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[contribution]]></category>
		<category><![CDATA[direction]]></category>
		<category><![CDATA[indie]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[usefulness]]></category>

		<guid isPermaLink="false">http://ryanburrell.com/?p=558</guid>
		<description><![CDATA[Upon much contemplation, I have decided that my life's love is gaming. Console, PC, web, phone... whatever. Musings over finding your niche in this big Web thing we live in and involving your passions in the process.]]></description>
			<content:encoded><![CDATA[<p><img title="Perhaps I should take another route..." src="http://ryanburrell.com/wp-content/uploads/2009/08/direction.jpg" alt="A picture of a hacked road sign reading &quot;Zombies Ahead&quot;" width="530" height="180" /></p>
<p>I&#8217;ve been struggling recently with several things regarding my career / web presence over the past months. I&#8217;ve done a lot of study on finding a niche and have performed a lot of introspection regarding what I would like to do with my time. I have concluded the following:</p>
<ul>
<li>I dislike writing in general. I only like to write about things that I feel passionate for and have in-depth experience and knowledge of.</li>
<li>Most of the things that I am passionate about and have experience in have already been written about thousands of times over.</li>
<li>I dislike most of the people in my industry. I think many of them are very pretentious and show this in their commentaries and writings. An exception to this is <a title="Eric Karjaluoto" href="http://www.ideasonideas.com/">Karj</a>.</li>
<li>If I do not contribute <em>something</em> to the web, then I will feel like a failure. It needs to be something personal, something mine. I believe it is important to the purpose of the web (and for my own sanity) that I add to it.</li>
<li>Since I dislike writing and much of what I am good at has been covered over and over, I become mired in apathy toward producing any sort of content.</li>
</ul>
<p>So&#8230; here I am again. I&#8217;ve decided to stab out in a direction that is entertaining for me, encompasses one of my life passions, and something that I feel I can place a personal mark on. I&#8217;m going to test drive and review indie games.</p>
<p>For those of you unacquainted with what an &#8220;indie&#8221; game is&#8230; it basically means that it isn&#8217;t produced by one of the mainstream conglomerates, like Electronic Arts, Microsoft, Sega, Nintendo, etc. You can liken it to indie movie production or the indie music scene, the story is the same: the little guys making their own way by kicking ass and taking names. The indie game sphere has exploded in just the last few years and there are tons of solo gaming projects being undertaken. Some are in it for the money, some are pure experimentation, many are written in their parents&#8217; basement. These are my people, and I think I can give some objective and useful reviews.</p>
<p>So, for starters I&#8217;m going to try and install/download/play online one indie game every week or so (caveat: <em>or so</em>) and write the reviews on this site. If all goes well, I may end up migrating to a dedicated domain.</p>
<p>Feels good to have a plan.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanburrell.com/life/a-different-direction/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Omaha: The Not So Great</title>
		<link>http://ryanburrell.com/trends/big-omaha-the-not-so-great</link>
		<comments>http://ryanburrell.com/trends/big-omaha-the-not-so-great#comments</comments>
		<pubDate>Fri, 15 May 2009 14:57:18 +0000</pubDate>
		<dc:creator>Ryan Burrell</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[BigOmaha]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[conversations]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[perspective]]></category>
		<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://ryanburrell.com/?p=504</guid>
		<description><![CDATA[BigOmaha was really good overall, but like any major event it had its downsides. These came in the form of some presenters who seemed to be lacking in drive and focus in their talks. In this article, we'll do a rundown of those speakers that were not-so-hot.]]></description>
			<content:encoded><![CDATA[<p>Despite my overall positive opinion of the recent <a title="BigOmaha" href="http://bigomaha.com">BigOmaha</a> conference, there were a few snags. The majority of the speakers were truly fantastic, both in their advice and presentational skill. That being said, there were also quite a few contributors that I felt added little to the conference (at best).</p>
<h3>Shira Lazar</h3>
<blockquote><p>Shira has worked for companies such as Yahoo!, AOL, Movies.com, Hollywood.com, and Verizon. Recently, she has been the host &amp; moderator for several tech conferences including Twiistup, Digital Family Reunion, and Girls In Tech.</p>
<p>BigOmaha Guide</p></blockquote>
<p><a title="Shira Lazar" href="http://shiralazar.com/">Shira</a> started out as the first face we saw at the conference, acting in her role as MC and general host. I&#8217;d like to preface all comments I make with a disclaimer that Ms. Lazar may be the most witty and intelligent person on the planet. That being said, she came off as a complete airhead for most of the conference, to the point where you could hear a collective sigh from the audience whenever she took the stage. She tried to participate in the wind-down of whichever speech was currently going on, typically displaying that she knew next to nothing about what was being said. I suppose that Shira fulfilled the role of MC admirably, but her demeanor and commentary was in stark contrast to most of the obvious professionalism being exhibited by the other participants.</p>
<h3>Micah Laaker</h3>
<blockquote><p>Micah leads User Experience for the Yahoo! Open Strategy, helping developers/publisher build inside the network and expand Yahoo! off-network. His work includes My Yahoo!, the ACLU pizza film, an MF Doom music video, 2 technical manuals, Tall Tales illustrations, the SVG-powered BattleBots site, and hip hop powerhouse music label DefJam.com.</p>
<p>BigOmaha Guide</p></blockquote>
<p><a title="Micah Laaker" href="http://www.laaker.com/micah/">Micah</a> started his speech saying that &#8220;this is all going to be about my ego.&#8221; Everyone laughed; if only we knew that his statement were true. Another disclaimer: from his commentary, I do feel that Micah would be a neat-o guy to hang out with and trade stories. However, his presentation lacked&#8230; everything. I don&#8217;t know really what it was supposed to be about &#8211; ostensibly info on how awesome all the work that <a title="Yahoo!" href="http://www.yahoo.com">Yahoo!</a> has been doing for its developer network to make it easier to use their powerhouse to drive data to your site. That would have been a nifty presentation. Instead, we were treated to the professional life story of Micah Laaker&#8230; which would have been appropriate as an introduction, but not as the bulk of the presentation.</p>
<p>Micah went through and did relatively thorough explanations of his childhood, his early starts into creative design, and eventually a lot of talk about his big break: <a title="Def Jam Recordings" href="http://defjam.com">DefJam.com</a>. The meandering path eventually lead to talks about all the awesome things you can do with Yahoo!&#8217;s services, like <a title="Pipes: Rewire the web" href="http://pipes.yahoo.com/">Pipes</a>, but with the caveat that Micah didn&#8217;t really understand a lot of the inner workings and that it was very technical and boring. And in conclusion thank you for your time. That was the entire presentation. Micah was second in line after Jason Fried from 37Signals, so I felt a bit gypped.</p>
<h3>Adriana Gascoigine and Girls In Tech</h3>
<blockquote><p>Adriana is the Director of Corporate Communications for hi5. Launched in 2003, h15 is now one of the world&#8217;s largest social networks &#8211; ranked as a top 20 website globally and the #1 social network in 31 countries. In March 2007, Adriana launched Girls In Tech, and organization focused on touting women&#8217;s achievements in tech and beyond.</p>
<p>BigOmaha Guide</p></blockquote>
<p>This was my least favorite presentation, for a variety of reasons. Where Micah Laaker&#8217;s ramblings may not have had a point, they were at least interesting. The <a title="Girls In Tech" href="http://girlsintech.net/">Girls In Tech</a> presentation lacked point, purpose, power, and anything remotely interesting enough to draw attention. All the other speakers (including Mr. Laaker) focused on offering some sort of advice or motivation. The Girls In Tech presentation was purely an organizational sales pitch, and a very poor one at that.</p>
<p>The speech went something like this:</p>
<p>&#8220;Hi, I&#8217;m Adriana Gascoigne from Girls In Tech. Girls In Tech is an organization that promotes women in technology careers. We promote women in technology careers because there need to be more of them. There need to be more women in tech careers because there aren&#8217;t enough. We&#8217;re starting a local chapter here in Omaha, which is awesome. Thank you for your time. Questions?&#8221;</p>
<p>Abbreviated, but not exaggerated. I have never been opposed to the movement for equality for minorities and women in the workplace, but there has to be some sort of point to it at least. Arguing that the reason that there need to be more women in a field because there &#8220;aren&#8217;t enough&#8221; is horrible reasoning. During the ending Q&amp;A section, an audience member asked how much is enough. <a title="Adriana Gascoigne" href="http://www.adrianagascoigne.com/">Ms. Gascoigne</a> dodged this question, making some sort of oblique reference to wanting to view more statistics on ideal demographics. In addition, I find the idea of arguing for more women (or men, or cows, pullets, robots, whatever) in anything based strictly on there not being an arbitrary number of them, very silly. Especially if you&#8217;re arguing for equality across the board. If everyone is equal, does it matter that there happen to be more cows than robots working in the soilent green factories?</p>
<p>Lastly, Ms. Gascoigne never actually explained what Girls In Tech does. They are a chapter-based organization that promotes women in technology fields, but what does that actually come down to. No mention was made of fundraising or promotional events, professional services, PR campaigns, etc. An audience member (a women engineer, I might add) asked if GIT sponsors programs for schools that raise awareness for younger girls about possible tech career paths they hadn&#8217;t considered. Ms. Gascoigne skirted this question as well, referencing that there were a lot of programs like that out there, and citing NASA as an example. That&#8217;s all well and good, but <em>what exactly is it that you do</em>? It took a trip to the <a title="Girls In Tech" href="http://girlsintech.net/">GIT website</a> to discover the one-line answer: &#8220;Some of these resources include, educational workshops and lectures, networking functions, round table discussions, conferences, social engagements, and recruitment events.&#8221;</p>
<h3>Matt Mullenweg</h3>
<blockquote><p>Matt is the founding developer of the popular open-source blogging software WordPress and writes a popular blog, Photo Matt. After quitting his job at CNET, he has devoted the majority of his time to developing a number of open source projects. In late 2005, he founded Automattic, the business behind WordPress.com and Akismet.</p>
<p>BigOmaha Guide</p></blockquote>
<p>I&#8217;m a huge fan of <a title="WordPress" href="http://wordpress.org">WordPress</a>, though I recognize its flaws and areas where it is lacking. So it&#8217;s no surprise that I was really very excited to hear a speech from its father figure, regardless of what the talk was specifically about. However, my dreams were shot when it was announced that <a title="Matt Mullenweg" href="http://ma.tt">Matt</a> had canceled and wasn&#8217;t going to be attending the conference. I found out on a WordPress discussion board via LinkedIn that Matt didn&#8217;t cancel, but instead wasn&#8217;t able to make the connecting red eye flight to Omaha because of delays in previous flights down the road. That sucks. I&#8217;m sure he would have given a great presentation.</p>
<h3>Joe Olsen</h3>
<blockquote><p>Joe Olsen is the CEO and co-founder of Phenomblue, a multi-platform interactive software creation company. His footprint on today&#8217;s emerging media landscape has been recongized via several industry-specific awards targeting everything from his collective creative to the concept and delivery of complex design and digital systems.</p>
<p>BigOmaha Guide</p></blockquote>
<p>I&#8217;d heard of <a title="Phenomblue" href="http://www.phenomblue.com/">Phenomblue</a> in passing, but my work and interests typically travel in different circles. Still I thought the perspectives of an interactive software and installation developer would be interesting and unique given the hype and dominance of web applications, UX, and UI. Instead, <a title="Joe Olsen" href="http://www.joeolsen.com/">Mr. Olsen</a> came out on stage to perform a lengthy introduction to Jeffrey Kalmikoff and to encourage everyone to &#8220;be a balla&#8221; in their business. He even had us do the <a title="Branson, Missouri" href="http://en.wikipedia.org/wiki/Branson,_Missouri">Branson</a>-esque divided room chanting where one half of the conference hall yelled &#8220;Stop Hustlin&#8217;!&#8221; and the other half followed with &#8220;Start ballin&#8217;!&#8221; Had it not been for other other fantastic speakers up to this point, I would have been seriously questioning if the 7 hour trip northward had been worth it.</p>
<p>Ok, enough of the bad. Next time, I&#8217;ll do a review of the awesomeness that I was treated to, and breakdowns on individual speakers and their topics.</p>
<p class="credits">Thumbnail image credit: <a title="http://www.dezignia.com/" href="http://www.dezignia.com/">Zoran</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ryanburrell.com/trends/big-omaha-the-not-so-great/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Big Omaha: At A Glance</title>
		<link>http://ryanburrell.com/trends/big-omaha-at-a-glance</link>
		<comments>http://ryanburrell.com/trends/big-omaha-at-a-glance#comments</comments>
		<pubDate>Tue, 12 May 2009 13:33:29 +0000</pubDate>
		<dc:creator>Ryan Burrell</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[BigOmaha]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[conversations]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[perspective]]></category>
		<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://ryanburrell.com/?p=495</guid>
		<description><![CDATA[I thought it appropriate to give a general overview of the recent BigOmaha conference (May 7-8) with some impressions of the demographics, organization, and vibe from the crowd. I think the conference was a success overall (especially for this being its first year). Dunno if it was worth having to drive through Iowa though...]]></description>
			<content:encoded><![CDATA[<p><!-- 	 	 --></p>
<p>I wanted to start this brief series of articles on the <a title="BigOmaha" href="http://bigomaha.com">BigOmaha</a> conference with kind of an overview of what went down, and my overall impressions.</p>
<p>BigO was started to &#8220;bring forward-thinking creatives, entrepreneurs, and innovators to Omaha.&#8221; That&#8217;s a pretty broad goal, and the dynamic at the conference reflected the breadth of purpose. Clarification wasn&#8217;t made about the conference centering around Web-related practices and approaches, so a wide variety of disciplines made a show. I spoke to several web and software developers, but also to a fair amount of graphic designers (working mostly in print), PR consultants, and even a few accountants. The age groups were just as random as the career base, and the visual demographic was a mixture of suits and sandals, cocktail dresses and jeans, punk hair and baldness.</p>
<p>The really huge range of attendee demographics could have been a big factor in the success of the conference, and I think that it was for quite a few people. However, I personally found it to be a difficult barrier to overcome because there was little common ground to be found in most places. I made a concentrated effort to introduce myself at the various parties and break periods, but wasn&#8217;t able to find much to discuss with those that I met. <a title="Jarad Johnson" href="http://jaradjohnson.com/">Jarad Johnson</a>, one of the <a title="http://jasongaylor.com/" href="Jason Gaylor">other</a> <a title="http://flyguydesigns.com/" href="Dan Spencer">three</a> <a title="Springfield, MO" href="http://www.springfieldmo.org/">Springfieldians</a> to make the journey north, related a similar story where he tried to get to know a fellow attendee. It went something like this:</p>
<ul>
<li><strong>Jarad</strong>: &#8220;So, what do you do?&#8221;</li>
<li><em>Attendee</em>: &#8220;I&#8217;m a developer.&#8221;</li>
<li><strong>Jarad</strong>: &#8220;Oh, neat! So do you do mostly frontend or backend?&#8221;</li>
<li><em>Attendee</em>: (frowns) &#8220;Uhh&#8230; mostly commercial real estate?&#8221; (confused)</li>
<li><strong>Jarad</strong>: (blank stare)</li>
</ul>
<p>The messages shared by the speakers were universally applicable to most businesses, so I don&#8217;t think that anyone would have been wasting their time attending the conference. But because all of the speakers and the information presented was geared toward a more <a title="South By Southwest Interactive" href="http://sxsw.com/interactive/">South By Southwest</a> style crowd, I would tend to think that a lot of what was discussed may have fallen on deaf ears. You could also make the argument that those industries that have traditionally been blind to the Web are the ones who probably needed to hear it the most.</p>
<p>As far as the actual organization of the conference, the amenities, the preparation, etc&#8230; I was impressed. The branding done for the conference was extremely consistent and had a lot of whimsy, which made it very memorable (bravo, <a title="Oxide Design" href="http://oxidedesign.com/">Oxide Design</a>).  Other than the lanyards we had to wear being a bit finicky, all the materials we were given were put together nicely. The actual conference was held at the <a title="KANEKO" href="http://www.thekaneko.org/">Kaneko library</a>, which was one hell of a space. I <em>wish</em> we had a library half as nice as that one in Springfield &#8211; and it wasn&#8217;t even finished yet. Downtown Omaha is really very beautiful, and the conference held its opening and closing parties at some <a title="The Slowdown" href="http://www.theslowdown.com/">really</a> <a title="Nomad Lounge" href="http://www.nomadlounge.com/">nifty</a> local venues.</p>
<p>The speakers were, on the whole, exhilarating. I&#8217;ll get to some of their ideas and topics in later posts, but there was a powerhouse lineup of <a title="37Signals" href="http://www.37signals.com/">Jason Fried</a>, <a title="Jeffrey Kalmikoff" href="http://www.callmejeffrey.com/">Jeffrey Kalmikoff</a>, <a title="Micah Baldwin" href="http://learntoduck.com/">Micah Baldwin</a>, and <a title="Wine Library TV" href="http://tv.winelibrary.com/">Gary Vaynerchuk</a> that made for a lot of really interesting and (I hate using this word) <em>inspirational</em> talks and discussions. Some of the speakers were extremely disappointing, and I&#8217;ll get to that in a later post as well.</p>
<p>This was Year One for BigOmaha, and I think they did a really fantastic job overall with giving it a good jumpstart that may make it grow into something to rival SXSW, An Event Apart, or Web 2.0 down the road. Props to Silicon Prairie News for taking a shot in the dark. More to come once I get my notes organized. In closing, I&#8217;m attaching some scans on my notebook from BigO, with some random observations I felt compelled to write down:</p>
<p><img title="Random Observations" src="http://ryanburrell.com/wp-content/uploads/2009/05/bigomahapage1-1.jpg" alt="Scan of BigOmaha notebook" width="530" height="843" /></p>
<p><img title="More Random Observations" src="http://ryanburrell.com/wp-content/uploads/2009/05/bigomahapage2-2.jpg" alt="Scan of BigOmaha notebook" width="519" height="409" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ryanburrell.com/trends/big-omaha-at-a-glance/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Uncoverr.com Review</title>
		<link>http://ryanburrell.com/reviews/uncoverrcom-review</link>
		<comments>http://ryanburrell.com/reviews/uncoverrcom-review#comments</comments>
		<pubDate>Wed, 04 Feb 2009 22:07:11 +0000</pubDate>
		<dc:creator>Ryan Burrell</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://ryanburrell.com/?p=271</guid>
		<description><![CDATA[A brief overview of a new book promotion and review site aimed at web professionals - Uncoverr.com]]></description>
			<content:encoded><![CDATA[<p><a title="Uncoverr.com" href="http://uncoverr.com" target="_blank"><img title="Uncoverr.com" src="http://ryanburrell.com/wp-content/uploads/2009/02/uncoverr2.jpg" alt="Uncoverr.com" /></a></p>
<p><a title="Uncoverr.com" href="http://uncoverr.com" target="_blank">Uncoverr</a> recently came into my life in a very&#8230;&#8221;unique&#8221;&#8230;way.  The idea behind it is pretty neat, so I thought I&#8217;d churn out a brief synopsis and some of the interesting background information on it.</p>
<p>In short, Uncoverr is a book site.  It targets books related to web professionals, which typically means publications on CSS, JavaScript, LAMP, etc.  They have a sponsorship from <a title="SitePoint : New Articles, Fresh Thinking for Web Developers and Designers" href="http://www.sitepoint.com/" target="_blank">Sitepoint</a>, who is more than happy to provide them with books to review and increase their sales.  They also recently have hooked up with <a title="O'Reilly Media | Spreading the knowledge of technology innovators" href="http://oreilly.com/" target="_blank">O&#8217;Reilly</a> and will hopefully be reviewing their books soon.  In addition to the various book reviews, Uncoverr also presents interviews with various web notables, such as <a title="Andy Budd" href="http://clearleft.com/about/andy/" target="_blank">Andy Budd</a> and <a title="Jonathan Snook" href="http://snook.ca/" target="_blank">Jonathan Snook</a>.</p>
<h2>Objectively</h2>
<p>Before I start a review of the site, how it&#8217;s put together, and how well it accomplishes its goals, I have to admit something.  You see, I was recently approached by the person who established the site, Lachy Groom, to write reviews for books periodically.  That being said, I&#8217;ve tried to leave my own <a title="Simply JavaScript Review" href="http://www.uncoverr.com/simply-javascript-review/" target="_blank">self-promotion</a> out and take the site for what it is.</p>
<p>As a book review site and affiliate link box (as all book review sites ultimately are), Uncoverr only moderately succeeds.  The idea of targeting this genre of books is a good one, but the site is slightly disjointed in stringing together the reviews, user feedback, and push marketing of a book.  The most useful navigation element is the sidebar topic list, which instantly links you to a category on, say&#8230;JavaScript&#8230;and then provides a list of all available books on record with their reviews and links to purchase them on Amazon, Barnes &amp; Noble, or Powell&#8217;s.  However, this navigation never includes all topics by default (just the most popular ones), so the entire offering of the site isn&#8217;t visible by default unless you click the &#8220;see all&#8221; link.</p>
<p>The reviews are fairly formulaic, and I say this having written one myself.  None of what I have seen posted exists as a shining example of writing prowess or a beacon of light in the dark world of bad grammar, but they&#8217;re just book reviews.  They serve their purpose of a brief introduction and opinion on the book, and do it succinctly.</p>
<p>Oddly enough, the site features no user capability.  No logins, no personal accounts, nothing.  This severely hinders the extraneous meta data that is the real core of any site trying to serve the public.  Uncoverr was launched in a beta state, so I can only assume that user features are on The List.</p>
<h2>Randomly Interesting</h2>
<p>It&#8217;s worth relating some of the interesting facts about Uncoverr.  Namely, information about its benefactor, Lachy Groom.  Lachy was <a title="Sitepoint Tribune" href="http://www.sitepoint.com/newsletter/viewissue.php?id=2&amp;issue=430&amp;format=text" target="_blank">recently featured in an interview</a> for the Sitepoint Tribune monthly newsletter, focusing on young entrepreneurs.  Lachy is 14.  He lives in Australia, and runs multiple web businesses, including <a title="PSD to WordPress | Hand Coded | Professional Solution" href="http://psdtowordpress.com/" target="_blank">PSD to WordPress</a>.  Lachy and I have talked via Skype, and while his youth is obvious in some of his opinions and phrasing, he has a keen business acumen.  And he&#8217;s much more intelligent than most of the lurkers on the web.</p>
<p>Overall, Uncoverr has a lot of potential and work is being done to develop interest around the site and its reviews.  It will be interesting to watch as more features are added, its reviewer pool grows, and more supporting publishers are drawn to the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanburrell.com/reviews/uncoverrcom-review/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Designer Depot</title>
		<link>http://ryanburrell.com/design/web-designer-depot</link>
		<comments>http://ryanburrell.com/design/web-designer-depot#comments</comments>
		<pubDate>Fri, 16 Jan 2009 09:20:55 +0000</pubDate>
		<dc:creator>Ryan Burrell</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[WebDesignerDepot]]></category>

		<guid isPermaLink="false">http://ryanburrell.com/?p=232</guid>
		<description><![CDATA[I was recently invited to write an article for Web Designer Depot, and I think both parties have been thrilled with the outcome.  Read on for some info of WDD, what they're about, and an overview of their offerings and why they've been so successful in such a short amount of time.]]></description>
			<content:encoded><![CDATA[<p><img title="6 Reasons Why Designers Should Code @ Web Designer Depot" src="http://ryanburrell.com/wp-content/uploads/2009/01/wdd1.jpg" alt="6 Reasons Why Designers Should Code @ Web Designer Depot" width="530" height="200" /></p>
<p>A little over a month ago, I noticed an interesting job posting on <a href="http://krop.com" target="_blank">Krop</a>: Blog Writer.  It was for a new web design blog and resource site, and it sounded really intriguing.  So, I thought &#8220;What the heck?&#8221; and sent off a brief introduction and invited the powers that be to look at the content I was pushing out on my site.  Long story short, they decided to give me a shot and I now have a post up and running on their site.  It&#8217;s generated a lot of interesting feedback, and I highly recommend <a href="http://www.webdesignerdepot.com/2009/01/6-reasons-why-designers-should-code/" target="_blank">checking it out and weighing in with your insights</a>.</p>
<p>But I don&#8217;t want to stroke my own ego; I really want to put in a plug for what is rapidly becoming a very important resource for the creative web professional.  Web Designer Depot (henceforth known as WDD since I&#8217;m lazy) has only been around for about 2 months, at least going by the date of their first post.  It&#8217;s obvious that a great deal of thought and preparation were put into the launch of this site, as evidenced by the job postings, design efforts, and all around marketing that I&#8217;ve noticed surrounding its sudden appearance.  They&#8217;ve even been featured in the <a href="http://wordpress.org/showcase/web-designer-depot/" target="_blank">WordPress Showcase</a>.  Their mission statement as seen on their About Us page:</p>
<blockquote><p>We love design and are passionate about it in all its shapes and forms. Our vision is to make WDD a great showcase for this passion and feed a worldwide audience of savvy designers eager to learn more and share their knowledge with the design community.</p></blockquote>
<p>It&#8217;s not stated outright, but this seems to imply that they view the web as a sort of merging point where all prior forms of design contribute to produce something that is more than what it has come before; something more refined and more tempered by the direct responses and involvement of communities, yet fluid by definition.  That&#8217;s awesome.  Go mission statement.</p>
<p>WDD has come off the starting block with a lot of really interesting posts.  There are the ubiquitous posts and tutorials about Photoshop, and nearly every post title follows the current trend of enumerating the points you&#8217;ll cover (guilty!), but that&#8217;s fine.  Every blog needs its core of those type of posts; they never cease to be useful.  But some of my favorites thus far have been about topics of a slightly more involved variety, such as:</p>
<ul>
<li><a href="http://www.webdesignerdepot.com/2009/01/how-not-to-design-a-logo/" target="_blank">How NOT To Design A Logo</a></li>
<li><a href="http://www.webdesignerdepot.com/2008/12/why-mood-boards-matter/" target="_blank">Why Mood Boards Matter</a></li>
<li><a href="http://www.webdesignerdepot.com/2008/12/designing-outside-your-comfort-zone/" target="_blank">Designing Outside Your Comfort Zone</a></li>
<li><a href="http://www.webdesignerdepot.com/2008/12/video-game-design-between-1990-2008/" target="_blank">Video Game Design Between 1990-2008</a></li>
</ul>
<p>Anyway, <a href="http://www.webdesignerdepot.com" target="_blank">check it out</a>.  Subscribe to the <a href="http://www.webdesignerdepot.com/feed/" target="_blank">feed</a>.  Read.  Share.  Enjoy.  Hopefully you&#8217;ll see more of me on there too :)</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanburrell.com/design/web-designer-depot/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Online Book Collections &amp; Libraries: LibraryThing, Shelfari &amp; Goodreads</title>
		<link>http://ryanburrell.com/trends/online-book-collections-libraries-librarything-shelfari-goodreads</link>
		<comments>http://ryanburrell.com/trends/online-book-collections-libraries-librarything-shelfari-goodreads#comments</comments>
		<pubDate>Fri, 02 Jan 2009 09:00:49 +0000</pubDate>
		<dc:creator>Ryan Burrell</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[book collection]]></category>
		<category><![CDATA[LibraryThing]]></category>
		<category><![CDATA[online library]]></category>
		<category><![CDATA[Shelfari]]></category>

		<guid isPermaLink="false">http://ryanburrell.com/?p=177</guid>
		<description><![CDATA[In this article we take a journey of discovery with 3 online book catalog services: LibraryThing, Shelfari, and Goodreads.  Find out the good, the bad, and the poorly formatted and which service is is the most user-friendly.]]></description>
			<content:encoded><![CDATA[<p><img title="Let the book wars begin!" src="http://ryanburrell.com/wp-content/uploads/2008/12/book-catalog1.jpg" alt="Old, musty books on a shelf" width="530" height="200" /></p>
<p>Over the holidays I&#8217;ve been going through my ever-lengthening To-Do List and trying to cross off some of the things that I&#8217;ve been meaning to get to for quite some time.  I decided to put off teaching myself how to train ferrets and underwater basket weaving, and instead try and finally get my massive book collection into an online, electronic format.  I went straight to www.librarything.com to get started because, well, everyone uses it (or so I&#8217;ve observed).  What follows is an overview of my trial experiences with the LibraryThing service, Shelfari, and Goodreads:</p>
<h2><a title="LibraryThing | Catalog your books online" href="http://www.librarything.com/" target="_blank">LibraryThing</a></h2>
<p><a title="LibraryThing | Catalog your books online" href="http://www.librarything.com/" target="_blank"><img title="LibraryThing screenshot" src="http://ryanburrell.com/wp-content/uploads/2008/12/book-catalog2.jpg" alt="LibraryThing" width="530" height="200" /></a></p>
<p>This service has come highly recommended from several people I know.  I few of them even have updates via their site when they add new books, and there seems to be an integration capability with FriendFeed.  After going through their site briefly, I created an account and started to add books.</p>
<h3>Pros:</h3>
<ul>
<li>Huge user backing (come on&#8230;everyone&#8217;s doing it).</li>
<li>Customized search options from multiple library databases.</li>
<li>You can use a barcode scanner to import books (that&#8217;s really nifty).  Problem is, you have to have access to a barcode scanner.</li>
<li>Advanced statistics viewing (users, libraries, book types, etc.)</li>
<li>Ability to create widgets to embed on your site/blog/whatever.</li>
<li>Well-developed community of readers, reviewers, and authors.  Good perk if you&#8217;re in it for the people as well as the books.</li>
<li>Supports a multitude of languages, netting it a much larger user base.</li>
<li>Allows you to link your books to Amazon with a referral code so you can make some bank.</li>
</ul>
<h3>Cons:</h3>
<ul>
<li><span style="text-decoration: line-through;">Since LibraryThing seems to be so popular, they have some really critical performance issues.  As I write this, their site has been down for almost </span><span style="text-decoration: line-through;">2 hours 3 hours now.<br />
</span><strong>EDIT</strong>: at the time of writing, LibraryThing was undergoing massive maintenance.  They never bothered to give a notification about that though.</li>
<li>The site is horrid looking.  Not quite 1990-era&#8230;but almost.</li>
<li>The customized search makes you <em>choose</em> which library from the 690+ they have to search from.  Not a big deal, except they neglected to include a &#8220;Search From All&#8221; feature.  So if one library doesn&#8217;t have your book, it becomes a guessing game to which library you go to search for it.  You can always manually enter a book, though.</li>
<li>Adding books is time-consuming and somewhat painful.  Besides to aforementioned search issue, every time you add a book you must search again for another one.  This is a <em>massive</em> usability problem if you&#8217;ve done a search by author and want to add multiple books.</li>
<li>Likewise, choosing your correct edition is a headache as you have to view the books individually and select the edition from their details page.  Because of the performance issues, this is a bigger hassle than it really needs to be.</li>
<li>Semi-pay service.  200 books for free, then you have to pay $10/yearly or $25/lifetime.  Not a big deal to the casual reader, but for weirdos like me who have hundreds of books it is an imposition.  But, I&#8217;m not opposed to supporting such a great idea as a personal online book catalog.</li>
</ul>
<h2><a title="The Site for Books &amp; Readers - Shelfari" href="http://www.shelfari.com/" target="_blank">Shelfari</a></h2>
<p><a title="Shelfari" href="http://www.shelfari.com/" target="_blank"><img title="Shelfari screenshot" src="http://ryanburrell.com/wp-content/uploads/2008/12/book-catalog3.jpg" alt="Shelfari" width="530" height="200" /></a></p>
<p>Apparently this service was featured on Oprah, or her magazine, or another of her billion publications; I didn&#8217;t know that going in to it.  I originally found the site from this post: <a href="http://kimbooktu.wordpress.com/2007/10/18/catalog-your-books-online-test/" target="_blank">Catalog your books online! (Including Test)</a>.  Kim, the author, had embarked upon a similar journey as what I&#8217;m describing here.  Credit where credit is due :)</p>
<h3>Pros:</h3>
<ul>
<li>Shelfari, in basic visual terms, is much easier to look at and comprehend than the retro LibraryThing setup.  There are less navigation options, it it follows a slightly more traditional navigation structure.</li>
<li>The site doesn&#8217;t have near the performance issues that LibraryThing did.  However, there is a downside (see below).</li>
<li>Shelfari is owned by Amazon, so it has the full backing of one of the most powerful entities on the web (for whatever that&#8217;s worth).</li>
<li>Adding books is a very easy process.  You can add multiple books from a returned list, with details such as &#8220;I&#8217;ve read this&#8221; or &#8220;I own this book&#8221; all in AJAX-ified goodness.</li>
<li>Allows the creation of multiple widgets, each being customized to your needs.  Of the 3 services I&#8217;ve tested, this is the only one that powers its widgets with CSS that can be restyled to suit your whims.</li>
<li>Completely free.</li>
<li>Allows you to link your books to Amazon with a referral code so you can make some bank.</li>
<li>Book searchs are more compiled, with less inclusion of extraneous copies and versions of the same book (duplicates).</li>
</ul>
<h3>Cons:</h3>
<ul>
<li>There may not be many performance issues, but there isn&#8217;t a very large user base (yet).  The interface for your bookshelf (books you&#8217;ve added) is very graphics &amp; javascript heavy&#8230;so any increases in popularity might cause it to become extremely cumbersome.</li>
<li>The community surrounding Shelfari is relatively non-existence&#8230;at least compared to the behemoth LibraryThing.</li>
<li>As far as I can tell, only supports English across the site.  Doesn&#8217;t mean you can&#8217;t add books in other languages though.</li>
<li>Lots of fun ads from Amazon :)</li>
<li>Even though their site is obviously superior in usability and style to that of LibraryThing, they seem to do less to promote themselves than LT does.</li>
<li>No FriendFeed integration (negligible).</li>
<li>Lacks some of the statistical data about libraries and individual books that true bibliophiles may crave (also negligible).</li>
</ul>
<h2><a title="Goodreads" href="http://www.goodreads.com/" target="_blank">Goodreads</a></h2>
<p><a title="Goodreads" href="http://www.goodreads.com/" target="_blank"><img title="Goodreads screenshot" src="http://ryanburrell.com/wp-content/uploads/2008/12/book-catalog4.jpg" alt="Goodreads" width="530" height="200" /></a></p>
<p>I happened upon Goodreads while checking FriendFeed to see if they had an integration available or Shelfari.</p>
<h3>Pros:</h3>
<ul>
<li>Very stylish, and yet still light on the graphics and bandwidth.  Feels much more optimized than either of the other services, having very fast response times to information requests.  Follows a navigation scheme that is different from Shelfari, yet still easily understood.  It might even be better in the long run.</li>
<li>Seems to have an active, and growing, community.</li>
<li>Searching for and adding books is the easiest and fastest of the 3 services reviewed here.   Searches</li>
<li>Has built-in integration with Twitter, in addition to Facebook, Myspace, and Bebo.</li>
<li>Widgets!  They aren&#8217;t customizable, but all the code is provided.  Simply copy and paste.</li>
<li>Allows you to link your books to Amazon with a referral code so you can make some bank.</li>
<li>Has a unique authors and sellers program, that I haven&#8217;t really explored yet.</li>
<li>Completely free.</li>
</ul>
<h3>Cons:</h3>
<ul>
<li>Still can&#8217;t compete with the sheer number of people that seem to be using LibraryThing.  I guess you have to decide how big of a crowd you want to be a part of.</li>
<li>Widgets for your site are not customizable, and the better options are Flash, which kind of sucks.</li>
<li>You still have to go to a separate details page to choose the correct edition of your book if it&#8217;s different from the one pulled up in the search.</li>
<li>English only as far as I can tell.</li>
<li>AdSense ads abound in your members area.  Hey, have to pay the bills somehow, right?</li>
</ul>
<h2>Conclusion</h2>
<p>In the midst of doing the research for this article, I was accused of being &#8220;<span class="entry-content">a designer, rather than a librarian, bibliophile, author, reviewer, and/or community member&#8221;.  I guess I have to plead guilty to half those counts, but I am a bibliophile (in my own right), an author, a review, and a community member (if just a lowly troll).  However, this particular sentiment was voiced from a proponent of LibraryThing when I had initially declared that Shelfari was much better, and I get the point of his jibe.  If you&#8217;re looking for a vast community of other book-nerds (a good portion of them probably academics) then LibraryThing is the obvious choice.</span></p>
<p><span class="entry-content">But, if you&#8217;re like me and enjoy books on a more recreational level, and simply want to be able to catalog your books to keep track of them and display them on your site&#8230;I&#8217;m going to have to say that Shelfari or Goodreads are much better services.  I say this mostly from a usability standpoint, as most of the extraneous features (like the widgets, Amazon referral codes, etc) are the same across the 3 services.  I personally have decided to throw my hat in the ring for Goodreads.  It was easy to use, fast, and had all the features I needed plus a vibrant community should I magically discover extra time in my day for such pursuits.  I would invite anyone searching for their ideal book catalog service/community to post a comment and let everyone know which service you use, and why you use it.  Perhaps there is some undiscovered gem floating around out there.</span></p>
<p class="credit">Image credit: <a href="http://www.sxc.hu/profile/11010010" target="_blank">11010010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ryanburrell.com/trends/online-book-collections-libraries-librarything-shelfari-goodreads/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>FeedBurner Rocks (Especially With WordPress)</title>
		<link>http://ryanburrell.com/reviews/feedburner-rocks-especially-with-wordpress</link>
		<comments>http://ryanburrell.com/reviews/feedburner-rocks-especially-with-wordpress#comments</comments>
		<pubDate>Mon, 29 Dec 2008 20:21:57 +0000</pubDate>
		<dc:creator>Ryan Burrell</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://ryanburrell.com/?p=170</guid>
		<description><![CDATA[FeedBurner might not be the new kid on the block anymore, but it's definitely still awesome.  In this article, we cover what's so great about FeedBurner (both the service and the site), share a few nifty screenshots, and even show how to integrate your hot new FeedBurner feed into WordPress.  Win!]]></description>
			<content:encoded><![CDATA[<p><a title="FeedBurner" href="http://www.feedburner.com/" target="_blank"><img title="FeedBurner" src="http://ryanburrell.com/wp-content/uploads/2008/12/feedburner.jpg" alt="FeedBurner" width="530" height="200" /></a></p>
<p>For most people, <a title="FeedBurner" href="http://www.feedburner.com/fb/a/dashboard?id=2809927" target="_blank">FeedBurner</a> is old news.  Nearly anyone who has subscribed to an RSS feed from a major site has probably come into contact with a feed redistributed by FeedBurner, whether you&#8217;ve known it or not.  Heck, even I, a relative newcomer to this land of pingbacks, comments, and calibrated SEO measures has known of FeedBurner for quite sometime.  However, knowing it&#8217;s there and trying to use it are two different things, and I recently had a very pleasurable experience when I signed up for my first FeedBurner feed.  So, I thought I would share why I thought it was so nifty, and offer a few quick tips on how to easily get your WordPress site spitting out feeds enhanced with FeedBurner.</p>
<h2>What Is FeedBurner?</h2>
<p>I felt I should answer this first, before I dug into it a bit more.  Even knowing <em>about</em> FeedBurner beforehand didn&#8217;t really give me a clear indication of <em>what</em> FeedBurner actually does.  So, here&#8217;s the skinny:</p>
<ul>
<li>FeedBurner is, at a basic level,  a service that takes a single feed that you provide, and recompiles it into a &#8220;super feed&#8221; that is readable in all formats (RSS1, RSS2, Atom, etc)</li>
<li>FeedBurner also modifies your feed output to include a number of custom features, such as animated images and links for social networking in each post (Share on Facebook, Digg It, etc)</li>
<li>You are given a stats report, detailing who your subscribers are and what they are reading.</li>
<li>Other options are available, like having FeedBurner notify indexing services when your feed has been updated, integrating AdSense</li>
</ul>
<h2>Why Is It So Awesome?</h2>
<p>Lots of reasons.  The entire goal of having a blog (and the giant dispersal of information we know as the &#8220;Internet&#8221;) is to reach as many people as possible.  FeedBurner&#8217;s ability to take a single feed and tailor multiple XML formats for various readers means that you can hit a wider range of potential recurring readers.  Couple that with its custom modifications to include monetization (AdSense) and social networking links to improve your shareability, means that you have a much higher potential for making the most of your blog/podcast/rightwing ultra-conservative anarchist revolutionary feed.</p>
<p>Being a designer, I&#8217;m innately concerned with the presentation of whatever materials are before me.  With this in mind, the first thing I noticed was the superb usability FeedBurner brings to its services.  The homepage has a fair amount of information, but the reason you are most likely there is front and center and ready for easy use:</p>
<p><img title="FeedBurner conversion field" src="http://ryanburrell.com/wp-content/uploads/2008/12/feedburner2.jpg" alt="FeedBurner conversion field" width="530" height="89" /></p>
<p>I was able to sign up for a free account, and convert my WordPress default feed to a FeedBurner super mutant feed in about a minute.   I then instantly had access to this wonderful workflow navigation:</p>
<p><img title="FeedBurner navigation" src="http://ryanburrell.com/wp-content/uploads/2008/12/feedburner4.jpg" alt="FeedBurner navigation" width="530" height="200" /></p>
<p>Everything I need is right there, in an ordered format, with helpful hints and instructions under each tab.  That&#8217;s a breath of fresh air compared to a lot of web apps, which can easily become so cumbersome that they collapse under the usability issues of their own vast amount of features.  On top of that, I couldn&#8217;t help but notice the subtle humor and personality present throughout the site.  This is something I&#8217;ve come to expect (and enjoy) from most Google-owned services, which breaks the monotony of the business of business.  I found this starting page viewable immediately after creation of my first feed particularly&#8230;um&#8230;cute? :</p>
<p><img title="FeedBurner landing page" src="http://ryanburrell.com/wp-content/uploads/2008/12/feedburner3.jpg" alt="FeedBurner landing page" width="530" height="200" /></p>
<p>It makes sense, it gives you some options, and it even makes you smile a little.  Perfect.</p>
<h2>FeedBurner &amp; WordPress</h2>
<p>Ok, so now we&#8217;ve got this nifty hybridized feed that monetizes, optimizes, customizes and Simonizes&#8230;how do we get it into WordPress?  This part is really simple, thanks to Google/FeedBurner fully supporting the FeedSmith plugin for WordPress.  Basically, you follow the instructions on this page: <a title="Creating your WordPress feed (self-hosted WordPress)" href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483&amp;topic=13252" target="_blank">Creating your WordPress feed (self-hosted WordPress)</a>.  The page details a 5-step process, but it can basically be summarized as:</p>
<ol>
<li>Download <a title="FeedSmith Plugin for WordPress" href="http://www.feedburner.com/fb/products/feedburner_feedsmith_plugin_2.3.zip" target="_blank">FeedSmith</a>, upload it to your plugins folder, and activate it.</li>
<li>Go to Settings &gt; FeedSmith, and paste in the URL to your FeedBurner feed and hit the button&#8230;you&#8217;re done.</li>
</ol>
<p>Easy.  There&#8217;s also a guide for using FeedBurner through WordPress.com, found here: <a title="Creating your WordPress feed (WordPress.com)" href="http://www.google.com/support/feedburner/bin/answer.py?answer=78486&amp;topic=13252" target="_blank">Creating your WordPress feed (WordPress.com)</a></p>
<p>FeedBurner isn&#8217;t just another WordPress supporting service; it&#8217;s a standalone that you can use in any situation where a default feed can use some major optimization.  Try it out, recommend it to your friends, all hail Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanburrell.com/reviews/feedburner-rocks-especially-with-wordpress/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>On Disappointment &amp; Pandora (pt. 2)</title>
		<link>http://ryanburrell.com/trends/on-disappointment-pandora-pt-2</link>
		<comments>http://ryanburrell.com/trends/on-disappointment-pandora-pt-2#comments</comments>
		<pubDate>Mon, 17 Nov 2008 12:00:22 +0000</pubDate>
		<dc:creator>Ryan Burrell</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[album art]]></category>
		<category><![CDATA[music feed]]></category>
		<category><![CDATA[Pandora]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[styling]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://ryanburrell.com/?p=53</guid>
		<description><![CDATA[
I wrote a post the other day detailing my adventures with and subsequent complaints of Pandora&#8217;s feed/widget creation.  However, at the end of it all, I was victorious and the proud new owner of a customized widget showing my bookmarked songs and their album covers&#8230;or so I thought.
The nasty surprise
Naturally after working with something like [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Pandora" src="http://ryanburrell.com/wp-content/uploads/2008/11/dissapointment-pandora.jpg" alt="Pandora Radio" width="530" height="120" /></p>
<p>I wrote a <a href="http://ryanburrell.com/xhtml/on-disappointment-pandora">post</a> the other day detailing my adventures with and subsequent complaints of <a href="http://pandora.com/" target="_blank">Pandora&#8217;s</a> feed/widget creation.  However, at the end of it all, I was victorious and the proud new owner of a customized widget showing my bookmarked songs and their album covers&#8230;or so I thought.</p>
<h2>The nasty surprise</h2>
<p>Naturally after working with something like this that tested my patience, I wanted to brag to someone about how awesome I was to get it working.  The only person who happened to be online that would have appreciated this was fellow technophile and WordPress-er, <a href="http://silverpenpub.net/" target="_blank">Matt Stublefield</a>.</p>
<p>One of the things I love (and hate) about Matt, is how quickly he can identify a critical problem in a setup and waste no time in notifying you about it.  I&#8217;d like to think that I reciprocate this service to him as well.  In this particular instance, he noticed a huge, gaping hole in my awesome Pandora setup:</p>
<ul class="im">
<li class="one"><span>Matt Stublefield</span>: Man, 569kb in 14.4 seconds.</li>
<li class="two"><span>Ryan Burrell</span>: for?</li>
<li class="one"><span>Matt Stublefield</span>: Your site.</li>
<li class="two"><span>Ryan Burrell</span>: &#8230;there shouldn&#8217;t be near that much data</li>
<li class="one"><span>Matt Stublefield</span>: The Pandora stuff is huge.</li>
<li class="two"><span>Ryan Burrell</span>: what do you use to do bandwidth profiling?</li>
<li class="one"><span>Matt Stublefield</span>: Firebug.</li>
<li class="two"><span>Ryan Burrell</span>: oh lord&#8230;I know what it&#8217;s doing</li>
<li class="two"><span>Ryan Burrell</span>: those album images&#8230;those are full resolution</li>
</ul>
<p>Yeah, that&#8217;s right.  The feed Pandora generates only allows the album art images to be a fixed size&#8230;yet the source image they draw from is a full-sized 500 x 433 image.  And I&#8217;m loading 5 of those at the bottom of my page.</p>
<h2>The journey continues</h2>
<p>I have no control over the setup of Pandora&#8217;s feed generation.  And, despite my best efforts, this last little discovery has been the nail in the coffin for using resources straight from Pandora.  I mentioned in my previous article about finding this page: <a onclick="javascript:pageTracker._trackPageview ('/outbound/www.rgb255.nl');" href="http://www.rgb255.nl/blog/2007/02/19/pandora-widget-now-also-as-plugin/" target="_blank">rgb255 » Blog Archive » Pandora Widget now also as Plugin</a>.  When I had tried working with it before it had caused some plugin conflicts.  However, having an extra several hundred kilobytes of image data on my page is inexcusable, so I guess I&#8217;ll do some investigation and see if I can get this plugin to work again.</p>
<p>I ended my last article with a plea to Pandora and any other large company serving the web community to please Please PLEASE work to make your resources as standards-compliant and customizable as possible.  Just a little more effort on Pandora&#8217;s end would have made their feed resources just as exceptional as their music service.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanburrell.com/trends/on-disappointment-pandora-pt-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
