Are you worried about supporting your web application for Internet Explorer? Now there is a solution. Google has developed an open source plug-in called Google Chrome Frame, which seamlessly brings Google Chrome’s open web technologies and speedy JavaScript engine to […]
Read MoreTag: JavaScript
RequireJS – Optimize and Sequence JavaScripts Easily
RequireJS is a JavaScript file and module loader. Using a modular script loader like RequireJS will improve the speed and quality of your code. RequireJS starts with three great benefits for web applications. Properly sequence the scripts Reduce the number […]
Read More