<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>Codeplague</title>
	<link>http://blog.codeplague.org</link>
	<description>When coding becomes the plague</description>
	<lastBuildDate>Mon, 14 Apr 2008 04:02:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Javascript and Flex Communication</title>
		<description>A couple days a go I was writing a quick flex app at work and it became necessary for me to be able communicate between javascript and flex, that is, making javascript calls from flex and making flex calls from javascript. After a bit of research, I found that it ...</description>
		<link>http://blog.codeplague.org/2008/04/11/javascript-and-flex-communication/</link>
			</item>
	<item>
		<title>Upload XML into Flex</title>
		<description>Today I was asked to add some functionality to a flex application I have been developing, that functionality was to give users the option to upload the XML data file, rather than fetch it from the server. I won't go in to the details of the application, just that it ...</description>
		<link>http://blog.codeplague.org/2008/01/10/upload-xml-into-flex/</link>
			</item>
	<item>
		<title>The power of recursion</title>
		<description>Recursion can be a powerful technique for any programmer, but it's important to understand its application, when it should be used and when it should not be.The whole idea behind recursion is to have a function or method which calls itself, this has the effect of breaking down the data ...</description>
		<link>http://blog.codeplague.org/2008/01/05/the-power-of-recursion/</link>
			</item>
	<item>
		<title>Hello world!</title>
		<description>

  alert('Hello World!');






public class HelloWorld {
  public static void main(String[] args) {
    System.out.println("Hello World!");
  }
}


#include 

int main()
{
  std::cout  </description>
		<link>http://blog.codeplague.org/2007/12/21/hello-world/</link>
			</item>
</channel>
</rss>
