Category Archives: JavaScript

Browser Plugin Detection

Have you ever wondered how to detect plugins loaded by your browser using JavaScript? In this tutorial you will learn to detect plugins in IE way and for other browsers. You will also learn to use Lazy Function Definition pattern … Continue reading

Posted in Blog, JavaScript | 2 Comments

Context Menu Using Raw JavaScript

Objectives Learn to create cross browser event handler in raw JavaScript. Learn to create cross browser DOMContentLoaded event handler. Making use of oncontextmenu event. Learn to apply Module pattern. Finally develop a reusable, easy to use, cross browser context menu … Continue reading

Posted in Blog, JavaScript | 10 Comments

JavaScript Mistakes You Must Avoid

If you are new to JavaScript and you write raw JavaScript or use any framework (jQuery, Mootools, Dojo, YUI) with it, you must avoid few mistakes. Actually these are my experiences when I was learning JavaScript.

Posted in Blog, JavaScript | 46 Comments

WordPress Theme Using jQuery Mobile

Learning Objectives Introduction to jQuery Mobile. How to use jQuery Mobile Components. Basics of WordPress theme development. How to create WordPress theme for mobile using jQuery Mobile.

Posted in Blog, JavaScript, PHP, Wordpress | 7 Comments

Accessing Forms Made Easy Using DataLink

In this tutorial you will learn to use the jQuery Data Link plugin to automate the process of accessing and modifying values of form fields.

Posted in Blog, JavaScript | 4 Comments