<?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>netOxide Web Hosting &#187; How to</title>
	<atom:link href="http://netoxide.co.uk/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://netoxide.co.uk</link>
	<description>Simple hosting solutions in a complicated world.</description>
	<lastBuildDate>Thu, 10 Sep 2009 10:58:31 +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>Wordpress Tutorials</title>
		<link>http://netoxide.co.uk/wordpress-tutorials/</link>
		<comments>http://netoxide.co.uk/wordpress-tutorials/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 07:07:43 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://netoxide.co.uk/?p=526</guid>
		<description><![CDATA[Tripwire Magazine have released a series of Wordpress Tutorials which are a great resource for anyone starting out with wordpress.  They are informative videos showing the user interface and narrated as they go through the functionality.  Please note these tutorials are not produced or owned by netOxide LLP.
I&#8217;ve added a couple to this post but [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Tripwire Magazine" href="http://www.tripwiremagazine.com/tutorials/developer-toolbox/xxx-massive-wordpress-tutorial-collection.html">Tripwire Magazine</a> have released a series of Wordpress Tutorials which are a great resource for anyone starting out with wordpress.  They are informative videos showing the user interface and narrated as they go through the functionality.  <em>Please note these tutorials are not produced or owned by netOxide LLP.</em></p>
<p>I&#8217;ve added a couple to this post but for all the tutorials please go and see the full article:<br />
<a href="http://www.tripwiremagazine.com/tutorials/developer-toolbox/xxx-massive-wordpress-tutorial-collection.html">http://www.tripwiremagazine.com/tutorials/developer-toolbox/xxx-massive-wordpress-tutorial-collection.html</a></p>
<p><span id="more-526"></span></p>
<h4><a href="http://wordpress-tutorials.ithemes.com/27tutsunbranded/wp27_overview.swf" target="_blank">WordPress 2.7 &#8211; Overview</a></h4>
<p>Really comprehensive overview giving a good introduction to Wordpress 2.7+.</p>
<p><img class="alignnone" style="margin-right: 10px;" src="http://www.tripwiremagazine.com/wp-content/uploads/images/stories/Articles/wordpress-27-tuts/wp27_overview-swf.jpg" alt="" width="90%" /></p>
<h4><a href="http://wordpress-tutorials.ithemes.com/27tutsunbranded/wp27_writepost.swf" target="_blank">How to write a Post</a></h4>
<p>In this tutorial you will learn the basics of writing a post in Wordpress 2.7+.</p>
<p><img class="alignnone" style="margin-right: 10px;" src="http://www.tripwiremagazine.com/wp-content/uploads/images/stories/Articles/wordpress-27-tuts/wp27_writepost.jpg" alt="" width="90%" /></p>
<h4><a href="http://wordpress-tutorials.ithemes.com/27tutsunbranded/wp27_writepage.swf" target="_blank">How to write a Page</a></h4>
<p>In this tutorial you will learn how to create and edit a page in  Wordpress 2.7+.</p>
<p><img class="alignnone" style="margin-right: 10px;" src="http://www.tripwiremagazine.com/wp-content/uploads/images/stories/Articles/wordpress-27-tuts/wp27_writepage.jpg" alt="" width="90%" /></p>
<h4><a href="http://www.viddler.com/explore/ithemes_media/videos/9/" target="_blank">Using the Media Library</a></h4>
<p>Learn to use the Media Library in Wordpress 2.7+.</p>
<p><img class="alignnone" style="margin-right: 10px;" src="http://www.tripwiremagazine.com/wp-content/uploads/images/stories/Articles/wordpress-27-tuts/wp-media.jpg" alt="" width="90%" /></p>
<h4><a href="http://mail.nppsd.org:8080/%7Enhokanson/wordpress_27/wordpress_insert_picture.swf?FCItemID=S0197FF9B&amp;Plugin=Box" target="_blank">WordPress Add an Image</a></h4>
<p>Learn how to add media files like images to a post in Wordpress 2.7+.</p>
<p><img class="alignnone" style="margin-right: 10px;" src="http://www.tripwiremagazine.com/wp-content/uploads/images/stories/Articles/wordpress-27-tuts/add-image.jpg" alt="" width="90%" /></p>
]]></content:encoded>
			<wfw:commentRss>http://netoxide.co.uk/wordpress-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>switch on PHP5 processing for .php files</title>
		<link>http://netoxide.co.uk/switch-on-php5-processing-for-php-files/</link>
		<comments>http://netoxide.co.uk/switch-on-php5-processing-for-php-files/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 13:30:18 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://netoxide.co.uk/?p=519</guid>
		<description><![CDATA[netOxide servers default to php4, to enable PHP5 as default, add the following to a .htaccess file and put it in the root of the php application.
SetEnv DEFAULT_PHP_VERSION 5
]]></description>
			<content:encoded><![CDATA[<p>netOxide servers default to php4, to enable PHP5 as default, add the following to a .htaccess file and put it in the root of the php application.</p>
<pre>SetEnv DEFAULT_PHP_VERSION 5</pre>
]]></content:encoded>
			<wfw:commentRss>http://netoxide.co.uk/switch-on-php5-processing-for-php-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>netOxide or my.netOxide</title>
		<link>http://netoxide.co.uk/netoxide-or-mynetoxide/</link>
		<comments>http://netoxide.co.uk/netoxide-or-mynetoxide/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 21:36:54 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://netoxide.co.uk/?p=313</guid>
		<description><![CDATA[When you first register at netOxide.co.uk you receive a user name and password that gives you access to the customer control panel and allows you to order domains and web hosting, access your invoice history and check when services are due for renewal.
When you purchase web hosting for a domain, you access the website&#8217;s control [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-314 alignright" title="password-logins" src="http://netoxide.co.uk/wp-content/uploads/2008/08/password-logins.png" alt="" width="305" height="320" />When you first register at netOxide.co.uk you receive a user name and password that gives you access to the customer control panel and allows you to order domains and web hosting, access your invoice history and check when services are due for renewal.</p>
<p>When you purchase web hosting for a domain, you access the website&#8217;s control panel by going to my.netoxide.co.uk and entering the domain name and password.</p>
<p>By default, the domain password is set to a highly secure password, and although the ability for you to change this password is available, it is recommended that you keep it unchanged.</p>
<p>However, this does mean you have a complicated password to remember, and if you host more than one site with us, it can soon get unmanageable.  You can, however, in the customer control panel, view a list of all the sites you have hosted with netOxide.  Clicking the name, takes you directly to the individual site and logs you into the site control panel.</p>
<p>Thus you can maintain security and still have a single point of login.</p>
]]></content:encoded>
			<wfw:commentRss>http://netoxide.co.uk/netoxide-or-mynetoxide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Wordpress</title>
		<link>http://netoxide.co.uk/installing-wordpress/</link>
		<comments>http://netoxide.co.uk/installing-wordpress/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 22:04:25 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://netoxide.co.uk/?p=299</guid>
		<description><![CDATA[Login to the my.netOxide.co.uk control panel for your site. Select Wordpress from the CGI Scripts section.
Enter an installation directory or leave it blank to install in the root of your web site. Click the Install Now button

Wait a bit, and that&#8217;s wordpress installed. Navigate to the worpress site by clicking on the provided url to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-187" title="wordpress" src="http://netoxide.co.uk/wp-content/uploads/2008/08/i-wordpress.png" alt="" width="55" height="55" />Login to the <a href="http://my.netoxide.co.uk/">my.netOxide.co.uk</a> control panel for your site. Select Wordpress from the CGI Scripts section.</p>
<p>Enter an installation directory or leave it blank to install in the root of your web site. Click the Install Now button</p>
<p><img class="alignnone size-full wp-image-300" title="wp1" src="http://netoxide.co.uk/wp-content/uploads/2008/08/wp1.png" alt="" width="500" height="348" /></p>
<p><span id="more-299"></span>Wait a bit, and that&#8217;s wordpress installed. Navigate to the worpress site by clicking on the provided url to enter your initial user details and configure worpress.</p>
<p><img class="alignnone size-full wp-image-301" title="wp2" src="http://netoxide.co.uk/wp-content/uploads/2008/08/wp2.png" alt="" width="500" height="118" /></p>
<p>Or click the configuration details to see more information and liks to help for using wordpress.</p>
<p><img class="alignnone size-full wp-image-302" title="wp3" src="http://netoxide.co.uk/wp-content/uploads/2008/08/wp3.png" alt="" width="500" height="298" /></p>
<p><a href="http://netoxide.net/wordpress/index.php"></a></p>
<p><strong>Note: at no point did you have to mess about configuring databases, edit html / php / configuration files, just simple single click installtion&#8230; enjoy.</strong></p>
<p>We also recommend installing the <a href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/">Wordpress Automatic Upgrade plugin</a> as this is the easiest means of keeping your wordpress site up-to-date and secure.</p>
]]></content:encoded>
			<wfw:commentRss>http://netoxide.co.uk/installing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting started with site builder</title>
		<link>http://netoxide.co.uk/getting-started-with-site-builder/</link>
		<comments>http://netoxide.co.uk/getting-started-with-site-builder/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 21:53:50 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[site builder]]></category>

		<guid isPermaLink="false">http://netoxide.co.uk/?p=288</guid>
		<description><![CDATA[Site Builder allows you to design and build your site on-line with a simplistic and flexible wizard based site design tools. It allows you to select the style of your site, choose from various themes and color schemes and then edit and add content to your site online and instantaneously. It is a very basic [...]]]></description>
			<content:encoded><![CDATA[<p>Site Builder allows you to design and build your site on-line with a simplistic and flexible wizard based site design tools. It allows you to select the style of your site, choose from various themes and color schemes and then edit and add content to your site online and instantaneously. It is a very basic site management tool, but there-in lies it&#8217;s benefit: it is simple to use.</p>
<p><span id="more-288"></span></p>
<h2>Site Builder Introduction</h2>
<p>Select the style of your site. When you first run site builder it will ask you for the style of your site, Business or Personal.</p>
<p><img class="alignnone size-full wp-image-289" title="sb1" src="http://netoxide.co.uk/wp-content/uploads/2008/08/sb1.png" alt="" width="500" height="299" /></p>
<p>Choose the site theme. Select the site theme by browsing through the site previews and choosing your color scheme.</p>
<p><img class="alignnone size-full wp-image-290" title="sb2" src="http://netoxide.co.uk/wp-content/uploads/2008/08/sb2.png" alt="" width="500" height="371" /></p>
<p>Enter some basic details for the site</p>
<p><img class="alignnone size-full wp-image-291" title="sb3" src="http://netoxide.co.uk/wp-content/uploads/2008/08/sb3.png" alt="" width="500" height="480" /></p>
<p>Then you can start adding pages to the site, you can choose from a large variety of pages, About, welcome screens, CV / Resume, a Links page, Photo Album, etc.</p>
<p><img class="alignnone size-full wp-image-292" title="sb4" src="http://netoxide.co.uk/wp-content/uploads/2008/08/sb4.png" alt="" width="500" height="289" /></p>
<p>And if the content style you wish to add is not already there you can always choose to add your own html.</p>
<p><img class="alignnone size-full wp-image-293" title="sb5" src="http://netoxide.co.uk/wp-content/uploads/2008/08/sb5.png" alt="" width="500" height="286" /></p>
<p>For each of the page content types you are provided with easy wizard style pages where you enter and control the information you want to display. You can even easily upload and manage pictures where they are needed.</p>
<p><img class="alignnone size-full wp-image-294" title="sb6" src="http://netoxide.co.uk/wp-content/uploads/2008/08/sb6.png" alt="" width="473" height="696" /></p>
<p>Adding links to others sites cannot be easier with full support for categories.</p>
<p><img class="alignnone size-full wp-image-295" title="sb7" src="http://netoxide.co.uk/wp-content/uploads/2008/08/sb7.png" alt="" width="500" height="301" /></p>
<p>Then preview your page to see what it will be like, before &#8220;publishing&#8221; to make it publically available.</p>
<p><img class="alignnone size-full wp-image-296" title="sb8" src="http://netoxide.co.uk/wp-content/uploads/2008/08/sb8.png" alt="" width="500" height="301" /></p>
<p>Notice at the top of the site, when in Site Builder mode, you have access to control the site settings, such as the theme and color scheme, page orders and adding new content.</p>
<p><img class="alignnone size-full wp-image-297" title="sb9" src="http://netoxide.co.uk/wp-content/uploads/2008/08/sb9.png" alt="" width="500" height="304" /></p>
]]></content:encoded>
			<wfw:commentRss>http://netoxide.co.uk/getting-started-with-site-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upload / run SQL scripts on your database easily</title>
		<link>http://netoxide.co.uk/how-to-upload-run-sql-scripts-on-your-database-easily/</link>
		<comments>http://netoxide.co.uk/how-to-upload-run-sql-scripts-on-your-database-easily/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 09:04:53 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://netoxide.co.uk/?p=107</guid>
		<description><![CDATA[Whether you are moving to netOxide for the first time and need to transfer yur existing MySQL databases or simply restoring a MySQL database to a previous version, the easiest way to load your .sql files into the database is as follows:


Log on to my.netOxide.co.uk
Select the MySQL icon under Web Tools

Under Manage MySQL Databases it [...]]]></description>
			<content:encoded><![CDATA[<p>Whether you are moving to netOxide for the first time and need to transfer yur existing MySQL databases or simply restoring a MySQL database to a previous version, the easiest way to load your .sql files into the database is as follows:</p>
<p><span id="more-107"></span></p>
<ol>
<li>Log on to my.netOxide.co.uk</li>
<li>Select the MySQL icon under Web Tools<br />
<img class="aligncenter size-full wp-image-109" title="sqluploadstep1" src="http://netoxide.co.uk/wp-content/uploads/2008/08/sqluploadstep1.png" alt="" width="500" height="110" /></li>
<li>Under Manage MySQL Databases it says &#8220;To restore a database which you&#8217;ve previously backed up. click here.&#8221; Click where indicated to take you to the Restore Database screen.<br />
<img class="aligncenter size-full wp-image-110" title="sqluploadstep2" src="http://netoxide.co.uk/wp-content/uploads/2008/08/sqluploadstep2.png" alt="" width="500" height="83" /></li>
<li>Select the database to run the sql script on, select the SQL script from your local machine, then click restore.<br />
<img class="aligncenter size-full wp-image-111" title="sqluploadstep3" src="http://netoxide.co.uk/wp-content/uploads/2008/08/sqluploadstep3.png" alt="" width="500" height="224" /></li>
</ol>
<p>The SQL script will be uploaded and run on the database server.</p>
<p>If it is a large script, and you see a Server Error 500, don&#8217;t worry, the script has taken longer to execute than the response time out on the web server.  MySQL will happily keep processign the script in the background.  In this case, click the Manage button against the database in the control panel, and this will launch PhpMyAdmin where you will be able to see the progress of tables and data being added.</p>
]]></content:encoded>
			<wfw:commentRss>http://netoxide.co.uk/how-to-upload-run-sql-scripts-on-your-database-easily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
