October 9th, 2010

Inline edit using Ajax in Jquery

AJAX is a technology that kept evolving from java applet days. It was notably used in web development when Google started deploying it in Gmail and Google maps extensively.

AJAX stands for Asynchronous Javascript and XML. As the name suggests the request from the end user is made asynchronously to the server. The requests and responses for the ajax is in XML format.

September 25th, 2010

Javascript Test Framework

Tweet JsFiddle is a javascript test framework where users can test their javascript code before placing it on their site. JsFiddle includes almost all javascript libraries available right now. JsFiddle is an evolution of MooShell, created and maintained by Pitor. Here are some of the examples from JsFiddle.

September 23rd, 2010

Floating toolbar using jquery

Tweet Demo I will walk you through how to create a floating toolbar for your website in this post using jquery. The floating toolbar sticks to page, even when user scrolls the page. All utilities or links that you need to show to the user can be placed in the toolbar. The user can access [...]

June 27th, 2010

JS Sandbox

Tweet Javascript Sandbox (JS Sandbox) is a test bed for playing with various javascript libraries. Right now the sandbox can be used to play around with the following (Jquery, JqueryUI, Prototype, Scriptaculous, Dojo, Swfobject, YUI, Ext-core, Chrome-frame, Google Webfonts). To use the sandbox type in your javascript in the script area and type in your [...]