<?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>Web Platform Docs Debuts with Developer Resources</title><link>http://blogs.msdn.com/b/ie/archive/2012/10/08/web-platform-docs-debuts-with-developer-resources.aspx</link><description>Today, we are taking another step forward in helping developers achieve the goal of interoperability through same markup. We’re happy to be part of creating Web Platform Docs (WPD) , a new W3C hosted community resource for developers and designers who</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Web Platform Docs Debuts with Developer Resources</title><link>http://blogs.msdn.com/b/ie/archive/2012/10/08/web-platform-docs-debuts-with-developer-resources.aspx#10359649</link><pubDate>Mon, 15 Oct 2012 12:18:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10359649</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;I think this is my personal favorite on MSDN. &amp;nbsp;Lets count the WTFs!&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/ie/ms533063%28v=vs.85%29.aspx"&gt;msdn.microsoft.com/.../ms533063%28v=vs.85%29.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;snippet 1:&lt;/p&gt;
&lt;p&gt;&amp;lt;HTML&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;FORM ACTION=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://example.microsoft.com/sample.asp&amp;quot;"&gt;example.microsoft.com/sample.asp&amp;quot;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;METHOD=&amp;quot;POST&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enter your name: &amp;lt;INPUT NAME=&amp;quot;FName&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Favorite Ice Cream Flavor:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;SELECT NAME=&amp;quot;Flavor&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;OPTION VALUE=&amp;quot;Chocolate&amp;quot;&amp;gt;Chocolate&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;OPTION VALUE=&amp;quot;Strawberry&amp;quot;&amp;gt;Strawberry&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;OPTION VALUE=&amp;quot;Vanilla&amp;quot; SELECTED&amp;gt;Vanilla&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/SELECT&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;P&amp;gt;&amp;lt;INPUT TYPE=SUBMIT&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;/FORM&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/HTML&amp;gt;&lt;/p&gt;
&lt;p&gt;1 - no doctype&lt;/p&gt;
&lt;p&gt;2 - no head&lt;/p&gt;
&lt;p&gt;3 - no body&lt;/p&gt;
&lt;p&gt;4 - uppercase tags&lt;/p&gt;
&lt;p&gt;5 - uppercase attributes&lt;/p&gt;
&lt;p&gt;6 - self closing tags not closed&lt;/p&gt;
&lt;p&gt;7 - quotes missing on attributes&lt;/p&gt;
&lt;p&gt;8 - no closing option tags&lt;/p&gt;
&lt;p&gt;9 - no closing p tag&lt;/p&gt;
&lt;p&gt;10 - boolean attribute not properly referenced&lt;/p&gt;
&lt;p&gt;but it gets better, here is snippet 2:&lt;/p&gt;
&lt;p&gt;&amp;lt;form ACTION=&amp;quot;mailto:sales@widgets.com&amp;quot; method=GET&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;input name=subject type=hidden &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; value=&amp;quot;Widget%20Product%20Information%20Request&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Enter your full mailing address&amp;lt;BR&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;TextArea name=body cols=40&amp;gt;&amp;lt;/textarea&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;input type=submit value=&amp;quot;Send Request&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;11 - what is a &amp;quot;TextArea&amp;quot; tag? and why doesn&amp;#39;t it have a matching closing tag?&lt;/p&gt;
&lt;p&gt;12 - poor submit tag not only is missing a closing slash, but also a closing angle bracket&lt;/p&gt;
&lt;p&gt;13 - still have upper case tags&lt;/p&gt;
&lt;p&gt;14 - still have upper case attributes (and values!)&lt;/p&gt;
&lt;p&gt;All in all the quality of examples (as well as detail &amp;amp; accuracy) of MSDN documentation is beyond pathetic. &amp;nbsp;I seriously hope that absolutely **NONE** of this content gets submitted to the Web Platform Documentation site.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10359649" width="1" height="1"&gt;</description></item><item><title>re: Web Platform Docs Debuts with Developer Resources</title><link>http://blogs.msdn.com/b/ie/archive/2012/10/08/web-platform-docs-debuts-with-developer-resources.aspx#10359205</link><pubDate>Fri, 12 Oct 2012 18:06:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10359205</guid><dc:creator>Marc</dc:creator><description>&lt;p&gt;Just kidding. Actually MSDN documentation is first class. Since I am not a developer nor a professional, so I don&amp;#39;t know anything about it.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10359205" width="1" height="1"&gt;</description></item><item><title>re: Web Platform Docs Debuts with Developer Resources</title><link>http://blogs.msdn.com/b/ie/archive/2012/10/08/web-platform-docs-debuts-with-developer-resources.aspx#10358950</link><pubDate>Fri, 12 Oct 2012 00:42:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10358950</guid><dc:creator>aaWish for the again</dc:creator><description>&lt;p&gt;Release the Internet Explorer 10 for Windows 7!&lt;/p&gt;
&lt;p&gt;Please hurry. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10358950" width="1" height="1"&gt;</description></item><item><title>re: Web Platform Docs Debuts with Developer Resources</title><link>http://blogs.msdn.com/b/ie/archive/2012/10/08/web-platform-docs-debuts-with-developer-resources.aspx#10358948</link><pubDate>Fri, 12 Oct 2012 00:37:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10358948</guid><dc:creator>Marc</dc:creator><description>&lt;p&gt;Glad to see that MSDN documentation failures are making it to the surface! &amp;nbsp;Even if Microsoft doesn&amp;#39;t contribute them they can at least spend some time to re-vamp them correct all the errors and make them at least useful for once!&lt;/p&gt;
&lt;p&gt;Whenever I see a fellow developer (that isn&amp;#39;t trying to solve an IE-only bug) on MSDN I&amp;#39;ve had to stop and make sure they were only reading it for humor not for actual facts examples and advice.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10358948" width="1" height="1"&gt;</description></item><item><title>re: Web Platform Docs Debuts with Developer Resources</title><link>http://blogs.msdn.com/b/ie/archive/2012/10/08/web-platform-docs-debuts-with-developer-resources.aspx#10358805</link><pubDate>Thu, 11 Oct 2012 16:23:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10358805</guid><dc:creator>Tom P.</dc:creator><description>&lt;p&gt;@Brian, @David&lt;/p&gt;
&lt;p&gt;I am working for an organization which is working closely with RedHat at NYC. But admittedly, MSDN documentation is one of the greatest repository for developers. The WORST examples Brain has filtered from over 10,000,000 pages doesn&amp;#39;t invalidate/void the relaibility of MSDN.&lt;/p&gt;
&lt;p&gt;Now tell your employer Google to come up with something really tangible examples and tools to troll against Microsoft.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10358805" width="1" height="1"&gt;</description></item><item><title>re: Web Platform Docs Debuts with Developer Resources</title><link>http://blogs.msdn.com/b/ie/archive/2012/10/08/web-platform-docs-debuts-with-developer-resources.aspx#10358739</link><pubDate>Thu, 11 Oct 2012 13:24:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10358739</guid><dc:creator>Marblo</dc:creator><description>&lt;p&gt;How about this mess for the form element documentation!&lt;/p&gt;
&lt;p&gt;&amp;lt;HTML&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;FORM ACTION=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://example.microsoft.com/sample.asp&amp;quot;"&gt;example.microsoft.com/sample.asp&amp;quot;&lt;/a&gt; METHOD=&amp;quot;POST&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enter your name: &amp;lt;INPUT NAME=&amp;quot;FName&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Favorite Ice Cream Flavor:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;SELECT NAME=&amp;quot;Flavor&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;OPTION VALUE=&amp;quot;Chocolate&amp;quot;&amp;gt;Chocolate&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;OPTION VALUE=&amp;quot;Strawberry&amp;quot;&amp;gt;Strawberry&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;OPTION VALUE=&amp;quot;Vanilla&amp;quot; SELECTED&amp;gt;Vanilla&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/SELECT&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;P&amp;gt;&amp;lt;INPUT TYPE=SUBMIT&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/FORM&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/HTML&amp;gt;&lt;/p&gt;
&lt;p&gt;All upper case tags! (Looks like 1996!)&lt;/p&gt;
&lt;p&gt;No head or body tags&lt;/p&gt;
&lt;p&gt;Input without type attributes!&lt;/p&gt;
&lt;p&gt;Why are all the closing tags and slashes missing!&lt;/p&gt;
&lt;p&gt;Such horrible examples on MSDN! Please do not submit any of these bad examples to the new site! Please!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10358739" width="1" height="1"&gt;</description></item><item><title>re: Web Platform Docs Debuts with Developer Resources</title><link>http://blogs.msdn.com/b/ie/archive/2012/10/08/web-platform-docs-debuts-with-developer-resources.aspx#10358201</link><pubDate>Wed, 10 Oct 2012 10:17:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10358201</guid><dc:creator>Douglas</dc:creator><description>&lt;p&gt;The part I hate most about MSDN documentation is the complete lack of consistency which is so bad when trying to teach new developers good habits!&lt;/p&gt;
&lt;p&gt;Check out this example code they have for the input tag:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/ie/ms535260(v=vs.85).aspx"&gt;msdn.microsoft.com/.../ms535260(v=vs.85).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;form action=&amp;quot;http://intranet/survey&amp;quot; method=post&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;p&amp;gt;Name&amp;lt;/p&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;br&amp;gt;&amp;lt;input name=&amp;quot;control1&amp;quot; type=text value=&amp;quot;Your Name&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;P&amp;gt;Password&amp;lt;/P&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;br&amp;gt;&amp;lt;input type=&amp;quot;password&amp;quot; name=&amp;quot;control2&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;p&amp;gt;Color&amp;lt;/p&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;br&amp;gt;&amp;lt;input type=&amp;quot;radio&amp;quot; name=&amp;quot;control3&amp;quot; value=&amp;quot;0&amp;quot; checked&amp;gt;Red&lt;/p&gt;
&lt;p&gt;&amp;lt;input type=&amp;quot;radio&amp;quot; name=&amp;quot;control3&amp;quot; value=&amp;quot;1&amp;quot;&amp;gt;Green&lt;/p&gt;
&lt;p&gt;&amp;lt;input type=&amp;quot;radio&amp;quot; name=&amp;quot;control3&amp;quot; value=&amp;quot;2&amp;quot;&amp;gt;Blue&lt;/p&gt;
&lt;p&gt;&amp;lt;p&amp;gt;Comments&amp;lt;/p&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;br&amp;gt;&amp;lt;input type=&amp;quot;TEXT&amp;quot; name=&amp;quot;control4&amp;quot; size=&amp;quot;20,5&amp;quot; maxlength=&amp;quot;250&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;p&amp;gt;&amp;lt;input name=&amp;quot;control5&amp;quot; type=checkbox checked&amp;gt;Send receipt&amp;lt;/p&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;p&amp;gt;&amp;lt;input type=&amp;quot;submit&amp;quot; value=&amp;quot;OK&amp;quot;&amp;gt;&amp;lt;input type=&amp;quot;reset&amp;quot; value=&amp;quot;reset&amp;quot;&amp;gt;&amp;lt;/p&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;1) some tags are in uppercase, why?!&lt;/p&gt;
&lt;p&gt;2) some attribute values are in uppercase, why?!&lt;/p&gt;
&lt;p&gt;3) some attribute values are not quoted, why?!&lt;/p&gt;
&lt;p&gt;4) self closing tags like br and input are not closed, why?!&lt;/p&gt;
&lt;p&gt;5) invalid size attribute values are supplied, why?!&lt;/p&gt;
&lt;p&gt;6) Boolean attributes are not properly qualified, why?!&lt;/p&gt;
&lt;p&gt;7) why are all the fieldnames named so anonymously when their purpose is fully known?&lt;/p&gt;
&lt;p&gt;Why even bother posting a sample if you&amp;#39;re not going to put a descent effort into it?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10358201" width="1" height="1"&gt;</description></item><item><title>re: Web Platform Docs Debuts with Developer Resources</title><link>http://blogs.msdn.com/b/ie/archive/2012/10/08/web-platform-docs-debuts-with-developer-resources.aspx#10358046</link><pubDate>Tue, 09 Oct 2012 23:36:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10358046</guid><dc:creator>Arieta</dc:creator><description>&lt;p&gt;@Olivier: Now run the validator on google.com or mozilla.com ;)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10358046" width="1" height="1"&gt;</description></item><item><title>re: Web Platform Docs Debuts with Developer Resources</title><link>http://blogs.msdn.com/b/ie/archive/2012/10/08/web-platform-docs-debuts-with-developer-resources.aspx#10357932</link><pubDate>Tue, 09 Oct 2012 19:09:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10357932</guid><dc:creator>zoe</dc:creator><description>&lt;p&gt;MSDN samples are brutal!&lt;/p&gt;
&lt;p&gt;how can a click() sample be so bad?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/ms536363%28v=vs.85%29.aspx"&gt;msdn.microsoft.com/.../ms536363%28v=vs.85%29.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;HTML&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;HEAD&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;SCRIPT&amp;gt;&lt;/p&gt;
&lt;p&gt;function simclick1()&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;chk1.focus(); //focus is explicitly set&lt;/p&gt;
&lt;p&gt;chk1.click();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;function simclick2()&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;chk1.click();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;lt;/SCRIPT&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;SCRIPT FOR=chk1 EVENT=onfocus&amp;gt;&lt;/p&gt;
&lt;p&gt;alert(&amp;quot;check box is in focus!&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;lt;/SCRIPT&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/HEAD&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;BODY&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;P STYLE=&amp;quot;font-family:sans-serif;font-weight:bold&amp;quot;&amp;gt;DEMO: USING CLICK METHOD &lt;/p&gt;
&lt;p&gt;DOES NOT SET FOCUS&amp;lt;P&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;UL STYLE=&amp;quot;color:blue;font-family:sans-serif;font-weight:bold&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;LI&amp;gt;Both these buttons apply the click method to the check box. &amp;lt;/LI&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;LI&amp;gt;An alert has been set to fire when the check box is put into focus. &lt;/p&gt;
&lt;p&gt;&amp;lt;/UL&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/PLI&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;INPUT Type=&amp;quot;CHECKBOX&amp;quot; id=chk1&amp;gt;&amp;lt;/INPUT&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;BUTTON onclick=&amp;quot;simclick1()&amp;quot;&amp;gt;This button &amp;lt;B&amp;gt;applies the focus method&amp;lt;/B&amp;gt; to &lt;/p&gt;
&lt;p&gt;check box&amp;lt;/BUTTON&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;br&amp;gt;&amp;lt;BUTTON onclick=&amp;quot;simclick2()&amp;quot;&amp;gt;This button &amp;lt;B&amp;gt;does not apply the focus &lt;/p&gt;
&lt;p&gt;method&amp;lt;/B&amp;gt; to check box&amp;lt;/BUTTON&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/BODY&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/HTML&amp;gt;&lt;/p&gt;
&lt;p&gt;what is a PLI element? why are some tags UPPER CASE and some lower case and some attributes are UPPER CASE some are lower case and some are Sentence case!&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve got a 10 year old that could write cleaner code than this with his eyes closed!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10357932" width="1" height="1"&gt;</description></item><item><title>re: Web Platform Docs Debuts with Developer Resources</title><link>http://blogs.msdn.com/b/ie/archive/2012/10/08/web-platform-docs-debuts-with-developer-resources.aspx#10357919</link><pubDate>Tue, 09 Oct 2012 18:37:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10357919</guid><dc:creator>Brian</dc:creator><description>&lt;p&gt;@Eng/ Ronald &amp;nbsp;MSDN documentation does have lots of issues you can look up pretty much anything to find bad examples. &amp;nbsp;Case in point a random article about appendChild() a fairly modern API:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/ms535934%28v=vs.85%29.aspx"&gt;msdn.microsoft.com/.../ms535934%28v=vs.85%29.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lets start the complaint list:&lt;/p&gt;
&lt;p&gt;1 - code sample is using Hungarian Notation (oDiv). &amp;nbsp;This sets a VERY BAD example for modern web code snippets&lt;/p&gt;
&lt;p&gt;2 - script tag outside the body AND NOT inside a head tag&lt;/p&gt;
&lt;p&gt;3 - document.createElement() used with UPPER CASE tag names&lt;/p&gt;
&lt;p&gt;4 - no quotes on the ul id attribute&lt;/p&gt;
&lt;p&gt;5 - odd spacing on all attributes on the input tag. e.g. should be: attribute=&amp;quot;value&amp;quot;&lt;/p&gt;
&lt;p&gt;(we are trying to teach developers best practices here!)&lt;/p&gt;
&lt;p&gt;but it gets worse... lets try something that has worked for over 15 years... how about document.write:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/ms536782%28v=vs.85%29.aspx"&gt;msdn.microsoft.com/.../ms536782%28v=vs.85%29.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lets look at the example code.... (here&amp;#39;s a copy of it)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;IHTMLDocument2 *document; // Declared earlier in the code&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;BSTR bstr = SysAllocString(OLESTR(&amp;quot;Written by IHTMLDocument2::write().&amp;quot;));&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;// Creates a new one-dimensional array&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;SAFEARRAY *psaStrings = SafeArrayCreateVector(VT_VARIANT, 0, 1);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;if (psaStrings == NULL) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;goto cleanup;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;VARIANT *param;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;HRESULT hr = SafeArrayAccessData(psaStrings, (LPVOID*)&amp;amp;param);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;param-&amp;gt;vt = VT_BSTR;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;param-&amp;gt;bstrVal = bstr;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;hr = SafeArrayUnaccessData(psaStrings);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;hr = document-&amp;gt;write(psaStrings);&lt;/p&gt;
&lt;p&gt;cleanup:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;// SafeArrayDestroy calls SysFreeString for each BSTR&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;if (psaStrings != NULL) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SafeArrayDestroy(psaStrings);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry... what planet are you on? which part of this has **ANYTHING** to do with JavaScript? SafeArrayCreateVector()? come again... SafeArrayUnaccessData()? who writes these mangled APIs? SafeArrayDestroy calls SysFreeString for each BSTR? Can I buy a vowel?&lt;/p&gt;
&lt;p&gt;There are literally dozens of issues like this in Microsoft Documentation - and we therefore are MAJORLY PARANOID that Microsoft is &amp;quot;donating&amp;quot; any code/documentation to an open project.&lt;/p&gt;
&lt;p&gt;3rd time&amp;#39;s a charm?... nope!&lt;/p&gt;
&lt;p&gt;document.close();&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/ms536369%28v=vs.85%29.aspx"&gt;msdn.microsoft.com/.../ms536369%28v=vs.85%29.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Notice how the description is correct: &amp;quot;Closes an output stream and forces the sent data to display.&amp;quot;&lt;/p&gt;
&lt;p&gt;But the example is completely incorrect, showing code that applies to the &amp;quot;window.close();&amp;quot; API call, NOT the &amp;quot;document.close();&amp;quot; API call which does completely different things.&lt;/p&gt;
&lt;p&gt;Long story short... MSDN Documentation is some of the WORST documentation I have ever seen and I fully agree with David in my hopes that the BAD stuff is NEVER ported to the new Web Platform site.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10357919" width="1" height="1"&gt;</description></item></channel></rss>