General Tutorials
Working With CSS
Basic CSS
An introduction to using cascading stylesheets.
Simple CSS Centering
A simple example of centering fixed-width divs that'll work for all major browsers.
Working With htaccess Files
Stop Hotlinking
Using mod_rewrite and htaccess files to prevent people directly linking to your images.
Custom Error Pages
Creating custom error pages such as 403 (forbidden) and 404 (page not found) to match the style of your website.
Password Protecting Directories
Using htaccess file to protect certain directories within your site with a username and password.
Apache + Linux Tutorials
Installing Apache
A quick guide to installing the apache webserver on Windows XP or Windows 2000.
Installing APF (advanced policy firewall)
Installation and basic configuration of the APF firewall for linux based servers.
PHP + MySQL Tutorials
PHP Basics
PHP Basics
A general introduction to PHP, what it is, some benefits it has, how to output text to your pages, setting variables and a little more.
PHP Includes
An introduction to the PHP include function and example an of how to use this to create a template base for your website.
PHP General
Easy Navigation
This is a brief tutorial on writing a simple script for easy page navigation using PHP, without use of the code-heavy switch() function normally chosen for this type of script.
If And Else Statements
Understanding the basics of IF and ELSE statements to perform tasks or display content based on certain conditions.
Opening Files
A brief guide to opening and managing files using PHP's fopen() function.
Single And Double Quotes
The basic use of single and double quoted strings in PHP, which to use when and the general difference between the two.
Scripts And Code Examples
Click Tracker
This is a fully working script that'll let you create a list of links then record and display the number of clicks each one gets, though it's very basic but each section is explained and perhaps you can turn it into something useful.
Clickable Smilies
Using a combination of PHP and Javascript to add clickable smileys to your news posts, shoutbox or anything similar.
Image Uploader
Create a basic script for allowing users to upload images to your website.
CSS Style Switcher
Let you users select different styles or themes for your website.
Creating A GuestBook (part 1)
Creating a simple PHP + MySQL based guestbook. Part one covers creating the table to store the messages.
Creating A GuestBook (part 2)
Part 2 - Creating the form and adding the information into the database.
Creating A GuestBook (part 3)
Part 3 - Fetching the messages from the database and displaying them on your page.
HTML + Javascript Tutorials
The Basics
Basic Page Layout
The starting point, a quick explination of "tags" and the basic HTML page layout.
Javascript Functions
The basics of using Javascript functions to execute code or perform commands within your pages.
External .js Files
Using external .js files to manage your Javascript.
General Javascript
Alert, Confirm + Prompt Boxes
A brief explaination of Javascript alert, confirm and prompt boxes.
Working With Tables
Creating Tables
A simple introduction to tables.
Table Border Styles
Making use of different border styles, such as dashed and dotted borders.


