Archive for the ‘Javascript’ Category

 
Feb
16
Posted (Amit) in Javascript on February-16-2010

QUnit is a powerful JavaScript unit 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 ...



 
Jan
29
Posted (Amit) in Javascript on January-29-2010

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.



 
Jan
22
Posted (Amit) in Javascript on January-22-2010

  • Mike Radcliffe’s Inspector. A key feature, now solid as a rock,
  • Jan ‘Honza’ Odvarko’s expanded and refined Net panel, with accurate timings,
  • Steve Roussey’s reworking of HTML editing and entity support,
  • Kevin Decker’s CSS and Style side panel improvements,
  • Support for dynamic, graphical breakpoints through out Firebug.
  • Tested support for ...



 
May
19
Posted (Amit) in Javascript on May-19-2009

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 ...



 
May
18
Posted (Amit) in Internet News, Javascript, mobile on May-18-2009

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,



 
May
17
Posted (Amit) in Javascript on May-17-2009

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/ajax A collaborative ...





 
Apr
26
Posted (Amit) in Javascript on April-26-2009

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 ...



 
Apr
25
Posted (Amit) in Javascript on April-25-2009

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 ...



 
Feb
19
Posted (Amit) in Javascript on February-19-2009