Archive for August, 2010

Apache Commons

An overview of many commons libraries. Will try to cover the popular ones in separate posts. Apache Commons – Don\'t re-invent the wheel View more presentations from tcurdt.


Why re-invent the wheel? Apache Commons – Lang

While coding what we do most? I think checking the Object variable if it is not null before using it. There are various things which we do usually in our code like iterating an Array for deleting the item, Escaping Strings for a particular use, Adding days to the current date, Adding an item in [...]


HTML5 Canvas – The Future of Graphics on the Web

HTML5 Canvas – The Future of Graphics on the Web View more presentations from Rob Hawkes.


Change headers for different pages – WordPress

Usually these are standard sections of any website and are not different for different pages but there can be a requirement of different header parts for different pages. The requirement can be of showing some pictorial information like different image in a section of header according to page. Coding this requirement in html pages is [...]