<?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>&#34;The mind of a Mad Tech!&#34; &#187; Joomla</title>
	<atom:link href="http://www.keithdmitchell.com/category/technology-related/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keithdmitchell.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 13:45:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to enable SEO on Joomla (Windows and Linux)</title>
		<link>http://www.keithdmitchell.com/2008/08/07/how-to-enable-seo-on-joomla-windows-and-linux/</link>
		<comments>http://www.keithdmitchell.com/2008/08/07/how-to-enable-seo-on-joomla-windows-and-linux/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 13:54:02 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.keithdmitchell.com/?p=97</guid>
		<description><![CDATA[Joomla has built-in SEO functionality.(SEO stands for Search Engine Optimization). The SEO tab in Global Configuration (in Administration backend)takes care of global SEO settings for your Joomla site.
The tricky part is enabling search engine friendly URLs. If you are wondering what are those good for, here&#8217;s an example:
A non-sef URL:
www.site.org/index.php?option=com_weblinks&#38;task=view&#38;Itemid=22
The Joomla SEF version of the [...]]]></description>
		<wfw:commentRss>http://www.keithdmitchell.com/2008/08/07/how-to-enable-seo-on-joomla-windows-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running The Joomla Installer</title>
		<link>http://www.keithdmitchell.com/2008/03/18/running-the-joomla-installer/</link>
		<comments>http://www.keithdmitchell.com/2008/03/18/running-the-joomla-installer/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 14:53:46 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.keithdmitchell.com/archives/62</guid>
		<description><![CDATA[Finally comes the part where we put it all together. For the most part, Joomla installs itself and the only thing which needs to be done is to supply the installer with what we just set up above.

In the folder location of where your Joomla files are kept (i.e. your Joomla site&#8217;s root), open the [...]]]></description>
		<wfw:commentRss>http://www.keithdmitchell.com/2008/03/18/running-the-joomla-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up A Joomla MySQL Database Using phpMyAdmin</title>
		<link>http://www.keithdmitchell.com/2008/03/18/setting-up-a-joomla-mysql-database-using-phpmyadmin/</link>
		<comments>http://www.keithdmitchell.com/2008/03/18/setting-up-a-joomla-mysql-database-using-phpmyadmin/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 14:53:06 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.keithdmitchell.com/archives/61</guid>
		<description><![CDATA[
Log into phpMyAdmin as &#8220;root&#8221;
Select the Privledges option.
Select the option to add another user.
Set the following values:

For user name, enter a value consistent with the site. I always make the user name the same at the site, for example &#8220;myjoomlasite_com&#8221;.
Leave the Host option set to Any Host.
Assign a password; again I use something with the [...]]]></description>
		<wfw:commentRss>http://www.keithdmitchell.com/2008/03/18/setting-up-a-joomla-mysql-database-using-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up A New Joomla Site On IIS</title>
		<link>http://www.keithdmitchell.com/2008/03/18/setting-up-a-new-joomla-site-on-iis/</link>
		<comments>http://www.keithdmitchell.com/2008/03/18/setting-up-a-new-joomla-site-on-iis/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 14:52:52 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.keithdmitchell.com/archives/60</guid>
		<description><![CDATA[
Download the latest release of Joomla 1.0.x full package.
Extract the downloaded zip file to a folder inside the root of your website directories. I always title the folder the same as the site name (i.e. I would extract to: \websites\joomlaoniis.com\).
In IIS, create a new site (again I would call it the same as the site [...]]]></description>
		<wfw:commentRss>http://www.keithdmitchell.com/2008/03/18/setting-up-a-new-joomla-site-on-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PHP On IIS With MySQL Support</title>
		<link>http://www.keithdmitchell.com/2008/03/18/installing-php-on-iis-with-mysql-support/</link>
		<comments>http://www.keithdmitchell.com/2008/03/18/installing-php-on-iis-with-mysql-support/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 14:52:01 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.keithdmitchell.com/archives/59</guid>
		<description><![CDATA[
Download PHP (do not get the installer, just the zip package). I would recommend the latest version 5 release.
Extract the downloaded zip file to a folder on your root drive, i.e C:\PHP.
Copy the file &#8220;C:\PHP\php.ini-dist&#8221; to your Windows directory.
Rename the copied file to &#8220;php.ini&#8221;.
Open the php.ini file and make the following changes:

Locate the line reading: [...]]]></description>
		<wfw:commentRss>http://www.keithdmitchell.com/2008/03/18/installing-php-on-iis-with-mysql-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
