devxlogo

December 10, 1998

ISDN Telephone Number

Question: I am looking for a way to get a telephone number off an ISDN card and into a Visual Basic 5.0 application. Can you help me? If you can’t

Concise CSS Font Definitions Save Space and Time

When defining a style with multiple font properties, you can save space and enhance readability by collapsing the font attribute values into a concise notation. A restriction of using this

Trademark HTML Entity not Universally Supported

Web authors have come to depend on HTML entities (those strings that begin with & and end with 😉 to represent special characters (from ISO 8859-1 Latin-1). Microsoft Internet Explorer

Pre-construction Initialization

Java provides a construct that offers functionality similar to inline functions in C++. In Java, this feature is provided by static intializers. Static initializers are blocks of code within a

Methodological Unimplementation

Designing a class for an application involves identifying and defining its behavior and state. The behavior is defined in the form of methods that the class provides. Often, in the