This blog talks about solution to various technical problems, the work that the author of this blog is being doing and what are the new stuff that one can reuse. Please feel free to comment and ask questions if you are facing technical problems. So looking forward for you.
QUnit is a powerful JavaScriptunit testing framework that helps you to debug code. It's written by members of the jQuery team, and is the official test suite for jQuery. But QUnit is general enough ...
The code here traverses through the siblings of the anchor tags. One of the guy at OZZU Forum was having this problem, so thought of putting the code on my blog too.
When working with events in Javascript, it is often easy to loose track of what events are subscribed where. This is particularly true if you are using a large number of events, which is typical in a modern interface employing progressive enhancement. Javascript libraries also add another degree of complexity to ...
PhoneGap is an open source development tool for building fast, easy mobile apps with JavaScript.
If you’re a web developer who wants to build mobile applications in HTML and JavaScript while still taking advantage of the core features in the iPhone,
Briggs of Athenz has pointed his decision machine at the age old problem of choosing which darn library to choose. Now let the machine choose which library to use rather you choosing the library.
Briggs has developed an application that chooses the Framework for you.
http://www.athenz.com/app/decision/center/ajaxA collaborative ...
jsPDF is an open-source library for generating PDF documents using nothing but Javascript. You can use it in a Firefox extension, in Server Side Javascript and with Data URIs in some browsers.
See Demo
Client-side demo works best in Safari or ...
You would surely have used JQuery and Prototype for dynamic web applications like Lightview, Prototip, etc. Here i would show you how to user them two together, on the same page.
Problem
The Problem JQuery uses a “$” as a shortcut for “jQuery” and Prototype uses “$” as well. We can’t ...