<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>{S.A.Z.W.Q.A}</title>
	<atom:link href="http://sazwqa.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sazwqa.wordpress.com</link>
	<description>yeah that's me !</description>
	<lastBuildDate>Tue, 08 Jan 2013 21:34:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sazwqa.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/3d06001c96d5b44e97b1f6d95ffe7dc2?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>{S.A.Z.W.Q.A}</title>
		<link>http://sazwqa.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sazwqa.wordpress.com/osd.xml" title="{S.A.Z.W.Q.A}" />
	<atom:link rel='hub' href='http://sazwqa.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Purchased new home</title>
		<link>http://sazwqa.wordpress.com/2008/10/29/blog-moved/</link>
		<comments>http://sazwqa.wordpress.com/2008/10/29/blog-moved/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 06:24:37 +0000</pubDate>
		<dc:creator>sazwqa</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[sazwqa.com]]></category>

		<guid isPermaLink="false">http://sazwqa.wordpress.com/?p=69</guid>
		<description><![CDATA[Well I purchased a new home for myself @ sazwqa.com &#38; the garage belongs to blog now, access here &#8211; sazwqa.com/blog   Consider this as the last post from here&#8230; See you there Posted in blog, sazwqa.com Tagged: blog, sazwqa.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sazwqa.wordpress.com&#038;blog=358647&#038;post=69&#038;subd=sazwqa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sazwqa.wordpress.com/2008/10/29/blog-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/acd297b1cff424c5967c2027ba0dcbcf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sazwqa</media:title>
		</media:content>
	</item>
		<item>
		<title>Finding Django version number</title>
		<link>http://sazwqa.wordpress.com/2008/10/27/finding-django-version-number/</link>
		<comments>http://sazwqa.wordpress.com/2008/10/27/finding-django-version-number/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 10:09:30 +0000</pubDate>
		<dc:creator>sazwqa</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://sazwqa.wordpress.com/2008/10/27/finding-django-version-number/</guid>
		<description><![CDATA[Simple to find, yet its needed sometimes. Posting just for reference: Open python and do type the following: import django django.VERSION Posted in django, python<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sazwqa.wordpress.com&#038;blog=358647&#038;post=68&#038;subd=sazwqa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sazwqa.wordpress.com/2008/10/27/finding-django-version-number/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/acd297b1cff424c5967c2027ba0dcbcf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sazwqa</media:title>
		</media:content>
	</item>
		<item>
		<title>How to find different environment configurations in rails</title>
		<link>http://sazwqa.wordpress.com/2008/10/10/how-to-find-different-environment-configurations-in-rails/</link>
		<comments>http://sazwqa.wordpress.com/2008/10/10/how-to-find-different-environment-configurations-in-rails/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 12:11:19 +0000</pubDate>
		<dc:creator>sazwqa</dc:creator>
				<category><![CDATA[activerecord]]></category>
		<category><![CDATA[multiple-models]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[rails-environments]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[rails rubyonrails multiple-models rails-environments]]></category>

		<guid isPermaLink="false">http://sazwqa.wordpress.com/2008/10/10/how-to-find-different-environment-configurations-in-rails/</guid>
		<description><![CDATA[While working with a multiple-database application I came across the point where I had to juggle between different environment configurations. I had to pass connection hash to ActiveRecord::Base.establish_connection, something like this: ActiveRecord::Base.establish_connection ( :adapter=&#62;"mysql", :host=&#62;"localhost", :username=&#62;"myuser", :password=&#62;"mypass", :database =&#62; "somedatabase" ) This connection can be easily retrieved from ActiveRecord::Base.configurations, this is currently undocumented. Using ActiveRecord::Base.configurations, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sazwqa.wordpress.com&#038;blog=358647&#038;post=62&#038;subd=sazwqa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sazwqa.wordpress.com/2008/10/10/how-to-find-different-environment-configurations-in-rails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/acd297b1cff424c5967c2027ba0dcbcf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sazwqa</media:title>
		</media:content>
	</item>
		<item>
		<title>Running Multiple Versions of Firefox on Windows</title>
		<link>http://sazwqa.wordpress.com/2008/08/06/running-multiple-versions-of-firefox-on-windows/</link>
		<comments>http://sazwqa.wordpress.com/2008/08/06/running-multiple-versions-of-firefox-on-windows/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 14:14:16 +0000</pubDate>
		<dc:creator>sazwqa</dc:creator>
				<category><![CDATA[appz]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sazwqa.wordpress.com/2008/08/06/running-multiple-versions-of-firefox-on-windows/</guid>
		<description><![CDATA[I hope this is a trivial problem and googling it around gave me no trivial solution Faced by many web-developers around the world, this context switching issue is definitely a time-sucker ! You lose the session, the cookies, the password, the settings, the plugins and a lot more than that, the time. Coming to solution, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sazwqa.wordpress.com&#038;blog=358647&#038;post=61&#038;subd=sazwqa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sazwqa.wordpress.com/2008/08/06/running-multiple-versions-of-firefox-on-windows/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/acd297b1cff424c5967c2027ba0dcbcf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sazwqa</media:title>
		</media:content>

		<media:content url="http://sazwqa.files.wordpress.com/2008/08/untitled-thumb.jpg" medium="image">
			<media:title type="html">Untitled</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding new programs to Default Programs</title>
		<link>http://sazwqa.wordpress.com/2008/08/04/adding-new-programs-to-default-programs/</link>
		<comments>http://sazwqa.wordpress.com/2008/08/04/adding-new-programs-to-default-programs/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 07:10:38 +0000</pubDate>
		<dc:creator>sazwqa</dc:creator>
				<category><![CDATA[appz]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sazwqa.wordpress.com/2008/08/04/adding-new-programs-to-default-programs/</guid>
		<description><![CDATA[For a week I was facing problem while associating files to open with some application. Though I was able to locate the application, yet it didn&#8217;t showed up on the open with dialog, like this: (Here, I browsed for the application. yet it is not appearing here.) I stumbled across this solution: http://windowsxp.mvps.org/openwithadd.htm This nifty [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sazwqa.wordpress.com&#038;blog=358647&#038;post=55&#038;subd=sazwqa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sazwqa.wordpress.com/2008/08/04/adding-new-programs-to-default-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/acd297b1cff424c5967c2027ba0dcbcf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sazwqa</media:title>
		</media:content>

		<media:content url="http://sazwqa.files.wordpress.com/2008/08/1-thumb.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Ubuntu 8.04 server on VirtualBox</title>
		<link>http://sazwqa.wordpress.com/2008/06/11/installing-ubuntu-804-server-on-virtualbox/</link>
		<comments>http://sazwqa.wordpress.com/2008/06/11/installing-ubuntu-804-server-on-virtualbox/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 12:18:59 +0000</pubDate>
		<dc:creator>sazwqa</dc:creator>
				<category><![CDATA[appz]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://sazwqa.wordpress.com/?p=50</guid>
		<description><![CDATA[If you are getting the following error on installing Ubuntu 8.04 server on VirtualBox: The kernel requires the following features not present on the CPU 0:6 Unable to boot - please use a kernel appropriate for your CPU Then, you need to enable the PAE support for the virtual machine. Follow the screens: 1. Open [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sazwqa.wordpress.com&#038;blog=358647&#038;post=50&#038;subd=sazwqa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sazwqa.wordpress.com/2008/06/11/installing-ubuntu-804-server-on-virtualbox/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/acd297b1cff424c5967c2027ba0dcbcf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sazwqa</media:title>
		</media:content>

		<media:content url="http://sazwqa.files.wordpress.com/2008/06/1.gif?w=300" medium="image" />

		<media:content url="http://sazwqa.files.wordpress.com/2008/06/2.gif?w=300" medium="image" />
	</item>
		<item>
		<title>The computer did not resync because the required time change was too big</title>
		<link>http://sazwqa.wordpress.com/2008/05/24/the-computer-did-not-resync-because-the-required-time-change-was-too-big/</link>
		<comments>http://sazwqa.wordpress.com/2008/05/24/the-computer-did-not-resync-because-the-required-time-change-was-too-big/#comments</comments>
		<pubDate>Sat, 24 May 2008 14:27:26 +0000</pubDate>
		<dc:creator>sazwqa</dc:creator>
				<category><![CDATA[appz]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sazwqa.wordpress.com/?p=44</guid>
		<description><![CDATA[Microsoft Windows Vista has a built-in feature to synchronize your machine&#8217;s time automatically with global time servers around the world. The service can be scheduled to run automatically and works like charm keeping your system time up-to date, but there&#8217;s a tiny catch in here. If your computer&#8217;s clock is async for more than 15 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sazwqa.wordpress.com&#038;blog=358647&#038;post=44&#038;subd=sazwqa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sazwqa.wordpress.com/2008/05/24/the-computer-did-not-resync-because-the-required-time-change-was-too-big/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/acd297b1cff424c5967c2027ba0dcbcf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sazwqa</media:title>
		</media:content>
	</item>
		<item>
		<title>Winamp: Enqueue as default action</title>
		<link>http://sazwqa.wordpress.com/2008/05/24/winamp-enqueue-as-default-action/</link>
		<comments>http://sazwqa.wordpress.com/2008/05/24/winamp-enqueue-as-default-action/#comments</comments>
		<pubDate>Sat, 24 May 2008 14:10:17 +0000</pubDate>
		<dc:creator>sazwqa</dc:creator>
				<category><![CDATA[appz]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://sazwqa.wordpress.com/?p=46</guid>
		<description><![CDATA[If you have winamp installed and you have allowed winamp to manage your media file associations then it&#8217;s possible to change the default behaviour from &#8216;play&#8217; to &#8216;enqueue&#8217;, i.e when you double click the file it should enqueue the media file as last item on current playlist rather than playing it. This feature comes in handy when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sazwqa.wordpress.com&#038;blog=358647&#038;post=46&#038;subd=sazwqa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sazwqa.wordpress.com/2008/05/24/winamp-enqueue-as-default-action/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/acd297b1cff424c5967c2027ba0dcbcf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sazwqa</media:title>
		</media:content>

		<media:content url="http://sazwqa.files.wordpress.com/2008/05/enqueue.jpg?w=300" medium="image" />

		<media:content url="http://sazwqa.files.wordpress.com/2008/05/set_enqueue_option.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>Finding CentOS version</title>
		<link>http://sazwqa.wordpress.com/2008/04/09/finding-centos-version/</link>
		<comments>http://sazwqa.wordpress.com/2008/04/09/finding-centos-version/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 12:53:32 +0000</pubDate>
		<dc:creator>sazwqa</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://sazwqa.wordpress.com/2008/04/09/finding-centos-version/</guid>
		<description><![CDATA[To find which CentOS version is running, type the following on console: cat /etc/issue<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sazwqa.wordpress.com&#038;blog=358647&#038;post=43&#038;subd=sazwqa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sazwqa.wordpress.com/2008/04/09/finding-centos-version/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/acd297b1cff424c5967c2027ba0dcbcf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sazwqa</media:title>
		</media:content>
	</item>
		<item>
		<title>Winamp: Auto tag feature</title>
		<link>http://sazwqa.wordpress.com/2008/03/09/winamp-auto-tag-feature-2/</link>
		<comments>http://sazwqa.wordpress.com/2008/03/09/winamp-auto-tag-feature-2/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 17:45:02 +0000</pubDate>
		<dc:creator>sazwqa</dc:creator>
				<category><![CDATA[appz]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://sazwqa.wordpress.com/2008/03/09/winamp-auto-tag-feature-2/</guid>
		<description><![CDATA[I wanted to blog about this feature from so long (as it got released with Winamp 5.5 a long way back), but I couldn&#8217;t find enough time to do this.This weekend however, I had decided to use this feature heavily to tag almost all of my mp3s and hence I decided to blog about it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sazwqa.wordpress.com&#038;blog=358647&#038;post=39&#038;subd=sazwqa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sazwqa.wordpress.com/2008/03/09/winamp-auto-tag-feature-2/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/acd297b1cff424c5967c2027ba0dcbcf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sazwqa</media:title>
		</media:content>

		<media:content url="http://sazwqa.files.wordpress.com/2008/03/capture-1-thumb.jpg" medium="image">
			<media:title type="html">capture_1</media:title>
		</media:content>

		<media:content url="http://sazwqa.files.wordpress.com/2008/03/capture-2-thumb.jpg" medium="image">
			<media:title type="html">capture_2</media:title>
		</media:content>
	</item>
	</channel>
</rss>
