<?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>apollo19</title>
	<atom:link href="http://apollo19.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://apollo19.co.uk</link>
	<description>Cars, Gaming, TV &#38; Movies</description>
	<lastBuildDate>Sun, 26 Feb 2012 11:39:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Creating A New Database Using MySql</title>
		<link>http://apollo19.co.uk/2012/02/creating-a-new-database-using-mysql/</link>
		<comments>http://apollo19.co.uk/2012/02/creating-a-new-database-using-mysql/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 08:02:55 +0000</pubDate>
		<dc:creator>Sergei</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://apollo19.co.uk/?p=123</guid>
		<description><![CDATA[In this tutorial I’m going to show you how to create a new database using MySql and phpMyAdmin for your local test environment websites. You can use the database for WordPress, phpBB, Mediawiki or anything else you may want to experiment with. Hopefully you will have already read my tutorial on how to install XAMPP so you need to ensure it is [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I’m going to show you how to create a new database using MySql and phpMyAdmin for your local test environment websites. You can use the database for WordPress, phpBB, Mediawiki or anything else you may want to experiment with.<span id="more-123"></span></p>
<p>Hopefully you will have already read my <a title="XAMPP Tutorial" href="http://apollo19.co.uk/2011/07/xampp-%E2%80%93-a-great-way-to-build-design-test-websites/">tutorial on how to install XAMPP</a> so you need to ensure it is running before you start.<strong></strong></p>
<p><strong>STEP 1</strong></p>
<p>Using your favorite web browser type in <strong>http:localhostphpmyadmin</strong> and hit enter, you should see the screen below:</p>
<p><a href="http://apollo19.co.uk/wp-content/uploads/2012/02/mysql1.png"><img class="alignnone size-medium wp-image-125" title="mysql1" src="http://apollo19.co.uk/wp-content/uploads/2012/02/mysql1-300x240.png" alt="" width="300" height="240" /></a></p>
<p>&nbsp;</p>
<p>On this screen click “Privileges” from the top navigation menu.</p>
<p><strong>STEP 2</strong></p>
<p>Click “New User”, see image below:</p>
<p><img class="alignnone size-medium wp-image-126" style="border-style: initial; border-color: initial;" title="mysql2" src="http://apollo19.co.uk/wp-content/uploads/2012/02/mysql2-300x240.png" alt="" width="300" height="240" /></p>
<p>&nbsp;</p>
<p><strong>STEP 3</strong></p>
<p>Give your database a username, select “Local” from the dropdown menu, choose a password and re-type it.</p>
<p>Ensure that “Create database with same name and grant all privileges” is dotted and then click GO, see image below, areas circled in red:</p>
<p>TIP – make sure you write down the username and password for future reference!!</p>
<p><a href="http://apollo19.co.uk/wp-content/uploads/2012/02/mysql3.png"><img class="alignnone size-medium wp-image-127" title="mysql3" src="http://apollo19.co.uk/wp-content/uploads/2012/02/mysql3-300x240.png" alt="" width="300" height="240" /></a></p>
<p>&nbsp;</p>
<p><strong>STEP4</strong></p>
<p>After the confirmation screen click “Privileges” from the top navigation menu and then click the pencil icon next to the new user/database you have just created, see image below:</p>
<p><a href="http://apollo19.co.uk/wp-content/uploads/2012/02/mysql4.png"><img class="alignnone size-medium wp-image-128" title="mysql4" src="http://apollo19.co.uk/wp-content/uploads/2012/02/mysql4-300x240.png" alt="" width="300" height="240" /></a></p>
<p>&nbsp;</p>
<p><strong>STEP 5</strong></p>
<p>Click “Check All” and then click “GO”, see image below:</p>
<p><a href="http://apollo19.co.uk/wp-content/uploads/2012/02/mysql5.png"><img class="alignnone size-medium wp-image-129" title="mysql5" src="http://apollo19.co.uk/wp-content/uploads/2012/02/mysql5-300x240.png" alt="" width="300" height="240" /></a></p>
<p>&nbsp;</p>
<p>That’s it, you’re now ready to start using your database!! I hope this helps you get started.</p>
<p>Look out for upcoming tutorials on how to install WordPress, install phpBB, install Mediawiki and more.</p>
]]></content:encoded>
			<wfw:commentRss>http://apollo19.co.uk/2012/02/creating-a-new-database-using-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAMPP – A Great Way To Build, Design &amp; Test Websites</title>
		<link>http://apollo19.co.uk/2011/07/xampp-%e2%80%93-a-great-way-to-build-design-test-websites/</link>
		<comments>http://apollo19.co.uk/2011/07/xampp-%e2%80%93-a-great-way-to-build-design-test-websites/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 15:50:37 +0000</pubDate>
		<dc:creator>Sergei</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://apollo19.co.uk/?p=97</guid>
		<description><![CDATA[In this tutorial I’m going to show you how to create a local test environment so that you can use applications like WordPress, phpBB3, MediaWiki etc, to build and design your own websites. INTRODUCTION Using a local test environment will allow you to make as many websites as you like and experiment to your hearts content! I’m using the term [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I’m going to show you how to create a local test environment so that you can use applications like WordPress, phpBB3, MediaWiki etc, to build and design your own websites.<span id="more-97"></span></p>
<p><strong>INTRODUCTION</strong></p>
<p>Using a local test environment will allow you to make as many websites as you like and experiment to your hearts content! I’m using the term “local test environment”, by this I mean that the websites will be on your computer and not on the internet. This also means that unfortunately next to nobody will get to see the results of your hard work!!</p>
<p><strong>DOWNLOAD XAMPP</strong></p>
<p>First thing you will need to do is download a package called XAMPP. You can download it from <a title="XAMPP For Windows" href="http://www.apachefriends.org/en/xampp-windows.html">here</a>, for this tutorial I’m using XAMPP Windows 1.7.3 (Basic package) and have downloaded the 100MB ZIP file.</p>
<p><strong>INSTALL XAMPP</strong></p>
<p>Once downloaded you will need to unzip (extract) the file and the copy the folder called xampp to your C drive, see image: For this tutorial I’m using Windows 7 but the process is the same for Windows Vista &amp; Windows XP.</p>
<p><a href="http://apollo19.co.uk/wp-content/uploads/2011/07/cdrive.png"><img class="alignnone size-medium wp-image-98" title="cdrive" src="http://apollo19.co.uk/wp-content/uploads/2011/07/cdrive-300x259.png" alt="" width="300" height="259" /></a></p>
<p><strong>RUN XAMPP</strong></p>
<p>Once you have copied the folder to your C drive you will need to start xampp, to do this open the xampp folder and double click xampp-control.exe, see image:</p>
<p><a href="http://apollo19.co.uk/wp-content/uploads/2011/07/xamppcontrol.png"><img class="alignnone size-medium wp-image-100" title="xamppcontrol" src="http://apollo19.co.uk/wp-content/uploads/2011/07/xamppcontrol-243x300.png" alt="" width="243" height="300" /></a></p>
<p>This will then load up the xampp control panel, see image:</p>
<p><a href="http://apollo19.co.uk/wp-content/uploads/2011/07/xamppcontrolready.png"><img class="alignnone size-medium wp-image-101" title="xamppcontrolready" src="http://apollo19.co.uk/wp-content/uploads/2011/07/xamppcontrolready-300x255.png" alt="" width="300" height="255" /></a></p>
<p>You will need to first start Apache by clicking the Start button, and the start MySql by clicking the Start button, when both have started the control panel will look like this:</p>
<p><a href="http://apollo19.co.uk/wp-content/uploads/2011/07/xamppcontrolstarted.png"><img class="alignnone size-medium wp-image-102" title="xamppcontrolstarted" src="http://apollo19.co.uk/wp-content/uploads/2011/07/xamppcontrolstarted-300x254.png" alt="" width="300" height="254" /></a></p>
<p>Once both are running you can close the control panel by clicking Exit, xampp will continue to run in the background.</p>
<p>To test and make sure the installation worked just open up your favorite web browser and type <strong>http:localhost</strong> into the address bar and you should get the following screen, just choose your language to see xampp demos and security information</p>
<p><a href="http://apollo19.co.uk/wp-content/uploads/2011/07/splashscreen.png"><img class="alignnone size-medium wp-image-99" title="splashscreen" src="http://apollo19.co.uk/wp-content/uploads/2011/07/splashscreen-300x240.png" alt="" width="300" height="240" /></a></p>
<p>CAUTION – installing xampp like this is only recommended for test environments and not for live websites.</p>
<p>TIP – For easy start up I set the xampp-control.exe as a shortcut on the desktop, do do this just right-click on xampp-control.exe in the xampp folder and select Send To/Desktop (create shortcut).</p>
<p>That’s it, you’re now ready to start creating websites!! I hope this helps you get started.</p>
<p>Look out for upcoming tutorials on how to set up a database in MySql using phpMyadmin, install WordPress, install phpBB, install Mediawiki and more.</p>
]]></content:encoded>
			<wfw:commentRss>http://apollo19.co.uk/2011/07/xampp-%e2%80%93-a-great-way-to-build-design-test-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caterham Drift Experience</title>
		<link>http://apollo19.co.uk/2011/07/caterham-drift-experience/</link>
		<comments>http://apollo19.co.uk/2011/07/caterham-drift-experience/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 17:15:16 +0000</pubDate>
		<dc:creator>Sergei</dc:creator>
				<category><![CDATA[Cars]]></category>
		<category><![CDATA[Caterham]]></category>
		<category><![CDATA[drifting]]></category>

		<guid isPermaLink="false">http://apollo19.co.uk/?p=86</guid>
		<description><![CDATA[I went on a Caterham Drift Experience day and I have to say it was FANTASTIC!! Below are a couple of videos and photos. This is how it is supposed to be done And this is how I did it!!! &#160; I would definitely  recommend to anyone who loves cars and/or driving to give it a go. &#160; Now, off [...]]]></description>
			<content:encoded><![CDATA[<p>I went on a <a title="Caterham Drift Experience" href="http://experience.caterham.co.uk/category.php?id_category=6">Caterham Drift Experience</a> day and I have to say it was FANTASTIC!!<span id="more-86"></span></p>
<p>Below are a couple of videos and photos.</p>
<p><a href="http://apollo19.co.uk/wp-content/uploads/2011/07/DSC00381.jpg"><img class="alignnone size-medium wp-image-94" title="DSC00381" src="http://apollo19.co.uk/wp-content/uploads/2011/07/DSC00381-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><a href="http://apollo19.co.uk/wp-content/uploads/2011/07/DSC00374.jpg"><img class="alignnone size-medium wp-image-93" title="DSC00374" src="http://apollo19.co.uk/wp-content/uploads/2011/07/DSC00374-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>This is how it is supposed to be done<br />
<iframe src="http://www.youtube.com/embed/J5k31EM1NLY" frameborder="0" width="560" height="349"></iframe></p>
<p>And this is how I did it!!!<br />
<iframe src="http://www.youtube.com/embed/YrO0Vo1gVmQ" frameborder="0" width="560" height="349"></iframe></p>
<p>&nbsp;</p>
<p>I would definitely  recommend to anyone who loves cars and/or driving to give it a go.</p>
<p>&nbsp;</p>
<p>Now, off to order a Caterham!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://apollo19.co.uk/2011/07/caterham-drift-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spartacus: Vengeance</title>
		<link>http://apollo19.co.uk/2011/07/spartacus-vengeance/</link>
		<comments>http://apollo19.co.uk/2011/07/spartacus-vengeance/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 14:07:30 +0000</pubDate>
		<dc:creator>Sergei</dc:creator>
				<category><![CDATA[TV]]></category>
		<category><![CDATA[USTV]]></category>

		<guid isPermaLink="false">http://apollo19.co.uk/?p=58</guid>
		<description><![CDATA[Entertainment Weekly has released exclusive pictures from the up coming Starz TV show Spartacus: Vengeance. Sequel to the smash hit Spartacus: Blood &#38; Sand it is due for release in early 2012 however original star Andy Whitfield has been replaced by newcomer Liam McIntyre due to Andy having to pull out because of illness, (get well real soon Andy!!) &#160; [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Entertainment Weekly" href="http://insidetv.ew.com/2011/07/14/liam-mcintyre-spartacus-photo/">Entertainment Weekly</a> has released exclusive pictures from the up coming Starz TV show Spartacus: Vengeance.<span id="more-58"></span></p>
<p>Sequel to the smash hit Spartacus: Blood &amp; Sand it is due for release in early 2012 however original star Andy Whitfield has been replaced by newcomer Liam McIntyre due to Andy having to pull out because of illness, (get well real soon Andy!!)<a href="http://apollo19.co.uk/2011/07/spartacus-vengeance/liam-mcintyre-spartacus_5101/" rel="attachment wp-att-59"><img class="alignnone size-medium wp-image-59" title="liam-mcintyre-spartacus_5101" src="http://apollo19.co.uk/wp-content/uploads/2011/07/liam-mcintyre-spartacus_5101-197x300.jpg" alt="" width="197" height="300" /></a></p>
<p>&nbsp;</p>
<p><a href="http://apollo19.co.uk/2011/07/spartacus-vengeance/spartacus-show-liam_510/" rel="attachment wp-att-62"><img class="alignnone size-medium wp-image-62" title="spartacus-show-liam_510" src="http://apollo19.co.uk/wp-content/uploads/2011/07/spartacus-show-liam_510-300x210.jpg" alt="" width="300" height="210" /></a></p>
<p>&nbsp;</p>
<p><a href="http://apollo19.co.uk/2011/07/spartacus-vengeance/spartacus-new-liam_510/" rel="attachment wp-att-61"><img class="alignnone size-medium wp-image-61" title="spartacus-new-liam_510" src="http://apollo19.co.uk/wp-content/uploads/2011/07/spartacus-new-liam_510-198x300.jpg" alt="" width="198" height="300" /></a></p>
<p>Furthermore, Starz have released a teaser trailer to whet our appetites, a longer trailer is rumored to be coming soon.</p>
<p><iframe src="http://www.youtube.com/embed/S6U2qDbkZ20" frameborder="0" width="560" height="349"></iframe></p>
<p>In an interview with <a title="OnFilm Magazine" href="http://robtapert.com/2011/04/rob-tapert-profile-and-interview-onfilm-magazine-april-2011.html">OnFilm Magazine</a> producer Rob Tapert gave a few insights on what we can expect from the upcoming series, sadly there will only be 10 episodes but we can expect the first episode will have 30 speaking parts<strong></strong> and a core cast of 19 or 20, there will also be a more graphic environment and the whole thing will be more expensive to make.</p>
<p>Roll on 2012!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://apollo19.co.uk/2011/07/spartacus-vengeance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

