<?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>J-Henderson &#187; apache friends</title>
	<atom:link href="http://www.j-henderson.co.uk/tag/apache-friends/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.j-henderson.co.uk</link>
	<description>PHP &#38; HTML Tutorial site</description>
	<lastBuildDate>Sun, 24 Jan 2010 18:03:03 +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>Getting Started</title>
		<link>http://www.j-henderson.co.uk/2010/01/getting-started-2/</link>
		<comments>http://www.j-henderson.co.uk/2010/01/getting-started-2/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 18:03:03 +0000</pubDate>
		<dc:creator>J-Henderson</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache friends]]></category>
		<category><![CDATA[lampp]]></category>
		<category><![CDATA[TUTORIALS]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.j-henderson.co.uk/?p=41</guid>
		<description><![CDATA[Before you dig into the tutorial section of this website i recommend that you take a moment to read through this section, here i will go through the process of installing a local web server to your machine, you will need to do this if you wish to practice PHP or Javascript in your web ]]></description>
			<content:encoded><![CDATA[<p>Before you dig into the tutorial section of this website i recommend that you take a moment to read through this section, here i will go through the process of installing a local web server to your machine, you will need to do this if you wish to practice PHP or Javascript in your web pages.</p>
<p>First you will need to install a program called XAMPP you will be able to find this here: <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a></p>
<p>Follow the instructions for installing the program, i generally recommend that you do not install MySQL and Apache as a service mainly for security and to keep the minimum of background programs open at any time. </p>
<p>Once the program has installed successfully you will need to start up the Apache and MySQL service this can be done by going to start>XAMPP for windows>XAMPP Control Panel.</p>
<p>Now we have the Apache and MySQL server running, we can create an area for our website, on your computer navigate to C:\xampp\htdocs and create a folder for your website for example &#8220;C:\xampp\htdocs\mywebsite&#8221; this will be where all our HTML and PHP files will be saved.</p>
<p>Once you have created an index.html(see: <a href="http://www.j-henderson.co.uk/2010/01/6/" title="Your first HTML page" >Your first HTML page</a>) file within C:\xampp\htdocs\mywebsite, you will be able to view your page by browsing to http://127.0.0.1/mywebsite/ in your favourite web browser.</p>
<p>I recommend that you also download a text editor with syntax highlighting, this will make troubleshooting allot easier, there are two I would recommend:</p>
<p>Scite: <a href="http://www.scintilla.org/SciTEDownload.html">Scite</a><br />
Notepad++: <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j-henderson.co.uk/2010/01/getting-started-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
