Conditional SSI ver

  Conditional SSI
  Category : Cgi-perl Tutorials-tips Server side includes  
  Platform :  
  Price :  
  Developer:  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

This is a concise tutorial on SSI (Server Side Includes). Learn how to apply logic to this nifty server side feature.

 

more Tag: 

Also see ...


WebCom Guide Server Side Includes 1)    WebCom Guide Server Side Includes
 This tutorial explains how to create documents which include other documents and various dynamically generated information, such as the current date, the file`s last modification date, and the size or last modification of other files....

The Server Side Includes Tutorial 2)    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....

BigNoseBird.Com`s Server Side Include Page 3)    BigNoseBird.Com`s Server Side Include Page
 This site presents complete SSI tutorials and reference pages covering everythyng from SSI basics to more advanced topics. Major topics include: Enabling SSI on Your Server, The ECHO Directive, The INCLUDE Directive, The EXEC and VIRTUAL Directives, Nested Directives, A Real Back Button, and eXtended SSI Directives....

Smart Webby`s Guide: Server Side Includes 4)    Smart Webby`s Guide: Server Side Includes
 Server Side Includes allow you to write some commonly used code once and have the server insert it into the pages for you. They cut down your development time by more than 100% as you only need to make changes in the include file and it automatically gets updated in all the pages that use the include. Best of all it reduces our FTP time as you only need to FTP one file and not all the pages using the Include. They are a huge time savers. This guide describes what SSIs are, and how to use the...

Untangling Lists and Hashes 1)    Untangling Lists and Hashes
 In this Part 10 of "The Perl You Need to Know" series, you will be shown how to work with Perl`s list and hash data structures....

Using Inline in Perl 2)    Using Inline in Perl
 The new Inline module for Perl allows you to write code in other languages (like C, Python, Tcl, or Java), as well as toss it into Perl scripts. Unlike previous ways of interfacing C code with Perl, Inline is very easy to use, and very much in keeping with the Perl philosophy. One extremely useful application of Inline is to write quick wrapper code around a C-language library to use it from Perl....

Ada`s Introduction to CGI Programming 3)    Ada`s Introduction to CGI Programming
 Covers Basic structure of a CGI script, Variables in Perl (Scaler and array variables), Decision Trees in Perl, and Opening and reading files in Perl....

Intro to Mod_Perl 4)    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 unavailable to most webmasters. This tutorial explains from how to install mod_perl to Databasing with Mod_perl....

Using CGI::Application 5)    Using CGI::Application
 The author writes "CGI::Application builds upon the bedrock of CGI, adding a structure for writing truly reusable Web-applications. CGI::Application takes what works about CGI and simply provides a structure to negate some of the more onerous programming techniques that have cast an unfavorable light upon it. CGI::Application code is so universal and non-proprietary that it works exceedingly well on any operating system and Web server that supports Perl and CGI. The CGI::Application stru...

AutoResponder Secret Courses 6)    AutoResponder Secret Courses
 What are AutoResponders?, How and Why they Work, How and When to Use Them, How to Write Them, Where to Get Them, How to Design Them, How to Set them Up Cron Tab - What is that? 7 Pre-written Courses with images and a hot headliner that you get to use as is or change to your needs and you sign your name to them!...

Dr.Quek`s notes on Perl 7)    Dr.Quek`s notes on Perl
 This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, it`s designed to help them learn enough to customize cgi script with a little perl knowledge.This tutorial will walk you through the basics of creating CGIs with Perl....

PERL - MySQL Module 8)    PERL - MySQL Module
 Integrate MySQL databasing into your web applications with PERL. Get your feet wet and dive head first into our tutorial....

The Perl Regular Expression Tutor 9)    The Perl Regular Expression Tutor
 The interactive tutor allows you to enter your own input and regular expressions and will show you what matches and what not....