Best Tutorials website
Latest tutorials

Advertisment

Domain & TLD parsing

Domain & TLD parsing

Parsing URLs in PHP isn’t perfect. Don’t get me wrong here, it does the job when it comes to breaking the URL in logical parts, but, it doesn’t...


Views: 583 | Rating star | by Adam
PHP - Miscellaneous

Making a Randomized Image (Useful for Forum Avatars)

Making a Randomized Image (Useful for Forum Avatars)

Create a script that randomly selects and image and displays it.


Views: 641 | Rating star | by Colin
PHP - Randomizing

How to create a basic rating system

How to create a basic rating system

In this tutorial I will show you how to create a basic and simple to use rating system. To make the script more simple and database independent we...


Views: 904 | Rating star | by Tutorial
PHP - Polls and Voting

Monkey PHP: Database Basics

Monkey PHP: Database Basics

Covering the basics of databases. Databases are a means to store data. Many dynamic websites are database driven because it means the data can be...


Views: 616 | Rating star | by Mathew
PHP - Database Related

Infrared / Monochrome Effect

Infrared / Monochrome Effect

Black/White or Monochrome effects on pictures are evergreens in image manipulation and picture presentation. Also some speak of the so called...


Views: 1013 | Rating star | by Amy
Gimp - Digital Art

CMS Tutorial: Part 2: Data Access Layer

CMS Tutorial: Part 2: Data Access Layer

Create your own content management system using an OOP approach. The second part implements a class that handles the database functions that we’ll...


Views: 741 | Rating star | by Colin
PHP - Content Management

Tell-A-Friend Form

Tell-A-Friend Form

See how to create a tell-a-friend form in PHP. The source code shows you how to validate user data and then safely process it. Check the demo.


Views: 600 | Rating star | by Simon
PHP - Form Processing

Working with objects - MS PowerPoint 2007 {Tutorial for beginners}

Working with objects - MS PowerPoint 2007 {Tutorial for beginners}

This step by step tutorials explains you how to work with objects without using position markers or templates, in PowerPoint 2007. Follow the link...


Views: 738 | Rating star | by Source
MS PowerPoint - Miscellaneous

Creating a Random Password Generator

Creating a Random Password Generator

How to create a script that generates a password from the current time in microseconds.


Views: 624 | Rating star | by Simon
PHP - Randomizing

PHP File Create

PHP File Create

A basic tutorial on creating PHP for reading and writing.


Views: 586 | Rating star | by Ben
PHP - File Manipulation

Creating a simple password protection

Creating a simple password protection

This tutorial will teach you how to create a very simple password protection for your web pages.


Views: 592 | Rating star | by Mark
PHP - User Authentication

Making eyelid rig with driven keys and expressions using Autodesk Maya

Making eyelid rig with driven keys and expressions using Autodesk Maya

Here’s simple eye region model with eyeball. Goal for this tutorial is to make few blend shapes for 4 position of eye and drive that blend shapes...


Views: 719 | Rating star | by Mathew
Maya - Animation

Creating a PHP Script Timer

Creating a PHP Script Timer

This timer is easy to implement and determines the time taken for a php script to execute correct to a microsecond.


Views: 614 | Rating star | by Troy
PHP - Date and Time

HTML Mail

HTML Mail

This tutorial will show you how to send email with HTML output in PHP.


Views: 640 | Rating star | by Tutorial
PHP - Form Processing

Creating a simple SQL script executor

Creating a simple SQL script executor

In this tutorial I will show you how you can create a simple PHP script to execute MySQL batch files.


Views: 625 | Rating star | by Isac
PHP - Database Related

Conexion a una base de datos

Conexion a una base de datos

Veremos paso a paso como conectar una base de datos mysql usando php como lenguaje de programacion.


Views: 590 | Rating star | by Stephen
PHP - Database Related

Monitor a simple business process with Websphere Business Monitor

Monitor a simple business process with Websphere Business Monitor

This tutorial is more than a cookbook. It clearly explains the monitoring capabilities, defines choices you can make, and guides you through...


Views: 580 | Rating star | by Adam
Linux - Linux and other OSs

Chinese Characters in PHP String Literals

Chinese Characters in PHP String Literals

This article provides tutorial notes on Chinese characters in PHP string literals. Topics include PHP string literal syntax; testing Chinese...


Views: 640 | Rating star | by Nick
PHP - Development

20 Minutes with PHP Varibles

20 Minutes with PHP Varibles

This tutorial goes over the string and integers variables in PHP.


Views: 677 | Rating star | by Isac
PHP - Introduction to PHP

Redirect The Browser Using PHP

Redirect The Browser Using PHP

If you want to redirect the user to another page, use this script.


Views: 893 | Rating star | by Stephen
PHP - Redirection