<?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>Pushkraj Dole</title>
	<atom:link href="http://pushkrajdole.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://pushkrajdole.com/blog</link>
	<description>Musings of a designer</description>
	<lastBuildDate>Mon, 18 Feb 2013 15:20:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Fix &#8216;Error: Failure configuring Windows updates. Reverting changes.&#8217; on Windows 8</title>
		<link>http://pushkrajdole.com/blog/fix-error-failure-configuring-windows-updates-reverting-changes-on-windows-8/</link>
		<comments>http://pushkrajdole.com/blog/fix-error-failure-configuring-windows-updates-reverting-changes-on-windows-8/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 15:20:59 +0000</pubDate>
		<dc:creator>rajdole</dc:creator>
				<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://pushkrajdole.com/blog/?p=86</guid>
		<description><![CDATA[Ah Windows 8. Though i loved it when it first came out, the sheer number of problems i faced with it forced me to switch over to Ubuntu. Amongst these problems was this error: Error: Failure configuring Windows updates. Reverting changes. This one popped up out of nowhere when i was trying to update Windows [...]]]></description>
		<wfw:commentRss>http://pushkrajdole.com/blog/fix-error-failure-configuring-windows-updates-reverting-changes-on-windows-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick thoughts on The Hobbit</title>
		<link>http://pushkrajdole.com/blog/quick-thoughts-on-the-hobbit/</link>
		<comments>http://pushkrajdole.com/blog/quick-thoughts-on-the-hobbit/#comments</comments>
		<pubDate>Sun, 23 Dec 2012 05:25:52 +0000</pubDate>
		<dc:creator>rajdole</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[lord of the rings]]></category>
		<category><![CDATA[the hobbit]]></category>

		<guid isPermaLink="false">http://pushkrajdole.com/blog/?p=64</guid>
		<description><![CDATA[Patiently waiting for a week after it&#8217;s release, i finally got to see The Hobbit yesterday with a couple of friends. Before going in, i didn&#8217;t have any unrealistic expectations from the movie. Having read the book a long time ago, i already knew the narrative differences between this story &#38; The Lord of the [...]]]></description>
		<wfw:commentRss>http://pushkrajdole.com/blog/quick-thoughts-on-the-hobbit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick tips : Create robots.txt for django project</title>
		<link>http://pushkrajdole.com/blog/quick-tips-create-robots-txt-for-django-project/</link>
		<comments>http://pushkrajdole.com/blog/quick-tips-create-robots-txt-for-django-project/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 10:30:12 +0000</pubDate>
		<dc:creator>rajdole</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[urls.py]]></category>

		<guid isPermaLink="false">http://pushkrajdole.com/blog/?p=42</guid>
		<description><![CDATA[Create a robots.txt file in your templates folder. Then add the following lines to your urls.py file : from django.conf.urls.defaults import * from django.views.generic.simple import redirect_to urlpatterns = patterns('', (r'^robots\.txt$', 'django.views.generic.simple.direct_to_template',{'template': 'robots.txt', 'mimetype': 'text/plain'}), And that&#8217;s it. Simply redirect your browser to http://yoursite.com/robots.txt]]></description>
		<wfw:commentRss>http://pushkrajdole.com/blog/quick-tips-create-robots-txt-for-django-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a local branch to track your remote branch in Git</title>
		<link>http://pushkrajdole.com/blog/create-a-local-branch-to-track-your-remote-branch-in-git/</link>
		<comments>http://pushkrajdole.com/blog/create-a-local-branch-to-track-your-remote-branch-in-git/#comments</comments>
		<pubDate>Sun, 23 Sep 2012 15:09:29 +0000</pubDate>
		<dc:creator>rajdole</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[branch]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[styloot]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[track]]></category>

		<guid isPermaLink="false">http://pushkrajdole.com/blog/?p=38</guid>
		<description><![CDATA[At Styloot, there were a few times when i was required to clone our main repo again on a different machine. By default, this would just clone the main master branch locally. $ git branch * master If you want to clone &#38; track a specific remote branch locally, you&#8217;d need to do this : [...]]]></description>
		<wfw:commentRss>http://pushkrajdole.com/blog/create-a-local-branch-to-track-your-remote-branch-in-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transition between divs in an infinite loop using Javascript</title>
		<link>http://pushkrajdole.com/blog/transition-between-divs-in-an-infinite-loop-using-javascript/</link>
		<comments>http://pushkrajdole.com/blog/transition-between-divs-in-an-infinite-loop-using-javascript/#comments</comments>
		<pubDate>Wed, 12 Sep 2012 05:28:32 +0000</pubDate>
		<dc:creator>rajdole</dc:creator>
				<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://pushkrajdole.com/blog/?p=34</guid>
		<description><![CDATA[While updating the code for flexslider on Styloot (http://styloot.com), i wanted to combine three slides into one &#38; have them run in a loop. For this i gave the three divs i wanted to transition between a class called &#8216;createSlide&#8217;. The html code for these three divs: &#60;li&#62; &#60;div class="createSlide"&#62; &#60;img src="PATH" alt="StyleFinder" /&#62; &#60;div [...]]]></description>
		<wfw:commentRss>http://pushkrajdole.com/blog/transition-between-divs-in-an-infinite-loop-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intro to SCSS : Your Stylesheet on Steroids!</title>
		<link>http://pushkrajdole.com/blog/intro-to-scss-your-stylesheet-on-steroids/</link>
		<comments>http://pushkrajdole.com/blog/intro-to-scss-your-stylesheet-on-steroids/#comments</comments>
		<pubDate>Mon, 21 May 2012 17:07:13 +0000</pubDate>
		<dc:creator>rajdole</dc:creator>
				<category><![CDATA[Something New]]></category>

		<guid isPermaLink="false">http://pushkrajdole.com/blog/?p=4</guid>
		<description><![CDATA[Assuming you haven&#8217;t been living under a rock or playing Angry Birds all day, there is a good chance that you&#8217;ve heard about SCSS (Sassy CSS). In a nutshell, SCSS extends the functionality of CSS with features that CSS should have had in the first place. Why SCSS? The real question would be, why not? As [...]]]></description>
		<wfw:commentRss>http://pushkrajdole.com/blog/intro-to-scss-your-stylesheet-on-steroids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
