Going through some articles found a some what useful article describing some of the useful jQuery UI plugins which every developer would come across. I for a fact never knew jQuery supported the marquee tag which is quite obsolete now but yet supported by all current browser. The article can be found here.
Cheers
Friday, January 1, 2010
Wednesday, December 30, 2009
A cool java decompliler for Eclipse
Found a pretty cool java decompiler for eclipse. Can be found here.
Monday, November 30, 2009
Firfox performance tuning tips
DZone had this amazing article on how to improve the performance of firefox. Give it a try guys...
Friday, November 20, 2009
Some useful yet basic CSS
http://www.webdesignerwall.com/tutorials/5-simple-but-useful-css-properties/
It might be some basic ones but sure has some day to day useful CSS functionality clearly explained.
It might be some basic ones but sure has some day to day useful CSS functionality clearly explained.
Want to unit test your Statis classes? Power Mock to the Rescue
While reading through some articles on dzone i stumbled upon this google project which allows you to test your static methods. Now i have used easy mock which i integrated to our current project. But easy mock does not allow you to test static classes. It basically creates mock methods based on the interface you pass into it. This on the other hand will allow you to test your static methods which i believe is a very useful piece of tool for a developer. The project can be found here.
Wednesday, November 18, 2009
jQuery best practices and common mistakes
From recent times i have had a passion to learn jQuery which is the much talked about Java Script framework these days. Today i found these few articles which exlaines common mistakes we make when coding through jQuery and how to avoid them. I also found a pretty valuable piece of software called dynaTrance which allows you to monitor Ajax performance and find bottle necks just like profiling in java. The software can be found here.The articles which explains about the jQuery best practices can be found below;
Aricle 1
Article 2
Aricle 1
Article 2
Subscribe to:
Posts (Atom)