« Home | Unicode, things to know. » | Differences between myisam and innodb » | Removing unnecessary .svn folders from » | Java collections and generics. » | Mysql cluster & replication. » | Finding prime numbers with in a given number n. » | Javascript performance. » | Sorting algorithms. » | Multi tenant challenges. » | Web application security. » 

Sunday, May 20, 2012 

Chess client interface in YUI.

Have created a chess client using YUI. Initially have used the attr interface of the YUI base class. However as I  did not need the setter / getter / validation interface that attr class provides. Moved back to the normal object properties.

You can find the code for the same on github here.