Archive for the ‘ Programming Languages ’ Category
22/10
Easy-to-follow tutorial and examples of CGI programming in Visual Basic.
22/10
This Topic Guide covers Web-related programming with Python, ranging from simple CGI programming, generating and parsing HTML and XML.
22/10
8 interactive lessons on programming CGI in Python that cover the Python CGI module, database interactive, as well as basic introduction to the language.
22/10
Describes how to use a Python template module to separate your code and HTML.
22/10
This is a 74-slide presentation on how to program CGI scripts in Python, written by the creator of Python himself.
22/10
Covers common programming mistakes that are repeatedly seen in all programming languages. The topics included cover documentation, overuse of variables…
22/10
A lengthy PHP tutorial that explains how to maintain state between pages, use PostgreSQL and install PHPLIB.
22/10
This article explains how to create variables with names based on other variables.
22/10
In this article, we explain why optimizing PHP involves many factors which are not code related, why tuning PHP requires an understanding of how PHP performs.
22/10
This article is intended for those with knowledge of PHP who want to avoid some of the most common serious mistakes.
22/10
Turning on taint mode in your Perl CGI scripts will make them more secure. Learn how to activate it and how to fix problems.
22/10
Using Perl in the construction and operation of a large website. Includes instructions on site maps, the mirroring process, and more.
22/10
Creating an XML-RPC Web service with Perl is almost as easy as CGI scripting. This article will bring you up to speed on what XML-RPC is and how to use Perl’s Frontier::RPC library to create simple clients and servers. /
22/10
Randal Schwartz (author of popular titles Learning Perl and Programming Perl) writes monthly columns for WebTechniques magazine dealing with CGI.
22/10
UNIX system administration, always a thorny problem, is easier with the right tools. In this installment, Teodor presents ideas on the use of Perl to streamline and foolproof system administration. The system configuration engine, cfengine, is an extremely important tool in this context.
