Active Articles: 2038
Total Categories: 16
Sub Categories:616
The Server Side Includes Tutorial | ||||||||
This compact tutorial introduces what Server Side Includes is, how it works, how to configure .htaccess for SSI to work, a few key SSI Tags, and more. ... learn more
| ||||||||
| ||||||||
Crashinto Learning Central | ||||||||
Crashinto Learning Central offers tutorials on Perl, html, and more. ... learn more
| ||||||||
| ||||||||
Dabbling in Live Databases: MySQL | ||||||||
This article focuses on setting up MySQL and understanding its various management complexities. Shows how to create a MySQL database and populate a table with data. ... learn more
| ||||||||
| ||||||||
Perl Basics | ||||||||
This tutorial provides a summary of basic Perl features, organized in categories. It consists of six major sections: Variables and their Related Operators, Control structures, Functions, Regular Expressions, Input/Output, and System Operators. ... learn more
| ||||||||
| ||||||||
All types of redirection | ||||||||
This tutorial contains description of all the types of redirection. Learn how to use Perl, PHP, JavaScript or only pure HTML to transfer user browser to another URL. There are no any other ways except these. ... learn more
| ||||||||
| ||||||||
Tuning Apache for Mod_Perl and CGI-Proxy | ||||||||
Every now and then, someone asks me “Hey, how do I ‘tune’ my webserver to better run proxies? I’ve heard tuning is really important but what does it mean?†or they’ll ask “why is it important to run a dedicated server just for a proxy site? Can’t I run my sites on (some cheaper hosting ... learn more
| ||||||||
| ||||||||
Perl CGI Web Database Programming Tutorial | ||||||||
If you are looking to learn perl cgi database programming for your web site, this tutorial is the easiest way to do it. There are pictures to guide you, and the language used is friendly to non programmers. It is written in a sequential, step by step format, to make it easier to ... learn more
| ||||||||
| ||||||||
Perl/CGI Tutorial | ||||||||
The author notes "This tutorial provides a problem-oriented introduction to Perl within the context of CGI. The approach is narrative. A problem is introduced and the tutorial then proceeds, step by step, to solve the problem. Perl concepts and features are introduced as they are needed to accomplish each step." This tutorial is divided into ... learn more
| ||||||||
| ||||||||
Sending mail with sendmail | ||||||||
Find out how to use sendmail (or other similar mail-serving software) to send e-mail from within your script. It presents a very simple program that emails a confirmation to a user that his/her request to subscribe to a newsletter has been accepted. ... learn more
| ||||||||
| ||||||||
Create RSS channels from HTML news sites | ||||||||
This article shows how to turn any news site into a Remote Site Summary (RSS) web service using Perl. Using several modules from CPAN network, it shows how to: download the page, parse the HTML on the page, and encode the summary info in RSS. ... learn more
| ||||||||
| ||||||||
Flexible CGI Output with HTML Templates | ||||||||
This article describes a simple and effective method to format a CGI script's output from HTML templates, by replacing special template directives with dynamic content on the fly. ... learn more
| ||||||||
| ||||||||
So You Want A Poll, Huh? | ||||||||
This tutorial walks you through step-by-step how to create a simple poll CGI script on your Web site. It provides detailed instructions on how to install it on your server and how to configure the script. Full source code and necessary graphics are also presented. ... learn more
| ||||||||
| ||||||||
