<?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>Discorganized</title>
	<atom:link href="http://www.discorganized.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.discorganized.com</link>
	<description>Oh the horror..</description>
	<lastBuildDate>Mon, 29 Nov 2010 19:01:13 +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>A youtube mixer with instant search and JW player</title>
		<link>http://www.discorganized.com/javascript/a-youtube-mixer-with-instant-search-and-jw-player/</link>
		<comments>http://www.discorganized.com/javascript/a-youtube-mixer-with-instant-search-and-jw-player/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 16:45:12 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.discorganized.com/?p=131</guid>
		<description><![CDATA[This is a bare-bones youtube video mixer using youtube instant search and the very nice JW player.]]></description>
		<wfw:commentRss>http://www.discorganized.com/javascript/a-youtube-mixer-with-instant-search-and-jw-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a pong battle to the death on an HTML5 canvas</title>
		<link>http://www.discorganized.com/html5/a-pong-battle-to-the-death-on-an-html5-canvas/</link>
		<comments>http://www.discorganized.com/html5/a-pong-battle-to-the-death-on-an-html5-canvas/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 17:45:09 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Game Development]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.discorganized.com/?p=79</guid>
		<description><![CDATA[An HTML5 canvas and javascript pong game tutorial]]></description>
		<wfw:commentRss>http://www.discorganized.com/html5/a-pong-battle-to-the-death-on-an-html5-canvas/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>a complete nusoap and flex example. part 2: the flex application</title>
		<link>http://www.discorganized.com/actionscript/a-complete-nusoap-and-flex-example-part-2-the-flex-application/</link>
		<comments>http://www.discorganized.com/actionscript/a-complete-nusoap-and-flex-example-part-2-the-flex-application/#comments</comments>
		<pubDate>Sun, 30 May 2010 19:19:56 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.discorganized.com/?p=65</guid>
		<description><![CDATA[&#8230;Continued from Part 1
This is the second part of the NuSOAP and FLEX example. Click on the first part for details on the soap server.
This is the final application:

Using the WebService component we define the WSDL of our service and the supported operations. Each of the operations has an event listener for a ResultEvent.
&#60;mx:WebService wsdl="http://discorganized.com/demos/nusoapflex/index.php?wsdl" [...]]]></description>
		<wfw:commentRss>http://www.discorganized.com/actionscript/a-complete-nusoap-and-flex-example-part-2-the-flex-application/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>a complete nusoap and flex example. part 1: the nusoap server</title>
		<link>http://www.discorganized.com/php/a-complete-nusoap-and-flex-example-part-1-the-nusoap-server/</link>
		<comments>http://www.discorganized.com/php/a-complete-nusoap-and-flex-example-part-1-the-nusoap-server/#comments</comments>
		<pubDate>Sun, 30 May 2010 12:03:11 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[nusoap]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.discorganized.com/?p=36</guid>
		<description><![CDATA[A complete nusoap and flex tutorial. Part 1: the nusoap server]]></description>
		<wfw:commentRss>http://www.discorganized.com/php/a-complete-nusoap-and-flex-example-part-1-the-nusoap-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>useful actionscript 3 functions</title>
		<link>http://www.discorganized.com/actionscript/useful-actionscript3-functions/</link>
		<comments>http://www.discorganized.com/actionscript/useful-actionscript3-functions/#comments</comments>
		<pubDate>Sun, 16 May 2010 09:41:59 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://localhost/discorganized/?p=1</guid>
		<description><![CDATA[as3 functions, utf8encode and stripHtmlTags]]></description>
		<wfw:commentRss>http://www.discorganized.com/actionscript/useful-actionscript3-functions/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

