<?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>The Neon Hive &#187; Development</title>
	<atom:link href="http://www.theneonhive.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theneonhive.com</link>
	<description>The goings on of a creative agency</description>
	<lastBuildDate>Tue, 06 Jul 2010 09:00:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MSDB database marked suspect!</title>
		<link>http://www.theneonhive.com/web-development/msdb-database-marked-suspect/</link>
		<comments>http://www.theneonhive.com/web-development/msdb-database-marked-suspect/#comments</comments>
		<pubDate>Sat, 01 May 2010 12:55:13 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Fixing]]></category>
		<category><![CDATA[Msdb]]></category>
		<category><![CDATA[Sql Server]]></category>

		<guid isPermaLink="false">http://www.theneonhive.com/?p=2447</guid>
		<description><![CDATA[So the other day I had to check a client&#8217;s sql server (2000) as a dts job had stopped running for some reason. I open enterprise manager and view the logs expecting to see something about the network dropping out or a primary key voilation but instead I&#8217;m faced with the msdb database being marked [...]]]></description>
		<wfw:commentRss>http://www.theneonhive.com/web-development/msdb-database-marked-suspect/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Joomla Quick Fix</title>
		<link>http://www.theneonhive.com/web-development/fixing-jfolderfiles-path-is-not-a-folder-joomla/</link>
		<comments>http://www.theneonhive.com/web-development/fixing-jfolderfiles-path-is-not-a-folder-joomla/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 14:17:38 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hints]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.theneonhive.com/?p=1718</guid>
		<description><![CDATA[Fixing &#8220;JFolder::files: Path is not a folder&#8221; Joomla
A rather strange error that can crop up in the menu manager of Joomla.
This is simply a case of Joomla looking for a folder that is not there, in this case it&#8217;s the folder images / stories, Joomla looks for this folder for the menu images and if [...]]]></description>
		<wfw:commentRss>http://www.theneonhive.com/web-development/fixing-jfolderfiles-path-is-not-a-folder-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure Joomla Controller Functions</title>
		<link>http://www.theneonhive.com/web-development/secure-joomla-controller-functions/</link>
		<comments>http://www.theneonhive.com/web-development/secure-joomla-controller-functions/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 14:29:36 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.theneonhive.com/?p=1062</guid>
		<description><![CDATA[Preventing direct access to certain functions in your Joomla component controllers is essential. This tutorial demonstrates a simple method to prevent direct access to &#8220;helper&#8221; functions that may be in your component&#8217;s controller.
Strictly speaking, the only functions you should have in your controller are ones that deal directly with users&#8217; requests and either alter the [...]]]></description>
		<wfw:commentRss>http://www.theneonhive.com/web-development/secure-joomla-controller-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Session variables in Joomla</title>
		<link>http://www.theneonhive.com/web-development/session-variables-in-joomla/</link>
		<comments>http://www.theneonhive.com/web-development/session-variables-in-joomla/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 16:57:53 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.theneonhive.com/?p=898</guid>
		<description><![CDATA[Something that seems to be poorly documented is how to get and set session variables in Joomla. I distinctively recall hunting high and low for some vital guidance on this when Joomla 1.5 first came out (all those moons ago!) and having no luck. Hopefully this article will help someone, at some point, with something.
Joomla [...]]]></description>
		<wfw:commentRss>http://www.theneonhive.com/web-development/session-variables-in-joomla/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gone dotty over Firefox</title>
		<link>http://www.theneonhive.com/web-development/removing-the-dotted-line-around-links-in-firefox/</link>
		<comments>http://www.theneonhive.com/web-development/removing-the-dotted-line-around-links-in-firefox/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 00:18:56 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.theneonhive.com/?p=36</guid>
		<description><![CDATA[Removing the dotted line around links in Firefox
Firefox has an annoying habit of adding a dotted line around links during the &#8220;focus&#8221; (when clicked) stage of the link. This is due to Firefox&#8217;s standard CSS having the following line:
 :-moz-any-link:focus {
outline: 1px dotted invert;
}

Thankfully it&#8217;s easy to deal with&#8230; just add the following to your [...]]]></description>
		<wfw:commentRss>http://www.theneonhive.com/web-development/removing-the-dotted-line-around-links-in-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using &#8220;like&#8221; in Microsoft Access</title>
		<link>http://www.theneonhive.com/web-development/using-like-in-microsoft-access/</link>
		<comments>http://www.theneonhive.com/web-development/using-like-in-microsoft-access/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 10:26:31 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.theneonhive.com/?p=50</guid>
		<description><![CDATA[Not much to this one, and I don&#8217;t use access often, but it&#8217;s something that had me stumped for a little while so thought it worth posting. In (normal) SQL whenever you need to do a basic search in a field, the syntax is:
select * from exampletable where field1 like ('text%')
The % are used as the [...]]]></description>
		<wfw:commentRss>http://www.theneonhive.com/web-development/using-like-in-microsoft-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing PHP upload limits on a vps</title>
		<link>http://www.theneonhive.com/web-development/changing-the-php-upload-limit-on-a-vps/</link>
		<comments>http://www.theneonhive.com/web-development/changing-the-php-upload-limit-on-a-vps/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 11:05:06 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Vi]]></category>

		<guid isPermaLink="false">http://www.theneonhive.com/?p=42</guid>
		<description><![CDATA[This post covers how to edit the php.ini file on a Unix based server using SSH. It&#8217;s important to alter the php.ini file on any new server; most are set up for very generic use and can sometimes pose a security threat to your site. A classic but simple example of this is the &#8220;Show Errors&#8221; [...]]]></description>
		<wfw:commentRss>http://www.theneonhive.com/web-development/changing-the-php-upload-limit-on-a-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
