<?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>Acid Technologies</title>
	<atom:link href="http://acidavengers.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://acidavengers.co.uk</link>
	<description>Coding tutorials and ideas for all levels</description>
	<lastBuildDate>Tue, 26 Jan 2010 15:37:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Access Granted?</title>
		<link>http://acidavengers.co.uk/code/access-granted/</link>
		<comments>http://acidavengers.co.uk/code/access-granted/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 15:37:01 +0000</pubDate>
		<dc:creator>MarcTowler</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://acidavengers.co.uk/?p=41</guid>
		<description><![CDATA[If like me you are thinking of a way in which you can implement a permissions system for your website and after looking at various other systems like Wordpress, phpBB amongst others you are still left confused, then look no further.
As it stands there are several different Control types which you might want to look [...]]]></description>
		<wfw:commentRss>http://acidavengers.co.uk/code/access-granted/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Storing data to discontinuous strings</title>
		<link>http://acidavengers.co.uk/code/storing-data-to-discontinuous-strings/</link>
		<comments>http://acidavengers.co.uk/code/storing-data-to-discontinuous-strings/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 19:03:11 +0000</pubDate>
		<dc:creator>MarcTowler</dc:creator>
				<category><![CDATA[ASM]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Theory]]></category>

		<guid isPermaLink="false">http://acidavengers.co.uk/?p=36</guid>
		<description><![CDATA[Within Assembly like C/C++ you store strings as one continuous sequence of bytes in memory, well sometimes this isn’t always the case. In addition to changing the value in AX between executions of STOSW, you can change the destination address as well. The end result of this is that you are able to store data into several different areas of memory inside a very tight single loop.]]></description>
		<wfw:commentRss>http://acidavengers.co.uk/code/storing-data-to-discontinuous-strings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating a PHP Calendar</title>
		<link>http://acidavengers.co.uk/code/php/creating-a-php-calendar/</link>
		<comments>http://acidavengers.co.uk/code/php/creating-a-php-calendar/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 21:19:40 +0000</pubDate>
		<dc:creator>MarcTowler</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[calendar]]></category>

		<guid isPermaLink="false">http://acidavengers.co.uk/?p=26</guid>
		<description><![CDATA[Covering the basics of creating a calendar in PHP]]></description>
		<wfw:commentRss>http://acidavengers.co.uk/code/php/creating-a-php-calendar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Custom Error Handler</title>
		<link>http://acidavengers.co.uk/code/php/custom-error-handler/</link>
		<comments>http://acidavengers.co.uk/code/php/custom-error-handler/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 14:36:18 +0000</pubDate>
		<dc:creator>MarcTowler</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[error handler]]></category>

		<guid isPermaLink="false">http://acidavengers.co.uk/?p=22</guid>
		<description><![CDATA[Everyone at some point has gotten that ugly PHP error message when visiting a website on the web, or seen a PHP warning message nesting at the top of the page, well in this tutorial I will show you a way that you can handle error's yourself and only display the error messages on screen when you are debugging your application.]]></description>
		<wfw:commentRss>http://acidavengers.co.uk/code/php/custom-error-handler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a PHP based IRC Bot</title>
		<link>http://acidavengers.co.uk/code/php/creating-a-php-based-irc-bot/</link>
		<comments>http://acidavengers.co.uk/code/php/creating-a-php-based-irc-bot/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 21:53:35 +0000</pubDate>
		<dc:creator>MarcTowler</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://acidavengers.co.uk/?p=9</guid>
		<description><![CDATA[By the end of this tutorial you will end up with a functioning IRC bot that can connect to a server, join channels, give and take operator, half operator, voice and protected status from a user]]></description>
		<wfw:commentRss>http://acidavengers.co.uk/code/php/creating-a-php-based-irc-bot/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
