Posts tagged as:

javascript

Analytics jQuery Plugin 2.0 Supports Full Tracking API

Technical Publications
Google Analytics jQuery Plugin

Updated Google Analytics jQuery plugin to version 2.0 and it now is the only jQuery plugin that supports full tracking API of Google. Apart from enhanced loading of ga.js file, there is a lot more that users can now do with this plugin.

August 24, 2009 0 comments

How To Design a Good API

Technical Publications

If you have not have already read the characteristics of a good API, you may do so in “Why To Design a Good API.” As discussed in the above-mentioned article, API is almost permanent and once distributed, should not be modified. You have got one chance to make it right.

July 28, 2009 0 comments

Load jQuery Plugins Only When Required (Runtime)

Technical Publications

I have often observed that websites that are template-driven (like blogs, cms, etc), tend to load all the required scripts and css in every page. One such example would be WordPress blogs with plugins for various types of content processing (overlay, tooltip, animation, etc.) Every page of such a WordPress driven site loads the relevant [...]

July 16, 2009 2 comments

Optimizing JavaScript (part 1)

Technical Publications

In my years of experience in programming, I have observed that certain performance ‘tweaks’ work best for certain languages. This is mostly due to the nature of the interpreter/compiler involved in executing a particular piece of code.

April 25, 2009 7 comments