<?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>User Guides &#187; General</title>
	<atom:link href="http://aweconsulting.co.uk/user-guides/category/general/feed" rel="self" type="application/rss+xml" />
	<link>http://aweconsulting.co.uk/user-guides</link>
	<description>Online user guides for product downloads.</description>
	<lastBuildDate>Tue, 04 Aug 2009 03:08:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Editing PHP Files</title>
		<link>http://aweconsulting.co.uk/user-guides/editing-php-files</link>
		<comments>http://aweconsulting.co.uk/user-guides/editing-php-files#comments</comments>
		<pubDate>Thu, 30 Jul 2009 05:39:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://aweconsulting.co.uk/user-guides/?p=27</guid>
		<description><![CDATA[.php files are basically raw text files that don&#8217;t contain any text formatting apart from tabs, spaces and line breaks.  So you need to avoid adding Styles to the Text (which can break the code).
The best way to do this is to open the file in a pure Text Editor and not in a Word [...]]]></description>
		<wfw:commentRss>http://aweconsulting.co.uk/user-guides/editing-php-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Unzip a File</title>
		<link>http://aweconsulting.co.uk/user-guides/how-to-unzip-a-file</link>
		<comments>http://aweconsulting.co.uk/user-guides/how-to-unzip-a-file#comments</comments>
		<pubDate>Thu, 30 Jul 2009 01:09:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://aweconsulting.co.uk/user-guides/?p=16</guid>
		<description><![CDATA[In Windows, double click on the zip file in Windows Explorer to open the Compressed (Zipped) Folders Extraction Wizard.
Click on Next.
Then select Extract All Files.
Now select a destination.
Alternatively, use a file extraction Utility such as WinZip or WinRar.
]]></description>
		<wfw:commentRss>http://aweconsulting.co.uk/user-guides/how-to-unzip-a-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Upload Files using FTP</title>
		<link>http://aweconsulting.co.uk/user-guides/how-to-upload-files-using-ftp</link>
		<comments>http://aweconsulting.co.uk/user-guides/how-to-upload-files-using-ftp#comments</comments>
		<pubDate>Thu, 30 Jul 2009 01:06:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://aweconsulting.co.uk/user-guides/?p=13</guid>
		<description><![CDATA[FTP (File Transfer Protocol) is the standard way to upload files to the Web.
The best way to do this is with specialist software that tracks the success of the uploads and allows you to change attributes of Web Folders.
My Tool of choice is FileZilla which you can Download for free. This Software works with most [...]]]></description>
		<wfw:commentRss>http://aweconsulting.co.uk/user-guides/how-to-upload-files-using-ftp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing the Config.php File</title>
		<link>http://aweconsulting.co.uk/user-guides/editing-config-php</link>
		<comments>http://aweconsulting.co.uk/user-guides/editing-config-php#comments</comments>
		<pubDate>Wed, 29 Jul 2009 08:39:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://aweconsulting.co.uk/user-guides/?p=8</guid>
		<description><![CDATA[The config.php file contains settings such as the Database details and Preferences. To edit these settings, you treat the file as a simple text file and avoid adding any styles to the text.
See: Editing PHP Files
After saving the config.php file you can upload it to the web replacing the default version of the file. If [...]]]></description>
		<wfw:commentRss>http://aweconsulting.co.uk/user-guides/editing-config-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Database</title>
		<link>http://aweconsulting.co.uk/user-guides/creating-a-database</link>
		<comments>http://aweconsulting.co.uk/user-guides/creating-a-database#comments</comments>
		<pubDate>Tue, 28 Jul 2009 08:27:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://aweconsulting.co.uk/user-guides/?p=3</guid>
		<description><![CDATA[A Database is used by scripts to store information on a web server. Any paid hosting should come with a database or the ability to create them.
If you already have a Database available to you, you should have 3 items of information in order to access the Database:

Database name
User name
Password

If you don&#8217;t have these details, [...]]]></description>
		<wfw:commentRss>http://aweconsulting.co.uk/user-guides/creating-a-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

