JavaScript

Now You Can Develop Windows 8 Apps Using HTML, CSS & JavaScript.

When the below slide was fired up on the big screens of Build 2011 conference, there was a big round of applause from all the developers attending the Microsoft’s developer conference. Reason? Native applications of Windows 8 can be built using the basic web programming languages & scripts: HTML, CSS & Javascript.

Download jQuery Cheat Sheet

If you are a web developer then you MUST use jQuery for writing java script. There is no excuses for not to use jQuery and I personally feel it’s a big mistake if jQuery is not used. You want to ask me “Why should I use jQuery?”. Well jQuery is lightweight, awesome, brilliant, exceptionally good …

Download jQuery Cheat Sheet Read More »

JavaScript Key Codes

While writing JavaScript we often handle the keyboard events like keypress, keyup, etc and implement a specific functionality on a specific key press. For your easy reference, here is a complete list of keyboard keys and their equivalent JavaScript key codes

How To Perform Client Side Action After Completion Of AJAX Postback Operation[ASP.NET 2.0]

While developing an ASP.NET 2.0 web application that uses <asp:UpdatePanel> control, we were required to perform a client side action (using JavaScript) after completion of Ajaxed post back. We achieved it by attaching an event handler method to the event _endRequest of PageRequestManager object. After completion of every post back ASP.NET automatically notifies all the …

How To Perform Client Side Action After Completion Of AJAX Postback Operation[ASP.NET 2.0] Read More »