<?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>Kenneth Reitz</title>
	<atom:link href="http://kennethreitz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kennethreitz.com</link>
	<description>Handcrafted Code.</description>
	<lastBuildDate>Tue, 09 Mar 2010 02:33:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Baconfile: Awesome Public S3 Bucket Frontend</title>
		<link>http://kennethreitz.com/blog/baconfile-awesome-public-s3-bucket-frontend/</link>
		<comments>http://kennethreitz.com/blog/baconfile-awesome-public-s3-bucket-frontend/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 02:28:16 +0000</pubDate>
		<dc:creator>Kenneth Reitz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[S3]]></category>

		<guid isPermaLink="false">http://kennethreitz.com/?p=2997</guid>
		<description><![CDATA[



Amazon S3 is a fantastic data storage platform &#8212; I use it for everything.

It&#8217;s perfect for sharing data with friends. The only disadvantage is the interface: there is none. You can manage your buckets files with REST requests, along with a number of desktop clients. That&#8217;s fine, but what about your visitors? The only way [...]]]></description>
			<content:encoded><![CDATA[<div class="asideBlock">
<a href="http://baconfile.com" ><img src="http://s3.amazonaws.com/leah.baconfile.com/baconfile/baconfile-sticker.png" alt="baconfile-sticker.png" border="0" width="144" height="144" style="margin-left: 6em; margin-top: 1em;"/></a>
</div>

<h2>Amazon S3 is a fantastic data storage platform &mdash; I use it for everything.</h2>

<p>It&#8217;s perfect for sharing data with friends. The only disadvantage is the interface: there is none. You can manage your buckets files with REST requests, along with a number of desktop clients. That&#8217;s fine, but what about your visitors? The only way to show them what you have to offer is to build a frontend system that ties into the API. </p>

<h3>The Solution</h3>

<p><strong>Baconfile</strong>: Simple S3 Frontend. You&#8217;ll never be happier. </p>

<p>Check out me out at <a href="http://baconfile.com/KennethReitz/">Baconfile</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kennethreitz.com/blog/baconfile-awesome-public-s3-bucket-frontend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dev Tool: Ghost   #manage /etc/hosts</title>
		<link>http://kennethreitz.com/blog/dev-tool-ghost-manage-etchosts/</link>
		<comments>http://kennethreitz.com/blog/dev-tool-ghost-manage-etchosts/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 08:15:00 +0000</pubDate>
		<dc:creator>Kenneth Reitz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://kennethreitz.com/?p=2987</guid>
		<description><![CDATA[The Ruby community has really been blowing me away lately with their array of indispensable web development tools.

Ghost is no exception to this rule. It is a simple command line application for adding and removing 127.0.0.1 entries in your /etc/hosts file. I can&#8217;t believe I hadn&#8217;t thought of this sooner. 

Example Usage

$ ghost add mydevsite.local
[Adding] [...]]]></description>
			<content:encoded><![CDATA[<h2>The Ruby community has really been blowing me away lately with their array of indispensable web development tools.</h2>

<p><strong>Ghost</strong> is no exception to this rule. It is a simple command line application for adding and removing 127.0.0.1 entries in your <code>/etc/hosts</code> file. I can&#8217;t believe I hadn&#8217;t thought of this sooner. </p>

<h3>Example Usage</h3>

<pre><code>$ ghost add mydevsite.local
[Adding] mydevsite.local -&gt; 127.0.0.1

$ ghost add staging-server.local 67.207.136.164
[Adding] staging-server.local -&gt; 67.207.136.164

$ ghost list
Listing 2 host(s):
mydevsite.local      -&gt; 127.0.0.1
staging-server.local -&gt; 67.207.136.164

$ ghost delete mydevsite.local
[Deleting] mydevsite.local
</code></pre>

<h3>Installation</h3>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">sudo gem install ghost</pre></td></tr></table>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="110" height="14" id="clippy" >
<param name="movie" value="http://kennethreitz.com/blog/wp-content/plugins/wp-clippy-syntax/lib/clippy.swf"/>
<param name="allowScriptAccess" value="always" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param NAME="FlashVars" value="text=sudo+gem+install+ghost%0D%0A ?>">
<param name="bgcolor" value="#FFFFFF">
<embed src="http://kennethreitz.com/blog/wp-content/plugins/wp-clippy-syntax/lib/clippy.swf"
width="110"
height="14"
name="clippy"
quality="high"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
FlashVars="text=sudo+gem+install+ghost%0D%0A"
bgcolor="#FFFFFF"
/>
</object></div>


<p><hr />
Yes, it&#8217;s really that easy. Make sure to checkout the <a href="http://github.com/bjeanes/ghost">GitHub Repo</a> to contribute!</p>
]]></content:encoded>
			<wfw:commentRss>http://kennethreitz.com/blog/dev-tool-ghost-manage-etchosts/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Change of Heart &amp; Moleskine</title>
		<link>http://kennethreitz.com/blog/change-of-moleskine/</link>
		<comments>http://kennethreitz.com/blog/change-of-moleskine/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 06:08:20 +0000</pubDate>
		<dc:creator>Kenneth Reitz</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Moleskine]]></category>

		<guid isPermaLink="false">http://kennethreitz.com/?p=2970</guid>
		<description><![CDATA[I&#8217;ve always been a huge fan of Mokeskine notebooks&#38; I use them for everything&#8212;from product ideas to mockup sketching.

It all started when I was a student at George Mason University. The student book store had a small selection by the checkout counter. I bought a pocket-sized ruled notebook to keep track of my todo list. [...]]]></description>
			<content:encoded><![CDATA[<h2>I&#8217;ve always been a huge fan of <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=https%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb%5Fsb%5Fss%5Fi%5F0%5F9%26y%3D0%26field-keywords%3Dmoleskine%26url%3Dsearch-alias%253Daps%26sprefix%3Dmoleskine&#038;tag=bookforkind-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=390957">Mokeskine notebooks</a><img src="https://www.assoc-amazon.com/e/ir?t=bookforkind-20&#038;l=ur2&#038;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />&amp; I use them for everything&mdash;from product ideas to mockup sketching.</h2>

<p>It all started when I was a student at George Mason University. The student book store had a small selection by the checkout counter. I bought a pocket-sized ruled notebook to keep track of my todo list. As soon as I unravelled the shrink wrap, my attention was brought to the informational leaflet. I was instantly hooked.</p>

<p>After three years of using the Hard Lined Large Notebooks, I&#8217;ve recently migrated to a notebook that better suits my needs:</p>

<p><span class="hi">The <em>Soft Squared Large Notebook</em> is the ultimate Moleskine.</span></p>

<p><a href="http://media.kennethreitz.com/blog/wp-content/uploads/moleskine.jpg" class="fancy"><img src="http://media.kennethreitz.com/blog/wp-content/uploads/moleskine-300x225.jpg" alt="" title="moleskine" width="300" height="225" class="alignnone size-medium wp-image-2972" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kennethreitz.com/blog/change-of-moleskine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s All a Matter of Perspective</title>
		<link>http://kennethreitz.com/blog/its-all-a-matter-of-perspective/</link>
		<comments>http://kennethreitz.com/blog/its-all-a-matter-of-perspective/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 20:56:10 +0000</pubDate>
		<dc:creator>Kenneth Reitz</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://kennethreitz.com/?p=2957</guid>
		<description><![CDATA[An incredible reminder to look at the other side of things. 



The squares marked A and B are the same shade of grey.(proof)
]]></description>
			<content:encoded><![CDATA[<p>An incredible reminder to look at the other side of things. </p>

<p><img src="http://web.mit.edu/persci/people/adelson/images/checkershadow/checkershadow_illusion4med.jpg" title="illusion" /></p>

<p><span>The squares marked <strong>A</strong> and <strong>B</strong> are the same shade of grey.</span><span class="grey"><a href="http://web.mit.edu/persci/people/adelson/images/checkershadow/checkershadow_double_med.jpg" class="fancy">(proof)</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://kennethreitz.com/blog/its-all-a-matter-of-perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of Social Media is Here: Google Buzz</title>
		<link>http://kennethreitz.com/blog/the-future-of-social-media-is-here-google-buzz/</link>
		<comments>http://kennethreitz.com/blog/the-future-of-social-media-is-here-google-buzz/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:40:05 +0000</pubDate>
		<dc:creator>Kenneth Reitz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Google Buzz]]></category>

		<guid isPermaLink="false">http://kennethreitz.com/?p=2538</guid>
		<description><![CDATA[I&#8217;m all over Google Buzz. It&#8217;s exactly what I&#8217;ve been looking for.


  Imagine taking elements of Twitter, Yammer, Foursquare, Yelp, and other social services, and shoving them together into one package. Now imagine covering that package in a layer that looks a lot like FriendFeed. Now imagine shoving that package inside of Gmail. That’s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m all over Google Buzz. It&#8217;s exactly what I&#8217;ve been looking for.</p>

<blockquote>
  <p>Imagine taking elements of Twitter, Yammer, Foursquare, Yelp, and other social services, and shoving them together into one package. Now imagine covering that package in a layer that looks a lot like FriendFeed. Now imagine shoving that package inside of Gmail. That’s Buzz.</p>
</blockquote>

<p class="cite">
    <cite>
        &mdash;  MG Siegler of <a href="http://techcrunch.com/2010/02/09/if-google-wave-is-the-future-google-buzz-is-the-present/">TechCrunch</a>
    </cite>
</p>

<p>I couldn&#8217;t say it any better myself. I highly encourage anyone and everyone to start using it as your main social aggregator immediately. </p>

<p>This is software sophistication at it&#8217;s finest.</p>

<p>Check out <a href="http://google.com/profiles/thepythonist#buzz">my latest buzz</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kennethreitz.com/blog/the-future-of-social-media-is-here-google-buzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snowpocalypse</title>
		<link>http://kennethreitz.com/blog/snowpocalypse/</link>
		<comments>http://kennethreitz.com/blog/snowpocalypse/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:46:04 +0000</pubDate>
		<dc:creator>Kenneth Reitz</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Kill Me]]></category>
		<category><![CDATA[snOMG]]></category>
		<category><![CDATA[Snow]]></category>
		<category><![CDATA[Snowpocalypse]]></category>

		<guid isPermaLink="false">http://kennethreitz.com/?p=2523</guid>
		<description><![CDATA[My small town of Winchester, VA suffered from over 3 feet of snow over the past week. Everything shutdown.]]></description>
			<content:encoded><![CDATA[<div class="asideBlock" style="margin-left: 5em;">
<a href="http://www.acriddle.com/wp-content/uploads/2010/02/100206_Blizzard_of_2010-39_450.jpg" title="SnOMG." class="fancy"><img src="http://www.acriddle.com/wp-content/uploads/2010/02/100206_Blizzard_of_2010-39_450.jpg" alt="100206_Blizzard_of_2010-39_450.jpg" border="0" height="260" style=" margin-right: 0;" /></a>
<a class="grey" href="http://www.acriddle.com/2010/02/06/portfolio-photography/landscape-and-nature-photography/blizzard-of-2010-photographs-in-winchester-virginia/">See more photos <br/>by Aaron Riddle</a>
</div>

<p>Snow, snow, snow, snow. I&#8217;ve never been so tired of the word. </p>

<p>My small town of Winchester, VA suffered from over 3 feet of snow over the past week. Everything shutdown.</p>

<p>I am reminded  importance of infrastructure. </p>

<p>I lived in Minnesota for 5 years, and have never seen so much panic from some simple snow. They have the infrastructure in place there. They can handle the snow.  Winchester was totally unprepared for it. It&#8217;s amazing.</p>
]]></content:encoded>
			<wfw:commentRss>http://kennethreitz.com/blog/snowpocalypse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Spotify in the US? Yes please.</title>
		<link>http://kennethreitz.com/blog/spotify-in-the-us-yes-please/</link>
		<comments>http://kennethreitz.com/blog/spotify-in-the-us-yes-please/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 19:03:33 +0000</pubDate>
		<dc:creator>Kenneth Reitz</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kennethreitz.com/?p=2387</guid>
		<description><![CDATA[I spent about 8 hours last night obtaining a Premium Spotify account in the US, and I&#8217;ve never been happier.

As you know, Spotify is only available in the UK, Spain, and France. So, the only way to signup for an account it to take a trip overseas&#8230; virtually.

Step 1: Signup for a virtual private server

Signup [...]]]></description>
			<content:encoded><![CDATA[<h2>I spent about 8 hours last night obtaining a Premium Spotify account in the US, and I&#8217;ve never been happier.</h2>

<p>As you know, <a href="http://spotify.com">Spotify</a> is only available in the UK, Spain, and France. So, the only way to signup for an account it to take a trip overseas&#8230; virtually.</p>

<h2>Step 1: Signup for a virtual private server</h2>

<p>Signup for a <a href="http://linode.com">Linode</a> account, and buy a 360 VPS. Linode allows you to choose a datacenter when you buy a VPS, and luckily, they have a datacenter in the UK. This will run you $20 a month.</p>

<h2>Step 2: Install Ubuntu and Boot Your VPS</h2>

<p>Install Ubuntu Server on your new british hackbox. You can SSH in to test it out. Have fun. Make sure openssh-server is installed. </p>

<h2>Step 3: Edit Hosts File</h2>

<p>Append the following lines to your <code>/etc/hosts</code> file:</p>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="apache" style="font-family:monospace;">127.0.0.1 		spotify.com 
127.0.0.1 		www.spotify.com
[your vps ip]		hackbox</pre></td></tr></table>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="110" height="14" id="clippy" >
<param name="movie" value="http://kennethreitz.com/blog/wp-content/plugins/wp-clippy-syntax/lib/clippy.swf"/>
<param name="allowScriptAccess" value="always" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param NAME="FlashVars" value="text=sudo+gem+install+ghost%0D%0A ?>">
<param name="bgcolor" value="#FFFFFF">
<embed src="http://kennethreitz.com/blog/wp-content/plugins/wp-clippy-syntax/lib/clippy.swf"
width="110"
height="14"
name="clippy"
quality="high"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
FlashVars="text=sudo+gem+install+ghost%0D%0A"
bgcolor="#FFFFFF"
/>
</object></div>


<h2>Step 4: Open a Reverse SSH Forwarding Tunnel</h2>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bourne" style="font-family:monospace;">sudo ssh -C root@hackbox -L 443:spotify.com:443
sudo ssh -C root@hackbox -L 80:spotify.com:480</pre></td></tr></table>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="110" height="14" id="clippy" >
<param name="movie" value="http://kennethreitz.com/blog/wp-content/plugins/wp-clippy-syntax/lib/clippy.swf"/>
<param name="allowScriptAccess" value="always" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param NAME="FlashVars" value="text=sudo+gem+install+ghost%0D%0A ?>">
<param name="bgcolor" value="#FFFFFF">
<embed src="http://kennethreitz.com/blog/wp-content/plugins/wp-clippy-syntax/lib/clippy.swf"
width="110"
height="14"
name="clippy"
quality="high"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
FlashVars="text=sudo+gem+install+ghost%0D%0A"
bgcolor="#FFFFFF"
/>
</object></div>


<p>Congratulations. You&#8217;re now a brit.</p>

<h2>Step 5: Create an Account</h2>

<p>While creating an account, you are prompted for you postal code. I did some <a href="http://www.google.com/search?hl=en&amp;safe=off&amp;client=safari&amp;rls=en&amp;q=winchester+hampshire+office&amp;aq=f&amp;oq=&amp;aqi=">google-fu</a> and used <code>SO23 8TH</code> as my postal code for Winchester, Hampshire UK.</p>

<p><a href="http://spotify.com/en/download/">Download the client</a>.</p>

<h2>Step 6: Enjoy :)</h2>

<p>You now have unlimited access to a library of ~8,000,000 tracks, as if they were on your own computer.</p>

<p>Once every two weeks, you&#8217;ll have to reopen your SSH tunnels and login at <a href="http://spotify.com">spotify.com</a> to proveyou&#8217;ll be good to go.</p>

<p>This restriction is lifted if you signup for a Premium account. I highly recommend this, as it allows you to listen to your music at 320 kbps. I&#8217;d tell you how, but I&#8217;d rather enjoy the fruits of my hard labor.</p>
]]></content:encoded>
			<wfw:commentRss>http://kennethreitz.com/blog/spotify-in-the-us-yes-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Docs Now Supports All Filetypes</title>
		<link>http://kennethreitz.com/blog/google-docs-now-supports-all-filetypes/</link>
		<comments>http://kennethreitz.com/blog/google-docs-now-supports-all-filetypes/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 17:45:39 +0000</pubDate>
		<dc:creator>Kenneth Reitz</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kennethreitz.com/?p=2383</guid>
		<description><![CDATA[For an extra $5 a month, Evernote lets you upload a file of any extension to their servers. This is a fantastic feature for developers who like to keep their random psd and 3ds files in sync with the cloud.

Looks like Google finally took the hint. Within the next few weeks, they will be rolling [...]]]></description>
			<content:encoded><![CDATA[<p>For an extra $5 a month, <a href="http://evernote.com">Evernote</a> lets you upload a file of any extension to their servers. This is a fantastic feature for developers who like to keep their random psd and 3ds files in sync with the cloud.</p>

<p>Looks like Google finally took the hint. Within the next few weeks, they will be rolling out (in the typical staggered unveiling) the ability to upload up to 1 GB of files to Google Docs. </p>

<p>Additional storage space will be $0.25 / GB / Year. That&#8217;s one tenth the price of Amazon S3!</p>

<p>[ <a href="http://googledocs.blogspot.com/2010/01/upload-and-store-your-files-in-cloud.html">Google Press Release</a> ]</p>
]]></content:encoded>
			<wfw:commentRss>http://kennethreitz.com/blog/google-docs-now-supports-all-filetypes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google AdWords for TV. Yes, TV.</title>
		<link>http://kennethreitz.com/blog/google-adwords-for-tv-yes-tv/</link>
		<comments>http://kennethreitz.com/blog/google-adwords-for-tv-yes-tv/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 16:57:02 +0000</pubDate>
		<dc:creator>Kenneth Reitz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Planet Python]]></category>

		<guid isPermaLink="false">http://kennethreitz.com/?p=2340</guid>
		<description><![CDATA[Today, Google unveiled their latest technology: AdWords for TV and AdSense for TV. 

This totally blows my mind. They are about to totally revolutionize the television industry.

You can manage TV ads just like you manage AdWords ads for the web. You enter the amount you&#8217;re willing to pay per impression, and your daily budget, and [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Google unveiled their latest technology: <a href="http://www.google.com/adwords/tvads/index-b.html">AdWords for TV</a> and <a href="https://www.google.com/adsense/www/en_US/tv/">AdSense for TV</a>. </p>

<p>This totally blows my mind. They are about to totally revolutionize the television industry.</p>

<p>You can manage TV ads just like you manage AdWords ads for the web. You enter the amount you&#8217;re willing to pay per impression, and your daily budget, and Google does the rest. </p>

<p>Google is the future of all advertizing.  NBC, be afraid. </p>

<p>From Google:</p>

<p><quot>
The results were extraordinary. Web traffic to ooVoo.com increased by 500% and ooVoo-related search queries rose by more than 200% over pre-campaign levels.&#8221; <em>- Lisa Abourezk, VP of marketing, ooVoo</em>
</quot></p>
]]></content:encoded>
			<wfw:commentRss>http://kennethreitz.com/blog/google-adwords-for-tv-yes-tv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Standard CSS Attributes</title>
		<link>http://kennethreitz.com/blog/my-standard-css-attributes/</link>
		<comments>http://kennethreitz.com/blog/my-standard-css-attributes/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 18:20:05 +0000</pubDate>
		<dc:creator>Kenneth Reitz</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://kennethreitz.com/?p=2336</guid>
		<description><![CDATA[This is my minimal set of CSS Attributes that I use on nearly every project I work on. 

If you have any improvement suggestions, feel free to share. 


]]></description>
			<content:encoded><![CDATA[<p>This is my minimal set of CSS Attributes that I use on nearly every project I work on. </p>

<p>If you have any improvement suggestions, feel free to share. </p>

<script src="http://gist.github.com/324443.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://kennethreitz.com/blog/my-standard-css-attributes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
