Archives by date

You are browsing the site archives by date.

NoSQL distilled

NoSQL distilled

Being a great fan of Martin Fowler’s writings the NoSQL Distilled book was in the radar for a long time. The introduction to NoSQL written by him was(is) immensely useful for anybody who wants to get an idea of NoSQL […]

TicTacToe using jQuery

Interacting with a bunch of developers this week gave me an idea to try out TicTacToe game using jQuery. An unformatted TicTacToe application implemented using jQuery is hosted in this URL. The tictactoe.js file implemented using jQuery is shown below: […]

GuessingGame using KnockOut and jQuery

Back to bread and butter :), Guessing Game. This time using KnockOut.js and jQuery. The screen shots for the Guessing Game can be found in one of my earlier posts. You can read the introductory post about KnockOut.js here. The […]

Improved productivity using Dropbox

Few tools had been in my radar for a long time before beginning to use them recently. First one is DropBox. Synchronizing the desktop, laptop(s), iPad and smart phones is a laborious task. Sharing data between them using flash drive […]

.on() in jQuery and Sencha

jQuery and Ext JS4/Sencha Touch are getting increasingly similar by the day. jQuery 1.7 has introduced a new function .on() for handling events which is similar to the on() of Sencha Touch. Say you have a button with id “loginBtn“, […]