<?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>Blue Sky On Mars &#187; JavaScript</title>
	<atom:link href="http://www.blueskyonmars.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blueskyonmars.com</link>
	<description>The Nuts and Bolts of Creating Great Software Products</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:41:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash, Silverlight and the Open Web</title>
		<link>http://www.blueskyonmars.com/2008/04/03/flash-silverlight-and-the-open-web/</link>
		<comments>http://www.blueskyonmars.com/2008/04/03/flash-silverlight-and-the-open-web/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 17:18:49 +0000</pubDate>
		<dc:creator>Kevin Dangoor</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[open web]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/2008/04/03/flash-silverlight-and-the-open-web/</guid>
		<description><![CDATA[Is an evolution of the Open Web in progress right now? Undoubtedly&#8230; I took a look at some of the players in Flash, Silverlight and the Open Web on the SitePen blog.
]]></description>
			<content:encoded><![CDATA[<p>Is an evolution of the Open Web in progress right now? Undoubtedly&#8230; I took a look at some of the players in <a href="http://www.sitepen.com/blog/2008/04/03/flash-silverlight-and-the-open-web/">Flash, Silverlight and the Open Web</a> on the SitePen blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blueskyonmars.com/2008/04/03/flash-silverlight-and-the-open-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aptana Jaxer bridges the client and server</title>
		<link>http://www.blueskyonmars.com/2008/01/23/aptana-jaxer-bridges-the-client-and-server/</link>
		<comments>http://www.blueskyonmars.com/2008/01/23/aptana-jaxer-bridges-the-client-and-server/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 12:03:47 +0000</pubDate>
		<dc:creator>Kevin Dangoor</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[appjet]]></category>
		<category><![CDATA[jaxer]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/2008/01/23/aptana-jaxer-bridges-the-client-and-server/</guid>
		<description><![CDATA[I believe that we&#8217;re going to see some significant post-Rails server side web tools developments this year. TurboGears and Django were both never &#8220;Rails clones&#8221; because of their history and where they came from. But, all three promote a fairly similar idea of webapps are put together on the server.
Last month, AppJet provided a look [...]]]></description>
			<content:encoded><![CDATA[<p>I believe that we&#8217;re going to see some significant post-Rails server side web tools developments this year. TurboGears and Django were both never &#8220;Rails clones&#8221; because of their history and where they came from. But, all three promote a fairly similar idea of webapps are put together on the server.</p>
<p>Last month, <a href="http://appjet.com/">AppJet</a> provided a look at something different. It combined transparent persistence and, importantly, a seamless ability to run code on both the client and server.</p>
<p>A bigger deal, though, is <a href="http://aptana.com/jaxer">Aptana Jaxer</a> which has just been introduced. Jaxer runs the Mozilla engine <em>on the server</em> and provides a mechanism for writing the server side of webapps in the same way that you write the client side (only without the browser compatibility headaches, of course!) You can manipulate the DOM using traditional JavaScript and have the server push out the changed document to the client. Jaxer will also automatically generate client->server proxy functions or copy code from the server to the client if you have code that needs to run in both places.</p>
<p>I think that Jaxer and AppJet are just the beginning. I&#8217;ll definitely be writing more about how the server is changing.</p>
<p><b>Update</b>: I just noticed that Jaxer is licensed under the GPL. That complicates things a bit, because it seems more like a library than a compiler. In other words, you can&#8217;t freely give someone a copy of your app with Jaxer and not be forced to use the GPL. I&#8217;m not certain that you could even give them a copy of your app.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blueskyonmars.com/2008/01/23/aptana-jaxer-bridges-the-client-and-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dojo 1.0 released</title>
		<link>http://www.blueskyonmars.com/2007/11/05/dojo-10-released/</link>
		<comments>http://www.blueskyonmars.com/2007/11/05/dojo-10-released/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 15:07:38 +0000</pubDate>
		<dc:creator>Kevin Dangoor</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[dojo]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/2007/11/05/dojo-10-released/</guid>
		<description><![CDATA[I&#8217;m an early riser, usually starting work around 7AM Eastern. Today is no exception, despite the fact that this is my first day at my new job. I was surprised to find Alex Russell online when I started up this morning, but this explains it all: Dojo 1.0 has been released. Dojo 1.0 is huge [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m an early riser, usually starting work around 7AM Eastern. Today is no exception, despite the fact that this is my first day <a href="http://www.sitepen.com/">at my new job</a>. I was surprised to find Alex Russell online when I started up this morning, but this explains it all: <a href="http://dojotoolkit.org/2007/11/05/dojo-1-0">Dojo 1.0 has been released</a>. Dojo 1.0 is huge (and yet compact&#8230; 23K core!) and powerful. Congrats to everyone who worked on this release!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blueskyonmars.com/2007/11/05/dojo-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dojo toolkit overview at CodeMash</title>
		<link>http://www.blueskyonmars.com/2007/10/26/dojo-toolkit-overview-at-codemash/</link>
		<comments>http://www.blueskyonmars.com/2007/10/26/dojo-toolkit-overview-at-codemash/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 00:50:58 +0000</pubDate>
		<dc:creator>Kevin Dangoor</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[codemash]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[talks]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/2007/10/26/dojo-toolkit-overview-at-codemash/</guid>
		<description><![CDATA[I&#8217;ll be speaking at CodeMash for the second year in a row. At CodeMash &#8216;07, I did an introduction to TurboGears.
At CodeMash &#8216;08, I&#8217;ll be doing an overview of the Dojo JavaScript toolkit. Dojo is a comprehensive and powerful package, so I&#8217;m going to do what I can to highlight nifty things the package can [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be speaking at <a href="http://www.codemash.org/">CodeMash</a> for the second year in a row. At CodeMash &#8216;07, I did an introduction to TurboGears.</p>
<p>At CodeMash &#8216;08, I&#8217;ll be doing an overview of the <a href="http://www.dojotoolkit.org">Dojo JavaScript toolkit</a>. Dojo is a comprehensive and powerful package, so I&#8217;m going to do what I can to highlight nifty things the package can do. I&#8217;m going to work under the assumption that people who attend this talk understand JavaScript, but that&#8217;s really the only pre-req.</p>
<p>CodeMash &#8216;07 was a remarkably well run conference, given that this was the first year. It&#8217;s a great conference to show off technology like Dojo, because there is a very diverse audience. (That&#8217;s the whole point after all: bring people from different areas together&#8230; .NET, Java, Python, Ruby and JavaScript all in one conference!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blueskyonmars.com/2007/10/26/dojo-toolkit-overview-at-codemash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.544 seconds -->
