Randomizer for ASP
This article will show you how to create a simple but powerful randomizer.
Type : ASP Tutorials
Level : Beginner
Added : Oct 24, 2005
Customizing the Status Bar Message
Editor's Pick in JavaScript, October 2005
Place this script in the <HEAD> section of your web page code to add a scrolling marquee to your status bar.
Type : HTML Tutorials
Level : Beginner
Added : Oct 11, 2005
Tip Boxes
When writing content for your site you might want to give some tips or explainations for particular words or phrases. For this you might consider using DHTML Tip boxes that appear when a link is rolled over. The following example shows how you can do this.
Type : JavaScript Tutorials
Level : Beginner
Added : Oct 07, 2005
Pagination with PHP
This tutorial is designed to guide you through the logic and code behind the process of paginating data in PHP. In this tutorial, the data is retrieved from mySQL database...
Type : PHP Tutorials
Level : Beginner
Added : Oct 05, 2005
One File Website
This will be for the smaller websites, for the larger ones you can always include, this is still a great tutorial. It's quite simple really, PHP has a nice variable array called $_GET, You can set a variable to be equal to this, to use in if statements, like this...
Type : PHP Tutorials
Level : Experienced
Added : Oct 05, 2005
PHP Functions
As with any decent language, PHP allows you to write your own functions. Let's look at a simple one...
Type : PHP Tutorials
Level : Beginner
Added : Oct 05, 2005
Cookies Handling
Another great feature in PHP is cookie handling, PHP lets us do this with ease. The function we use to set a cooke is setcookie()...
Type : PHP Tutorials
Level : Beginner
Added : Oct 05, 2005
Handling Files
We can use PHP to open files and manipulate the data contained within them...
Type : PHP Tutorials
Level : Beginner
Added : Oct 05, 2005
Variables, Comments
We can assign values to variables with ease. Assiging a value to a variable works from right to left. The value on the right will be assigned to ...
Type : PHP Tutorials
Level : Beginner
Added : Oct 05, 2005
About PHP and ASP Style Tags
PHP stands for "PHP: Hypertext Preprocessor". Alot of people have been confused by this as the acronym PHP is part of the actual name derived from the acronym. PHP is a general-purpose scripting language, its ease of use and learning curve make it especially suited to web development...
Type : PHP Tutorials
Level : All levels
Added : Oct 05, 2005

