PDA

View Full Version : Helpful JavaScript for Web development



JavaScriptBank
02-04-2011, 10:12 PM
Helpful JavaScript for Web development

50+ Great Web Applications of Data Visualization

Perhaps just read technical JavaScript article tutorials (http://www.javascriptbank.com/javascript/article/) on jsB@nk made you become humdrum?! Today together, we should change the subject in this post, we'll enjoy 5... detail (http://www.javascriptbank.com/50-great-web-applications-data-visualization.html/en//) at JavaScriptBank.com - 2.000+ free JavaScript codes (http://www.javascriptbank.com/)


http://www.javascriptbank.com/javascript.images/article/50-great-web-applications-data-visualization.jpg (http://www.javascriptbank.com/javascript/article/50-great-web-applications-data-visualization/preview/en/)
Demo: JavaScript 50+ Great Web Applications of Data Visualization (http://www.javascriptbank.com/50-great-web-applications-data-visualization.html/en/)


How to setup







JavaScript Vertical Marquee (http://www.javascriptbank.com/vertical-marquee.html) - JavaScript DHTML analog clock (http://www.javascriptbank.com/dhtml-analog-clock-ii.html/en/) - JavaScript Backwards Text (http://www.javascriptbank.com/backwards-text-2-index.html)


The Site may provide, or third parties may provide, links to non-JavaScriptBank.com Internet World Wide Web sites or resources. Because JavaScriptBank.com has no control over such sites and resources, you acknowledge and agree that JavaScriptBank.com is not responsible for the availability of such external sites or resources, and does not endorse and is not responsible or liable for any content, advertising, products, or other materials on or available from such sites or resources. You further acknowledge and agree that JavaScriptBank.com shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such site or resource.

h.hawk
02-09-2011, 03:32 AM
There are two things that could cause JavaScript to slow down a browser. First, the Javascript code has to be downloaded from the server to the client, so if a page has 50K of Javascript, that has to be downloaded to the client. Also, if the Javascript is in multiple files, each one has to be downloaded further adding to the time.