Redirecting Visitors to a New Page with a <META> Tag
If your Web site moves to a new address, you won’t want to lose all the people who have bookmarked the old one. Luckily there are several ways to create
If your Web site moves to a new address, you won’t want to lose all the people who have bookmarked the old one. Luckily there are several ways to create
Question: I’m trying to create a padding effect around this box of text that glides on to the screen from the right. I need to have it so that the
Starting with Visual Basic 4.0, you can add conditional compilation statements and use them to create different versions for 16-bit and 32-bit environments or to call debugging DLLs while testing
Sometimes it is useful to know if your program is running within Visual Basic’s Integrated Development Environment (IDE) or as a standalone EXE. This routine returns True if the program
You can read and write arrays quickly from files using Put and Get. This approach is faster than reading and writing the array one entry at a time: Dim arr(1
Black and white printers cannot print gray lines, but they can dither to create gray areas. To create a gray border around an area, draw thin gray boxes with DrawStyle
Don’t you hate that VB5’s Setup Wizard doesn’t include all the files you reference in your application? For example, if you access a picture or animation file at run time
Many sites include rollover effects to make images change when the mouse moves over them. However, sometimes there’s an unsightly delay while the second graphic is downloaded from the server.
If you’re not careful about how you include Java applets in your Web pages, people who use browsers that don’t support Java (or who have deliberately switched off Java support)