July 2006
Monthly Archive
Domain Names27 Jul 2006 11:35 pm
Domain Name Registration: Some Quick Steps
The domain name registration process is not too difficult, but it can take some time (usually 24-72 hours) before your domain name “propagates” throughout the internet. I find that it normally takes less than 20 hours, so keep that time in mind.
“Propagation” is simply the fact that it takes a while for your site to become visible on the internet due to a process called DNS (domain name server) transfer and various databases that have to be updated.
Although the domain name registration process is fairly easy, there are a few things that you should be aware of:
Open Source Scripts
Commercial web application systems used to be expensive at one time. With the advent of open source solutions such applications are not only available for free but in many cases they are superior to commercial systems.
Now anyone can have access to advanced systems and scripts such as content management systems, forums, auction scripts, ecommerce systems, shopping carts, photgallery applications and more. Some example scripts are provided below.
Content Management Systems * Drupal * Mambo Open Source * PHPNuke * PostNuke * XOOPS
E-Commerce Systems * OsCommerce
Image Gallery Scripts * Image Gallery
Message Forums * phpBB2
Use CGI to Automate Your Web Site
Are you taking advantage of the powerful automation technology available on the Internet? Common Gateway Interface, better known as CGI, is one of the most widely used server applications on the Internet. This software resides on your server and automatically performs specified functions on your web site.
If you’ve been on the Internet for a while, you’ve probably seen many examples of CGI use and didn’t even realize it. Search Engines, Directories and Forums all use CGI scripts. Scripts can run everything from a form on your web site to an affiliate program. They can give you the power to completely automate your web site.
Why Aren’t You Using CGI
The very name CGI used to send chills up my spine. For years I put it in the ‘too-hard-basket’. But like most things in life, CGI is not as scary as it seems. If you have a cgi directory on your website and you know how to FTP files, chances are you can have a CGI script up and running in less than 20 minutes.
CGI (Common Gateway Interface) is not a programming language but a standard that allows visitors to interact with your website. CGI scripts can be written in a number of different languages but most are written in Perl (Practical Extraction and Reporting Language).