Your First Perl Script
| by John Saya | March 08, 2006 |
|
All Perl scripts start off with the same line. It tells the server where the Perl interpreter is (Generally this does not matter on a Windows based server). |
How to Install a CGI Script and Increase Web Site Interactivity
| by Herman Drost | December 22, 2004 |
|
You may have delayed cgi script installation due the apparently complex process. Well, I avoided it also for several years, however if you want to increase your web site's interactivity it's a necessity to know how to do it. |
Backup--Transfer--FTP!
| by MAK [Muthusamy Anantha Kumar] | December 22, 2004 |
|
Having a standby server in a remote site, copying backup files directly to a Disaster recovery site or other requirements such as transfering files from one location to another using FTP creates the need for creating a FTP batch file using a changing parameter file. |
Use CGI to Automate Your Web Site
| by Shelley Lowery | December 22, 2004 |
|
Common Gateway Interface, better known as CGI, is one of the most widely used server applications on the Internet. |
35 Deadly Website Sins That will Kill Your Business!
| by Shelley Lowery | December 22, 2004 |
|
A list of 35 web site mistakes that will make your site appear to be unprofessional and ultimately cost you business. |
Create Your Own "First Visit" Popup Window
| by Shelley Lowery | December 22, 2004 |
|
It's a proven fact that the use of popup windows is a highly effective marketing technique that produces great results. |
Forms -- Back to the Basics and Beyond -- Part One -- Basic Forms Tutorial
| by Shelley Lowery | December 22, 2004 |
|
If you've been on the Internet for a while, you've probably filled out a number of online forms. Forms are used to obtain information from your visitors right through your website. |
Forms -- Back to the Basics and Beyond -- Part Two -- Advanced forms
| by Shelley Lowery | December 22, 2004 |
|
In part one of this series we focused on setting up a basic form on your website. We discussed the Form Element Attributes and began the Form Element Properties. |
Forms -- Back to the Basics and Beyond -- Part Three -- Form Tips & Tricks
| by Shelley Lowery | December 22, 2004 |
|
In part three of this series we will focus on some great tips and tricks you can use to spice up your forms. |
CGI Script Installation Tutorial
| by Benny Alexander | December 22, 2004 | |
This article is to make your CGI-Installation work a lot easier. |