Tip Bank

DevX - Software Development Resource

Redirecting to Another URL with setTimeout

Most of Web developers may be familiar with the META REFRESH tag in HTML. This tag is used to take the user to another location automatically, after a specified delay.

DevX - Software Development Resource

Improving Usability with the LABEL Tag

When it comes to usability, the devil is in the details. Annoying little quirks can make your users hate to use your perfectly good web app. One easy (but often

DevX - Software Development Resource

Dynamic Templated Objects

Question: How does the compiler handle dynamically allocated templated objects? As I have read, the compiler generates code for templated objects and functions according to the required data type. Answer:

DevX - Software Development Resource

Run-time Library

Question: What is a run-time library? How are they different from other libraries? Answer: A library is essentially a file that contains compiled object modules (a module is an object

DevX - Software Development Resource

Dynamically Changing Content without DHTML

The DHTML capabilities (such as changing the text color/fonts/size dynamically) are very nice features to have, but unfortunately, they are not available on all browser applications. Essentially, DHTML features work

DevX - Software Development Resource

Submitting Forms with Unselected Checkboxes

Checkbox control is one of the widely used controls in Web pages. However, it is important to understand that a name/value pair for the checkbox is only submitted with the

DevX - Software Development Resource

Filtering On Node Name

Question: I have an XML document for news items. It has a tag which has 3 child nodes , and , of which there can be multiples with the one