<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Code On Fire</title>
	<link>http://codeonfire.cthru.biz</link>
	<description>Passionate About Cool Code</description>
	<lastBuildDate>Tue, 15 Jun 2010 08:46:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Mobile Devices First for HTML5</title>
		<description><![CDATA[Since IE is so far behind with HTML5 implementation and Firefox is behind on CSS3 implementation, Webkit is the clear leader in HTML5 and CSS3 standards compliance.[1] For various reasons, Webkit is also a favourite amongst mobile platform providers as preferred web content rendering engine.[Webkit on Wikipedia] It stands to reason that counter intuitively for [...]]]></description>
		<link>http://codeonfire.cthru.biz/?p=64</link>
			</item>
	<item>
		<title>Code &amp; Style Separation &#8211; Not Always so Useful</title>
		<description><![CDATA[Best practices exist for a reason. And sometimes we get so carried away with following the ‘best practices’ that we lose focus of the reason why we’re doing it. It is important to take a step back every now and then and question our best practices just to make sure they’re still serving their purpose. [...]]]></description>
		<link>http://codeonfire.cthru.biz/?p=49</link>
			</item>
	<item>
		<title>Why a JSON parser for JavaScript?</title>
		<description><![CDATA[JSON is a proper subset of JavaScript, effectively reflecting the definition of a JavaScript object. The easiest way to parse a JSON string into a JavaScript object is using the eval statement: var obj=eval(‘(‘+jsonString+’)’); And therein lies the problem. Eval statements are dangerous, especially in a web2.0 environment and can be abused if your evaluation [...]]]></description>
		<link>http://codeonfire.cthru.biz/?p=45</link>
			</item>
	<item>
		<title>WebSocket Support Investigation</title>
		<description><![CDATA[With Comet technology dying out and HTML5 around the corner, WebSocket support is&#160; becoming a very hot topic on the edge of the new Push Button Web revolution. I set out to discover how viable that technology is right now. Client Side HTML5 Compliant Technologies HTML5 compliance includes a WebSocket object that can be used [...]]]></description>
		<link>http://codeonfire.cthru.biz/?p=42</link>
			</item>
	<item>
		<title>Comet support on GAE</title>
		<description><![CDATA[What is Comet? Comet is a set of web methodologies (like AJAX) that allows client browsers to have persistent http connections to their servers. It is also known as long polling. The benefits of making use of this type of connection is that any state change on the server can be immediately pushed to all [...]]]></description>
		<link>http://codeonfire.cthru.biz/?p=38</link>
			</item>
	<item>
		<title>Google App Engine SDK 1.3.1 Released</title>
		<description><![CDATA[This release is a fairly sizable one with several enhancements: Datastore Query Cursors – Query cursors allow an app to perform a query and retrieve a batch of results, then fetch additional results for the same query in a subsequent web request without the overhead of a query offset. [more] Transactional Tasks – The ability [...]]]></description>
		<link>http://codeonfire.cthru.biz/?p=37</link>
			</item>
	<item>
		<title>Adobe Air 2 Beta Finally Out!</title>
		<description><![CDATA[In an industry that are working with virtual file systems and online document management (www.knowledgetree.com), I have been waiting for this moment for some time now – Adobe Air 2 is finally in beta. This version of Air opens up several new functionalities – eg. : Drag &#38; Drop support of remote files via the [...]]]></description>
		<link>http://codeonfire.cthru.biz/?p=36</link>
			</item>
	<item>
		<title>Adobe Air MouseLeave Window</title>
		<description><![CDATA[It took me a while to figure out how to get an Air application to let me know when the mouse leaves the window. Once I got it.. easy as pie: window.nativeWindow.stage.addEventListener('mouseLeave',function(e){ alert('The mouse just left the Window'); }); &#160; Tada!]]></description>
		<link>http://codeonfire.cthru.biz/?p=35</link>
			</item>
	<item>
		<title>Zend Server 5.0 Beta Code Tracing</title>
		<description><![CDATA[Zend Server 5.0 Beta is promising an awesome bug-tracking method that will help find and solve problems much easier. Whenever an error is encountered, the new tracing feature will automatically log full error tracing information – even when in production mode. Just as cool, one can manually run the trace to profile the execution of [...]]]></description>
		<link>http://codeonfire.cthru.biz/?p=34</link>
			</item>
	<item>
		<title>jQuery &amp; JavaScript Tips to Improve your Code</title>
		<description><![CDATA[Here’s a nice post on TripWire Magazine on improving your JavaScript coding, especially in&#160; jQuery. It deals with these topics: Improving your selector skills Testing for empty collection containers A URL you can use to get the very latest jQuery on page load Using callbacks to synchronize Effects Using the Event model for DOM and [...]]]></description>
		<link>http://codeonfire.cthru.biz/?p=33</link>
			</item>
</channel>
</rss>
