CGI Installation: 3 Beginner's Mistakes in CGI Installations
| by Radhika Venkata | September 30, 2007 |
|
As a webmaster of your site you need to know about installing scripts for yourself. Otherwise you will end up with paying hundreds of dollars for script installations. |
Using Perl and Regular Expressions to Process HTML Files - Part 3
| August 27, 2007 |
|
For the script to be useful, we need to be able to run it on any web page. Changing the script so that it can do this is fairly straightforward. |
Using Perl and Regular Expressions to Process HTML Files - Part 2
| by John Dixon | August 17, 2007 |
|
In this part we'll develop a Perl script to process an HTML file. |
Using Perl and Regular Expressions to Process HTML Files - Part 1
| by John Dixon | August 16, 2007 |
|
Like many web content authors, over the past few years I've had many occasions when I've needed to clean up a bunch of HTML files that have been generated by a word processor or publishing package. Initially, I used to clean up the files manually, opening each one in turn, and making the same set of updates to each one. This works fine when you only have a few files to fix, but when you have hundreds or even thousands to do, you can very quickly be looking at weeks or even months of work. A few years ago someone put me on to the idea of using Perl and regular expressions to perform this 'cleaning up' process. |
10 Reasons Why C Should Be Your First Programming Language
| by Anuj | July 27, 2007 |
|
To a beginner programmer the biggest question is where to start. Which language to choose from the mighty pool of 100’s of languages. |
4 Tips to Find the Web Host That's Right for You
| by Mansi Gupta | July 05, 2007 | |
Programming Languages such as ASP, PHP, Perl/CGI, JSP and ColdFusion are used to create a lot of popular scripts (software) to help your website function. |
PHP Frameworks
| by Pranav Bhat | June 18, 2007 |
|
These frameworks are free and provide a host of services to satisfy almost all of the web development needs of a web designer or a website owner. |
Article-Object Query Language for Distributed Cache
| by Iqbal Khan | May 31, 2007 | |
NCache lets you create a scalable distributed cache in the middle-tier so you can reduce expensive trips to the database and greatly improve your application performance. |
Avoiding the Impact of Spam
| by Jonathan Coupal | May 11, 2007 | |
Unsolicited commercial email, also commonly known as spam, has developed a negative reputation because it is at best a waste of valuable time and at worst an offensive intrusion into one’s desktop. |
What Is the Strongest Hash Algorithm?
To secure messages that you send over the internet you can use a hashing algorithm, which transforms a text string into an alphanumeric string. |