How easy is to develop online games using jQuery!

Online Games!!! Be it a bear fishery, yeti sports, shooting gallery, battlefield or urban terror only thing that comes to mind is the powerful graphics and the animations that attract and bind the player to play. Now a days most of the lightweight online games are driven by flash leveraging the benefits of flash based [...]

Implementing Generic functionality in Grails

In web applications we have functionalities like auto suggestions , rating objects, adding to favourites etc which repeat themselves in an application and across applications. So it demands to think about implementing a generic way of rating and adding to user favourites etc and follow DRY principle. Recently in one of my Grails projects we [...]

Hello jQuery!

JavaScript libraries/frameworks have gained a lot of popularity lately. A small though significant reason for the development / adoption of these libraries has been the large number of browsers, even writing a small piece of JavaScript which works on IE6, IE7, IE8, Firefox 2, 3+ and Chrome can be pain, on the other hand inclusion [...]