There is a growing collection of free, well written software out there and this is a list of the applications I use. Many of them can be run standalone so are perfect for carrying on a USB stick.
The following JavaScript function allows you to set the visibility of an HTML element to be visible or invisible by the value of its ID attribute. It also allow you to toggle the current visibility.
The following JavaScript function allows you to set the visibility of an HTML element to be visible or invisible based on its "name" attribute. It also allow you to toggle the current visibility.
The following article explains how to create sets of Yes No checkboxes that are mutually exclusive. That is when you check the Yes box the corresponding No box is unchecked.
This example code shows how you can use VBScript to read and write standard text files. It can be used for reading lines from one file, processing them and then writing them back to another file.
Using the name attribute the function below can be used to either select all, select none or toggle a number of checkboxes using either buttons or text links.
When you delete records from a record set in Oracle Application Express using a Delete button it is best to give the user a chance to cancel. This can be easily achieved using a JavaScript popup box.
If you attempt to run SQL queries in a SQL worksheet and that query includes ampersands then SQL Developer will prompt you for bind variable values. Here is the solution.
The Oracle Application Express URL contains a number of parameters. These parameters are documented but the summary below is quick guide to get you started.
The CSS standard allows you to specify a minimum height of an element. This works fine in proper browsers such as Firefox. In Internet Explorer 6 it doesn't work properly.