UI
New Facebook: Time of Your Life
The wait is over. Mark Zukerberg unveiled a host of new updates to Facebook at the F8 Conference. Just after Google’s attempts to shake up the social network scene a bit with the uber sexy G+, there was a widespread speculation among the tech community on Facebook’s ability to react and survive. But it looks [...]
Implementing Event Delegation and Custom Events in JavaScript Using JQuery & Prototype.js
Events play a very vital role in developing a dynamic UI. Events are generated as a response to an User Action or to state changes in the Event source. An Event source is the one which notifies that the user has done some action . An Event Listener is the one which waits for notification from [...]
grails yui datatable template
A blog article about writing a grails template for YUI data table.
Importance of writing standard Error Messages for better software products
The aim of this blog is to introduce the work I do – and to lay some basic standards that must be used by the developers whenever they are playing with language, or grammar. This blog also has some content that has been picked up while reading the works of other Writers, and I would [...]
Deep Copy in JavaScript
Some of you might have come across this issue. When you make a copy of an object and try to change the values of the new instance, it reflects in the original one too. Well I heard this not only applies to JavaScript, but also to most other object oriented languages; not sure though. Here [...]
Internationalization with Java
The main idea of the presentation is not to discuss how Internationalization is done in Java but to highlight some of the problems which one comes across while developing an internationalized application in Java. Most of the observations listed below are based on the personal experience while trying to internationalize a Java based Web Application. [...]
