As a web developer we all are familiar with JavaScript. Sometimes we need complex functions to implement our business logic. It is very easy to write complex functions with a few lines of code using JavaScript libraries. The JQuery library, referred to from here on simply as JQuery, is an … [Read more...] about JQuery: An introduction
Debugging JavaScript Code with Firebug
Firebug has become an indispensable tool for doing front-end development of web applications. However, most developers are unaware of some very useful features of this tool, especially when it comes to debugging JavaScript code. I've personally seen many of my colleagues relying on alert() function … [Read more...] about Debugging JavaScript Code with Firebug
How to Add Javascript in a WordPress Post or Page
One of my readers asked me the following question: "How can I run a JavaScript within a WordPress post?" In this short post I have explained how I use Javascript in my WordPress posts. Adding javascript in WordPress post is really simple. You just have to switch to the TEXT view in the … [Read more...] about How to Add Javascript in a WordPress Post or Page