<?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>Hardly Code Blog</title>
	
	<link>http://blog.hardlycode.com</link>
	<description>Hardly Code is a web development and branding studio in Seattle, WA.</description>
	<lastBuildDate>Thu, 20 Oct 2011 20:20:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/HardlyCodeBlog" /><feedburner:info uri="hardlycodeblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Test retina iPhone layouts in actual size using Dropbox.</title>
		<link>http://feedproxy.google.com/~r/HardlyCodeBlog/~3/DFiGcQfimlc/</link>
		<comments>http://blog.hardlycode.com/test-retina-iphone-layouts-in-actual-size-using-dropbox-2011-10/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 17:28:03 +0000</pubDate>
		<dc:creator>Rick Murphy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile Design]]></category>
		<category><![CDATA[Retina Display]]></category>

		<guid isPermaLink="false">http://blog.hardlycode.com/?p=181</guid>
		<description><![CDATA[Dropbox is great for testing retina iPhone mockups. Your design files are twice the size of the final product and it&#8217;s important to view them within the context of the device.Create an alias/shortcut to your Dropbox testing folder on your &#8230; <a href="http://blog.hardlycode.com/test-retina-iphone-layouts-in-actual-size-using-dropbox-2011-10/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hardlycode.com/test-retina-iphone-layouts-in-actual-size-using-dropbox-2011-10/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.hardlycode.com/test-retina-iphone-layouts-in-actual-size-using-dropbox-2011-10/</feedburner:origLink></item>
		<item>
		<title>Resizing Django ImageField with Remote Storage</title>
		<link>http://feedproxy.google.com/~r/HardlyCodeBlog/~3/eorO4-hqAFM/</link>
		<comments>http://blog.hardlycode.com/resizing-django-imagefield-with-remote-storage-2011-02/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 01:32:41 +0000</pubDate>
		<dc:creator>Eric Loes</dc:creator>
				<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[PIL]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[django-storage]]></category>

		<guid isPermaLink="false">http://blog.hardlycode.com/?p=187</guid>
		<description><![CDATA[Recently I&#8217;ve been working on a project to move our photo experience to store images on Amazon&#8217;s S3 service instead of the local server, in hopes to gain performance and move away from handling the maintenance static files tend to have. There &#8230; <a href="http://blog.hardlycode.com/resizing-django-imagefield-with-remote-storage-2011-02/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hardlycode.com/resizing-django-imagefield-with-remote-storage-2011-02/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.hardlycode.com/resizing-django-imagefield-with-remote-storage-2011-02/</feedburner:origLink></item>
		<item>
		<title>PIL Image from Url</title>
		<link>http://feedproxy.google.com/~r/HardlyCodeBlog/~3/EfZXcKEOxUU/</link>
		<comments>http://blog.hardlycode.com/pil-image-from-url-2011-01/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 06:39:01 +0000</pubDate>
		<dc:creator>Eric Loes</dc:creator>
				<category><![CDATA[PIL]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[URLLIB]]></category>

		<guid isPermaLink="false">http://blog.hardlycode.com/?p=182</guid>
		<description><![CDATA[Had some troubles finding what seemed to be such an easy Google search. Needed the capability to load an image based on a url. Here is my solution:]]></description>
		<wfw:commentRss>http://blog.hardlycode.com/pil-image-from-url-2011-01/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.hardlycode.com/pil-image-from-url-2011-01/</feedburner:origLink></item>
		<item>
		<title>Solving django-storage NotImplementedError with Amazon S3</title>
		<link>http://feedproxy.google.com/~r/HardlyCodeBlog/~3/1LjtUeuNI7w/</link>
		<comments>http://blog.hardlycode.com/solving-django-storage-notimplementederror-2011-01/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 08:37:07 +0000</pubDate>
		<dc:creator>Eric Loes</dc:creator>
				<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[django-storage]]></category>
		<category><![CDATA[NotImplementedError]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[S3 Boto]]></category>

		<guid isPermaLink="false">http://blog.hardlycode.com/?p=171</guid>
		<description><![CDATA[Recently I started looking into Amazon&#8217;s S3 service to (hopefully) offer better performance on serving up static content for our customers.  Its a great service and ridiculously cheap.  The first client I am applying the S3 storage to is for &#8230; <a href="http://blog.hardlycode.com/solving-django-storage-notimplementederror-2011-01/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hardlycode.com/solving-django-storage-notimplementederror-2011-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.hardlycode.com/solving-django-storage-notimplementederror-2011-01/</feedburner:origLink></item>
		<item>
		<title>Google Instant now with Preview</title>
		<link>http://feedproxy.google.com/~r/HardlyCodeBlog/~3/-Dz87myE5sU/</link>
		<comments>http://blog.hardlycode.com/google-instant-now-has-preview-2010-11/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 02:02:29 +0000</pubDate>
		<dc:creator>Rick Murphy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://blog.hardlycode.com/?p=128</guid>
		<description><![CDATA[Awesome. I guess. Although Ask.com had this same feature in May of 2006. Ask.com even had a commercial about thisgame-changer yet &#8220;Binoculars&#8221; didn&#8217;t really do much for the service. I never found Binoculars useful. You could click an icon to &#8230; <a href="http://blog.hardlycode.com/google-instant-now-has-preview-2010-11/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hardlycode.com/google-instant-now-has-preview-2010-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.hardlycode.com/google-instant-now-has-preview-2010-11/</feedburner:origLink></item>
		<item>
		<title>Finding Clients</title>
		<link>http://feedproxy.google.com/~r/HardlyCodeBlog/~3/XJnFZdIwLpE/</link>
		<comments>http://blog.hardlycode.com/finding-clients-2010-11/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 00:36:57 +0000</pubDate>
		<dc:creator>Eric Loes</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[Starting a business]]></category>

		<guid isPermaLink="false">http://blog.hardlycode.com/?p=54</guid>
		<description><![CDATA[The hardest part about starting a web development company hasn&#8217;t been doing the actual work, I am a confident developer who believes in his skills. However I missed the memo on having to also be a business man. Below are &#8230; <a href="http://blog.hardlycode.com/finding-clients-2010-11/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hardlycode.com/finding-clients-2010-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.hardlycode.com/finding-clients-2010-11/</feedburner:origLink></item>
		<item>
		<title>The End Times Are Near</title>
		<link>http://feedproxy.google.com/~r/HardlyCodeBlog/~3/ptPSs2f22zU/</link>
		<comments>http://blog.hardlycode.com/the-end-times-are-near-2010-11/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 17:50:37 +0000</pubDate>
		<dc:creator>Rick Murphy</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://blog.hardlycode.com/?p=37</guid>
		<description><![CDATA[Almost done! We&#8217;re cleaning up bugs and spell checking articles. We&#8217;ll make some sort of announcement very soon. Sorry about all the lorum ipsum and such. It wont be much longer.]]></description>
		<wfw:commentRss>http://blog.hardlycode.com/the-end-times-are-near-2010-11/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.hardlycode.com/the-end-times-are-near-2010-11/</feedburner:origLink></item>
		<item>
		<title>Chrome has an inset box-shadow bug</title>
		<link>http://feedproxy.google.com/~r/HardlyCodeBlog/~3/nwdAKcZDUOk/</link>
		<comments>http://blog.hardlycode.com/crome-has-an-inset-box-shadow-bug-2010-11/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 22:05:41 +0000</pubDate>
		<dc:creator>Rick Murphy</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://blog.hardlycode.com/?p=73</guid>
		<description><![CDATA[Rendering fancy buttons in CSS3 is completely feasible with modern browsers. It&#8217;s less expensive on page load and you can accomplish popular button treatments with CSS border-radius, gradients and box-shadows. I was building a button the other day that used &#8230; <a href="http://blog.hardlycode.com/crome-has-an-inset-box-shadow-bug-2010-11/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hardlycode.com/crome-has-an-inset-box-shadow-bug-2010-11/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.hardlycode.com/crome-has-an-inset-box-shadow-bug-2010-11/</feedburner:origLink></item>
		<item>
		<title>This is How You Have an Idea.</title>
		<link>http://feedproxy.google.com/~r/HardlyCodeBlog/~3/Eeezc2Y47qk/</link>
		<comments>http://blog.hardlycode.com/this-is-how-you-having-an-idea-2010-10/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 20:40:48 +0000</pubDate>
		<dc:creator>Rick Murphy</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://blog.hardlycode.com/?p=57</guid>
		<description><![CDATA[Kill your timid notion of creativity with a semi-sort of comic by writer/designer Frank Chimero.]]></description>
		<wfw:commentRss>http://blog.hardlycode.com/this-is-how-you-having-an-idea-2010-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.hardlycode.com/this-is-how-you-having-an-idea-2010-10/</feedburner:origLink></item>
		<item>
		<title>A New World</title>
		<link>http://feedproxy.google.com/~r/HardlyCodeBlog/~3/gitC7DX2FEU/</link>
		<comments>http://blog.hardlycode.com/a-new-world-2010-04/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 11:10:21 +0000</pubDate>
		<dc:creator>Eric Loes</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://blog.hardlycode.com/?p=3</guid>
		<description><![CDATA[Hardly Code has been a long term goal, but never a reality for Rick and myself.  We never really &#8220;had&#8221; a name for the company and it took three years to finally figure it out, but here we are.  The &#8230; <a href="http://blog.hardlycode.com/a-new-world-2010-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hardlycode.com/a-new-world-2010-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.hardlycode.com/a-new-world-2010-04/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 7.204 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-15 13:31:28 -->

