Using loops to send mail to multiple recipients is a PHP based article to make use of loops in sending to multiple reciepients. This taught program also guides you to test your mailing script before sending it to any member or clients. This...
A Quick Introduction to PERL is a tutorial that will help even a beginner to understand how to create and modify simple Perl scripts. This tutorial covers basic topics as variables, loops and ifs, functions, reading environment variables and many...
Guessing speed improvements of one piece of code to another is at best lost time. If you can't measure it, it isn't worth the effort. Just take into account database access: which cursor to choose for maximum speed? Or changing the order of For...
Browser Shake FX can be used in your web pages to give your visitors a rocking effect. This is a JavaScript, which can make the visitors browsers to shake like hell. The effect is implemented by means of a simple series of loops, which movers the...
This program is helpful for any programmers to check and debug their javascript program. This script executes functions of javascript through console. Some features of this program are, it does not abort with endless loops, it avoids interruption...
This is an online resource site for Macromedia Flash development. It has Flash flas and tutorials, SWFs, and sound loops that are available for anyone to download.
Free Flash Intros.com: Free Flash Intros, Websites, Movies, Mp3 Players, Buttons, Generators, Games, Open Source Fla's, Sound Effects, Mp3 Music Loops, Free Flash Counters, Flash Stuff, plus more!
This is an online introduction tutorial for learning the basics about PHP. It provides you with examples which shows how to use different variables, functions and loops etc to build dynamic webpages online. It also teaches you how to install PHP...
The Obsess is a Perl based script which is a quick script to run finger on an email address in countless loops to find the availability status of a person on a website and to find whether the person has unread the email. The script is also very...
This is third article of the series and teaches you about Perl's control structures. The tutorial can be undertaken by people with non-programming background to understand the FOR and WHILE loops. It also introduces you to Perl's array variables. |