I am not going to write a big blog post on this here, because there is already quite a bit of good articles out there on this topic. Why I am writing is this to share a very good article on this topic for anyone who wants to learn about Bundling and Minnification features that are available with ASP.Net 4.5. It is written by Rick Anderson and you can read full article from here.
7 articles Tag Javascript
jQuery Info Resource
I ran into this page, where you can test your jQuery selectors, thought of sharing with y’all. http://codylindley.com/jqueryselectors/ And while we are talking about jQuery selectors, remember that not all selectors are made equal, some perform real good and some really slow! Here is some links to good articles on selector performance, http://seesparkbox.com/foundry/jquery_selector_performance_testing http://encosia.com/11-keystrokes-that-made-my-jquery-selector-run-10x-faster/ http://java.sys-con.com/node/1179088 http://www.slideshare.net/paul.irish/perfcompression Cheers! Binu
Learning JavaScript again!
Its time to learn JavaScript again folks. If you are a web developer like me there is no escape, you were using it in the past, you are using it more today and chances are that you will be using it a lot tomorrow. Web is getting highly interactive, and everyone is focusing on delivering web based systems that are close to behaviour as desktop applications. I think it makes perfect sense, there were times …
Useful Lint Programs for all Web UI developers
All Web UI developers have to deal with JavaScript and lots of it. And these days with many of us are using JSON as a data exchange format, we are looking into massive JSON strings on a daily basis when developing/debugging. There are 2 Lint programs, JSONLint and JSLint that can help in making life easy for developers. Lint programs does a static code analysis and comes up with errors and warnings. It also beautifies …
Ext JS anyone?
I am playing with Ext JS, a javascript framework that provides a great UI tool set and all things AJAX! I am interested in hearing from anyone who has build real world solutions using Ext JS, anyone?
Gettting ClientIDs of asp.net controls in an external javascript file
When maintaining external javascript files for our webpages the biggest hurdle we face is the getting clientID of our server side controls in the javascript file. Let me demonstrate a workwround for this that I usually adopt. Step 1: In the page load event create an array of json objects representing the clIentIDs of all the controls that we would be requiring to use in javascript functions. Store this in a javascript global variable using window::onload …
Javascript.Minnify()
These days developers are using various Ajax toolkits to create more user friendly and responsive web sites. No matter the which toolkit you use, be it Microsoft AJAX, AJAX Control Tool kit, YUI, scriptaculous, Google web toolkit, or JQuery, etc. what you cannot live without is Javascript. So more you make your web page Ajaxified, you end up writing more Javascript. This can lead to larger page size that needs to get downloaded to users …


Recent Comments