Categories
Tags → Cgi Tutorial

CGI Tutorial

If you are looking to learn Perl CGI database programming for your web site, this tutorial is an easy way to do it. There are pictures to guide you and it is designed for someone with only minimal html knowledge. Covers perl syntax, cgi script insta...
DETAILS

Load Variables from a Text File and Edit the Values with Perl

The purpose of this tutorial is to not only load variables from a text file into your Flash movie, but also be able to edit and update those variables from that same movie or from a secure administrative area where only you have access. The only req...
DETAILS

Replacing Your CGIs with Java Servlets

Servlet''s portability makes them a powerful alternative to CGIs. This tutorial describes what Servlets are, What you need to run servelts, How to run them, and includes some basic code that can be used in place of a CGI program.
DETAILS

Intro to Mod_Perl

mod_perl is a terrific fusion of the Apache Web server and the Perl language that embeds a copy of the Perl interpreter inside Apache, allowing you to not only speed up existing CGI scripts but also extend your Web server in ways previously unavailab...
DETAILS

Running CGI Scripts with mod_perl

This tutorial explains how to use the Apache::Registry Perl module to improve the performance of your CGI scripts, as well as how to implement SSIs and &<Perl&> sections with mod_perl.
DETAILS

Servlets and JSP

Servlets are Java technology''s answer to CGI programming; JSP is a technology that lets users mix regular, static HTML with dynamically-generated HTML. This tutorial discusses the basics of Java Servlets and JSP, as well as the advantages of us...
DETAILS

Pull-down Menu

The pull down menu is an excellent to condense many links into a small area. In the older days the only way to process a pull-down menu was to use a CGI script, but now you can do it with JavaScript. This tutorial presents several different types of ...
DETAILS

Overview of Servlets and JSP

This is an introductory tutorial on JSP an Servlet. Main topics include: What is a Java servlet?, What advantage does a Java servlet have over a traditional CGI program?, What is JSP?, and What are the Advantages of JSP?
DETAILS

So, You Want A Guestbook CGI, Huh?

This online tutorial guids through the steps to place a guestbook CGI onto your system. This tutorial deals with UNIX servers and UNIX commands for configuration, and assumes that you are able to Telnet into the system, Create directories, and Change...
DETAILS

So, You Want Your Own Counter CGI, Huh?

This is a comprehensive tutorial on how to create your own image counter CGI on your Web page. Main topics include: Make the CGI Directory, Make A Directory for the Counter''s Files, Altering the Script For Your Server, Find the Absolute Path, T...
DETAILS

Page:
©2003-2019 jCay.com