Prabhu Sunderaraman

XTemplate in Ext JS 4

Ext JS 4 makes you construct the UI by writing JavaScript code. You have to write few lines of JavaScript code to construct even a simple textbox or a button. So developers always try to look for a way to […]

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 […]