<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx</link><description>As we’ve discussed in the past , Microsoft has been actively involved in the developing the specification for the next revision of the JavaScript standard, ECMAScript Fifth Edition. We expect that after ECMAScript 5’s completion and formal adoption later</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx#9809196</link><pubDate>Tue, 30 Jun 2009 06:51:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9809196</guid><dc:creator>John A. Bilicki III</dc:creator><description>&lt;p&gt;IE9 Goals in order of priority...&lt;/p&gt;
&lt;p&gt;1.) Work on JScript to get it on par with Gecko 1.9.0 and Presto 2.0, performance isn't everything, the ability to code something with less code is. In example things like importNode are absolutely critical.&lt;/p&gt;
&lt;p&gt;2.) XHTML! I know there are other things that need to be put in place, but we're not willing to wait for standards to be implemented ten years after they debut.&lt;/p&gt;
&lt;p&gt;3.) CSS3 selectors...but more importantly properties. We know border-radius is going to make the cut but multi-column layouts, border-image, and multiple-background-image support are also high demand items. You guys don't have to go nuts with CSS3 support and proprietary implementations with -ms- property prefix is more then welcomed even by hard-core standards enthusiasts. We know that not all standards are finished and could change...but we would rather adjust this via conditional comments in the future (entirely reliable) then have absolutely no way to support whatsoever.&lt;/p&gt;
&lt;p&gt;4.) Customizable GUI...yet it seems you folks have decided static counter-intuitive is the way to go. Time to stop asking developers who simply code and ask designers who know how people in the real world interact with things.&lt;/p&gt;
&lt;p&gt;IE8 (in regards to IE) was a solid respectable release. Cover all four of these important points and IE will really become desirable to work with instead of having to &amp;quot;deal with&amp;quot; like IE6. Things like Acid3 are nice and all but they don't automatically represent what the most dire needs to be fulfilled by browser vendors for web designers (and web developers outsourced to do web design.&lt;/p&gt;
&lt;p&gt;Oh and one more point...&lt;/p&gt;
&lt;p&gt;5.) Stop calling web designers web developers! If you work on serverside code you're a web developer, clientside a web designer, Flash/SilverLight a graphic designer...and someone can be a mix of any or all, but the terms themselves are not interchangeable.&lt;/p&gt;
&lt;p&gt;Looking forward to the silence on IE9 being broken in the coming months. Good luck to your team with everything.&lt;/p&gt;
</description></item><item><title>re: Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx#9811012</link><pubDate>Wed, 01 Jul 2009 16:19:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9811012</guid><dc:creator>Nathan L Smith</dc:creator><description>&lt;p&gt;John (from the comment above),&lt;/p&gt;
&lt;p&gt;Most of what you point out has nothing to do with JScript or the ECMAScript language itself, so I don't think it's really appropriate here.&lt;/p&gt;
&lt;p&gt;As far as web developer/designer and the server v. client distinction, it seems very silly if you've ever developed any substantial client-side code.&lt;/p&gt;
&lt;p&gt;Anyway, Allen and the JScript team, excellent work on starting this testing effort. It's very important and it's great to see Microsoft is making a solid effort in adopting ES5.&lt;/p&gt;
</description></item><item><title>re: Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx#9811013</link><pubDate>Wed, 01 Jul 2009 16:19:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9811013</guid><dc:creator>Nathan L Smith</dc:creator><description>&lt;p&gt;John (from the comment above),&lt;/p&gt;
&lt;p&gt;Most of what you point out has nothing to do with JScript or the ECMAScript language itself, so I don't think it's really appropriate here.&lt;/p&gt;
&lt;p&gt;As far as web developer/designer and the server v. client distinction, it seems very silly if you've ever developed any substantial client-side code.&lt;/p&gt;
&lt;p&gt;Anyway, Allen and the JScript team, excellent work on starting this testing effort. It's very important and it's great to see Microsoft is making a solid effort in adopting ES5.&lt;/p&gt;
</description></item><item><title>re: Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx#9811120</link><pubDate>Wed, 01 Jul 2009 17:15:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9811120</guid><dc:creator>Richard of Tally</dc:creator><description>&lt;p&gt;@John&lt;/p&gt;
&lt;p&gt;&amp;lt;snip&amp;gt; &lt;/p&gt;
&lt;p&gt;Stop calling web designers web developers! If you work on serverside code you're a web developer, clientside a web designer, Flash/SilverLight a graphic designer...and someone can be a mix of any or all, but the terms themselves are not interchangeable.&lt;/p&gt;
&lt;p&gt;&amp;lt;/snip&amp;gt;&lt;/p&gt;
&lt;p&gt;REALLY??? I mean I've actually spent a great deal of time working on both the client and server, I have to respectfully disagree. When I'm writing network connectivity &amp;quot;drivers&amp;quot; for the browser, or Object containers, I'm no web designer, I'm crunching data. Web designers IMO make layouts, images, flow couture and probably 1k other things I don't even know about :-). One is not below the other, but I just perceive &amp;nbsp;one to be more quantitative/science and the other art/science, I can honestly say.. I'm no web designer :) &amp;nbsp; &amp;nbsp;&lt;/p&gt;
</description></item><item><title>re: Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx#9811154</link><pubDate>Wed, 01 Jul 2009 17:27:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9811154</guid><dc:creator>Will Peavy</dc:creator><description>&lt;p&gt;@John Bilicki - &amp;quot;clientside a web designer&amp;quot; - so someone who hacks ECMAScript all day long is a designer?&lt;/p&gt;
</description></item><item><title>re: Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx#9817186</link><pubDate>Sat, 04 Jul 2009 05:25:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9817186</guid><dc:creator>John A. Bilicki III</dc:creator><description>&lt;p&gt;@Richard of Tally Good point and I was unaware of such a position, good to know. Would you then consider yourself a clientside developer or something else?&lt;/p&gt;
&lt;p&gt;@Nathan L Smith, I would say with substantial experience with both clientside and serverside that I feel there is still a clear distinction. Individually I'm sure it's subjective to how each of us would refer to ourselves, the code we each do, and how we refer to the positions we fill...though I would argue for standardizing position names to better differentiate between people with two different capabilities.&lt;/p&gt;
&lt;p&gt;@Will Peavy Hopefully ECMAScript hacking won't be an issue...if the IE team releases IE9 for XP with the suspected greatly updated version of JScript (granted there is subjectivity from numerous positions in numerous debates) it would certainly make the slice of JavaScript 1.5 only browsers (essentially IE 6,7,8) disappear even if people stick with XP for a few years...otherwise if the IE team does not at least release IE9 for XP we could be facing some instrumental headaches in XP/IE support even with the work accomplished in IE8 over the next few years with people who's computers have not outright failed (e.g. blown PSU) which would force them (if lacking the presence of a technical person) to buy a new system.&lt;/p&gt;
&lt;p&gt;Again I'm very excited about hearing more about IE9 and especially the JScript improvements. :-)&lt;/p&gt;
</description></item><item><title>re: Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx#9822488</link><pubDate>Tue, 07 Jul 2009 15:59:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9822488</guid><dc:creator>FremyCompany</dc:creator><description>&lt;p&gt;@JScript Team (Allen &amp;amp; others) : &lt;/p&gt;
&lt;p&gt;1] Could we expect a fully compilant IE8.5/IE9 (regarding the ES3.1/ES5 spec) ?&lt;/p&gt;
&lt;p&gt;2] Does that mean that you're working on a &amp;quot;new&amp;quot; JScript interpereter/compiler/virtual machine ?&lt;/p&gt;
&lt;p&gt;3] Will JScript.NET be updated too ? For DotNet 4 or will this take more time ?&lt;/p&gt;
&lt;p&gt;4] Could I (and other benevol developpers) get a preview of the new JScript engine (when it will be available) before the release of IE9 Beta to test it and point out problems or things you (could) make faster ? (Ok, I presume No by default, but who doesn't try have no change to get what he hopes)&lt;/p&gt;
</description></item><item><title>re: Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx#9823209</link><pubDate>Wed, 08 Jul 2009 01:39:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9823209</guid><dc:creator>GauravS</dc:creator><description>&lt;p&gt;@FremyCompany: We haven't finalized plans for the next version of our JavaScript engine, but have a strong interest in seeing it support ES5 and on getting some kind of preview into the hands of interested developers. As we know more, we'll keep folks updated through this blog. As for Jscript.NET, we're still talking about what we want to do with it.&lt;/p&gt;
</description></item><item><title>re: Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx#9823644</link><pubDate>Wed, 08 Jul 2009 12:23:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9823644</guid><dc:creator>FremyCompany</dc:creator><description>&lt;p&gt;Ok, I'll stay tuned. &lt;/p&gt;
&lt;p&gt;Even if many work have been done with JScript for IE8, many work is still to be done (IE8 is the less ES5-compilant browser regarding to your set of ES5-tests about new major changes from ES3; IE8 is the slowest browser on JScript performance tests (SunSpeeder &amp;amp; others), ...)&lt;/p&gt;
&lt;p&gt;You've got a great challenge and a lot of things to explore : hard but funny work [;)]&lt;/p&gt;
</description></item><item><title>re: Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx#9840930</link><pubDate>Mon, 20 Jul 2009 08:45:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9840930</guid><dc:creator>vikramark</dc:creator><description>&lt;p&gt;The test suite is only useful to test the browser’s compliance or can the end user’s application javascripts could also be tested through these tests? It will be great to have a TestSuite or tool, that can parse through all the javascript code used by end user applications and be able to find some potential issues (if any) when we migrate towards ECMAScript5. &lt;/p&gt;
</description></item><item><title>re: Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx#9849406</link><pubDate>Sun, 26 Jul 2009 23:09:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9849406</guid><dc:creator>FremyCompany</dc:creator><description>&lt;p&gt;Theorically, it should not change anything to normal JScript use. They have added new features and clarified some border-edge cases, but you don't need to modify your scripts to make them ES5-compilant.&lt;/p&gt;
</description></item><item><title>re: Steps Toward Creating Compatible ECMAScript 5 Implementations</title><link>http://blogs.msdn.com/jscript/archive/2009/06/30/steps-toward-creating-compatible-ecmascript-5-implementations.aspx#9907515</link><pubDate>Thu, 15 Oct 2009 08:16:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9907515</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;A testsuite makes realy sense! Good work... but....&lt;/p&gt;
&lt;p&gt;please apply professional javascript coding practices (don't pollute the global namespace, use something like jsDoc, ...)!&lt;/p&gt;
</description></item></channel></rss>