Java Utility for JDBC

Code reusability is one of the many benefits of object oriented programming.

For example, in Java if you need to perform email validation in different classes, rather than writing validation code in each class you can create email validation method in one class and then call that method from other classes. Now you have only [...]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • StumbleUpon
  • Digg
  • del.icio.us
  • Reddit
  • Sphinn
  • blinkbits
  • NewsVine
  • Smarking

2008 Blogging goals

Inspired by a recent post at DailyBlogTips

I seriously started thinking about my blogging goals for 2008. Since I just started blogging a few months ago I have a long way to go. Following are some of my objectives that I would like to achieve during 2008.

Share and Enjoy:
These icons link to social bookmarking [...]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • StumbleUpon
  • Digg
  • del.icio.us
  • Reddit
  • Sphinn
  • blinkbits
  • NewsVine
  • Smarking

Use your keyboard efficiently

Keyboard shortcuts are often more efficient than clicking mouse buttons. Of course the hard part is to learn and memorize the shortcuts. But once you start using keyboard you probably will not go back to mouse-clicking.

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

If you enjoyed [...]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • StumbleUpon
  • Digg
  • del.icio.us
  • Reddit
  • Sphinn
  • blinkbits
  • NewsVine
  • Smarking

Make your stylesheet a work of art.

Jina Bolton at Vitamin.com has an excellent post for all CSS developers. She described how you can write well structured stylesheets which are more efficient and easy to maintain. Some of the tips may look intuitive but many times we all need reminder to get the basics right. In my experience lot of [...]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • StumbleUpon
  • Digg
  • del.icio.us
  • Reddit
  • Sphinn
  • blinkbits
  • NewsVine
  • Smarking

zparacha.com nominated for iBlogCup

I am very excited that my blog was nominated for 3rd International Blog Cup competition. The voting is open till December 7th. If you like my blog and can spare a minute I encourage you to cast your vote at iBlogCup.com
Thanks for all who have voted for me so far.

Share and Enjoy:
These icons link to social [...]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • StumbleUpon
  • Digg
  • del.icio.us
  • Reddit
  • Sphinn
  • blinkbits
  • NewsVine
  • Smarking

Sort numbers in Javascript array

Sorting an array in Javascript is a snap.
You create an array and then call sort() method on that array. The Javascript sort() method sorts an array in lexicographical order. This method is very useful in sorting alphanumeric values of an array. However, sort() will not work if the array consists of numeric values. Because [...]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • StumbleUpon
  • Digg
  • del.icio.us
  • Reddit
  • Sphinn
  • blinkbits
  • NewsVine
  • Smarking