UI

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 is [...]