Create a jQuery like chainable JavaScript toolbox specific to your project 27 May 2010 novogeek (0) "Global variables are evil" is what the JavaScript Guru Douglas Crockford says, as they are the source of unreliability and insecurity. How elegant your code would be if you wrap your entire project's code under a single global namespace? [Did you know? The entire JavaScript code of Yaho... [More]
When is AJAX an overkill for your ASP.NET-jQuery web applications? Part-2 15 May 2010 NovoGeek (0) In my previous article, I have discussed about few scenarios where AJAX can be an overkill for our web apps. I would like to add few more such scenarios in this post. (4) Heavy dropdowns: A dropdown control enforces the user to select a value, preventing the entry of unwanted choic... [More]