All Tutorials / Submitted by birdman

Displaying 1 - 10 of 15 tutorials

Page 1 of 2 · Next »

Graphic

Skill Level

Sort By

Simple PHP Logon System

By birdman View profile · All Other Tutorials / Beginner

Make a simple effective logon system using $_SESSION

Simple Image Viewer

By birdman View profile · Javascript Tutorials / Beginner

Add image URLs and everything's generated.

Express PHP Templating

By birdman View profile · All Other Tutorials / Beginner

Shorter than the previous tutorial (Quick PHP Templating) perhaps easier. I'll keep it short.

Random Images

By birdman View profile · Javascript Tutorials / Beginner

Learn to output random image on a page - in case you have too many images to share ;)

Timed Alert

By birdman View profile · Javascript Tutorials / Beginner

Learn to use setTimeout. In this tutorial I show you how to use it on alert()

Installing Apache2.2, MySQL5.2 & phpMyAdmin2.7

By birdman View profile · All Other Tutorials / Advance

Installation guidelines by a newbie for newbies

Universal Player

By birdman View profile · HTML Tutorials / Beginner

Use this single html code to retrieve audio or video on the net

PHP Select Box Navigation

By birdman View profile · All Other Tutorials / Beginner

Just like the traditional javascript drop down menu

Looping (for loop)

By birdman View profile · Javascript Tutorials / Beginner

How for() loop works and how to apply it.