| Webmaster Articles |
|
|
Why Arent You Using CGIMichael Southon 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. This article gives you details of five free CGI scripts that will do the following:
At the end of this article are details of where to download these 5 free scripts. But first, here are some basic guidelines on how to configure and install CGI scripts: 1. CGI programs usually come in a zip file. Unzip the file and open the README file. This document will give you instructions for configuring the program file. 2. Open the program file using a text editor such as NOTEPAD the program file will usually have the file extension .cgi but may have other extensions such as pl. In most CGI programs you will have to configure the following 4 items: a the path to perl This is where the perl program resides on your server. The path will usually be: #!/usr/bin/perl but could be: #!/usr/local/bin/perl If youre unsure what your path to perl is, check your web hosts online manual or FAQs. If you cant find it there, simply ask your web host. b the path to sendmail Most CGI programs notify you when your visitors have completed a particular action, and for that, the program needs to know where the sendmail program resides on your server. The path to your UNIX sendmail program will usually be: /usr/sbin/sendmail But it could also be something like this: /usr/lib/sendmail Again, check the documentation on your web hosts website, or simply ask your web host. c the absolute path to your CGI directory The absolute path tells the CGI program exactly where to find the file or files that it needs to open. Unfortunately, the absolute path to your CGI directory is not To provide some examples of web design and development I give you here: 10 latest blog posts by Web Developer Jim Westergren I’m an SEO and I have been working a lot with WordPress, here I give you all my tips for you to rank very well in Google with your blog.
UPDATE: Check this blog post for a better guide.
Quick Facts
There are 55 million blogs out there, if you don’t stand out you will have no chance.
The [...] Update, March 9th
I have now changed it again and put some color into it. What do you guys think?
Sunday today and I was away from work with clients so I decided to work with my blog today from home.
I made a new design for this site. Check out the navigation links at the top left [...] This article is written for my friend “honey” (site). I have been bidding against honey on web site auctions for almost 2 years now. I have won maybe 60 auctions and I have now over 100 web sites. Honey owns over 300 …
So here comes my checklist that I want to show honey as I [...] Have you also heard of those horror stories of Google banning Adsense accounts for the smallest mistakes?
You have read the Terms and Conditions and you know the basics but what do you do when you show your friend your site on your computer and the first thing he does is to click the Adsense ad [...] This article is written more for myself so I remember how I do it the next time but probably a few people will also benefit from this for different uses and purposes.
Today I updated all the PR values for the directories listed on my directory list. I had to update each listing in the MySQL [...] Official site of a children’s hospital in Japan
Hey, your “logo” is not blinking!
MSY Technology Pty. Ltd.
Are you sure product X is HOT?
Personal site of Franz Magnus
Incredible that you got several awards for that site.
Angren.net, electronic shop
Can’t you squeeze in something more on the home page?
Official site of Northbridge Police Department
Still being updated in 2006. Perhaps [...] The last days I have been fighting in the war against the latest spam bot soldiers like a maniac.
I own and manage over 70 web sites. This includes different forums, directories, blogs, topsites, article submission sites and you name it.
Very recently there is a new wave of spam. The default captcha for vBulletin is now [...] This is a WordPress plugin that will give you more links and higher rankings in the search engines.
Most bloggers knows the importance of getting links in order to get high rankings in search engines. But did you know that the best links are those that are natural recommendations? Additionally I experienced better rankings across all [...] To improve the navigation of your users as well as search engine traffic and ranking to your WordPress blog I suggest making a good site map of your posts - a map of your site. A kind of user friendly archive of your posts. This is not “Google sitemap”!
The benefits:
The user can quickly find a [...] How I rank on different keywords and links to the different SE queries. |
| home | site map |
|
|