<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Java-ScriptGate.com</title>
	<link>http://www.java-scriptgate.com</link>
	<description>Java Script Is Difficult</description>
	<lastBuildDate>Sat, 04 Sep 2010 12:17:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>ECMAScript 5&#8242;s Date Extensions</title>
		<description><![CDATA[One of the changes that ECMAScript 5 introduces is extensions to the Date class.  Some of these are very useful &#8212; Date.now and Date.UTC as well as ISO-8601 format support.
Michael J. Ryan has written support for these API changes in DateExtension...]]></description>
		<link>http://www.java-scriptgate.com/ecmascript-5s-date-extensions.html</link>
			</item>
	<item>
		<title>Drawter</title>
		<description><![CDATA[Drawter by Damian Wielgosik is a simple tool for drawing HTML interfaces and exporting the results.  It uses jQuery and Damian&#8217;s own GUI code.
You can draw HTML tags using The Tagname to draw option and the mouse.  To switch between drawing and ...]]></description>
		<link>http://www.java-scriptgate.com/drawter.html</link>
			</item>
	<item>
		<title>JSpec</title>
		<description><![CDATA[We recently posted a unit test roundup, so I noticed that JSpec has been updated to version 3.  This version introduces several interesting updates (see the full change list):

	Rhino&#8217;s jar is included so console tests can work without installing...]]></description>
		<link>http://www.java-scriptgate.com/jspec.html</link>
			</item>
	<item>
		<title>Benchmarks in JavaScript</title>
		<description><![CDATA[Speeding up page load times is a good way to decrease bounce rates and increase customer satisfaction.  And if you&#8217;re using JavaScript in your server-side architecture, speed will become increasingly important.  So you might be tempted to write y...]]></description>
		<link>http://www.java-scriptgate.com/benchmarks-in-javascript.html</link>
			</item>
	<item>
		<title>2010 New Year’s Resolution</title>
		<description><![CDATA[I have a backlog of draft posts, and I&#8217;m going to start working my way through them. I had a very interesting semester, and the next should be even more interesting. I&#8217;m keen to resume sharing. Look for more posts to come.
]]></description>
		<link>http://www.java-scriptgate.com/2010-new-years-resolution.html</link>
			</item>
	<item>
		<title>JavaScript Unit Testing</title>
		<description><![CDATA[Our JavaScript Developer Survey results showed that a large percentage of readers don&#8217;t currently unit test their JavaScript.  I&#8217;ve been unit testing my own JavaScript projects for a few years, which resulted in the creation of riotjs &#821...]]></description>
		<link>http://www.java-scriptgate.com/javascript-unit-testing.html</link>
			</item>
	<item>
		<title>Doodle.js</title>
		<description><![CDATA[
I&#8217;ve written a few posts about canvas-based animation and graphics libraries lately.  Before moving on to another topic I thought I&#8217;d mention Doodle.js, which is a sprite-based canvas library.  Doodle.js simplifies working with the canvas,...]]></description>
		<link>http://www.java-scriptgate.com/doodle-js.html</link>
			</item>
	<item>
		<title>WTFramework – Detect Which Framework A Site Is Using, The Easy Way</title>
		<description><![CDATA[WTFramework Summary
WTFramework is a dead simple, and well designed way to detect which framework a site is using as well as version. Being primarily a JavaScript developer I was always looking through the source to find which framework a certain site was using. Or to see if the developer had done something particularly cool with [...]]]></description>
		<link>http://www.java-scriptgate.com/wtframework-%e2%80%93-detect-which-framework-a-site-is-using-the-easy-way.html</link>
			</item>
	<item>
		<title>Conway&#8217;s Game of Life</title>
		<description><![CDATA[
Our recent post about Processing.js made me think about Conway&#8217;s Game of Life.  If you haven&#8217;t come across it before, it&#8217;s a simulation that works like this:

1. Any live cell with fewer than two live neighbours dies, as if caused by...]]></description>
		<link>http://www.java-scriptgate.com/conways-game-of-life.html</link>
			</item>
	<item>
		<title>JavaScript Particle System</title>
		<description><![CDATA[After yesterday&#8217;s Processing.js article I discovered this post about creating a particle system with JavaScript and a canvas: Parcycle: A Particle System with HTML5 canvas.
You can view the effect in action in this demo: Parcycle

I found the use...]]></description>
		<link>http://www.java-scriptgate.com/javascript-particle-system.html</link>
			</item>
</channel>
</rss>
