<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>Web Design Vista Blog</title>
	<link>http://webdesignvista.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 28 Apr 2010 15:32:21 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Eusing Registry Cleaner Review</title>
		<description><![CDATA[http://www.eusing.com/free_registry_cleaner/registry_cleaner.htm
This is one cool utility to keep your windows registry neat and clean. And the best part is &#8211; it is FREE!
Supported Platforms:  Windows 9x/Me/NT/2000/XP/2003/Vista/7
Now there is a load of features mentioned in the product details page, i would not list them here. Instead i would say that it has saved me from frustrations with [...]]]></description>
		<link>http://webdesignvista.com/blog/eusing-registry-cleaner-review/</link>
			</item>
	<item>
		<title>Redirecting URLs without www prefix to URLs with www Prefix using htaccess</title>
		<description><![CDATA[Put the following lines of code in htaccess:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yourdomain.com$
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]
Replace yourdomain.com with your actual domain name.
]]></description>
		<link>http://webdesignvista.com/blog/redirecting-urls-without-www-prefix-to-urls-with-www-prefix-using-htaccess/</link>
			</item>
	<item>
		<title>How to do 301 (Permanent Redirection) in PHP</title>
		<description><![CDATA[It is really simple.
Just put the following 2 lines at the top of the page you are trying to redirect.
header(&#8220;HTTP/1.1 301 Moved Permanently&#8221;);
header (&#8216;location: &#60;&#60;your landing page&#62;&#62;&#8221;);
Replace &#60;&#60;your landing page&#62;&#62; with the URL of the landing page.
Remember, you need these 2 lines before any output statement is made on your script, else you will get [...]]]></description>
		<link>http://webdesignvista.com/blog/how-to-do-301-permanent-redirection-in-php/</link>
			</item>
	<item>
		<title>Google Sitemap Script (php) for Static Websites</title>
		<description><![CDATA[Just completed a Google sitemap script in PHP. I had been long searching for a script for static sites but found none suitable. Most scripts are incomplete and wont run on my server. Plus i did not want to spend money after a simple thing such as a sitemap. So i wrote my own script [...]]]></description>
		<link>http://webdesignvista.com/blog/google-sitemap-script-php-for-static-websites/</link>
			</item>
	<item>
		<title>How to Hide Blogger Navigation Bar in Blogspot Blogs</title>
		<description><![CDATA[If you have a blogspot blog you must have noticed the blogger navigation bar at the top of the page. Looks distracting to me!
If you want to know how to hide that navigation bar from displaying, there are 2 tricks &#8211; one based on javascript and the 2nd one pure CSS code.
Here i am describing [...]]]></description>
		<link>http://webdesignvista.com/blog/how-to-hide-blogger-navigation-bar-in-blogspot-blogs/</link>
			</item>
</channel>
</rss>
