<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/20131/The_A-Z_of_Programming_Languages_JavaScript</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Mon, 06 Jul 2009 21:36:08 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Weakest in the Series so far</title>
			<link>http://osnews.com/thread?325164</link>
			<guid isPermaLink="true">http://osnews.com/thread?325164</guid>
			<description>Previous articles in this series have been great, there's lots of interesting information about the history and development of the different languages while this one seems lacking.</description>
			<pubDate>Thu, 31 Jul 2008 16:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (tux2005)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Exploder!</title>
			<link>http://osnews.com/thread?325176</link>
			<guid isPermaLink="true">http://osnews.com/thread?325176</guid>
			<description>I really like javascript as a language.  The biggest problem, though, is Internet Exploder, whose implementation of Javascript is unspeakably poor, and really spoils it for me.<br />
Of course, that's probably what Microsoft intended....</description>
			<pubDate>Thu, 31 Jul 2008 18:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (robinh)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Exploder!</title>
			<link>http://osnews.com/thread?325179</link>
			<guid isPermaLink="true">http://osnews.com/thread?325179</guid>
			<description><div class="cquote">I really like javascript as a language. The biggest problem, though, is Internet Exploder, whose implementation of Javascript is unspeakably poor, and really spoils it for me. Of course, that's probably what Microsoft intended.... </div><br />
<br />
So use a toolkit like Dojo to abstract out the IE vs. Rest-Of-The-World issues.</description>
			<pubDate>Thu, 31 Jul 2008 18:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (fretinator)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Gets a bad rep</title>
			<link>http://osnews.com/thread?325181</link>
			<guid isPermaLink="true">http://osnews.com/thread?325181</guid>
			<description>IMO one of javascripts big problem is its name. Its called java, it looks like java, but it is a dynamic, not a strongly typed language. If you treat it as a strongly typed language, it is going to be hell to work with. If you treat it as a dynamic language, it is actually incredibly powerful and expressive.</description>
			<pubDate>Thu, 31 Jul 2008 19:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Exploder!</title>
			<link>http://osnews.com/thread?325182</link>
			<guid isPermaLink="true">http://osnews.com/thread?325182</guid>
			<description>dude, jquery all the way. css selectors + implementation abstraction + javascript = awsome</description>
			<pubDate>Thu, 31 Jul 2008 19:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Actually - its a nice article</title>
			<link>http://osnews.com/thread?325183</link>
			<guid isPermaLink="true">http://osnews.com/thread?325183</guid>
			<description>But not because of a lot of news, but I enjoyed getting to know the guy behind one of the most exposed, underrated, overrated and disputed programming languages.</description>
			<pubDate>Thu, 31 Jul 2008 19:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (kstrieder)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Exploder!</title>
			<link>http://osnews.com/thread?325186</link>
			<guid isPermaLink="true">http://osnews.com/thread?325186</guid>
			<description>Its more than the differences.  Javascript in IE is slow like up to 10 times slower the Gecko / Webkit.  It is also prone to memory leaks in AJAX style web apps.</description>
			<pubDate>Thu, 31 Jul 2008 19:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (andrewg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Browser compat libs</title>
			<link>http://osnews.com/thread?325194</link>
			<guid isPermaLink="true">http://osnews.com/thread?325194</guid>
			<description>I agree with the comments about using a compatibility library to smooth the differences between the browsers, personally I use Prototype, but others mentioned are at least as good.<br />
There's so much more to javascript, though.  Take property getters and setters as an example:<br />
<br />
<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Guide:Creating_New_Objects:Defining_Getters_and_Setters" rel="nofollow">http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Guide:Crea...</a> <br />
<br />
Really, really cool stuff, contrast this to exploder, where they haven't even bothered to implement constants! (i.e. the const keyword - in IE6 at least)</description>
			<pubDate>Thu, 31 Jul 2008 21:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (robinh)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Gets a bad rep</title>
			<link>http://osnews.com/thread?325199</link>
			<guid isPermaLink="true">http://osnews.com/thread?325199</guid>
			<description>I also think that it doesn't help that Javascript is often used for tasks that are better-suited to server-side scripting languages. If I just need to run a search-replace on a text string, or truncate a string to a specific number of characters, I'll use Javascript (of course, if users need to be able to dynamically expand/collapse the truncated string without a page reload, then I'll use JS).</description>
			<pubDate>Thu, 31 Jul 2008 22:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (StephenBeDoper)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Gets a bad rep</title>
			<link>http://osnews.com/thread?325225</link>
			<guid isPermaLink="true">http://osnews.com/thread?325225</guid>
			<description><a href="http://280slides.com/" rel="nofollow">http://280slides.com/</a><br />
<a href="http://www.sproutcore.com/" rel="nofollow">http://www.sproutcore.com/</a><br />
<br />
We are seeing some seriously impressive stuff being done on the front end. sproutcore actually has a data layer that can hook into either stuff like google gears, or a web service for persistence.</description>
			<pubDate>Fri, 01 Aug 2008 00:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>JavaFX?</title>
			<link>http://osnews.com/thread?325243</link>
			<guid isPermaLink="true">http://osnews.com/thread?325243</guid>
			<description>I would like an article about JavaFX. It seems like an interesting language, and the first release will come right now.</description>
			<pubDate>Fri, 01 Aug 2008 05:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kebabbert)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
