<?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>Design Adaptations &#187; Reviews</title>
	<atom:link href="http://designadaptations.com/category/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://designadaptations.com</link>
	<description>Exploring what&#039;s possible in design...</description>
	<lastBuildDate>Sat, 05 Jun 2010 16:47:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-RC2-15136</generator>
		<item>
		<title>Clever Development With Coda</title>
		<link>http://designadaptations.com/reviews/clever-development-with-coda/</link>
		<comments>http://designadaptations.com/reviews/clever-development-with-coda/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 19:56:23 +0000</pubDate>
		<dc:creator>Charity</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://designadaptations.com/?p=425</guid>
		<description><![CDATA[If you follow design related blogs, it seems you can&#8217;t click a mouse anymore without Coda&#8216;s icon making an appearance. I heard about this software long before buying my Mac, but because it&#8217;s exclusive to that platform, I was never &#8230; <a href="http://designadaptations.com/reviews/clever-development-with-coda/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-441" title="coda_logo" src="http://designadaptations.com/notebook/wp-content/uploads/2008/07/coda_logo-150x150.jpg" alt="Coda logo" width="150" height="150" /> If you follow design related blogs, it seems you can&#8217;t click a mouse anymore without <a title="Coda - One window web development" href="http://www.panic.com/coda/">Coda</a>&#8216;s icon making an appearance. I heard about this software long before <a title="Beware the Leopard OSX Upgrade" href="http://designadaptations.com/beware-the-leopard-os-x-upgrade/">buying my Mac</a>, but because it&#8217;s exclusive to that platform, I was never able to give it a test run. Now eight months after <a title="Mac Switcher? Expedite the Process" href="http://designadaptations.com/mac-switcher-expedite-the-process/">making the switch</a>, I finally got around to it &#8211; and it&#8217;s been a real pleasure to use! I would even consider giving Dreamweaver up for it&#8230; provided that certain functionalities were addressed. Yes, Coda has some gaps to fill.</p>
<p>But I&#8217;m getting ahead of myself. Lemme back up.</p>
<p>Built by the folks at <a title="Panic" href="http://www.panic.com/">Panic</a>, Coda is the first web development application with which you can code, FTP <em>and test</em> your creations using a single, unobtrusive interface. It&#8217;s very easy to learn, and offers some extraordinarily useful features. Panic&#8217;s focus here is clear: simplify the development process by eliminating unnecessary windows, and rolling the important ones into a single tidy package. Well they pulled it off, and very well!</p>
<h3>Highlights</h3>
<p>The first really impressive thing about Coda is the built in browser &#8211; and we&#8217;re not just talking about a WYSIWYG type &#8220;design view&#8221;, but an actual preview for static and dynamic pages. The default engine is Safari, but you can change it to Firefox or any other browser you have installed.</p>
<p><img class="alignnone size-full wp-image-434" title="splits" src="http://designadaptations.com/notebook/wp-content/uploads/2008/07/splits.jpg" alt="coda split views" width="500" height="477" /></p>
<p>On that note, Coda really shines with its document split feature. Split a file (vertically or horizontally) for simultaneous code and preview modes. Need multiple splits to work on more than one file? No problem. Use one split to preview and two more for code view.</p>
<p><a href="http://designadaptations.com/notebook/wp-content/uploads/2008/07/coda_dom.jpg"><img class="alignright size-thumbnail wp-image-435" title="coda dom" src="http://designadaptations.com/notebook/wp-content/uploads/2008/07/coda_dom-150x150.jpg" alt="highlight elements with the DOM" width="150" height="150" /></a></p>
<p>Another useful tool is the DOM hierarchy inspector, which works like the <a title="Web Developer add-on for Firefox" href="http://chrispederick.com/work/web-developer/">Web Developer</a> plugin for Firefox. Highlight, lock or unlock any element of a site you&#8217;re working on to see the associated class or ID name in a &#8220;breadcrumb&#8221; style breakdown at the bottom of the Coda window.</p>
<p>Once you have a section locked you can then move around by clicking any element in the trail of the DOM. There&#8217;s also a JavaScript log, which could be considered Coda&#8217;s answer to another plugin &#8211; <a title="Firebug add-on for Firefox" href="http://getfirebug.com/">Firebug</a>, for finding and debugging errors.</p>
<p><img class="alignleft size-medium wp-image-436" title="coda clips" src="http://designadaptations.com/notebook/wp-content/uploads/2008/07/coda_clips-268x300.jpg" alt="Clips - code snippets for Coda" width="268" height="300" /></p>
<p>Next up we have Clips (think Snippets in Dreamweaver). What&#8217;s useful about Clips is that you can build your own library of code snippets (with or without wildcard placeholders), then assign hotkeys for dropping them into your pages. There&#8217;s even a <a title="Coda Clips" href="http://coda-clips.com/">community Clips library</a> to get you started.</p>
<p>Coda&#8217;s solitary, uncluttered window is far more appealing than Dreamweaver&#8217;s UI, which is sometimes overwhelming and irritating with all the panels that you can accidentally move or float if you get careless with the mouse. I&#8217;m not crazy about the file viewing system either.</p>
<p><a href="http://designadaptations.com/notebook/wp-content/uploads/2008/07/coda_files.jpg"><img class="alignright size-thumbnail wp-image-437" title="coda_files" src="http://designadaptations.com/notebook/wp-content/uploads/2008/07/coda_files-150x150.jpg" alt="file browsing with Coda" width="150" height="150" /></a>Coda does a nice job of keeping that simple and easy to navigate. Double clicking a folder takes you into it, rather than just showing/hiding its contents. Once there, you see only the files in that folder &#8211; but navigating back up the hierarchy a step or all the way to your home folder is one click away.</p>
<p><a href="http://designadaptations.com/notebook/wp-content/uploads/2008/07/coda_publish.jpg"><img class="alignleft size-thumbnail wp-image-438" title="coda_publish" src="http://designadaptations.com/notebook/wp-content/uploads/2008/07/coda_publish-150x150.jpg" alt="publishing with Coda" width="150" height="150" /></a>Publishing is a snap too. Coda tracks the files you have modified or saved and gives you small visual cues in the sidebar. Click the &#8220;up arrow&#8221; icon to publish one file at a time, or use the ‘Publish All’ button to upload everything.</p>
<p>There are many more cool features in this application. I could go on but that&#8217;s Panic&#8217;s job. ;) This is a review, so I&#8217;ve got to cover the cons too&#8230;</p>
<h3>What&#8217;s Missing</h3>
<p>A lot of simple functionality is missing from Coda. A few of my annoyances include:</p>
<p><strong>Remove Comment/Collapse Code</strong> &#8211; one of Dreamweaver&#8217;s nicest features are the one-click utilities alongside the code view panel. It&#8217;s nothing to comment/uncomment PHP, HTML and CSS. Particularly,  the absence of an expand/collapse code feature is a disappointment.</p>
<p><strong>Copy Files</strong> &#8211; I might feel stupid later, but I couldn&#8217;t figure out how to copy files or folders between sites! The obvious workarounds are 1: duplicate then move the file, or 2: right click a file and select &#8220;Show in Finder&#8221;, then copy/paste to a new location in Finder. Either way, these are time-wasting extra steps.</p>
<p><strong>Find All</strong> &#8211; the ability to search not just documents but folders and entire sites is critical. I&#8217;m floored that&#8217;s it&#8217;s missing. Sometimes I just want to see a list of every occurrence for a particular item, <em>without replacing anything</em>. Unfortunately Coda only let&#8217;s you replace all without seeing all.</p>
<p><strong>Shortcuts</strong> &#8211; the lack of key commands is most noticeable when working with multiple files. Reaching for the mouse to click a tab every time really slows things down. Switching tabs via key combo is must so faster, and could even extend to switching the focus between splits or views as well (i.e. Edit and Preview). <em>If there are commands for this please set me straight.</em></p>
<p><strong>Compare Files</strong> &#8211; you cannot view local and remote files simultaneously, and there appears to be no syncing or comparison functions.</p>
<p><strong>Clips</strong> &#8211; (suggestion) opens in a floating module which lays atop the window. It would serve better if tucked into the sidebar like the Symbols feature.</p>
<p><a href="http://designadaptations.com/notebook/wp-content/uploads/2008/07/coda_sites.jpg"><img class="alignright size-thumbnail wp-image-442" title="coda_sites" src="http://designadaptations.com/notebook/wp-content/uploads/2008/07/coda_sites-150x150.jpg" alt="Coda sites view" width="150" height="150" /></a></p>
<h3>Summary</h3>
<p>Coda is still in its infancy (v1.1 at this time, with 1.5 in limited private beta), but it has the potential to become <em>killer development software</em>. Even now what makes Coda so attractive is not just the pretty interface but the price tag &#8211; a mere $79. It&#8217;s a solid app, without a significant investment, and has a great many <a title="Coda Users - Google Groups" href="http://groups.google.com/group/coda-users">enthusiasts to talk shop</a> with.
<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdesignadaptations.com%2Freviews%2Fclever-development-with-coda%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdesignadaptations.com%2Freviews%2Fclever-development-with-coda%2F&amp;source=feistyred&amp;style=compact&amp;service=is.gd" height="61" width="50" /><br />
			</a>
		</div>
<img src="http://designadaptations.com/notebook/?ak_action=api_record_view&id=425&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://designadaptations.com/reviews/clever-development-with-coda/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Things: Task Management Made Simple</title>
		<link>http://designadaptations.com/reviews/things-task-management-made-simple/</link>
		<comments>http://designadaptations.com/reviews/things-task-management-made-simple/#comments</comments>
		<pubDate>Tue, 06 May 2008 22:57:39 +0000</pubDate>
		<dc:creator>Charity</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[getting-things-done]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://designadaptations.com/?p=571</guid>
		<description><![CDATA[If you&#8217;ve ever read the book Getting Things Done, you&#8217;re familiar with the concept behind it &#8211; empty your head of the things you need to do without taking a lot of time to do it, because that task itself &#8230; <a href="http://designadaptations.com/reviews/things-task-management-made-simple/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever read the book <a title="Getting Things Done" href="http://en.wikipedia.org/wiki/Getting_Things_Done">Getting Things Done</a>, you&#8217;re familiar with the concept behind it &#8211; empty your head of the things you need to do <em>without taking a lot of time to do it</em>, because that task itself should not be time consuming. The idea is to free your mind thereby increasing focus and productivity because you&#8217;re not trying to mentally track everything.</p>
<p><a title="Cultured Code" href="http://culturedcode.com">Cultured Code</a> ran with that concept and worked it into a sweet little app called <a title="Things - task management made simple" href="http://culturedcode.com/things">Things</a>. I picked it up about a month ago when I saw that it was available for beta. I was hooked right away. Quite honestly, it&#8217;s been more useful than any other project or task management software I&#8217;ve tried so far, because I actually use it!</p>
<p>The problem with most project oriented apps is that they&#8217;re hard to learn or adjust to. They also seem counterproductive at times, eating time instead of freeing it. Navigating can be cumbersome, and of those I&#8217;ve tested &#8211; the overviews left much to be desired. I often spent more time in the app than working on tasks, or never bothered to add them in the first place because it took too long. With Things there&#8217;s almost no learning curve, so you can add (and get moving on) your projects very quickly.</p>
<p><img class="alignnone size-full wp-image-411" title="Things Projects Overview" src="http://designadaptations.com/notebook/wp-content/uploads/2008/05/things_all_projects.jpg" alt="Things Projects Overview" width="500" height="215" /></p>
<p>Right away you get a sense that it&#8217;s easy to manage &#8211; and it actually <em>is</em>. I dare say it&#8217;s even fun. ;) The interface is sleek, uncluttered and <em>almost</em> too simple, but not to the point that it compromises functionality. Things puts your tasks in front of your nose in a way that you don&#8217;t have to wander around the app to find what it is you really need to do.</p>
<p><img class="alignnone size-full wp-image-408" title="Things single project view" src="http://designadaptations.com/notebook/wp-content/uploads/2008/05/things_project.jpg" alt="Things single project view" width="500" height="386" /></p>
<p>Create multiple <strong>Projects</strong> or <strong>Areas of Responsibility</strong> and add multiple items to them without losing sight of anything or having to endlessly drill down. This app really shines when it comes to overviews, in my opinion. Switch between several views with just a click &#8211; <strong>Today</strong>, <strong>Next</strong>, <strong>Someday</strong> and <strong>Scheduled</strong>. <a title="Things - task management made simple" href="http://culturedcode.com/things">Things</a> will show you the info you need and not what you don&#8217;t. To access details for individual items simply click on the folder for that Project or Area. Don&#8217;t have details yet? Use the Someday feature to drop in something you have no specifics for, then move or edit it accordingly later.</p>
<p><img class="alignnon size-medium wp-image-412" title="Things tag manager" src="http://designadaptations.com/notebook/wp-content/uploads/2008/05/things_tags-269x300.jpg" alt="Things tag manager" width="269" height="300" /></p>
<p>Like tags? Things is on board. Add tags to dynamically group items, or use the search filter to find items by tag, title or note. That&#8217;s right, you can add notes (of course!) to any task. Things will keep them out of your way too &#8211; but never out of reach. Notes are neatly tucked into each task&#8217;s module. Just double-click to see associated notes and tags, set a due date or make a task repeatable.</p>
<p><img class="alignnone size-full wp-image-409" title="Things notes and tags view" src="http://designadaptations.com/notebook/wp-content/uploads/2008/05/things_notes_tags.jpg" alt="Things notes and tags view" width="500" height="120" /></p>
<p>Quickly add, edit, delete or reorder your tasks or Projects. Color coding and highlighting lets you know immediately what is done, what <em>needs</em> done, what has been updated today&#8230; the works. Best of all, Things keeps your lists tidy! Via preference setting, you can have it automatically move completed items to a Logbook each day, week or month.</p>
<p>I am really impressed with this software considering it&#8217;s only in beta. There are a few minor usability issues (the drag/drop capability and repeatable tasks are still somewhat limited), but the developers are working on them. I have to wonder how <a title="Things - task management made simple" href="http://culturedcode.com/things">Things</a> would hold up to large team usage as well. It seems targeted mostly  toward small agencies or freelance types. Then again I don&#8217;t work in a team so I can&#8217;t comment on that. Overall, I think Things is already <em>well worth</em> the reasonable $50 price tag for the final release.
<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdesignadaptations.com%2Freviews%2Fthings-task-management-made-simple%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdesignadaptations.com%2Freviews%2Fthings-task-management-made-simple%2F&amp;source=feistyred&amp;style=compact&amp;service=is.gd" height="61" width="50" /><br />
			</a>
		</div>
<img src="http://designadaptations.com/notebook/?ak_action=api_record_view&id=22&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://designadaptations.com/reviews/things-task-management-made-simple/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Review of the Macbook Air</title>
		<link>http://designadaptations.com/reviews/review-of-the-macbook-air/</link>
		<comments>http://designadaptations.com/reviews/review-of-the-macbook-air/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 20:40:15 +0000</pubDate>
		<dc:creator>Charity</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://designadaptations.com/notebook/review-of-the-macbook-air/</guid>
		<description><![CDATA[My old laptop (a Compaq) is dying. While technically still operable, it&#8217;s days are numbered. The trackpad doesn&#8217;t work anymore, the battery doesn&#8217;t last as long, and lately it takes forever to &#8220;think about things&#8221; when I&#8217;m shuffling between programs, &#8230; <a href="http://designadaptations.com/reviews/review-of-the-macbook-air/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My old laptop (a Compaq) is dying. While technically still operable, it&#8217;s days are numbered. The trackpad doesn&#8217;t work anymore, the battery doesn&#8217;t last as long, and lately it takes forever to &#8220;think about things&#8221; when I&#8217;m shuffling between programs, despite valiant attempts to keep it optimized. I decided it was time for a new machine. I knew I wanted a Mac, but I debated over whether I should drop such a fat fistful of cash, when I could just go down to Walmart and get a dirt-cheap Dell.</p>
<p>The only reason I need Windows at all is to test on IE, so I decided I&#8217;d rather dual boot when I need to than waste my money on an OS I don&#8217;t want (Vista). I made a beeline for Denver on Saturday and bought a shiny new <a href="http://www.apple.com/macbookair/">Macbook Air</a>. My <a href="http://designadaptations.com/notebook/mac-switcher-expedite-the-process/">conversion</a> to the Mac cult is now officially complete! I&#8217;m still opinionated though, ;) and here&#8217;s what I think about it so far&#8230;</p>
<p><img src="http://s40608.gridserver.com/notebook/wp-content/uploads/2008/02/air_packaging.jpg" alt="" /></p>
<h3>It&#8217;s pretty AND environmentally conscious</h3>
<p>This baby really is as compact, lightweight and beautiful as the commercial indicates. It&#8217;s almost unnoticeable sitting on your lap, and carrying it around is much less cumbersome than most portables. My old machine weighs in at 5lbs, while the Air is only 3lb. I didn&#8217;t think 2lbs would make that much of a difference, but it does! As for the display, it&#8217;s mercury and arsenic free but there is NO noticeable compromise in the performance. It&#8217;s bright, clear and fast &#8211; popping right up when you activate the machine after it&#8217;s gone into screen saver or sleep mode.</p>
<p><strong>The downside:</strong> You can&#8217;t move the display back as far as I&#8217;d like to be able to. The design of the casing prevents it from extending past a 45 degree angle (approx). Not sure about the standard Macbooks, but I know my Compaq can be moved waaay back, almost to the point of being even with keyboard.</p>
<h3>It&#8217;s intuitive</h3>
<p>The Air has a trackpad that&#8217;s been revamped into something more user friendly, making your time working on it that much nicer. Employing the same technology as the iPhone, it has motion sensitive controls allowing you to &#8220;swipe&#8221; to navigate. Use two fingers to scroll up or down in any application. While browsing, use three fingers to move forward or back between web pages. If you&#8217;re skeptical (I was) believe me when I say it works well, responding to the lightest touch. No more precision clicking on the scrollbar (or arrows) anymore, or losing track with the paging keys. FYI, you can also customize the trackpad to enable &#8220;tap clicking&#8221; instead of using the built-in button. And if you don&#8217;t want to hit Cmd constantly to bring up secondary menus, it&#8217;s now now as easy as a two finger tap on the pad.</p>
<p><strong>The downside:</strong> When browsing, the intelligent motions (swipe, pinch, etc.) only work RELIABLY with Safari. I&#8217;m a Firefox girl, so I was disappointed to discover that after I got it home and downloaded FF.</p>
<h3>It&#8217;s simple</h3>
<p>When it comes to hardware, Apple continues to impress me. Another sweet feature they included with the Air is the magnetic power cord. Yep, just like the iMac. Nothing new, but what&#8217;s cool is you can plug it in so the port connector faces front or back depending on the orientation of your machine or how you&#8217;re positioned while using it. Little details make big differences&#8230; with the Air you won&#8217;t have to worry that you&#8217;re pinching and bending the hell out of your power supply, OR bother with looping the cord around something just to keep it out of your way.</p>
<p><strong>The downside:</strong> If you&#8217;re lazy (I am), you may notice it&#8217;s tough to &#8220;feel for the port&#8221; and connect when you want to plug in quick. If you don&#8217;t mind rotating the machine around or leaning way over to see it every time, forget I mentioned it. But I say again, it&#8217;s the little things. ;) The casing is aluminum so it&#8217;s supposed to be very durable, but I suspect most people will fumble to plug in, eventually scratching it up. Also the indicator light on the end (so you know it&#8217;s connected) is not very visible.</p>
<p><img src="http://s40608.gridserver.com/notebook/wp-content/uploads/2008/02/air_companion.jpg" alt="" /></p>
<h3>It&#8217;s <em>seriously</em> mobile</h3>
<p>Finally we come to the optical drive, or lack thereof. I understand how this might make some of you nervous. We&#8217;re so used to having a separate volume for storage/media playback that it seems weird to go without. You don&#8217;t have to. Apple&#8217;s answer is Remote Disk (i.e. cd/dvd sharing). If you have an iMac, the Macbook Air is the perfect companion for it. The iMac can be your workhorse, while the Air unchains you. Install software remotely, and access drives on your other computer. By the way, it does NOT have to be a Mac.</p>
<p><strong>The downside:</strong> If you require the ability to play/burn CDs or install software directly while on the road, not having an optical drive might be a deterrent. You can always pick up a <a href="http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?nplm=MB397G/A">Superdrive</a>, but that&#8217;s just another thing to carry and sort of counteracts the whole &#8220;light as a feather, free as a bird with the Macbook Air&#8221; sales pitch. ;)</p>
<h3>What it&#8217;s NOT</h3>
<p>It&#8217;s not exactly cheap. The most basic model of the standard Macbook is about $700 less and even has a faster processor, running at 2GHz over Air&#8217;s 1.6GHz. It&#8217;s also more expandable, but it comes out of the box with only 1GB of RAM. The Air has double that. Hard drive space (80GB) and screen size were the same on both setups, so you might say the choice comes down to convenience vs speed. Honestly I could not see a difference between the two. There&#8217;s also a higher end model available with a 1.8GHz processor that has one of those new drives (with non-moving parts) but I did not feel the $3000 price tag was justifiable.</p>
<h3>Is the Macbook Air worth the money?</h3>
<p>If you&#8217;re a designer, gamer, or video/music editor and you already have a &#8220;power machine&#8221; in your home/office &#8211; definitely! But if you&#8217;re thinking about it as a primary workstation, I&#8217;d say rethink it. It&#8217;s designed to function more as a supplemental tool. The Macbook Air would also be an ideal solution if your profession keeps you on the move but doesn&#8217;t require the use of resource intensive software (stock trader, publicist, lawyer, etc.).
<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdesignadaptations.com%2Freviews%2Freview-of-the-macbook-air%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdesignadaptations.com%2Freviews%2Freview-of-the-macbook-air%2F&amp;source=feistyred&amp;style=compact&amp;service=is.gd" height="61" width="50" /><br />
			</a>
		</div>
<img src="http://designadaptations.com/notebook/?ak_action=api_record_view&id=367&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://designadaptations.com/reviews/review-of-the-macbook-air/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
