<?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>Unauthorised Blog &#187; Web development</title>
	<atom:link href="http://blog.unauthorised.org.nz/category/software-development/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unauthorised.org.nz</link>
	<description>Deciphering a hacker's mindset</description>
	<lastBuildDate>Sat, 08 Jan 2011 21:58:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Live HTTP Headers</title>
		<link>http://blog.unauthorised.org.nz/2008/09/04/live-http-headers/</link>
		<comments>http://blog.unauthorised.org.nz/2008/09/04/live-http-headers/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 13:46:14 +0000</pubDate>
		<dc:creator>wired4destruction</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://blog.unauthorised.org.nz/2008/09/04/live-http-headers/</guid>
		<description><![CDATA[This is one of those things I needed but never knew existed till I heard about it on a mailing list today. Live HTTP Headers is a Firefox plugin that enables you to view HTTP headers in real time. It even allows you to edit the request and replay it. In the past, I&#8217;ve had [...]]]></description>
		<wfw:commentRss>http://blog.unauthorised.org.nz/2008/09/04/live-http-headers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Permission denied to get property Window.tinyMCE</title>
		<link>http://blog.unauthorised.org.nz/2008/06/15/permission-denied-to-get-property-windowtinymce/</link>
		<comments>http://blog.unauthorised.org.nz/2008/06/15/permission-denied-to-get-property-windowtinymce/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 01:51:14 +0000</pubDate>
		<dc:creator>wired4destruction</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://blog.unauthorised.org.nz/2008/06/15/permission-denied-to-get-property-windowtinymce/</guid>
		<description><![CDATA[I was updating my site today and suddenly all the popups in Joomla failed to work. I get a blank popup and an Uncaught exception: Permission denied to get property Window.tinyMCE. It turns out the problem has to do with a browser security measure, the Same Origin Policy. The same origin policy prevents document or [...]]]></description>
		<wfw:commentRss>http://blog.unauthorised.org.nz/2008/06/15/permission-denied-to-get-property-windowtinymce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Setup a new website</title>
		<link>http://blog.unauthorised.org.nz/2008/03/16/howto-setup-a-new-website/</link>
		<comments>http://blog.unauthorised.org.nz/2008/03/16/howto-setup-a-new-website/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 11:00:42 +0000</pubDate>
		<dc:creator>wired4destruction</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://blog.unauthorised.org.nz/2008/03/16/howto-setup-a-new-website/</guid>
		<description><![CDATA[This blog post focuses on setting up a proper website that is suitable for small or medium businesses, or individuals wanting to create a professional looking site. As you are here, I assume that you&#8217;re wanting to set a site up yourself. Otherwise, there are package solutions that covers everything from the design to a [...]]]></description>
		<wfw:commentRss>http://blog.unauthorised.org.nz/2008/03/16/howto-setup-a-new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug to the rescue</title>
		<link>http://blog.unauthorised.org.nz/2007/11/14/firebug-to-the-rescue/</link>
		<comments>http://blog.unauthorised.org.nz/2007/11/14/firebug-to-the-rescue/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 11:22:52 +0000</pubDate>
		<dc:creator>wired4destruction</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.unauthorised.org.nz/blog/?p=22</guid>
		<description><![CDATA[As you may know, I&#8217;ve been spending quite a bit of time lately tweaking the design of my blog. It has made me realise just how useful a tool like Firebug is. What is Firebug you ask? Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. [...]]]></description>
		<wfw:commentRss>http://blog.unauthorised.org.nz/2007/11/14/firebug-to-the-rescue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>prototype.js</title>
		<link>http://blog.unauthorised.org.nz/2007/05/24/prototypejs/</link>
		<comments>http://blog.unauthorised.org.nz/2007/05/24/prototypejs/#comments</comments>
		<pubDate>Thu, 24 May 2007 10:00:49 +0000</pubDate>
		<dc:creator>wired4destruction</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.unauthorised.org.nz/blog/?p=14</guid>
		<description><![CDATA[Prototype is a JavaScript Framework that aims to ease the development of dynamic web applications.Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere. I was working on a web application at work when a colleague of mine [...]]]></description>
		<wfw:commentRss>http://blog.unauthorised.org.nz/2007/05/24/prototypejs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic text files</title>
		<link>http://blog.unauthorised.org.nz/2007/03/10/dynamic-text-files/</link>
		<comments>http://blog.unauthorised.org.nz/2007/03/10/dynamic-text-files/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 09:45:05 +0000</pubDate>
		<dc:creator>wired4destruction</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.unauthorised.org.nz/blog/?p=7</guid>
		<description><![CDATA[Ever wanted to dynamically create downloadable text files on your website? It couldn&#8217;t be any simpler using a web scripting language, such as ASP or PHP. All that is required is to modify the response header of a dynamic web page. The text file does not actually exist on the web server. Instead, it is [...]]]></description>
		<wfw:commentRss>http://blog.unauthorised.org.nz/2007/03/10/dynamic-text-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

