<?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>Digital Machina</title>
	<atom:link href="http://www.digitalmachina.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalmachina.com</link>
	<description>Games ex Machina</description>
	<lastBuildDate>Thu, 12 Nov 2009 01:35:05 +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>Reducing .FLA File Size Using Save and Compact</title>
		<link>http://www.digitalmachina.com/archives/2009/11/11/reducing-fla-file-size-using-save-and-compact/</link>
		<comments>http://www.digitalmachina.com/archives/2009/11/11/reducing-fla-file-size-using-save-and-compact/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 01:35:05 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.digitalmachina.com/?p=101</guid>
		<description><![CDATA[I was working on a project to optimize the file size of a published .SWF file today.  I wasn&#8217;t able to reduce the size of my file by that much, but at the same time I was removing assets from the Library of the source .FLA file.  I noticed that after saving, the [...]]]></description>
		<wfw:commentRss>http://www.digitalmachina.com/archives/2009/11/11/reducing-fla-file-size-using-save-and-compact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to open a link in a new window using JavaScript&#8230;the right way.</title>
		<link>http://www.digitalmachina.com/archives/2009/03/12/how-to-open-a-link-in-a-new-window-using-javascriptthe-right-way/</link>
		<comments>http://www.digitalmachina.com/archives/2009/03/12/how-to-open-a-link-in-a-new-window-using-javascriptthe-right-way/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 17:22:55 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.digitalmachina.com/?p=77</guid>
		<description><![CDATA[First, the wrong way:

&#60;a href=&#34;#&#34; onclick=&#34;window.open('http://www.digitalmachina.com/');&#34;&#62;the wrong way&#60;/a&#62;

So what&#8217;s wrong with the above code?

Since the href attribute contains a hash &#8220;#&#8221; character, and not an actual URL, search engines will not be able to follow the link.  Search Engine Optimization (SEO) is extremely important, so this should be reason enough.
If the user is not [...]]]></description>
		<wfw:commentRss>http://www.digitalmachina.com/archives/2009/03/12/how-to-open-a-link-in-a-new-window-using-javascriptthe-right-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ExternalInterface Error When Parameters Contain Special Characters</title>
		<link>http://www.digitalmachina.com/archives/2009/03/11/externalinterface-error-when-parameters-contain-special-characters/</link>
		<comments>http://www.digitalmachina.com/archives/2009/03/11/externalinterface-error-when-parameters-contain-special-characters/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 20:21:01 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Regular Expression]]></category>

		<guid isPermaLink="false">http://www.digitalmachina.com/?p=72</guid>
		<description><![CDATA[I ran into a problem today when using ExternalInterface in and ActionScript 3 project.  The issue occurred in both Internet Explorer and Firefox.  In the project, I was using ExternalInterface.call() to execute a JavaScript function, and passing a long text string as a parameter.  The long text string happened to contain a [...]]]></description>
		<wfw:commentRss>http://www.digitalmachina.com/archives/2009/03/11/externalinterface-error-when-parameters-contain-special-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SNAFU Tower Defense Makes Newgrounds Front Page</title>
		<link>http://www.digitalmachina.com/archives/2008/11/05/snafu-tower-defense-makes-newgrounds-front-page/</link>
		<comments>http://www.digitalmachina.com/archives/2008/11/05/snafu-tower-defense-makes-newgrounds-front-page/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 17:10:43 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[SNAFU Tower Defense]]></category>
		<category><![CDATA[newgrounds]]></category>

		<guid isPermaLink="false">http://www.digitalmachina.com/?p=67</guid>
		<description><![CDATA[I am pleased to announce, that SNAFU Tower Defense was on the front page of Newgrounds November 4, 2008.  SNAFU TD received a score of 3.78, and was ranked number 4 for the day of November 3, 2008.  Click here to play SNAFU Tower Defense on Newgrounds
]]></description>
		<wfw:commentRss>http://www.digitalmachina.com/archives/2008/11/05/snafu-tower-defense-makes-newgrounds-front-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hashi ex Machina Version 1.0.1 Released</title>
		<link>http://www.digitalmachina.com/archives/2008/10/13/hashi-ex-machina-version-101-released/</link>
		<comments>http://www.digitalmachina.com/archives/2008/10/13/hashi-ex-machina-version-101-released/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 17:44:45 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Hashi ex Machina]]></category>
		<category><![CDATA[Release Notes]]></category>

		<guid isPermaLink="false">http://www.digitalmachina.com/?p=58</guid>
		<description><![CDATA[An updated version of Hashi ex Machina has been released. This version includes the following changes:

Added a broken chain message when checking for mistakes when all islands have been closed.

Click here to play Hashi ex Machina.
]]></description>
		<wfw:commentRss>http://www.digitalmachina.com/archives/2008/10/13/hashi-ex-machina-version-101-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SNAFU Tower Defense Version 1.0.5 Released</title>
		<link>http://www.digitalmachina.com/archives/2008/10/10/snafu-tower-defense-version-105-released/</link>
		<comments>http://www.digitalmachina.com/archives/2008/10/10/snafu-tower-defense-version-105-released/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 19:52:35 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Release Notes]]></category>
		<category><![CDATA[SNAFU Tower Defense]]></category>

		<guid isPermaLink="false">http://www.digitalmachina.com/?p=56</guid>
		<description><![CDATA[An updated version of SNAFU Tower Defense has been released.  This version includes the following changes:

Re-designed the game interface for 700&#215;568 pixels.  This should work better for people on laptops.

Click here to play SNAFU Tower Defense.
]]></description>
		<wfw:commentRss>http://www.digitalmachina.com/archives/2008/10/10/snafu-tower-defense-version-105-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hashi ex Machina Released</title>
		<link>http://www.digitalmachina.com/archives/2008/10/07/hashi-ex-machina-released/</link>
		<comments>http://www.digitalmachina.com/archives/2008/10/07/hashi-ex-machina-released/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 18:26:43 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Hashi ex Machina]]></category>
		<category><![CDATA[Release Notes]]></category>

		<guid isPermaLink="false">http://www.digitalmachina.com/?p=50</guid>
		<description><![CDATA[Hashi ex Machina has been released.  Hashi is a classic Japaneses puzzle game.  Each game of Hashi presents a map of circles containing numbers, called “islands”. The number within each island determines how many lines, called “bridges”, must be connected to the island. To win, all of the islands must be interconnected with [...]]]></description>
		<wfw:commentRss>http://www.digitalmachina.com/archives/2008/10/07/hashi-ex-machina-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cubical Version 1.6.0 Released</title>
		<link>http://www.digitalmachina.com/archives/2008/10/03/cubical-version-160-released/</link>
		<comments>http://www.digitalmachina.com/archives/2008/10/03/cubical-version-160-released/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 19:57:26 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Cubical]]></category>
		<category><![CDATA[Release Notes]]></category>

		<guid isPermaLink="false">http://www.digitalmachina.com/?p=34</guid>
		<description><![CDATA[An updated version of Cubical has been released.
   1. Redesigned the entire interface.
Click here to play Cubical.
]]></description>
		<wfw:commentRss>http://www.digitalmachina.com/archives/2008/10/03/cubical-version-160-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tetrical Version 1.2.0 Released</title>
		<link>http://www.digitalmachina.com/archives/2008/10/03/tetrical-version-120-released/</link>
		<comments>http://www.digitalmachina.com/archives/2008/10/03/tetrical-version-120-released/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 19:56:33 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Release Notes]]></category>
		<category><![CDATA[Tetrical]]></category>

		<guid isPermaLink="false">http://www.digitalmachina.com/?p=32</guid>
		<description><![CDATA[An updated version of Tetrical has been released.
   1. Redesigned the entire interface.
Click here to play Tetrical.
]]></description>
		<wfw:commentRss>http://www.digitalmachina.com/archives/2008/10/03/tetrical-version-120-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SNAFU Tower Defense Version 1.0.4 Released</title>
		<link>http://www.digitalmachina.com/archives/2008/09/13/snafu-tower-defense-version-104-released/</link>
		<comments>http://www.digitalmachina.com/archives/2008/09/13/snafu-tower-defense-version-104-released/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 18:01:30 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Release Notes]]></category>
		<category><![CDATA[SNAFU Tower Defense]]></category>

		<guid isPermaLink="false">http://www.digitalmachina.com/?p=30</guid>
		<description><![CDATA[An updated version of SNAFU Tower Defense has been released.  This version includes the following changes:

Fixed session restoration for returning users.  Game settings will now persist between sessions again.
Fixed keyboard listener.  Hot keys now work again.

Click here to play SNAFU Tower Defense.
]]></description>
		<wfw:commentRss>http://www.digitalmachina.com/archives/2008/09/13/snafu-tower-defense-version-104-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
