<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Rahul&#039;s Tech Blog</title>
	<link>http://www.blog.rahulprasad.com</link>
	<description>Developer Zone</description>
	<lastBuildDate>Sun, 27 Mar 2011 05:12:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Embed PHP Code in CSS files.</title>
		<description><![CDATA[Have you been embedding CSS Styles into PHP files just for the sake of making the styles dynamic? Ever wished to add PHP codes in CSS files itself. Here is a simple trick which will do the magic. Create a .htaccess file in your project directory preferably inside the directory where CSS files are stored. [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.blog.rahulprasad.com/embed-php-in-css/</link>
			</item>
	<item>
		<title>Ubuntu: get notified after a terminal based process ends</title>
		<description><![CDATA[So u have given a SVN Checkout command or apt-get install command which will take unexpected time to end. Here is a way to get notified when process ends. Just append notify-send &#8220;Complete&#8221;; to the command For example You want to execute sudo apt-get install -big-software- and want to get notified after installation.Then use following [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.blog.rahulprasad.com/ubuntu-get-notified-after-a-terminal-based-process-ends/</link>
			</item>
	<item>
		<title>Installing Linux in pen drive</title>
		<description><![CDATA[Last night my computer&#8217;s hard disk crashed. Thankfully it was under guarantee period so I gave it for repairing. Computer&#8217;s hardware was lying worthless in my desk, and I got a rare chance of experimenting. So I decided to install linux in a pen drive, although I could do that even if HDD was present, [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.blog.rahulprasad.com/installing-linux-in-pen-drive/</link>
			</item>
	<item>
		<title>Solve kaspersky&#8217;s &#8220;blacklist of licenses is corrupt&#8221; problem</title>
		<description><![CDATA[Ever faced the problem that kaspersky&#8217;s blacklist licenses is corrupt and even updating antivirus does not solve the problem. It generally happens due to power failure which sometimes corrupt license data. Here is a quick solution First disable &#8220;Self defense&#8221; capability of kaspersky from settings. Then pause kaspersky and delete blacklist files. You can find [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.blog.rahulprasad.com/solve-kasperskys-blacklist-of-licenses-is-corrupt-problem/</link>
			</item>
	<item>
		<title>Hack windows password</title>
		<description><![CDATA[Here is a small trick to hack your friend&#8217;s password. You wont be able to know old password but you surely will be able to change it. Step 1: Just start Command Prompt as an administrator. Goto Start &#62;&#62; All programs &#62;&#62; Accessories &#62;&#62; Command Prompt (Right Click) &#62;&#62; Run as administrator Step 2: You [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.blog.rahulprasad.com/hack-windows-password/</link>
			</item>
	<item>
		<title>Restore your firefox session whenever you want.</title>
		<description><![CDATA[Ever clicked on Start new session by mistake? Don&#8217;t panic, you can still get your session back. Goto navigation bar and type about:sessionrestore and wow you are presented with last session restore screen. Cheers. Bookmark It Hide Sites $$('div.d341').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); No related posts. Related posts brought to you by Yet Another Related [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.blog.rahulprasad.com/restore-firefox-session-anytim/</link>
			</item>
	<item>
		<title>Restore ubuntu after installing windows</title>
		<description><![CDATA[Hello, I saw an article on recovering lost ubuntu after installing windows. I was pretty confident and installed windows 7 on my box. After that I started following the article and I was stuck with a blank grub menu during startup. I booted from ubuntu live DVD and started reading more about restoring grub. Here [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.blog.rahulprasad.com/restore-your-ubuntu-after-installing-windows/</link>
			</item>
	<item>
		<title>SEO: Quick tutorial</title>
		<description><![CDATA[Here is a letter I wrote to my brother telling him how to do search engine optimization for his website for fast result. I thought I must share it to world so people can  learn and suggest some ammendment(s). _________________________________________________ Hello brother, Here is the tutorial on Site Engine Optimization as you requested. Before website [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.blog.rahulprasad.com/tutorial-fast-site-engine-optimization/</link>
			</item>
	<item>
		<title>Javascript Tutorial: Gray-out the screen, Focusing on a box by darkening background content</title>
		<description><![CDATA[In this tutorial you will learn about using Javascript DOM to Disable the page content by covering it with a layer (of div tag) or simply Graying out the screen. A little Blah Blah You might have seen on many websites, when you click a link, the whole page darkens and you are focused on [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.blog.rahulprasad.com/javascript-tutorial-gray-out-the-screen-focusing-on-a-box-by-darkening-background-content/</link>
			</item>
	<item>
		<title>Firefox tweak: How to download embedded videos from website without using any additional software</title>
		<description><![CDATA[In this tutorial you will learn about copying embedded videos from website without using external software. The only thing you need to perform this operation is &#8220;the world&#8217;s most famous browser&#8221;, Firefox. To download a video open the webpage on which video is embedded and let the video play. When it is over, open a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.blog.rahulprasad.com/how-to-download-embedded-videos-from-website-without-any-additional-software/</link>
			</item>
</channel>
</rss>

