<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Kieran Chapman Design</title>
	
	<link>http://kieranchapmandesign.com</link>
	<description>Web and user experience design by Kieran Chapman</description>
	<lastBuildDate>Mon, 25 Feb 2013 21:51:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/KCDesign" /><feedburner:info uri="kcdesign" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Forcing WordPress Widgets Open</title>
		<link>http://feedproxy.google.com/~r/KCDesign/~3/zPO_B2QXhKg/</link>
		<comments>http://kieranchapmandesign.com/2013/02/forcing-wordpress-widgets-open/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 21:45:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://kieranchapmandesign.com/?p=652</guid>
		<description><![CDATA[A temporary fix to access WordPress widgets that just won't open.]]></description>
			<content:encoded><![CDATA[<p>On occasion, I&#8217;ve run into an issue with the admin section of a WordPress site where I couldn&#8217;t access the widgets. Some plugin or Javascript conflict is causing a problem where it just won&#8217;t let me open the widget and access its contents. Of course I need to find and fix the problem, but sometimes I just need to update a widget quickly&#8230;and <em>right now!</em></p>
<p><em></em>Here&#8217;s a temporary fix to give you access to your widgets without the currently-broken Javascript: add <strong>?widgets-access=on</strong> to the end of the URL of your widgets page — e.g. <em>yourwebsite.com/wp-admin/widgets.php?widgets-access=on</em> — and you&#8217;ll have non-cool but fully-functional widget access.</p>
<img src="http://feeds.feedburner.com/~r/KCDesign/~4/zPO_B2QXhKg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://kieranchapmandesign.com/2013/02/forcing-wordpress-widgets-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://kieranchapmandesign.com/2013/02/forcing-wordpress-widgets-open/</feedburner:origLink></item>
		<item>
		<title>Fun with Responsive Web Design</title>
		<link>http://feedproxy.google.com/~r/KCDesign/~3/jvE6HxSI2FE/</link>
		<comments>http://kieranchapmandesign.com/2013/01/fun-with-responsive-web-design/#comments</comments>
		<pubDate>Fri, 11 Jan 2013 20:34:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://kieranchapmandesign.com/?p=641</guid>
		<description><![CDATA[Optimizing websites for various screen sizes with CSS]]></description>
			<content:encoded><![CDATA[<p><img class="alignright  wp-image-647" title="responsivewebbook" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2013/01/responsivewebbook.jpg" alt="" width="auto" height="200" />One of the most useful and eye-opening books I read last year was &#8220;Responsive Web Design&#8221; by Ethan Marcotte. It &#8220;explore[s] CSS techniques and design principles&#8221; and &#8220;demonstrat[es] how you can deliver a quality experience to your users no matter how large (or small) their display&#8221; (quoted from the  <a href="http://www.abookapart.com/products/responsive-web-design" target="_blank">ABA website</a>).</p>
<p>In short, he tells you how you can use CSS to optimize a single website for various screen sizes — large monitors, smaller tablets, tiny phones — using CSS. I think this is great for everyone involved on the web:</p>
<ul>
<li>Users won&#8217;t end up seeing the &#8220;wrong&#8221; version of a site, like when someone sends you a link to &#8220;m.website.com&#8221; from their mobile device, which in turn looks ridiculous on your computer screen.</li>
<li>IT people no longer have to manage two versions of the same site (regular and mobile).</li>
<li>Designers and developers only deal with a single site and code, with CSS making the layout decisions based on the screen it&#8217;s on.</li>
</ul>
<p>Of course, responsive web design has its own challenges, but personally I find it fun and exciting (which leads me to believe that I&#8217;m in the correct profession).</p>
<p>As a quick learning experience, I optimized my personal site (<a href="http://www.kieranchapman.net" target="_blank">kieranchapman.net</a>) for mobile devices using only CSS. The home page normally has a large photo with the latest blog posts overlaid in the top right. This layout works fine on monitors and tablets, but the text was far too small on my iPhone. So now on smaller screens the home page rearranges itself using CSS, displaying a smaller main photo with the blog posts below it.</p>
<p><a rel="prettyPhoto" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2013/01/responsive_kcnet-home.jpg"><img class=" wp-image-643" title="responsive_kcnet-home" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2013/01/responsive_kcnet-home.jpg" alt="" width="100%" height="auto" /></a></p>
<p>The navigation links also have been moved below the logo, and on subpages the sidebar has been moved below the main page content. All of this makes for a much easier reading experience on mobile devices, all easily handled using CSS.</p>
<p><a rel="prettyPhoto" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2013/01/responsive_kcnet-sub.jpg"><img class="alignnone  wp-image-645" title="responsive_kcnet-sub" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2013/01/responsive_kcnet-sub.jpg" alt="" width="100%" height="auto" /></a></p>
<img src="http://feeds.feedburner.com/~r/KCDesign/~4/jvE6HxSI2FE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://kieranchapmandesign.com/2013/01/fun-with-responsive-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://kieranchapmandesign.com/2013/01/fun-with-responsive-web-design/</feedburner:origLink></item>
		<item>
		<title>Portfolio Update</title>
		<link>http://feedproxy.google.com/~r/KCDesign/~3/C4yjpDI5I7I/</link>
		<comments>http://kieranchapmandesign.com/2012/09/portfolio-update/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 20:39:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[KCD]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://kieranchapmandesign.com/?p=633</guid>
		<description><![CDATA[It's about time I update my Portfolio page...]]></description>
			<content:encoded><![CDATA[<p><a href="/portfolio/"><img class="alignright size-full wp-image-634" title="updates-sep12" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2012/09/updates-sep12.jpg" alt="Portfolio" width="300" height="300" /></a>I finally did a long-overdue update to the <a title="Portfolio" href="http://kieranchapmandesign.com/portfolio/">Portfolio section</a>. I still need to add screenshots of mobile device apps I&#8217;ve worked on, but at least now there&#8217;s some more recent work.</p>
<p>You&#8217;ll see that I continue to do a lot of custom WordPress work. I&#8217;m surprised when I hear clients and companies say that they don&#8217;t want to use WordPress as their CMS because they don&#8217;t want to use one of the existing themes. And they&#8217;re surprised to hear that there <em>are</em> no design limitations for a custom WordPress site. Sure, if you&#8217;re looking for a quick and inexpensive WordPress site, customizing an existing theme might be the way to go (and I&#8217;ve done plenty of those, too). But designing a site from the ground up with WordPress powering the back-end is an option.</p>
<img src="http://feeds.feedburner.com/~r/KCDesign/~4/C4yjpDI5I7I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://kieranchapmandesign.com/2012/09/portfolio-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://kieranchapmandesign.com/2012/09/portfolio-update/</feedburner:origLink></item>
		<item>
		<title>Long Time, No Update…</title>
		<link>http://feedproxy.google.com/~r/KCDesign/~3/Yja8TquiZ88/</link>
		<comments>http://kieranchapmandesign.com/2012/08/long-time-no-update/#comments</comments>
		<pubDate>Thu, 09 Aug 2012 11:16:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[KCD]]></category>

		<guid isPermaLink="false">http://kieranchapmandesign.com/?p=629</guid>
		<description><![CDATA[Yes, I'm still here. Really.]]></description>
			<content:encoded><![CDATA[<p>I noticed that my last blog post was over 9 months ago — not exactly doing a bang-up job keeping this fresh!</p>
<p>While there&#8217;s probably not a ton of people following this blog, it&#8217;s important to keep things somewhat updated so people know that I&#8217;m still working. It&#8217;s not good for the blog to look like an archive rather than an active site — it&#8217;s what I tell my clients, but here I am not following my own advice. (It&#8217;s the case of the carpenter who doesn&#8217;t fix up his own house.)</p>
<p>I&#8217;ll try to do a better job going forward, at the very least to prove that I&#8217;m still alive and working&#8230;</p>
<img src="http://feeds.feedburner.com/~r/KCDesign/~4/Yja8TquiZ88" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://kieranchapmandesign.com/2012/08/long-time-no-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://kieranchapmandesign.com/2012/08/long-time-no-update/</feedburner:origLink></item>
		<item>
		<title>The Android Experiment Ends</title>
		<link>http://feedproxy.google.com/~r/KCDesign/~3/4ivwE1Wc_No/</link>
		<comments>http://kieranchapmandesign.com/2011/10/the-android-experiment-ends/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 02:40:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://kieranchapmandesign.com/?p=611</guid>
		<description><![CDATA[I've traded my Android for an iPhone and am happier for it.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-612 alignright" title="iphone4s" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/10/iphone4s.jpg" alt="iPhone 4S" width="136" height="228" /></p>
<p>I&#8217;ve been using an Android (HTC Incredible) for the past 6 months or so. Overall it&#8217;s been pretty good, but I never loved it. I&#8217;ve been looking forward to replacing it with the the iPhone 4S, and now that I have I&#8217;m so much happier.</p>
<p>It&#8217;s hard to pinpoint exactly what bothers me about the Android, but this &#8220;<a href="http://dinnerwithandroid.tumblr.com/post/11571096718/four-months-with-android-reflections-grievances-and" target="_blank">Four months with Android</a>&#8221; blog post reflects my experience pretty accurately. Overall, it came as advertised and mostly did what it was supposed to do. There were little little annoyances throughout the OS: inconsistent button behavior, lagging button responses, odd screen and phone behavior. On their own they sounded like minor nit-picks, but taken as a whole it led to an overall unenjoyable experience.</p>
<p>The things that Android had that the iPhone didn&#8217;t ended up not being so great. For example, I found home screen widgets cool in theory, but in practice they were both screen and battery hogs. And the one thing Android did have that I would miss on iOS — voice dictation — has been added to the iPhone 4S.</p>
<p>True, I could (pretty accurately) be called an Apple fanboy. But after only a week with the iPhone my phone now &#8220;just works&#8221; — no UI annoyances that get in my way of just using my phone the way I want.</p>
<img src="http://feeds.feedburner.com/~r/KCDesign/~4/4ivwE1Wc_No" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://kieranchapmandesign.com/2011/10/the-android-experiment-ends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://kieranchapmandesign.com/2011/10/the-android-experiment-ends/</feedburner:origLink></item>
		<item>
		<title>Recent Site Launches</title>
		<link>http://feedproxy.google.com/~r/KCDesign/~3/P9UNm5XbmhQ/</link>
		<comments>http://kieranchapmandesign.com/2011/09/recent-site-launches-2011/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 11:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[KCD]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://kieranchapmandesign.com/?p=599</guid>
		<description><![CDATA[Some sites I’ve worked on over the past year.]]></description>
			<content:encoded><![CDATA[<p>I notice that I&#8217;ve been pretty bad about announcing new site launches and updates that I work on&#8230;in fact, it&#8217;s been over a year since my last one! (I sometimes make such quick announcements on <a href="http://www.twitter.com/kieranchapman">Twitter</a>.)  So here&#8217;s a quick list of some of the sites I&#8217;ve been involved with — some with design, some development, and some with both:</p>
<p><img class="alignnone size-full wp-image-601" title="recentwork-aug2011" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/09/recentwork-aug2011.jpg" alt="recentwork-aug2011" width="550" height="120" /></p>
<p><a href="http://earthnetworks.com/" target="_blank">Earth Networks</a><br />
<a href="http://women-run.com/" target="_blank"> Women Run</a> site &amp; store<br />
<a href="http://www.gfrhode.com/" target="_blank"> GF Rhode Construction</a><br />
<a href="http://corporate.veveo.net/" target="_blank"> Veveo, Inc.</a><br />
<a href="http://www.exoprise.com/" target="_blank"> Exoprise</a><br />
<a href="http://generosearch.com/" target="_blank"> Genero Search Group</a><br />
<a href="http://www.jdvhotels.com/" target="_blank"> Joie de Vivre Hotels</a><br />
<a href="http://www.theprovidenceinstitute.org/" target="_blank"> The Providence Institute</a><br />
<a href="http://www.joycesinteriors.com/" target="_blank"> Joyce&#8217;s Interiors</a><br />
<a href="http://www.bluemilkspecial.com/" target="_blank"> Blue Milk Special</a><br />
<a href="http://www.kieranchapman.net/" target="_blank"> kieranchapman.net</a></p>
<p>&#8230;plus numerous non-public UI projects (web, iPhone and iPad), icons, custom email templates, dashboards, and even some ad work. I&#8217;m lucky to get to work with such various clients from a large corporations to small businesses, from hospitals to web comics. It makes my job a lot more interesting.</p>
<img src="http://feeds.feedburner.com/~r/KCDesign/~4/P9UNm5XbmhQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://kieranchapmandesign.com/2011/09/recent-site-launches-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://kieranchapmandesign.com/2011/09/recent-site-launches-2011/</feedburner:origLink></item>
		<item>
		<title>Most-Used WordPress Plugins</title>
		<link>http://feedproxy.google.com/~r/KCDesign/~3/R_Ii49UcjNs/</link>
		<comments>http://kieranchapmandesign.com/2011/08/most-used-wordpress-plugins/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 19:26:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://kieranchapmandesign.com/?p=589</guid>
		<description><![CDATA[These are the plugins I find most useful when developing a WordPress site.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-591 alignright" title="wp_plugin" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/08/wp_plugin.jpg" alt="wp_plugin" width="200" height="200" />There are thousands of <a href="http://wordpress.org/extend/plugins/" target="_blank">WordPress plugins</a> available, but there&#8217;s only a few that I use pretty regularly. Every WordPress developer has his own favorite plugins, and here are the ones I use most:</p>
<p><a href="http://wordpress.org/extend/plugins/advanced-twitter-widget/" target="_blank"><strong>Advanced Twitter Widget</strong></a><br />
Some WordPress themes come with a Twitter widget built in, but if yours doesn&#8217;t then Advanced Twitter Widget is a simple plugin that lets you add your tweets to your site. (And while it&#8217;s true you can use <a href="http://twitter.com/about/resources/widgets" target="_blank">Twitter&#8217;s own widgets</a>, I prefer to style the tweets to better match the site&#8217;s style.)</p>
<p><strong><a href="http://wordpress.org/extend/plugins/contact-form-7/" target="_blank">Contact Form 7</a></strong><br />
Contact Form 7 is a simple but useful contact form. Lets you easily create multiple custom forms and send to various email addresses.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/exclude-pages/" target="_blank">Exclude Pages</a></strong><br />
Exclude Pages lets you create public pages that don&#8217;t appear in the navigation.  This is useful for public pages you&#8217;d like to remain hidden, landing pages you don&#8217;t want to appear in your site&#8217;s navigation, client pages, and for themes that don&#8217;t allow you to use <a href="http://codex.wordpress.org/Appearance_Menus_Screen" target="_blank">custom menus</a>.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/lightbox-2/" target="_blank">Lightbox 2</a></strong><br />
Lightbox 2 automatically makes any linked image display in a lightbox-style popover, rather than just open the image in a browser window.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/widget-logic/" target="_blank">Widget Logic</a></strong><br />
This is one of the most useful WordPress plugins, and it gives you a lot of control over how sidebar widgets appear on your site. While many WordPress themes allow for different sidebar content for various pages, some have a single sidebar for all pages. And even for those themes with multiple sidebars, you might want more control over what widgets appear on specific pages. Widget Logic lets you control exactly what widget appears on what page. That sounds vague, but once you learn how the conditions are written it&#8217;s powerful and easy to have widgets appear exactly where you want them.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">WP-DB-Backup</a></strong><br />
It&#8217;s always a good idea to make backups. WP-DB-Backup makes backups of your MySQL database and saves, emails or downloads it. You can also schedule automated backups to be sent to an email address.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a></strong><br />
<a href="http://daringfireball.net/linked/2008/04/23/atwood-wp" target="_blank"> John Gruber</a> is infamous for trashing WordPress sites he links to: often such sites are overwhelmed with traffic, and WordPress can&#8217;t handle high levels of traffic very well. Enter WP Super Cache: this plugin creates cached versions of your site&#8217;s pages instead of having to hit the database each time a page is accessed. If you expect a lot of site traffic, WP Super Cache is a must-have.</p>
<p><a href="http://wordpress.org/extend/plugins/wordpress-seo/" target="_blank"><strong>WordPress SEO by Yoast</strong></a><br />
Another no-brainer plugin. WordPress SEO gives you control over page titles, descriptions, and keywords on a per-page basis. A nice feature is the &#8220;Google result preview&#8221; that shows how the page would appear in Google based on your current settings. Also, WordPress SEO generates a <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=156184&amp;from=40318&amp;rd=1" target="_blank">Google sitemap</a> XML file as well (which eliminated the need for a no-longer-must-have plugin, <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a>).</p>
<img src="http://feeds.feedburner.com/~r/KCDesign/~4/R_Ii49UcjNs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://kieranchapmandesign.com/2011/08/most-used-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://kieranchapmandesign.com/2011/08/most-used-wordpress-plugins/</feedburner:origLink></item>
		<item>
		<title>Taking Screenshots on Android</title>
		<link>http://feedproxy.google.com/~r/KCDesign/~3/JU8fTmV0uuY/</link>
		<comments>http://kieranchapmandesign.com/2011/08/taking-screenshots-on-android-no-root-screenshot-it/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 19:06:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://kieranchapmandesign.com/?p=581</guid>
		<description><![CDATA[Using No Root Screenshot It to make Android screenshots easy]]></description>
			<content:encoded><![CDATA[<p>As a designer, I often have to take screenshots of apps, often for reference or as a starting point. When working on iOS apps, taking screenshots is very simple: on your iPhone/iPod touch/iPad, press the power and home buttons at the same time and the screenshot is added to your Saved Photos.</p>
<p>With Android phones, it&#8217;s a <a href="http://www.addictivetips.com/mobile/how-to-take-screenshots-of-android-device/" target="_blank">different story</a>. There are Android apps that let you take screenshots if you <a href="http://en.wikipedia.org/wiki/Rooting_(Android_OS)" target="_blank">root</a> your phone, but I didn&#8217;t want to do that. So I had to download and install the Android SDK and Java JDK, set my phone to use USB Debugging, connect my phone to my Mac, then use an app to take screenshots of the screen. And while this has worked in the past, I wasn&#8217;t able to get it working at all today.</p>
<p><img class="alignright size-full wp-image-582" title="Screenshot It" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/08/screenshot_it.jpg" alt="Screenshot It" width="150" height="150" />Luckily, I found an app that actually works: <a href="https://market.android.com/details?id=com.edwardkim.android.screenshotitfullnoroot" target="_blank">No Root Screenshot It</a>. While you still have to connect it to your Mac/PC to get started, once you do it&#8217;s simple to take screenshots, which you can then save or share (email, bluetooth, or other various options).</p>
<p>I found the best method was to save the screenshot to my <a href="http://www.dropbox.com" target="_blank">Dropbox</a>, which is then nearly-instantly synced with my Mac. In that respect, it&#8217;s easier than iOS for getting screenshots from my phone to my Mac — no cables needed!</p>
<img src="http://feeds.feedburner.com/~r/KCDesign/~4/JU8fTmV0uuY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://kieranchapmandesign.com/2011/08/taking-screenshots-on-android-no-root-screenshot-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://kieranchapmandesign.com/2011/08/taking-screenshots-on-android-no-root-screenshot-it/</feedburner:origLink></item>
		<item>
		<title>iPad RSS Reader Roundup</title>
		<link>http://feedproxy.google.com/~r/KCDesign/~3/V01Jh77UrIo/</link>
		<comments>http://kieranchapmandesign.com/2011/05/ipad-rss-reader-roundup/#comments</comments>
		<pubDate>Sat, 07 May 2011 02:54:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://kieranchapmandesign.com/?p=536</guid>
		<description><![CDATA[I review six RSS readers for the iPad.]]></description>
			<content:encoded><![CDATA[<p>Finding a great RSS reader for the iPad hasn&#8217;t been as easy as I hoped.  There are a lot that are pretty good, but none quite do everything I need/want. What I&#8217;m looking for is a reader that lets me quickly view headlines, then (if I&#8217;m interested) the article post/summary. Synching with my Google Reader account is a must, since I also read my many (too many?) feeds on my Mac (with <a href="http://netnewswireapp.com/mac/" target="_blank">NetNewsWire</a>, if you were wondering). And finally, <a href="http://www.instapaper.com/u" target="_blank">Instapaper</a> integration is pretty much a requirement, too, since I often read articles later.</p>
<p>Many have additional features that I don&#8217;t use (tagging, quick blogging, sharing via social networks, saving/pinning/favoriting articles, etc.) so I won&#8217;t go into every app&#8217;s feature list. With that, here are quick reviews for some of the iPad RSS readers I&#8217;ve tried:</p>
<h3>Flipboard</h3>
<p><a title="Flipboard" rel="prettyPhoto[Flipboard]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112510.jpg"><img class="alignnone size-thumbnail wp-image-544" title="flipboard1.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112510-150x150.jpg" alt="flipboard1.jpg" width="150" height="150" /></a> <a title="Flipboard" rel="prettyPhoto[Flipboard]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112650.jpg"><img class="alignnone size-thumbnail wp-image-547" title="flipboard2.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112650-150x150.jpg" alt="flipboard2.jpg" width="150" height="150" /></a> <a title="Flipboard" rel="prettyPhoto[Flipboard]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112634.jpg"><img class="alignnone size-thumbnail wp-image-546" title="flipboard3.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112634-150x150.jpg" alt="flipboard3.jpg" width="150" height="150" /></a></p>
<p>One of the most-hyped readers, <a href="http://itunes.apple.com/us/app/flipboard/id358801284?mt=8" target="_blank">Flipboard</a> displays RSS feeds in a magazine-like layout. While not really an RSS reader by definition, I had to try it anyway. It&#8217;s cool (with page-turning UI), is well-done, and if your feeds regularly have good photography you end up with a very nice-looking &#8220;magazine.&#8221; While I find Flipboard nice to look at, I find that I tend to flip though it (much like a magazine) which doesn&#8217;t let me take in a lot of feeds quickly. It does sync with Google Reader, but going through them in Flipboard is tedious. If you just have a few RSS feeds and like the magazine format, Flipboard might be for you.</p>
<h3>FLUD and Pulse News</h3>
<p><a title="Flud" rel="prettyPhoto[Flud]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112711.jpg"><img class="size-thumbnail wp-image-548 alignnone" title="flud1.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112711-150x150.jpg" alt="flud1.jpg" width="150" height="150" /></a> <a title="Flud" rel="prettyPhoto[Flud]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112717.jpg"><img class="size-thumbnail wp-image-549 alignnone" title="flud2.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112717-150x150.jpg" alt="Flud" width="150" height="150" /></a></p>
<p><a href="http://itunes.apple.com/us/app/flud/id382544677?mt=8" target="_blank">Flud</a> (free) and <strong><span style="font-weight: normal; font-size: 13px;"><a href="http://itunes.apple.com/us/app/pulse-news-reader/id371088673?mt=8" target="_blank">Pulse</a> (free) both </span><span style="font-weight: normal; font-size: 13px;">display your feeds in a boxed format: categories run across the top, your feeds for that category are displayed horizontally (with photo, if available). While neither sync with Google Reader both apps can add feeds from your Reader account, but only Pulse lets you save items to Instapaper.</span></strong></p>
<p><a title="Pulse" rel="prettyPhoto[Pulse]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112723.jpg"><img class="size-thumbnail wp-image-550 alignnone" title="pulse1.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112723-150x150.jpg" alt="pulse1.jpg" width="150" height="150" /></a> <a title="Pulse" rel="prettyPhoto[Pulse]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112730.jpg"><img class="size-thumbnail wp-image-551 alignnone" title="pulse2.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112730-150x150.jpg" alt="pulse2.jpg" width="150" height="150" /></a></p>
<p>Like Flipboard, these seem to work better if you have fewer feeds to follow. Despite their similarity, I give the edge to Pulse: it&#8217;s a little easier to browse a feed while viewing an article (it allows you to see two items in the sidebar vs. Flud&#8217;s one) plus it supports Instapaper. But for what I want in a feed reader, I end up doing too much tapping with both Flud and Pulse to keep up with my feeds.</p>
<h3 style="font-size: 1.17em;">Feeddler</h3>
<p><a title="Feeddler" rel="prettyPhoto[Feeddler]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114325.jpg"><img class="alignnone size-thumbnail wp-image-563" title="feeddler1.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114325-150x150.jpg" alt="feeddler1.jpg" width="150" height="150" /></a> <a title="Feeddler" rel="prettyPhoto[Feeddler]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114332.jpg"><img class="alignnone size-thumbnail wp-image-564" title="feeddler2.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114332-150x150.jpg" alt="feeddler2.jpg" width="150" height="150" /></a> <a title="Feeddler" rel="prettyPhoto[Feeddler]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114337.jpg"><img class="alignnone size-thumbnail wp-image-565" title="feeddler3.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114337-150x150.jpg" alt="feeddler3.jpg" width="150" height="150" /></a></p>
<p><a href="http://itunes.apple.com/us/app/feeddler-rss-reader-for-ipad/id364873582?mt=8" target="_blank">Feeddler</a> (free; a $4.99 pro version is ad-free) requires Google Reader and is a more standard RSS reader: after logging in, you see a list of your categories on the left and the latest items on the right. Tap  a category to drill down and view the feed; tap a headline to view the summary. It&#8217;s basic but gets the job done. Feeddler would be my RSS app of choice if not for one minor but important thing: it&#8217;s a bit hard to quickly read through a feed since tapping a headline opens the article in an overlay window. You then have to either close it before selecting another article, or simply go to the next or previous article — jumping around can&#8217;t be done quickly. (The free version also lacks Instapaper support, but the pro version has it.)</p>
<h3>Reeder</h3>
<p><a title="Reeder" rel="prettyPhoto[Reeder]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112803.jpg"><img class="alignnone size-thumbnail wp-image-552" title="reeder1.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112803-150x150.jpg" alt="reeder1.jpg" width="150" height="150" /></a> <a title="Reeder" rel="prettyPhoto[Reeder]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112809.jpg"><img class="alignnone size-thumbnail wp-image-553" title="reeder2.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-112809-150x150.jpg" alt="reeder2.jpg" width="150" height="150" /></a> <a title="Reeder" rel="prettyPhoto[Reeder]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114304.jpg"><img class="alignnone size-thumbnail wp-image-561" title="reeder3.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114304-150x150.jpg" alt="reeder3.jpg" width="150" height="150" /></a></p>
<p><a href="http://itunes.apple.com/us/app/reeder/id375661689?mt=8" target="_blank">Reeder</a> ($4.99) opens with a somewhat strange screen of category boxes. You then either tap the category box to view the all items of the category&#8217;s feeds, or pinch &amp; zoom to view and select the individual feeds in the category. It&#8217;s kind of a neat UI, but I think a more standard menu selection (like Feeddler&#8217;s) would be easier and quicker. However, once you&#8217;re viewing a category or feed, it&#8217;s great: article headlines &amp; short summary are displayed along the left column, which you tap to display in the main section. You can tap the article headline to view the web page, or save to Instapaper (or other service). And you can easily browse headlines and still keep the article visible.</p>
<h3>The Feed</h3>
<p><a title="The Feed" rel="prettyPhoto[TheFeed]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114831.jpg"><img class="alignnone size-thumbnail wp-image-568" title="thefeed1.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114831-150x150.jpg" alt="thefeed1.jpg" width="150" height="150" /></a> <a title="The Feed" rel="prettyPhoto[TheFeed]" href="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114840.jpg"><img class="alignnone size-thumbnail wp-image-569" title="thefeed2.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114840-150x150.jpg" alt="thefeed2.jpg" width="150" height="150" /></a></p>
<p><a href="http://itunes.apple.com/us/app/the-feed/id399013334?mt=8" target="_blank">The Feed</a> (free) is a somewhat strange reader (to me). Folders are somewhat hidden and are accessed by tapping the Feed icon in the bottom left, horizontal-scrolling and selecting the folder you want, then the feed you want. Articles are then displayed in large gray boxes (which can be zoomed out to view more at a time). By not showing just the headlines, however, you have to do a lot more scrolling. Again, this app might work better for a small number of feeds, but this was my least favorite.</p>
<h3>My Pick</h3>
<p><img class="alignright size-full wp-image-562" title="reeder-icon.jpg" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/05/20110506-114310.jpg" alt="reeder-icon.jpg" width="152" height="156" />If you&#8217;re like me and follow a lot of RSS feeds and want to be able to quickly scan, read and save articles, I recommend <strong>Reeder</strong>. You can scan your feeds (singular or by category) quickly without having to open and close windows or be forced to use just previous/next navigation. If you&#8217;re more interested in a UI and layout more fitting of your cool iPad, definitely try Flipboard. But for filtering, reading and saving a lot of information as quickly as possible, Reeder is the way to go for me.</p>
<img src="http://feeds.feedburner.com/~r/KCDesign/~4/V01Jh77UrIo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://kieranchapmandesign.com/2011/05/ipad-rss-reader-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://kieranchapmandesign.com/2011/05/ipad-rss-reader-roundup/</feedburner:origLink></item>
		<item>
		<title>Android First Impressions</title>
		<link>http://feedproxy.google.com/~r/KCDesign/~3/zXFzQ0sG-cc/</link>
		<comments>http://kieranchapmandesign.com/2011/02/android-first-impressions/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 02:26:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://kieranchapmandesign.com/?p=527</guid>
		<description><![CDATA[An Apple user's first impressions of his new Android phone.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-529" title="HTC Incredible" src="http://kieranchapmandesign.com/wp/wp-content/uploads/2011/02/htc_incredible-182x300.jpg" alt="HTC Incredible" width="182" height="300" />I&#8217;ve been a longtime Apple user, so it was something of a surprise to my friends (and, honestly, to myself) that I recently got an Android phone (especially with the iPhone coming to Verizon this month). But for work reasons I ended up with an HTC Incredible. The reasons I went with the Incredible over other Android phones is because of HTC&#8217;s reputation for attention to detail in the UI, and they have a good track record for updating the OS on a timely basis.</p>
<p>Anyway, my initial reactions after using it for the past two weeks are that it&#8217;s fast and the UI is better than I expected. It has most of the major apps you&#8217;d want to have, and most recent iPhone apps are available for Android, too, though many apps do lack the polish that iOS apps have. Still, the Android OS is very cool. Widgets are pretty useful (vs. having static buttons to apps); unfortunately you can&#8217;t have too much widget action without adversely affecting battery life. Initially I didn&#8217;t like the multiple buttons on the phone (home, menu, back, search) since I was accustomed to a single home button on the iPod touch &amp; iPad, but I have gotten used to them (and even rely on the back button).</p>
<p>What don&#8217;t I like?</p>
<ol>
<li>It doesn&#8217;t sync nicely with my Mac. If you use Google for everything you&#8217;ll be fine, but otherwise it&#8217;s kind of a pain to sync from my Mac to Google to phone. My contacts are set up now, but I still don&#8217;t have my iCal calendars synced.</li>
<li>The email app is merely OK. Compared to Apple&#8217;s really good mobile mail app, it&#8217;s annoying. Luckily I don&#8217;t use my phone for mail very much, and the Android mail app will likely keep it that way.</li>
<li>Taking screen shots on the phone — something I need to do for my job — is clunky. Turns out you can&#8217;t on an unrooted phone, so I need a desktop app to take screenshots. Probably not an issue for typical people, but an annoyance for me.</li>
</ol>
<p>Overall I think the Android is a very good mobile OS and so far I do like the Incredible. But if I had a choice between an iPhone and an Android phone, I would definitely choose the iPhone.</p>
<img src="http://feeds.feedburner.com/~r/KCDesign/~4/zXFzQ0sG-cc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://kieranchapmandesign.com/2011/02/android-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://kieranchapmandesign.com/2011/02/android-first-impressions/</feedburner:origLink></item>
	</channel>
</rss>
