Suresh Behera

The Microsoft .Net Junkies

News

Blogroll

Reading

Browse by Tags

All Tags » javascript (RSS)
ArrayList from JavaScript
Nice way of doing ArrayList from javascript ,Check this out. http://www.koders.com/javascript/fid32ECAD6CCE114257D4044549E14ABCEC1332DF7E.aspx?s=array Suresh Behera Technorati Tags: Javascript
Debugging device using alert
Well debugging device(windows mobile) based application is big pain.The only way to debug webpage is using JavaScript.Well,so far so good but putting alert inside loop is again a hurdles for developer.Here is a nice way to escape this..thanks to TUMUSKI...
High Performance Web Sites
  only 10-20% of the end user response time is spent downloading the HTML document. The other 80-90% is spent downloading all the components in the page. The Google Code Blog: How we improved performance on Google Code Nice article…read it..  ...
JavaScript Injection
Here is few nice help full toll for javscript injection Testing different resolutions for web pages javascript:window.resizeTo(1095,895); window.moveTo(55,55); Rendered source of the currently displayed page javascript:var myWin=window.open(""...
More Posts