devxlogo

Tip Bank

Traverse All the Nodes of a DOM Tree

This is just a litle method that illustrates how to get the minimum of information from all nodes of a DOM tree. The key of this method is the “old-school”

Entering Dates in Different Formats

Suppose you are developing a Web page which contains a text field in which a user can enter a date. The problem is that in different parts of the world

Fetching Even and Odd Records in Oracle

This tip will help you understand how to apply the mod function and use it to obtain even and odd records from columns in Oracle. You basically want to retrieve

Use BigDecimal Instead of Double Data Type

In certain situations, you need to show the exact decimal values. If you use the double data type, you need to truncate the decimal values. To avoid truncation while obtaining