<?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>Sleekd</title>
	<atom:link href="http://sleekd.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sleekd.com</link>
	<description>Tutorials and articles on web design and development</description>
	<lastBuildDate>Tue, 08 Feb 2011 16:53:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Setting up simple OmniAuth authentication with Facebook</title>
		<link>http://sleekd.com/tutorials/setting-up-omniauth-authentication-with-facebook/</link>
		<comments>http://sleekd.com/tutorials/setting-up-omniauth-authentication-with-facebook/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 03:18:58 +0000</pubDate>
		<dc:creator>Monica Olinescu</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[omniauth]]></category>

		<guid isPermaLink="false">http://sleekd.com/?p=475</guid>
		<description><![CDATA[If you have watched Ryan Bates&#8217; tutorial Simple OmniAuth you probably already know OmniAuth is awesome. Ryan doesn&#8217;t go into details about setting up OmniAuth with Facebook so this post has a couple of pointers to help out in that (&#8230;)</p><p><a href="http://sleekd.com/tutorials/setting-up-omniauth-authentication-with-facebook/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://sleekd.com/tutorials/setting-up-omniauth-authentication-with-facebook/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Configuring Nginx and Unicorn</title>
		<link>http://sleekd.com/general/configuring-nginx-and-unicorn/</link>
		<comments>http://sleekd.com/general/configuring-nginx-and-unicorn/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 16:23:45 +0000</pubDate>
		<dc:creator>Razvan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Scalability]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[Unicorn]]></category>

		<guid isPermaLink="false">http://sleekd.com/?p=443</guid>
		<description><![CDATA[I first heard about Unicorn in an interview with 37Signal&#8217;s server admin Mark Imbriaco and it made me really curious. There are a few great resources explaining how Unicorn works and a neat benchmark comparing Mongrel, Passenger and Unicorn. I (&#8230;)</p><p><a href="http://sleekd.com/general/configuring-nginx-and-unicorn/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://sleekd.com/general/configuring-nginx-and-unicorn/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Handling paperclip attachments with the same name</title>
		<link>http://sleekd.com/rails/paperclip-attachments-with-the-same-nam/</link>
		<comments>http://sleekd.com/rails/paperclip-attachments-with-the-same-nam/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 15:57:12 +0000</pubDate>
		<dc:creator>Monica Olinescu</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[paperclip]]></category>
		<category><![CDATA[rails paperclip]]></category>

		<guid isPermaLink="false">http://sleekd.com/?p=429</guid>
		<description><![CDATA[This quick post is about some Paperclip-related code that I see quite frequently that could cause problems. It&#8217;s easy to miss this stuff in development and then get major headaches later. [code lang='ruby'] class User < ActiveRecord::Base has_attached_file :photo end (&#8230;)</p><p><a href="http://sleekd.com/rails/paperclip-attachments-with-the-same-nam/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://sleekd.com/rails/paperclip-attachments-with-the-same-nam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting up a High Availability Ruby on Rails environment with keepalived, nginx, HA Proxy and Thin on Debian Lenny</title>
		<link>http://sleekd.com/general/keepalived_nginx_haproxy_thin_ruby_on_rails/</link>
		<comments>http://sleekd.com/general/keepalived_nginx_haproxy_thin_ruby_on_rails/#comments</comments>
		<pubDate>Sat, 15 May 2010 09:23:01 +0000</pubDate>
		<dc:creator>Razvan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Scalability]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[haproxy]]></category>
		<category><![CDATA[keepalived]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[thin]]></category>

		<guid isPermaLink="false">http://sleekd.com/?p=308</guid>
		<description><![CDATA[Contents Configure Keepalived and Nginx Configure HA Proxy Configure Thin Overview Nginx and HA Proxy have similar functions: they can both be used as reverse proxies and load balancers. In our case Nginx will be the reverse proxy and HA (&#8230;)</p><p><a href="http://sleekd.com/general/keepalived_nginx_haproxy_thin_ruby_on_rails/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://sleekd.com/general/keepalived_nginx_haproxy_thin_ruby_on_rails/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Building your own Lightbox with Javascript (part 1)</title>
		<link>http://sleekd.com/general/building-your-own-lightbox-with-javascript-part-1/</link>
		<comments>http://sleekd.com/general/building-your-own-lightbox-with-javascript-part-1/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 18:54:17 +0000</pubDate>
		<dc:creator>Razvan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[modal window]]></category>

		<guid isPermaLink="false">http://sleekd.com/?p=275</guid>
		<description><![CDATA[See the final result of part 1: Demo Why write your own lightbox? The simple answer is: to learn how it&#8217;s done. If you&#8217;re going to use if for an image gallery, embed flash and videos or even to load (&#8230;)</p><p><a href="http://sleekd.com/general/building-your-own-lightbox-with-javascript-part-1/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://sleekd.com/general/building-your-own-lightbox-with-javascript-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
