|
 |
Web Development Tutorials
A Simple Hit Counter
This tutorial will show you how to build a simple hit counter. It does not use any sql or databases and stores the hits in a text file. All you need to create for this script is your asp file and a text file. In the text file, simply enter the number 0 and save it in the same directory as count.txt. Take a look at the basic source code.
Rating 3/5
| 2004-04-12
Protecting your PHP and HTML Source Code
There are many reasons now as a web designer, software programmer or website owner that you may want to start considering the safety of your HTML or PHP source code. Some related reasons are... Rating 3/5
| 2004-04-08
Improve Linux performance
Performance breakthroughs seem to come in two varieties: easy and hard. That's no platitude; the boundary between the two is surprisingly clear. When you hear about some -- the easy ones -- you clap your hands and say, "wow" or "of course" or "slick." Although in some cases it has taken considerable genius to realize their first application, they're easy to understand. The other kind involve careful measurement, specific knowledge, and a fair amount of tuning. These are often both frustratingly and rewardingly contingent on "local conditions" such as hardware specifics.
Rating 5/5
| 2004-04-08
Publishing Newsletters Using PHP & MySQL - 4
The time has arrived to launch your publishing career at last. The subscribers have subscribed and your emails have been validated. Now all you have to do is, write the newsletter, copy/pase it in the box and click the submit button. Rating 5/5
| 2004-03-29
Publishing Newsletters Using PHP & MySQL - 3
By the end of the previous article we sent a verification email to whomever submits the subscription form. The email should contain the following message... Rating 3/5
| 2004-03-28
Publishing Newsletter Using PHP & MySQL - 2
In this article we'll make a form that accepts name and email. There'll be a JavaScript to check if valid email has been entered. Let me point out that the validation here is just going to be for illustration purpose. Someday we'll discuss a complicated script to check valid email addresses. Rating 5/5
| 2004-03-28
Publishing Newsletters Using PHP & MySQL
Are you tired of using third-party tools to send out routine notifications and emails to your clients? Or, do you want to send your newsletters with individual names of people in the beginning. This series of articles helps you achieve this. Rating 3/5
| 2004-03-26
Unix Webserver Crontab Basics
Crontab is a unix program that acts as a task scheduler. It serves one purpose and only one. It runs programs at the times or dates that you tell it to. A lot of people seem to get confused whenever the word crontab is mentioned. Rating 5/5
| 2004-03-26
Setting Up Apache, PHP & MySQL On Windows
I'm writing this article assuming you're running Windows XP on your computer. Even if you are not, you can use this article to setup these three on almost all basic Windows flavors. Rating 4/5
| 2004-02-25
Adding records to a MySQL database using PHP
There comes time when your website tends to transcend the boundaries of mere brochure type looks. There is a need to interact, to seem dynamic, and to respond according to your visitor's behavior. You also want your visitors to go through a list of offerings that run into hundreds. Creating hundreds of web pages having a uniform layout for hundreds of products can become an overwhelming task. Rating 3/5
| 2004-02-23
|
| |
|
 |
|