Wednesday, December 2, 2009

Javascript Performance Issues Links

Performance issues have always been associated with JavaScript based web application. The developers can set their javascript code right if they take care of simple but effective JS coding techniques. Apart from the articles below you can find good Videos on Javascript performance tweaks on Youtube .

I was debugging the JavaScript issue when I came across these interesting articles. Hope you will enjoy the same
  1. An article on measuring the performance for JS based applications.
    http://www.openlaszlo.org/lps/docs/guide/performance-tuning.html#d0e23177
  2. Mozilla's attempt to end Microsoft's IE domination.....A sneak preview about how Mozilla is creating the plugins for IE
    http://arstechnica.com/software/news/2008/08/mozilla-drags-ie-into-the-future-with-canvas-element-plugin.ars
  3. IE6 Performance issues with Jscript 
    http://arstechnica.com/software/news/2008/08/mozilla-drags-ie-into-the-future-with-canvas-element-plugin.ars
  4. Javascript performance recommendations for Internet explorer http://blogs.msdn.com/ie/archive/2006/08/28/728654.aspx

No comments: