<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/shared/xsl/wikiorss_xsl.jsp"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:review="http://api.wikio.com/syndication/feed/module/review/1.0" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Wikio - JavaScript</title>
    <link>http://www.wikio.com/technology/development/javascript</link>
    <description>Wikio - Technology - Development - JavaScript</description>
    <item>
      <title>Was JavaScript a mistake? (InfoWorld Daily)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=68506412</link>
      <description>&lt;p&gt;Growing less convinced that IT is approaching Web-based applications the right way, &lt;A HREF="http://www.wikio.com/tag/Neil+McAllister" class="deep u"&gt;Neil McAllister&lt;/A&gt; questions the very concept of an all-purpose &lt;b&gt;programming&lt;/b&gt; &lt;b&gt;language&lt;/b&gt; that's designed by committee. "If nobody ever managed to come up with the ultimate, perfect &lt;b&gt;language&lt;/b&gt; for systems &lt;b&gt;programming&lt;/b&gt;, what makes us think we can do it for the Web?" he asks in Was &lt;b&gt;JavaScript&lt;/b&gt; a...&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://weblog.infoworld.com/daily"  target="_blank"&gt;InfoWorld Daily&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://weblog.infoworld.com/daily/rss.xml" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;</description>
      <pubDate>Thu, 21 Aug 2008 15:46:40 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=68506412</guid>
      <dc:date>2008-08-21T15:46:40Z</dc:date>
    </item>
    <item>
      <title>How to recursively traverse a DOM element in JavaScript (Brian Di Croce)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=68416322</link>
      <description>&lt;p&gt;Suppose you want to traverse all the child nodes of a DOM element in order to do something with them, such as disabling them for example. Here’s one way to do it. function DisableDOMElementTree(rootDOMElement) { EnableDisableDOMElement(rootDOMElement, true); } function EnableDisableDOMElement(currentDOMElement, isDisabled) { // There's nothing to do if the DOM element is [...]&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://blog.briandicroce.com"  target="_blank"&gt;Brian Di Croce&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://blog.briandicroce.com/feed/" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Explore :  &lt;a href="http://www.wikio.com/technology/technology_blogs" target="_blank"&gt;Technology Blogs&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 20 Aug 2008 21:14:57 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=68416322</guid>
      <dc:date>2008-08-20T21:14:57Z</dc:date>
    </item>
    <item>
      <title>Ecma Technical Committee 39 (TC39) Coalesces on Future Direction Of Web Programming Language (Business Wire)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=68495333</link>
      <description>&lt;p&gt;GENEVA--(BUSINESS WIRE)--Today, the Ecma International Technical Committee 39 (TC39), a standards body that influences implementations such as &lt;b&gt;JavaScript&lt;/b&gt;, JScript and ActionScript, has&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.businesswire.com"  target="_blank"&gt;Business Wire&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&amp;epi-process=generic.jsp&amp;beanStrID=bwrss&amp;viewID=headline_list_rss&amp;rss=G1QFDERJXkJeEFpQWg==" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Explore :  &lt;a href="http://www.wikio.com/technology/software/graphics/flash" target="_blank"&gt;Flash&lt;/a&gt;, &lt;a href="http://www.wikio.com/world/europe/switzerland/geneva" target="_blank"&gt;Geneva&lt;/a&gt;, &lt;a href="http://www.wikio.com/technology/telecommunication/information_technology" target="_blank"&gt;Information Technology&lt;/a&gt;, &lt;a href="http://www.wikio.com/technology/telecommunication" target="_blank"&gt;Telecommunication&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 21 Aug 2008 14:00:00 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=68495333</guid>
      <dc:date>2008-08-21T14:00:00Z</dc:date>
    </item>
    <item>
      <title>Fixing a Gap in Javascript (Solitude)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=68196640</link>
      <description>&lt;p&gt;An interesting problem: a bunch of Struts Nested tags generate HTML. Separately, we write some &lt;b&gt;Javascript&lt;/b&gt; that makes use of getElementById() to find some of the generated elements. This works in Internet Explorer, but fails miserably in FireFox. Why? Well, it turns out that Struts Nested tags generate elements that have a name attribute but not [...]&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://solitude.vkps.co.uk"  target="_blank"&gt;Solitude&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://solitude.vkps.co.uk/Syndication/RSS2.rss" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;</description>
      <pubDate>Tue, 19 Aug 2008 08:42:40 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=68196640</guid>
      <dc:date>2008-08-19T08:42:40Z</dc:date>
    </item>
    <item>
      <title>ECMAScript 4.0 Is Dead (CentOS, Linux and Operating Systems)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67984424</link>
      <description>&lt;p&gt;TopSpin writes “&lt;A HREF="http://www.wikio.com/tag/Brendan+Eich" class="deep u"&gt;Brendan Eich&lt;/A&gt;, creator of the &lt;b&gt;JavaScript&lt;/b&gt; &lt;b&gt;programming&lt;/b&gt; &lt;b&gt;language&lt;/b&gt;, has announced that ECMA Technical Committee 39 has abandoned the proposed ECMAScript 4.0 &lt;b&gt;language&lt;/b&gt; specification in favor of a more limited specification dubbed ‘Harmony,’ or ECMAScript 3.1. A split has existed among the members of this committee, including &lt;A HREF="http://www.wikio.com/tag/Adobe" class="deep u"&gt;Adobe&lt;/A&gt; and &lt;A HREF="http://www.wikio.com/tag/Microsoft" class="deep u"&gt;Microsoft&lt;/A&gt;, regarding the future...&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.centos.se"  target="_blank"&gt;CentOS, Linux and Operating Systems&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://www.centos.se/feed" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;</description>
      <pubDate>Sat, 16 Aug 2008 22:19:49 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67984424</guid>
      <dc:date>2008-08-16T22:19:49Z</dc:date>
    </item>
    <item>
      <title>Feud Over JavaScript's Future Ends, New Proposals Push It Forward (Wired)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67788432</link>
      <description>&lt;p&gt;Several of the web's heavyweights -- Apple, Mozilla, &lt;A HREF="http://www.wikio.com/tag/Microsoft" class="deep u"&gt;Microsoft&lt;/A&gt;, &lt;A HREF="http://www.wikio.com/tag/Yahoo" class="deep u"&gt;Yahoo&lt;/A&gt; and &lt;A HREF="http://www.wikio.com/tag/Google" class="deep u"&gt;Google&lt;/A&gt; among them -- have been debating which direction to take ECMAScript, the &lt;b&gt;programming&lt;/b&gt; &lt;b&gt;language&lt;/b&gt; which serves as the basis for &lt;b&gt;JavaScript&lt;/b&gt; and powers much of the interactivity on the web. The group has come to an agreement and started a new initiative called the Harmony Project to further enhance the &lt;b&gt;language&lt;/b&gt;....&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.wired.com"  target="_blank"&gt;Wired&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://feeds.wired.com/wired/topheadlines" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Explore :  &lt;a href="http://www.wikio.com/technology" target="_blank"&gt;Technology&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 14 Aug 2008 19:15:00 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67788432</guid>
      <dc:date>2008-08-14T19:15:00Z</dc:date>
    </item>
    <item>
      <title>Feud Over JavaScript’s Future Ends, New Proposals Push It Forward (Global Intellect)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67796022</link>
      <description>&lt;p&gt;Several of the web’s heavyweights — Apple, Mozilla, &lt;A HREF="http://www.wikio.com/tag/Microsoft" class="deep u"&gt;Microsoft&lt;/A&gt;, &lt;A HREF="http://www.wikio.com/tag/Yahoo" class="deep u"&gt;Yahoo&lt;/A&gt; and &lt;A HREF="http://www.wikio.com/tag/Google" class="deep u"&gt;Google&lt;/A&gt; among them — have been debating which direction to take ECMAScript, the &lt;b&gt;programming&lt;/b&gt; &lt;b&gt;language&lt;/b&gt; which serves as the basis for &lt;b&gt;JavaScript&lt;/b&gt; and powers much of the interactivity on the web. The group has come to an agreement and started a new initiative called the [...]&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.globalintellect.com"  target="_blank"&gt;Global Intellect&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://www.globalintellect.com/feed/" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Explore :  &lt;a href="http://www.wikio.com/technology" target="_blank"&gt;Technology&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 14 Aug 2008 19:15:00 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67796022</guid>
      <dc:date>2008-08-14T19:15:00Z</dc:date>
    </item>
    <item>
      <title>Fun at SIGGRAPH (James Gosling: on the Java Road)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67726010</link>
      <description>&lt;p&gt; I'm spending this week in LA at SIGGRAPH. It's really great to be at a conference where I can concentrate on learning. Lots of interesting papers and folks doing cool experimental stuff. One group that I ran into, OnLatte , had whacked together the mechanical bits of a flatbed scanner, and old inkjet printer and some bits of electronics to come up with a wild printer that made images jetting caramel...&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://blogs.sun.com/jag"  target="_blank"&gt;James Gosling: on the Java Road&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://blogs.sun.com/jag/feed/entries/rss" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;</description>
      <pubDate>Thu, 14 Aug 2008 06:00:02 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67726010</guid>
      <dc:date>2008-08-14T06:00:02Z</dc:date>
    </item>
    <item>
      <title>gopher away in JavaScript (fullasagoog)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67625813</link>
      <description>&lt;p&gt;I was at the University of Minnesota when Gopher, the Internet protocol, was in its prime. It was created by a professor at the University of Minnesota you see, and I had to help implement gopher services. When the Web kicked off, they still tried to hang on, but made the fatal mistake of not having [...]&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://fullasagoog.com"  target="_blank"&gt;fullasagoog&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://fullasagoog.com/xml/WebBuilder.xml" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Explore :  &lt;a href="http://www.wikio.com/us/states/minnesota/cities_and_towns" target="_blank"&gt;Cities and Towns&lt;/a&gt;, &lt;a href="http://www.wikio.com/us/states/minnesota/cities_and_towns/minneapolis" target="_blank"&gt;Minneapolis&lt;/a&gt;, &lt;a href="http://www.wikio.com/us/states/minnesota" target="_blank"&gt;Minnesota&lt;/a&gt;, &lt;a href="http://www.wikio.com/technology/technology_blogs" target="_blank"&gt;Technology Blogs&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 13 Aug 2008 14:13:31 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67625813</guid>
      <dc:date>2008-08-13T14:13:31Z</dc:date>
    </item>
    <item>
      <title>Hackers Want to Be Your (Malicious) Friend (Red Orbit )</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67607361</link>
      <description>&lt;p&gt;By Jon Swartz &lt;A HREF="http://www.wikio.com/tag/SAN+FRANCISCO" class="deep u"&gt;SAN FRANCISCO&lt;/A&gt; -- Facebook isn't just popular with consumers and marketers. Hackers are finding flaws in &lt;b&gt;computer&lt;/b&gt;-&lt;b&gt;programming&lt;/b&gt; &lt;b&gt;language&lt;/b&gt; &lt;b&gt;JavaScript&lt;/b&gt; and planting malicious code in the profiles on the popular social-networking site and its rivals.&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.redorbit.com"  target="_blank"&gt;Red Orbit &lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://www.redorbit.com/feeds/technology.xml" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Explore :  &lt;a href="http://www.wikio.com/technology/internet/social_network/facebook" target="_blank"&gt;Facebook&lt;/a&gt;, &lt;a href="http://www.wikio.com/technology" target="_blank"&gt;Technology&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 13 Aug 2008 11:00:26 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67607361</guid>
      <dc:date>2008-08-13T11:00:26Z</dc:date>
    </item>
    <item>
      <title>Hackers want to be your (malicious) friend (USA Today)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67558008</link>
      <description>&lt;p&gt;Facebook isn't just popular with consumers and marketers. Hackers are finding flaws in &lt;b&gt;computer&lt;/b&gt;-&lt;b&gt;programming&lt;/b&gt; &lt;b&gt;language&lt;/b&gt; &lt;b&gt;JavaScript&lt;/b&gt; ... &lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.usatoday.com"  target="_blank"&gt;USA Today&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://rssfeeds.usatoday.com/usatoday-TechTopStories" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Explore :  &lt;a href="http://www.wikio.com/technology/internet/social_network/facebook" target="_blank"&gt;Facebook&lt;/a&gt;, &lt;a href="http://www.wikio.com/technology" target="_blank"&gt;Technology&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 13 Aug 2008 00:45:01 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67558008</guid>
      <dc:date>2008-08-13T00:45:01Z</dc:date>
    </item>
    <item>
      <title>Making a website more dynamic using Javascript (WatkissOnline - Stewart's Blog)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67551239</link>
      <description>&lt;p&gt;I have used &lt;b&gt;Javascript&lt;/b&gt; quite a bit in the past, but not so much recently. My first programming in &lt;b&gt;Javascript&lt;/b&gt; was shortly after the first release 1.0 during 1996 when I was able to develop an early interactive quiz (since replaced by the server side program used on first aid quiz website). The quiz [...]&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.watkissonline.co.uk/wordpress"  target="_blank"&gt;WatkissOnline - Stewart's Blog&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://www.watkissonline.co.uk/wordpress/?feed=atom" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;</description>
      <pubDate>Tue, 12 Aug 2008 23:05:59 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67551239</guid>
      <dc:date>2008-08-12T23:05:59Z</dc:date>
    </item>
    <item>
      <title>Practical Prototype and script.aculo.us (Prototype JavaScript Framework)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67385542</link>
      <description>&lt;p&gt; We’re very happy to announce a new addition to the Prototype bookshelf: core committer &lt;A HREF="http://www.wikio.com/tag/Andrew+Dupont" class="deep u"&gt;Andrew Dupont&lt;/A&gt; ’s Practical Prototype and script.aculo.us published by Apress. &lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://prototypejs.org/blog"  target="_blank"&gt;Prototype JavaScript Framework&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://feeds.feedburner.com/prototype-blog" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Explore :  &lt;a href="http://www.wikio.com/business/media/publishers/book_publishers/apress" target="_blank"&gt;Apress&lt;/a&gt;, &lt;a href="http://www.wikio.com/business/media/publishers/book_publishers" target="_blank"&gt;Book Publishers&lt;/a&gt;, &lt;a href="http://www.wikio.com/business/chemicals" target="_blank"&gt;Chemicals&lt;/a&gt;, &lt;a href="http://www.wikio.com/business/chemicals/dupont" target="_blank"&gt;DuPont&lt;/a&gt;, &lt;a href="http://www.wikio.com/business/media/publishers" target="_blank"&gt;Publishers&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2008 13:48:00 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67385542</guid>
      <dc:date>2008-08-11T13:48:00Z</dc:date>
    </item>
    <item>
      <title>Primitive Data Types, Arrays, Loops, and Conditions: Part 2 (WebReference News)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67362975</link>
      <description>&lt;p&gt;Any value that you use is of a certain type. In &lt;b&gt;JavaScript&lt;/b&gt;, there are the following primitive data types: Number, String, Boolean, Undefined and Null. Any value that doesn't belong to one of the five primitive types listed above is an object. By Stoyan Stefanov. 0811&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.webreference.com"  target="_blank"&gt;WebReference News&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://www.webreference.com/webreference.rdf" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2008 13:27:14 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67362975</guid>
      <dc:date>2008-08-11T13:27:14Z</dc:date>
    </item>
    <item>
      <title>Google Docs going to get Table of Content and more (TechSpot)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67308013</link>
      <description>&lt;p&gt;Not official but &lt;A HREF="http://www.wikio.com/tag/Google" class="deep u"&gt;Google&lt;/A&gt; Operating system blog updates that these features are ready to be implimented. FOr exampleif you want to generate a table of contents from the headings of a document Open the document first Type in &lt;b&gt;javascript&lt;/b&gt;:mr(”TocSettings”);void(0); in the address bar. Right after this you should be able to see TOC pop up . More things likethesarus,britanica [...]&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.technospot.net/blogs"  target="_blank"&gt;TechSpot&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://feeds.feedburner.com/technospot/tecnologywalksthewayoflife" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Explore :  &lt;a href="http://www.wikio.com/technology/internet/search_engines/google" target="_blank"&gt;Google&lt;/a&gt;, &lt;a href="http://www.wikio.com/technology/internet/search_engines/google/google_docs" target="_blank"&gt;Google Docs&lt;/a&gt;, &lt;a href="http://www.wikio.com/technology/internet/blogosphere/blogs/google_operating_system" target="_blank"&gt;Google Operating System&lt;/a&gt;, &lt;a href="http://www.wikio.com/technology" target="_blank"&gt;Technology&lt;/a&gt;&lt;/p&gt;</description>
      <enclosure url="http://images.wikio.com/images/74b96d/google-docs-going-to-get-table-of-content-and-more.jpeg" type="image/jpeg" />
      <pubDate>Mon, 11 Aug 2008 00:35:06 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67308013</guid>
      <dc:date>2008-08-11T00:35:06Z</dc:date>
    </item>
    <item>
      <title>Method Chaining Part 2 (davidflanagan.com)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67016719</link>
      <description>&lt;p&gt;The comments on my last post about method chaining in &lt;b&gt;JavaScript&lt;/b&gt; were spectacular, and I want to publicly thank all who took the time to read my code and think about it. The final version of the code (which you...&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.davidflanagan.com"  target="_blank"&gt;davidflanagan.com&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://www.davidflanagan.com/index.rdf" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;</description>
      <pubDate>Thu, 07 Aug 2008 19:50:22 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67016719</guid>
      <dc:date>2008-08-07T19:50:22Z</dc:date>
    </item>
    <item>
      <title>The easiest way to learn to code like a JavaScript Ninja (Alexei@Nitobi)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=67021574</link>
      <description>&lt;p&gt;Today our video Live-Lessons came out featuring over 8 hours of video instruction with complete code samples covering topics in &lt;b&gt;JavaScript&lt;/b&gt; and general &lt;A HREF="http://www.wikio.com/tag/Ajax" class="deep u"&gt;Ajax&lt;/A&gt; development. We’re really proud of this package and think that many of our customers would probably enjoy this material. If you are interested in honing your &lt;b&gt;JavaScript&lt;/b&gt; skills, understanding more about [...]&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://blogs.nitobi.com/alexei"  target="_blank"&gt;Alexei@Nitobi&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://blogs.nitobi.com/alexei/?feed=rss2" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;</description>
      <pubDate>Thu, 07 Aug 2008 19:41:46 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=67021574</guid>
      <dc:date>2008-08-07T19:41:46Z</dc:date>
    </item>
    <item>
      <title>LiMo aims DBus at Android (LinuxDevices.com)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=66586331</link>
      <description>&lt;p&gt;Movial announced it had joined the LiMo Foundation and will soon release open-&lt;b&gt;source&lt;/b&gt; &lt;b&gt;code&lt;/b&gt; that it expects to be deployed on LiMo phones. Movial's Browser D-Bus Bridge translates HTML and &lt;b&gt;Javascript&lt;/b&gt; commands to D-Bus (Desktop Bus) to create "mashups" of applications and services, including Android-like &lt;A HREF="http://www.wikio.com/tag/Google" class="deep u"&gt;Google&lt;/A&gt; apps mashups, says Movial.&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.linuxdevices.com"  target="_blank"&gt;LinuxDevices.com&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://www.linuxdevices.com/backend/headlines.rss" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Explore :  &lt;a href="http://www.wikio.com/technology/software/open_source" target="_blank"&gt;Open Source&lt;/a&gt;, &lt;a href="http://www.wikio.com/technology/software" target="_blank"&gt;Software&lt;/a&gt;, &lt;a href="http://www.wikio.com/technology" target="_blank"&gt;Technology&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 04 Aug 2008 13:26:49 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=66586331</guid>
      <dc:date>2008-08-04T13:26:49Z</dc:date>
    </item>
    <item>
      <title>Evert Pot's Blog: Preventing XSS in Javascript strings (Revenue Source)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=66372409</link>
      <description>&lt;p&gt;Evert Pot has pointed out a handy tool (http://www.rooftopsolutions.nl/article/197) that can make escaping strings in and out of your application...&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.revenuesource.com"  target="_blank"&gt;Revenue Source&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://www.revenuesource.com/external.php?type=RSS2" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;</description>
      <pubDate>Fri, 01 Aug 2008 17:49:54 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=66372409</guid>
      <dc:date>2008-08-01T17:49:54Z</dc:date>
    </item>
    <item>
      <title>Method chaining in JavaScript inheritance hierarchies (davidflanagan.com)</title>
      <link>http://www.wikio.com/technology/development/javascript?rinfoid=66284952</link>
      <description>&lt;p&gt;In the 5th edition of my &lt;b&gt;JavaScript&lt;/b&gt; book I made the embarrassing mistake of recommending a constructor and method chaining technique that only works for shallow class hierarchies--it works when class B extends A, for example, but not when...&lt;/p&gt;&lt;p&gt;Source : &lt;a href="http://www.davidflanagan.com"  target="_blank"&gt;davidflanagan.com&lt;/a&gt; (&lt;a href="http://www.wikio.com/subscribe?url=http://www.davidflanagan.com/index.rdf" target="_blank"&gt;subscribe&lt;/a&gt;)&lt;/p&gt;</description>
      <pubDate>Fri, 01 Aug 2008 06:48:48 GMT</pubDate>
      <guid>http://www.wikio.com/technology/development/javascript?rinfoid=66284952</guid>
      <dc:date>2008-08-01T06:48:48Z</dc:date>
    </item>
  </channel>
</rss>

