<?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>Gaurav &#187; XP</title>
	<atom:link href="http://allyourcodearebelongto.me/blog/category/xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://allyourcodearebelongto.me/blog</link>
	<description>All About Everything</description>
	<lastBuildDate>Sun, 23 Nov 2008 19:44:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tabs for windows explorer</title>
		<link>http://allyourcodearebelongto.me/blog/2007/12/01/tabs-for-windows-explorer/</link>
		<comments>http://allyourcodearebelongto.me/blog/2007/12/01/tabs-for-windows-explorer/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 14:31:20 +0000</pubDate>
		<dc:creator>Gaurav</dc:creator>
				<category><![CDATA[XP]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://techblogging.wordpress.com/2007/12/01/tabs-for-windows-explorer/</guid>
		<description><![CDATA[QT Tab Bar is a new software that I have come across that alows you to have tabs on windows explorer.
 
It integrates very well in the windows interface and adds features that are normally associated to a web browser like firefox. When you middle click on a folder it opens in a new tab, [...]]]></description>
			<content:encoded><![CDATA[<p>QT Tab Bar is a new software that I have come across that alows you to have tabs on windows explorer.</p>
<p><a href="http://allyourcodearebelongto.me/blog/wp-content/uploads/2007/12/untitled.jpg"><img style="border-width:0;" height="487" alt="Untitled" src="http://allyourcodearebelongto.me/blog/wp-content/uploads/2007/12/untitled-thumb.jpg" width="644" border="0"></a> </p>
<p>It integrates very well in the windows interface and adds features that are normally associated to a web browser like firefox. When you middle click on a folder it opens in a new tab, middle click opens a tab and it also stores a history for tabs.</p>
<p>You can optionally make many more changes to the explorer making more usable and easier to navigate.</p>
<p>The download link is on <a href="http://members.at.infoseek.co.jp/Quizo/freeware/indexEn.html">this</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://allyourcodearebelongto.me/blog/2007/12/01/tabs-for-windows-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Periodically changing desktop wallpaper using Ruby</title>
		<link>http://allyourcodearebelongto.me/blog/2007/11/27/changing-desktop-wallpaper-using-ruby/</link>
		<comments>http://allyourcodearebelongto.me/blog/2007/11/27/changing-desktop-wallpaper-using-ruby/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 16:46:15 +0000</pubDate>
		<dc:creator>Gaurav</dc:creator>
				<category><![CDATA[XP]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://techblogging.wordpress.com/2007/11/27/changing-desktop-wallpaper-using-ruby/</guid>
		<description><![CDATA[Here is small ruby script that picks up a random image from a given folder and sets it as the desktop wallpaper.


   1: require 'Win32API'
   2:&#160; 
   3: SPI_SETDESKWALLPAPER = 20
   4: SPIF_SENDCHANGE = 0x2
   5: SOURCE_FOLDER = "C:\\Users\\Gaurav\\Pictures\\Best\\"
   6:&#160; 
   [...]]]></description>
			<content:encoded><![CDATA[<p>Here is small ruby script that picks up a random image from a given folder and sets it as the desktop wallpaper.</p>
<div style="border-right:gray 1px solid;border-top:gray 1px solid;font-size:8pt;overflow:auto;border-left:gray 1px solid;width:97.5%;cursor:text;max-height:200px;line-height:12pt;border-bottom:gray 1px solid;font-family:consolas, 'Courier New', courier, monospace;background-color:#f4f4f4;margin:20px 0 10px;padding:4px;">
<div style="font-size:8pt;overflow:visible;width:100%;color:black;line-height:12pt;font-family:consolas, 'Courier New', courier, monospace;background-color:#f4f4f4;border-style:none;padding:0;">
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;line-height:12pt;font-family:consolas, 'Courier New', courier, monospace;background-color:white;border-style:none;margin:0;padding:0;"><span style="color:#606060;">   1:</span> require <span style="color:#008000;">'Win32API'</span></pre>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;line-height:12pt;font-family:consolas, 'Courier New', courier, monospace;background-color:#f4f4f4;border-style:none;margin:0;padding:0;"><span style="color:#606060;">   2:</span>&nbsp; </pre>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;line-height:12pt;font-family:consolas, 'Courier New', courier, monospace;background-color:white;border-style:none;margin:0;padding:0;"><span style="color:#606060;">   3:</span> SPI_SETDESKWALLPAPER = 20</pre>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;line-height:12pt;font-family:consolas, 'Courier New', courier, monospace;background-color:#f4f4f4;border-style:none;margin:0;padding:0;"><span style="color:#606060;">   4:</span> SPIF_SENDCHANGE = 0x2</pre>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;line-height:12pt;font-family:consolas, 'Courier New', courier, monospace;background-color:white;border-style:none;margin:0;padding:0;"><span style="color:#606060;">   5:</span> SOURCE_FOLDER = <span style="color:#006080;">"C:\\Users\\Gaurav\\Pictures\\Best\\"</span></pre>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;line-height:12pt;font-family:consolas, 'Courier New', courier, monospace;background-color:#f4f4f4;border-style:none;margin:0;padding:0;"><span style="color:#606060;">   6:</span>&nbsp; </pre>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;line-height:12pt;font-family:consolas, 'Courier New', courier, monospace;background-color:white;border-style:none;margin:0;padding:0;"><span style="color:#606060;">   7:</span> files = Dir.entries(SOURCE_FOLDER) - [<span style="color:#006080;">"."</span>, <span style="color:#006080;">".."</span>]</pre>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;line-height:12pt;font-family:consolas, 'Courier New', courier, monospace;background-color:#f4f4f4;border-style:none;margin:0;padding:0;"><span style="color:#606060;">   8:</span> file = files[rand(files.length)]</pre>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;line-height:12pt;font-family:consolas, 'Courier New', courier, monospace;background-color:white;border-style:none;margin:0;padding:0;"><span style="color:#606060;">   9:</span>&nbsp; </pre>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;line-height:12pt;font-family:consolas, 'Courier New', courier, monospace;background-color:#f4f4f4;border-style:none;margin:0;padding:0;"><span style="color:#606060;">  10:</span> systemParametersInfo = Win32API.<span style="color:#0000ff;">new</span>(<span style="color:#006080;">"user32"</span>,<span style="color:#006080;">"SystemParametersInfo"</span>,[<span style="color:#006080;">"I"</span>, <span style="color:#006080;">"I"</span>, <span style="color:#006080;">"P"</span>, <span style="color:#006080;">"I"</span>],<span style="color:#006080;">"I"</span>)</pre>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;line-height:12pt;font-family:consolas, 'Courier New', courier, monospace;background-color:white;border-style:none;margin:0;padding:0;"><span style="color:#606060;">  11:</span> p systemParametersInfo.<span style="color:#0000ff;">call</span>(SPI_SETDESKWALLPAPER, 1, SOURCE_FOLDER + file, SPIF_SENDCHANGE)</pre>
</div>
</div>
<div>&nbsp;</div>
<p>The constant SOURCE_FOLDER can be changed to point at the folder which contain all your wallpaper and the script then randomly chooses a wallpaper from the collection.</p>
<p>You can also set your task scheduler to run this script automatically after a fixed interval so that your desktop wallpaper keeps changing.</p>
<p>Here is the <a href="http://pastie.caboo.se/182290">pastie</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://allyourcodearebelongto.me/blog/2007/11/27/changing-desktop-wallpaper-using-ruby/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows XP SP3 boasts speed boost, testers claim</title>
		<link>http://allyourcodearebelongto.me/blog/2007/11/27/windows-xp-sp3-boasts-speed-boost-testers-claim/</link>
		<comments>http://allyourcodearebelongto.me/blog/2007/11/27/windows-xp-sp3-boasts-speed-boost-testers-claim/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 04:45:32 +0000</pubDate>
		<dc:creator>Gaurav</dc:creator>
				<category><![CDATA[XP]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://techblogging.wordpress.com/2007/11/27/windows-xp-sp3-boasts-speed-boost-testers-claim/</guid>
		<description><![CDATA[According to this link http://www.computerworld.com/action/article.do?command=printArticleBasic&#38;articleId=9048658 SP3 has made XP significantly faster.
Like users needed another reason for not migrating to VISTA.
]]></description>
			<content:encoded><![CDATA[<p>According to this link <a href="http://www.computerworld.com/action/article.do?command=printArticleBasic&amp;articleId=9048658">http://www.computerworld.com/action/article.do?command=printArticleBasic&amp;articleId=9048658</a> SP3 has made XP significantly faster.</p>
<p>Like users needed another reason for not migrating to VISTA.</p>
]]></content:encoded>
			<wfw:commentRss>http://allyourcodearebelongto.me/blog/2007/11/27/windows-xp-sp3-boasts-speed-boost-testers-claim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

