• Database
  • Oracle

Generating Random Data in Oracle

Most of the times, production data is not available in development environments. Here, I would like to share a single…

14 years ago
  • Database
  • Oracle

Deleting Duplicate Rows in Oracle

Deleting duplicate rows from tables is one of the common task oracle developers come across. The data might get duplicated…

14 years ago
  • News
  • Web 2.0

Facebook: Facts you probably didnt know

Have you ever wondered how Facebook has grown rapidly in these recent years! Here is a wonderful info about Facebook.…

14 years ago
  • Spring
  • Spring 3 MVC

Spring 3 MVC: Create Hello World application in Spring 3.0 MVC

[ad name="AD_INBETWEEN_POST"] Welcome to the Part 2 of Spring 3.0 MVC Series. In previous article we went through the Introduction…

14 years ago
  • Database
  • Featured
  • Oracle

Invisible Indexes in Oracle 11g

The effective usage of an index is always a big question. There are instances in production environments, where an index…

14 years ago
  • Featured
  • Spring
  • Spring 3 MVC

Spring 3 MVC – Introduction to Spring 3 MVC Framework

[ad name="AD_INBETWEEN_POST"] Introduction to Spring 3 MVC Framework Spring MVC is the web component of Spring's framework. It provides a…

14 years ago
  • Java

Eclipse Tip: Add your own Code Template in Eclipse

If you are using Eclipse as your primary development IDE, then you may want to know about Code templates in…

14 years ago
  • News

Say Hello to WordPress 3.0!

Finally the much awaited version of the most popular blogging software has arrived. WordPress 3.0 release has been just announced.…

14 years ago
  • Database
  • Oracle

Oracle Data Compression

As the data grows in relational databases (new business requirements, managing audit data etc), the cost associated with the disk…

14 years ago
  • JavaScript
  • JQuery

Understanding jQuery animate() function

jQuery animate() function is very powerful API to manipulate html elements and add animation functionality. The use of animate function…

14 years ago