devxlogo

April 27, 1999

Plug the Security Holes

We all know to keep the sa password secret and to share it with as few people as necessary. However, users see no problem with registering their server in Enterprise

The Volatile Storage Qualifier

The const qualifier guarantees that the value of an object cannot be changed directly by the program. However, it may be altered asynchronously–that is, by a way unknown to the

Replace Form Reset Button With an Image

You may already know how to replace the default gray form submit button with an image (see Tip “Replace Form Buttons With Images”), but do you know how to replace

TextArea With Word Wrap

The default behavior for a java.awt.TextArea is to scroll the text you enter to the left once the length of the line of text exceeds the displayable area. When this