Tip Bank

DevX - Software Development Resource

Printing Out a Column in an Array

Question: What is the command for printing out a column? Answer: In general, you’ll probably use an HTML table, with a single cell in each row, to display your data.

DevX - Software Development Resource

Making an Alert Pop Up With a Message

Question: How do I make an alert that pops up and says “this site best viewed with IE4 at 1024 x 768”? Answer: Making such a popup is easy. Just

DevX - Software Development Resource

You Cannot Change the Title of an Alert Box

Question: How can I change the title of a JavaScript alert box from “www.www.www (JavaScript Application)” to whatever I want? Answer: Simple?you can’t. Unfortunately, JavaScript coders don’t have any control

DevX - Software Development Resource

Cross Browser Database Application

Question: I am about to embark on a new Web-based application using Internet Information Server (IIS), Active Server Pages (ASP), SQL Server, and Visual InterDev. So, the back end is

DevX - Software Development Resource

Setting Your Default URL

Question: How can I set my home page as my default URL? Answer: Setting your default URL is done differently in Microsoft Internet Explorer and Netscape Navigator. From within Microsoft

DevX - Software Development Resource

Internationalizing Currency Value Displays

As with dates, different countries and regions use different symbols and formats when displaying currency values. Java 1.1 provides a simple facility for displaying a currency value in a manner

DevX - Software Development Resource

The qq Function for Long Strings in Perl

If you write CGI programs in Perl, you probably find yourself using a lot of long print statements for outputting HTML. HTML uses a lot of double quotes, so it’s