<?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/"
	>

<channel>
	<title>Websurf Recorder</title>
	<atom:link href="http://www.websurfrecorder.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.websurfrecorder.com</link>
	<description>harvest from the internet</description>
	<pubDate>Mon, 11 May 2009 15:26:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Debug with Zend Debugger And Eclipse PDT Tutorial Part 2</title>
		<link>http://www.websurfrecorder.com/php-debug-with-zend-debugger-and-eclipse-pdt-tutorial-part-2.html</link>
		<comments>http://www.websurfrecorder.com/php-debug-with-zend-debugger-and-eclipse-pdt-tutorial-part-2.html#comments</comments>
		<pubDate>Mon, 11 May 2009 15:26:44 +0000</pubDate>
		<dc:creator>jarvis</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[WAMP]]></category>

		<category><![CDATA[Debug]]></category>

		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[PDT]]></category>

		<category><![CDATA[XAMPP]]></category>

		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.websurfrecorder.com/?p=112</guid>
		<description><![CDATA[coming soon...]]></description>
		<wfw:commentRss>http://www.websurfrecorder.com/php-debug-with-zend-debugger-and-eclipse-pdt-tutorial-part-2.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PHP Debug with Zend Debugger And Eclipse PDT Tutorial Part 1</title>
		<link>http://www.websurfrecorder.com/php-debug-with-zend-debugger-and-eclipse-pdt-tutorial-part-1.html</link>
		<comments>http://www.websurfrecorder.com/php-debug-with-zend-debugger-and-eclipse-pdt-tutorial-part-1.html#comments</comments>
		<pubDate>Mon, 11 May 2009 15:22:40 +0000</pubDate>
		<dc:creator>jarvis</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[WAMP]]></category>

		<category><![CDATA[Debug]]></category>

		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[XAMPP]]></category>

		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.websurfrecorder.com/?p=104</guid>
		<description><![CDATA[This tutorial shows how to setup a Zend debugger to work with Eclipse PDT to develop your PHP web program.

If you are still using the "echo &#60;pre&#62; . print_r($val, true) . &#60;/pre&#62;" or "var_dump($val)" to debug your PHP web program? This is absolutely a must read for you!]]></description>
		<wfw:commentRss>http://www.websurfrecorder.com/php-debug-with-zend-debugger-and-eclipse-pdt-tutorial-part-1.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>XAMPP Apache Multiple Virtual Hosts Tutorial</title>
		<link>http://www.websurfrecorder.com/xampp-apache-multiple-virtual-hosts-tutorial.html</link>
		<comments>http://www.websurfrecorder.com/xampp-apache-multiple-virtual-hosts-tutorial.html#comments</comments>
		<pubDate>Mon, 11 May 2009 05:43:44 +0000</pubDate>
		<dc:creator>jarvis</dc:creator>
		
		<category><![CDATA[WAMP]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Virtual Host]]></category>

		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.websurfrecorder.com/?p=92</guid>
		<description><![CDATA[This is the extended version of our tutorial showing how to setup a virtual host of apache for development in XAMPP.

   1. we add one more fake host entity in the Windows hosts file
   2. add the virtual host block of code in apache https-vhosts.conf file
]]></description>
		<wfw:commentRss>http://www.websurfrecorder.com/xampp-apache-multiple-virtual-hosts-tutorial.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>XAMPP Apache Virtual Host Tutorial</title>
		<link>http://www.websurfrecorder.com/xampp-apache-virtual-host-tutorial.html</link>
		<comments>http://www.websurfrecorder.com/xampp-apache-virtual-host-tutorial.html#comments</comments>
		<pubDate>Fri, 08 May 2009 14:09:10 +0000</pubDate>
		<dc:creator>jarvis</dc:creator>
		
		<category><![CDATA[WAMP]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Virtual Host]]></category>

		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.websurfrecorder.com/?p=77</guid>
		<description><![CDATA[This tutorial shows how to setup a virtual host of apache for development in XAMPP.

Suppose your XAMPP installation directory is "C:\xampp" (You may want to see how to setup
Web Development on Windows using Apache + MySQL + PHP Tutorial
). If you do not want to put your html or php files under the default htdocs location "C:\xampp\htdocs", but instead "D:\htdocs". You can setup a virtual host to acheive this. To setup a virtual host of apache, we need to edit several files on the system and apache.

For example if you want to match a url "http://my_first_project.localhost" to your local directory "D:\htdocs\my_first_project\web".]]></description>
		<wfw:commentRss>http://www.websurfrecorder.com/xampp-apache-virtual-host-tutorial.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Web Development on Windows using Apache + MySQL + PHP Tutorial</title>
		<link>http://www.websurfrecorder.com/web-development-on-windows-using-apache-mysql-php-tutorial.html</link>
		<comments>http://www.websurfrecorder.com/web-development-on-windows-using-apache-mysql-php-tutorial.html#comments</comments>
		<pubDate>Fri, 08 May 2009 06:19:58 +0000</pubDate>
		<dc:creator>jarvis</dc:creator>
		
		<category><![CDATA[WAMP]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.websurfrecorder.com/?p=64</guid>
		<description><![CDATA[This tutorial shows how to setup a Apcahe + MySQL + PHP development on the Windows platform.
]]></description>
		<wfw:commentRss>http://www.websurfrecorder.com/web-development-on-windows-using-apache-mysql-php-tutorial.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress SEO Permalink Tutorial</title>
		<link>http://www.websurfrecorder.com/wordpress-seo-permalink-tutorial.html</link>
		<comments>http://www.websurfrecorder.com/wordpress-seo-permalink-tutorial.html#comments</comments>
		<pubDate>Thu, 07 May 2009 15:14:34 +0000</pubDate>
		<dc:creator>jarvis</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.websurfrecorder.com/?p=46</guid>
		<description><![CDATA[You definitely want to have a pretty url, so do I! Just before you share your posts with other people all around the world, make sure you make your url pretty!

As mentioned before, to do this in Wordpress is just simple. What consume your time is the format you want?]]></description>
		<wfw:commentRss>http://www.websurfrecorder.com/wordpress-seo-permalink-tutorial.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress XAMPP Tutorial</title>
		<link>http://www.websurfrecorder.com/wordpress-xampp-tutorial.html</link>
		<comments>http://www.websurfrecorder.com/wordpress-xampp-tutorial.html#comments</comments>
		<pubDate>Thu, 07 May 2009 13:02:22 +0000</pubDate>
		<dc:creator>jarvis</dc:creator>
		
		<category><![CDATA[WAMP]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.websurfrecorder.com/?p=3</guid>
		<description><![CDATA[This tutorial shows you how to install a wordpress using XAMPP on Windows.

Of course the first thing we need to do is download wordpress (http://wordpress.org/latest.zip). The version we using in this tutorial is 2.7.1.

After downloading the package. Unzip it under your html doc root. If you like to put it elsewhere you can setup a virtual host (See our XAMPP virtual host tutorial) to point to your desired location.]]></description>
		<wfw:commentRss>http://www.websurfrecorder.com/wordpress-xampp-tutorial.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
