Most Recent Knowledge Base Articles
Installing Easy Search
This document provides detailed instructions for installing the Easy Search application. The person installing this application should have a reasonable amount of working knowledge of the following: Perl MySQl Server file structures File uploading File p ...
posted April 16, 2010 in Documentation: Easy Search
This document provides detailed instructions for installing the Easy Search application. The person installing this application should have a reasonable amount of working knowledge of the following: Perl MySQl Server file structures File uploading File p ...
posted April 16, 2010 in Documentation: Easy Search
Installing Easy Directory
This document provides detailed instructions for installing the Easy Directory application. The person installing this application should have a reasonable amount of working knowledge of the following: Perl MySQl Server file structures File uploading Fil ...
posted April 16, 2010 in Documentation: Easy Directory
This document provides detailed instructions for installing the Easy Directory application. The person installing this application should have a reasonable amount of working knowledge of the following: Perl MySQl Server file structures File uploading Fil ...
posted April 16, 2010 in Documentation: Easy Directory
Installing Event Calendar Pro
This document provides detailed instructions for installing the Event Calendar Pro application. The person installing this application should have a reasonable amount of working knowledge of the following: Perl MySQl Server file structures File uploading ...
posted April 16, 2010 in Documentation: Event Calendar Pro
This document provides detailed instructions for installing the Event Calendar Pro application. The person installing this application should have a reasonable amount of working knowledge of the following: Perl MySQl Server file structures File uploading ...
posted April 16, 2010 in Documentation: Event Calendar Pro
Installing Web Community Pro
This document provides detailed instructions for installing the Web Community Pro application. The person installing this application should have a reasonable amount of working knowledge of the following: Perl MySQl Server file structures File uploading ...
posted April 16, 2010 in Documentation: Web Community Pro
This document provides detailed instructions for installing the Web Community Pro application. The person installing this application should have a reasonable amount of working knowledge of the following: Perl MySQl Server file structures File uploading ...
posted April 16, 2010 in Documentation: Web Community Pro
URL encoding using Perl
URL encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI) under certain circumstances. Although it is known as URL encoding it is, in fact, used more generally within the main Uniform Resource Identifier (URI) set, whic ...
posted March 10, 2010 in Perl
URL encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI) under certain circumstances. Although it is known as URL encoding it is, in fact, used more generally within the main Uniform Resource Identifier (URI) set, whic ...
posted March 10, 2010 in Perl
Parse form data using Perl
Parsing form data is easy using Perl. The subroutine below will parse the data and place the variables in a %FORM hash. sub parse { if ( $ENV{'CONTENT_TYPE'} =~ m|^multipart/form-data|i ) { my $q = new CGI; %FORM = $q->Vars; } else { my ($vars,@VARS); if ...
posted March 10, 2010 in Perl
Parsing form data is easy using Perl. The subroutine below will parse the data and place the variables in a %FORM hash. sub parse { if ( $ENV{'CONTENT_TYPE'} =~ m|^multipart/form-data|i ) { my $q = new CGI; %FORM = $q->Vars; } else { my ($vars,@VARS); if ...
posted March 10, 2010 in Perl
Strip HTML from text strings with perl
In the age of ever-increasing spam, stripping html from text strings can be a very useful function, especially when processing form input. If you strip HTML code from form input, spammers will quickly give up. This article will show you how to accomplish ...
posted September 2, 2009 in Perl
In the age of ever-increasing spam, stripping html from text strings can be a very useful function, especially when processing form input. If you strip HTML code from form input, spammers will quickly give up. This article will show you how to accomplish ...
posted September 2, 2009 in Perl
MySQL Fulltext Search
One of the most powerful features of MySQL is the fulltext index. The fulltext index allows text searching in a very effective manner. A fulltext index can be created for TEXT, CHAR, and VARCHAR fields. Now, let's create a sample table and use this table ...
posted August 30, 2009 in MySQL
One of the most powerful features of MySQL is the fulltext index. The fulltext index allows text searching in a very effective manner. A fulltext index can be created for TEXT, CHAR, and VARCHAR fields. Now, let's create a sample table and use this table ...
posted August 30, 2009 in MySQL
What is Yum?
Yum is an open-source command-line package-management utility for RPM-compatible Linux operating systems. Yum can be used to install, update, and remove packages and their dependencies on RPM-based systems. Yum has been released under the GNU General Pub ...
posted August 30, 2009 in Linux
Yum is an open-source command-line package-management utility for RPM-compatible Linux operating systems. Yum can be used to install, update, and remove packages and their dependencies on RPM-based systems. Yum has been released under the GNU General Pub ...
posted August 30, 2009 in Linux
Javascript Form Validation
JavaScript can be used to validate data in forms before the data is submitted. This is quite effective and user friendly. There is nothing more irritating to a user than filling out a long form, submitting the form, receiving an error, then hitting the b ...
posted August 22, 2009 in Javascript
JavaScript can be used to validate data in forms before the data is submitted. This is quite effective and user friendly. There is nothing more irritating to a user than filling out a long form, submitting the form, receiving an error, then hitting the b ...
posted August 22, 2009 in Javascript
Displaying 10 most recent articles
