<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>sprit3</title>
	<link>http://blog.sprit3.net</link>
	<description>Flash - Flex - AIR</description>
	<lastBuildDate>Sun, 27 Dec 2009 07:47:33 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>E4X &#8211; Updating multiple node values</title>
		<description><![CDATA[Something that is often required when processing XML documents is to update a bunch of nodes that are spread throughout the document.
Consider the following XML:
&#60;gallery base="images/projects/"&#62;
	&#60;project id="1" &#62;
		&#60;item type="image" thumb="image1.jpg"&#62;
			&#60;path&#62;l_image1.jpg&#60;/path&#62;
		&#60;/item&#62;
	&#60;/project&#62;
	&#60;project id="2"&#62;
		&#60;item type="image" thumb="image2.jpg"&#62;
			&#60;path&#62;l_image2.jpg&#60;/path&#62;
		&#60;/item&#62;
	&#60;/project&#62;
	&#60;project id="3"&#62;
		&#60;item type="image" thumb="image1.jpg"&#62;
			&#60;path&#62;l_image1.jpg&#60;/path&#62;
		&#60;/item&#62;
		&#60;item type="image" thumb="image3.jpg"&#62;
			&#60;path&#62;l_image3.jpg&#60;/path&#62;
		&#60;/item&#62;
		&#60;item type="image" thumb="image4.jpg"&#62;
			&#60;path&#62;l_image4.jpg&#60;/path&#62;
		&#60;/item&#62;
		&#60;item type="image" thumb="image5.jpg"&#62;
			&#60;path&#62;l_image5.jpg&#60;/path&#62;
		&#60;/item&#62;
	&#60;/project&#62;
&#60;/gallery&#62;
Lets assume that we need to load the thumbnails of each item specified by [...]]]></description>
		<link>http://blog.sprit3.net/2009/12/e4x-updating-multiple-node-values/</link>
			</item>
	<item>
		<title>Installing Apache + MySQL + PHP on Windows 7 64Bit</title>
		<description><![CDATA[The process is pretty straight-forward, except for a few bumps along the way. The majority of problems were caused by the Access Control functionality of Win 7. Make sure your text editor is running with admin rights. Without which you&#8217;ll not be able to save any edits to the config files.
The first issue was during [...]]]></description>
		<link>http://blog.sprit3.net/2009/12/installing-apache-mysql-php-on-windows-7-64bit/</link>
			</item>
	<item>
		<title>Google translate &#8211; simply amazing!</title>
		<description><![CDATA[
http://www.youtube.com/watch?v=FijOWfO3Frk

Google Translate
&#8230;one step closer to a wearable &#8220;Universal Translator&#8221;!
]]></description>
		<link>http://blog.sprit3.net/2009/12/google-translate-simply-amazing/</link>
			</item>
	<item>
		<title>Offline language reference in Flash CS4</title>
		<description><![CDATA[If, like me, you&#8217;re frustrated with CS4 language reference going to the online version, there is a part solution available which Jon has written about a while back. Basically what it does is instead of going online, it opens the local copy of help inside the browser &#8211; which is much faster for quick look-ups.
To [...]]]></description>
		<link>http://blog.sprit3.net/2009/11/offline-language-reference-in-flash-cs4/</link>
			</item>
	<item>
		<title>Meerkat is calling!</title>
		<description><![CDATA[
http://www.youtube.com/watch?v=t4b4Zm6eNJw

 
]]></description>
		<link>http://blog.sprit3.net/2009/09/meerkat-is-calling/</link>
			</item>
	<item>
		<title>Fluid sculpture</title>
		<description><![CDATA[First time I&#8217;ve ever seen anything like this, looks awesome!

Fluid Sculpture from Charlie Bucket on Vimeo.
]]></description>
		<link>http://blog.sprit3.net/2009/05/fluid-sculpture/</link>
			</item>
	<item>
		<title>Flickr Architecture &#124; High Scalability</title>
		<description><![CDATA[While I was considering how I would go about storing images for an app I&#8217;m building, I thought &#8220;wonder what approach Flickr takes?&#8221;. A quick search, and I find this greatly insightful post, which just boggles my mind!
Till now, I didn&#8217;t know that Flickr is built on LAMP &#8211; what a testament if there ever [...]]]></description>
		<link>http://blog.sprit3.net/2009/03/flickr-architecture-high-scalability/</link>
			</item>
	<item>
		<title>Directly manipulating videos</title>
		<description><![CDATA[

http://www.youtube.com/watch?v=WcIy9O344bI


]]></description>
		<link>http://blog.sprit3.net/2009/02/directly-manipulating-videos/</link>
			</item>
	<item>
		<title>Bump top &#8211; desktop prototype</title>
		<description><![CDATA[

http://www.youtube.com/watch?v=M0ODskdEPnQ


]]></description>
		<link>http://blog.sprit3.net/2009/02/bump-top-navigation/</link>
			</item>
	<item>
		<title>FLV MIME type with IIS</title>
		<description><![CDATA[This is something I often have to do when setting up a new server, if you&#8217;re planning on using FLV video with the site:

Open properties and &#8220;HTTP Headers&#8221; tab
Select &#8220;File types&#8221;-&#62;&#8221;New type&#8221;
Enter .flv for extension and &#8220;video/x-flv&#8221; for content type

Pretty simple, but if you forget to do, could leave you scratching your head for some [...]]]></description>
		<link>http://blog.sprit3.net/2008/12/flv-mime-type-with-iis/</link>
			</item>
</channel>
</rss>
