WebWord.com : Interviews : CGI and Web Site Usability (14-Jan-99)



CGI and Web Site Usability

An interview with Bruce R. Gronich, Webmaster of BigNoseBird.com.


What is BigNoseBird.com? What is your role?

Bignosebird.com is a webmastery site that is a bit different than most. It avoids the glitz and bleeding edge and tries to provide people with a good understanding of how to create good web sites. This does not mean boring web sites, but stressing that if you don't have content, looks just don't matter! BigNoseBird (BNB) also doesn't need to turn a profit. Almost all of the advertising on the site points to our own pages!

BNB was designed to be a destination, not a set of links, and almost all of the 200 pages on the site are original content. The other point about BNB I would like to make is that we try and keep things in plain English, and not take
ourselves too seriously.

I founded Bignosebird.com back in June of 1997 and do most of the writing. Christine Hunt joined up with me last year and my term of endearment for her is, "Crayon Handler". Art is not my strength!


In simple terms, what are CGI scripts and the CGI-BIN?

CGI, or the Common Gateway Interface is a means by which your web server software can interact with the rest of your computer system. This allows you to gather information from your site using forms, or to tailor your pages to your reader's needs. The name cgi-bin is really just the name of the directory on the server that holds your scripts!


How effective are CGI scripts at making a Web page more interactive?

A web page as HTML is basically dumb as dirt. It sits there and browser figures out how to present the information to you. With CGI, you can create an interactive experience for your readers. When you use CGI, you can tailor your output for your reader's browser. If you are running a site where people log in, you can actually tailor their pages to meet their individual needs. This is how you create the "MY-wherever.com" type of pages.

HTML is a one way trip down the information highway. The server sends you a page. CGI allows your readers to supply information back to your server, and you can then do whatever you want with the information you receive.


In your opinion do CGI scripts make a Web site easier to use (e.g., navigation, requesting information, and so forth)?

CGI scripts give you the ability to create easier to use sites. The truth is this: poor design with or without CGI will result in a poor experience for your readers. With CGI, you have many more options available. Want to offer a site search? You need to run something on the server to  get the query and then act on it. This is an example of how CGI fits into the big picture.

You also have more information to work with. For instance, if you use CGI you know where the person came from, what browser they are using, what operating system they are on, and some other useful tidbits. With CGI, you can pass information from one page to the next allowing you to do things such as offer them links to the last few pages they visited on your site!


In general, it seems that making a Web site more interactive and functional slows it down. How do you feel about this? For example, can a page be "CGI enhanced" and still download fast?

Performance is a rather complex problem. My attitude is that horsepower is cheap and getting cheaper all the time. The truth is that using CGI and/or Server Side Includes (another great way to create interactive pages) do place a load on server resources. If you have a busy site and create dynamic pages, then you need to take a good look at your hosting situation. I recently moved BNB to its own server due to the stress the site was placing on the hosting company's system. Currently BNB is handling about 100,000 file requests per day and it's load is close to zero! The system is a PC with a few extra parts and runs Redhat Linux and the Apache Server.

Download time should not be an issue. The information that is being sent to the browser is nothing more than good old HTML code. So, if your static page was about 10K and your dynamic page is about 10K, they should arrive in the same amount of time.

The bottom line is this: Do what you have to do to make your site work for your audience.


Are you concerned that that disabled Web users and users with older browsers can't always benefit from CGI scripts or other interactive Web site features? What can (or should) be done about this?

Just the opposite! CGI creates whatever type of output you want -- typically straight HTML that of course you can tailor to the release version of the browser. The browser does not know that anything special is happening on the server side, it just receives a "page" of information. The beauty of CGI is that it works great with any browser, and if someday there is the equivalent of "Handicapped Plates" for browser identifiers, concerned webmasters could   further tailor their pages to meet everyone's needs.


What are your favorite CGI scripts?

I like my own. ;-) Well, actually I like seeing what other webmasters do with them! In all seriousness, I admire the works of Selena Sol (www.extropia.com) and Matt Wright (www.cgi-resources.com). I also find the work at Fluid Dynamics (www.xav.com) to be great stuff.


BigNoseBird has many, many Web development resources. Besides CGI scripts, please describe the resources that you think can be used to increase Web site usability the most.

I think our general design advice and graphics tutorials are a great help to people. They stick to the basics and try to instill some not-so-common sense ideas in people. In other words, I love teaching people from my mistakes!

I also try to get people to think about what they are doing. Web design is like painting, not sculpture. You do not put everything out and then take away what is  not needed. I make the point that if you place a graphic on your site that takes a minute to download, and millions of people visit your site- you have the potential to waste an entire lifetime worth of moments. ;-) A very scary concept.

Another part of the site I really enjoyed creating was the BNB Definitive Guide to Server Side Includes (SSI). SSI can both make your site more usable and more maintainable. All of the navigation on my site is done using this method. To put it simply, it is like a document merge. The server assembles the pages from various pieces. If a link is changed or added, I only have to edit one file, and automatically all of my pages are updated!


How do you think "coolness" and usability should be balanced?

I do not believe the two are opposite ends of a continuum. If you can't use it, it just isn't cool, now is it? After you have seen a Java applet or JavaScript on about 250 sites, so what? Is your reader impressed? Does it contribute to your content, or is it just there because you are impressed by it? 

People need to concentrate on content. I get letters all the time from people wanting to start a web site and need to know where to start. I usually suggest "coming up with an idea!" Define your content. Identify your audience. With some luck, they shall come.


Final comments? Words of wisdom? Shameless plugs?

The most important thing to me is content. Concentrate on what you have to say. Develop your content, and do not waste your time wondering why things look slightly different in each browser.

Avoid that "Looks Best with" nonsense. Your reader that uses a particular browser is used to seeing things a certain way. Why make half your audience feel like they should leave your site for no good reason??? I love visiting a site with both browsers and then writing the webmaster to tell them that it seems to work fine with either one!

Understand that being a webmaster means wearing more than one hat. Move beyond straight HTML and give techniques such as Server Side Includes and CGI a try. You will be able to provide tailored content and have the satisfaction of having developed some good, and I might say marketable, skills!

A plug? Okay. Be sure to stop by Bignosebird.com and have a look around. While you are at it, be sure to tell all your friends about it as well.


Bruce, a sincere "Thank you!" for helping us understand the potential power of CGI and its role in Web site interactivity.

By the way, here's Bruce Gronich's bio...

  • Since 1983 he has worked in a wide variety of industries as a systems and management consultant specializing in Unix based relational database management systems. Bruce is currently a Senior Managing Consultant with Business Logic in New York.

I strongly encourage everyone to visit BigNoseBird.com -- it is an excellent resource for Web developers at all levels. It is a Web site that I visit often.

- John

(This interview was conducted via email by John S. Rhodes)

Read another popular interview: No More Broken Links!

Recommend this WebWord.com interview to a friend.


Contact John S. Rhodes, the WebWord.com Editor and Webmaster

URL: http://www.WebWord.com/interviews/gronich.html

(c)1998-99 by John S. Rhodes. All rights reserved.
Do not reproduce or redistribute any material from this document,
in whole or in part, without explicit written permission from John S. Rhodes.