<?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>Jas Dhaliwal&#039;s Blog &#187; WordPress</title>
	<atom:link href="http://www.jasdhaliwal.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasdhaliwal.com</link>
	<description>Changing The World By Spreading The Knowledge of Innovators</description>
	<lastBuildDate>Wed, 23 Jun 2010 20:00:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing WordPress locally Under Windows XP or Vista</title>
		<link>http://www.jasdhaliwal.com/wordpress/installing-wordpress-locally-under-windows-xp-or-vista/</link>
		<comments>http://www.jasdhaliwal.com/wordpress/installing-wordpress-locally-under-windows-xp-or-vista/#comments</comments>
		<pubDate>Sat, 31 May 2008 17:12:39 +0000</pubDate>
		<dc:creator>Jas</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jasdhaliwal.com/wordpress/installing-wordpress-locally-under-windows-xp-or-vista/</guid>
		<description><![CDATA[Tweet digg_url = "http://www.jasdhaliwal.com/wordpress/installing-wordpress-locally-under-windows-xp-or-vista/";digg_title = "Installing WordPress locally Under Windows XP or Vista";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; &#160; Originally posted by Geeks Are Sexy. Here is a little guide that will help you install and run WordPress locally on your Windows XP/Vista machine in less then 5 [...]]]></description>
			<content:encoded><![CDATA[<p></p><div style="float: right; margin-right: 10px"><a href="http://twitter.com/share" class="twitter-share-button" data-text="Installing WordPress locally Under Windows XP or Vista" data-via="Jas" data-url="http://www.jasdhaliwal.com/wordpress/installing-wordpress-locally-under-windows-xp-or-vista/" data-count="vertical" data-via="Jas" >Tweet</a></div><div class="tweetmeme_button" style="float: right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasdhaliwal.com%2Fwordpress%2Finstalling-wordpress-locally-under-windows-xp-or-vista%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasdhaliwal.com%2Fwordpress%2Finstalling-wordpress-locally-under-windows-xp-or-vista%2F&amp;source=Jas&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div class="wlWriterHeaderFooter" style="float:right; margin:0px; padding:0px 0px 4px 8px;"><script type="text/javascript">digg_url = "http://www.jasdhaliwal.com/wordpress/installing-wordpress-locally-under-windows-xp-or-vista/";digg_title = "Installing WordPress locally Under Windows XP or Vista";digg_bgcolor = "#FFFFFF";digg_skin = "normal";</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><script type="text/javascript">digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;</script></div>
<h5>&#160;</h5>
<p><img class="reflect" border="0" alt="" src="http://photos1.blogger.com/blogger/7450/1881/200/wpx.4.jpg" /></p>
<p>Originally posted by <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html" target="_blank">Geeks Are Sexy.</a></p>
<p>Here is a little guide that will help you install and run WordPress locally on your Windows XP/Vista machine in less then 5 minutes: </p>
<p>1- Get <a href="http://www.apachefriends.org/en/xampp-windows.html">XAMPP lite</a> for Windows. Choose the EXE version, and install it at the root of your C drive.</p>
<p><img class="reflect" border="0" alt="" src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide1.jpg" /></p>
<p>2- Browse to <em>C:\xampplite</em> and double click <em>setup_xampp.bat</em></p>
<p><img class="reflect" border="0" alt="" src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide2.0.jpg" /></p>
<p>3- Once that is done, double click xampp-control.exe and start the Apache and Mysql services.</p>
<p><img class="reflect" border="0" alt="" src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide3.0.jpg" /></p>
<p>4- Open your browser and go to this address: <em>http://localhost/.</em> From the menu on the left column, choose your preferred language. </p>
<p>5- Now that the interface displays a language that you can understand, click on phpMyAdmin (on the left column once again) </p>
<p>6- Enter &quot;wordpress&quot; (without quotes) in the &quot;Create New Database&quot; Field, and select utf8_unicode_ci in the drop down box in the next field (as shown in the picture below). Click on Create. The Xampp setup is now complete.</p>
<p><img class="reflect" border="0" alt="" src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide4.jpg" /></p>
<p>7- Download <a href="http://wordpress.org/download/">WordPress</a> and unzip it under <em>c:\xampplite\htdocs</em>.     </p>
<p>8- You should now have a wordpress folder under <em>c:\xampplite\htdocs</em>. Browse to the folder, and you will see a file named wp-config-sample.php. Open it in your favourite text editor and replace the default values by the ones you see under this paragraph. Save the file as wp-config.php (under the same folder). </p>
<p>Download wp-config.php <a href="http://www.jasdhaliwal.com/downloads/wp-config.zip" target="_blank">here</a> </p>
<p><img class="reflect" border="0" alt="" src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide5.jpg" /></p>
<p>9- Open your browser and navigate to <em>http://localhost/wordpress/wp-admin/install.php</em> , follow the instructions, and voila, you are done.</p>
<p><img class="reflect" border="0" alt="" src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide6.jpg" /></p>
<p><strong>Update:</strong> If you already have a web server (IIS, etc.) running on your box while trying to set up XAMPP, be sure to follow the instructions provided <a href="http://www.chipsquips.com/?p=538">here</a>. If you don&#8217;t, you won&#8217;t be able to access the XAMPP config page as described in step #4.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasdhaliwal.com/wordpress/installing-wordpress-locally-under-windows-xp-or-vista/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 2.3.1 Now available!</title>
		<link>http://www.jasdhaliwal.com/wordpress/wordpress-231-release-candidate-released/</link>
		<comments>http://www.jasdhaliwal.com/wordpress/wordpress-231-release-candidate-released/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 08:48:31 +0000</pubDate>
		<dc:creator>Jas</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jasdhaliwal.com/wordpress/wordpress-231-release-candidate-released/</guid>
		<description><![CDATA[Tweet WordPress 2.3.1 is now available. 2.3.1 is a bug-fix and security release for the 2.3 series. 2.3.1 fixes over twenty bugs. Some of the notable fixes are: Tagging support for Windows Live Writer Fixes for a login bug that affected those with a Blog Address different than their WordPress Address Faster taxonomy database queries, [...]]]></description>
			<content:encoded><![CDATA[<p></p><div style="float: right; margin-right: 10px"><a href="http://twitter.com/share" class="twitter-share-button" data-text="WordPress 2.3.1 Now available!" data-via="Jas" data-url="http://www.jasdhaliwal.com/wordpress/wordpress-231-release-candidate-released/" data-count="vertical" data-via="Jas" >Tweet</a></div><div class="tweetmeme_button" style="float: right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasdhaliwal.com%2Fwordpress%2Fwordpress-231-release-candidate-released%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasdhaliwal.com%2Fwordpress%2Fwordpress-231-release-candidate-released%2F&amp;source=Jas&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p class="storycontent">WordPress 2.3.1 is now available.  2.3.1 is a bug-fix and security release for the 2.3 series.</p>
<p>2.3.1 fixes <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.3.1&amp;resolution=fixed&amp;order=priority" onclick="javascript:urchinTracker ('/outbound/article/trac.wordpress.org');">over twenty bugs</a>.  Some of the notable fixes are:</p>
<ul>
<li> Tagging support for <a href="http://windowslivewriter.spaces.live.com/" onclick="javascript:urchinTracker ('/outbound/article/windowslivewriter.spaces.live.com');">Windows Live Writer</a></li>
<li>Fixes for a login bug that affected those with a Blog Address different than<br />
their WordPress Address</li>
<li>Faster taxonomy database queries, especially tag intersection queries</li>
<li>Link importer fixes</li>
</ul>
<p>Unfortunately, some security issues were found in 2.3.  <a href="http://www.waraxe.us/">Janek Vind</a> found an XSS problem that can be exploited if your php setup has register_globals enabled. For this reason, upgrading to 2.3.1 is advised.</p>
<p>The full set of changes between 2.3 and 2.3.1 is <a href="http://trac.wordpress.org/changeset?old_path=tags%2F2.3&amp;old=6293&amp;new_path=tags%2F2.3.1&amp;new=6293">available for viewing on trac</a>.</p>
<p>Get 2.3.1 from the <a href="http://wordpress.org/download/">download</a> page and enjoy.</p>
<p class="tags">Tags: <a href="http://technorati.com/tag/Wordpress%2B2.3.1" title="See the Technorati tag page for 'Wordpress+2.3.1'." rel="tag">WordPress+2.3.1</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasdhaliwal.com/wordpress/wordpress-231-release-candidate-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
