Best Tutorials website
Latest tutorials

Advertisment

Embeding a Third-Party Video in your Drupal website

Embeding a Third-Party Video in your Drupal website

This tutorial shows you how to embed and display third-party video within your content, using Embedded Media Field to automatically parse and...


Views: 3720 | Rating star | by Niraja Mulye
PHP - Content Management

A MySQL Driven Chat Script

A MySQL Driven Chat Script

This article will show you how to create a quick-n-easy chat script using PHP and a very simple MySQL database. The script will allow visitors to...


Views: 1605 | Rating star | by Marry
PHP - Chat Systems

PHP-Based Chat Room

PHP-Based Chat Room

This particular design of web-based chat uses variables posted from a form, processes them into HTML and writes them to a file. Put the form and...


Views: 1589 | Rating star | by David
PHP - Chat Systems

Drop down theme/template selector in PHP/MySQL

Drop down theme/template selector in PHP/MySQL

This tutorial will teach you have to make your site have the option to allow the users to choose the look and feel of the site using PHP, and MySQL...


Views: 1463 | Rating star | by Isac
PHP - Content Management

remotely hosted script

remotely hosted script

This example shows how you can create a remotely hosted script that will display links on a site. The script is created on a site with php...


Views: 1534 | Rating star | by Nick
PHP - Content Management

PHP-browserdetecting script

PHP-browserdetecting script

This tutorial explains how to identify IE4+ or NS4+ on a windows 32 bit platform (all else is 'OtherBrowser') and include different html...


Views: 1565 | Rating star | by Slicer
PHP - Content Management

How to use the PEAR ITX templating system

How to use the PEAR ITX templating system

This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along,...


Views: 1482 | Rating star | by Jason
PHP - Content Management

DeveloperWorks: Getting to know Midgard

DeveloperWorks: Getting to know Midgard

BM's DeveloperWorks website has a nice tutorial on Midgard. Written by David Seager, a software engineer at IBM, the article describes setting...


Views: 1423 | Rating star 3 | by Mathew
PHP - Content Management

Using NeXTensio MX to create a CMS

Using NeXTensio MX to create a CMS

This tutorial intends to be a simple presentation of how easliy you can build dynamic websites and an administration tool for such a site. It has...


Views: 1493 | Rating star | by Adam
PHP - Content Management

How to make your own PHP template script

How to make your own PHP template script

There are many different ways to create a template system in PHP. This tutorial will hopefully show you the basic understanding of this type of...


Views: 1530 | Rating star | by Sean
PHP - Content Management

Data Driven Site and Managing Content with DataMan

Data Driven Site and Managing Content with DataMan

This article/column describes how to create a simple single table, single template content management system. It shows you how to make a powerful...


Views: 1471 | Rating star | by Troy
PHP - Content Management

PHP by example

PHP by example

Throughout two separate parts in this series, the author demonstrates step by step the fundamental principles of PHP in an original real-world Web...


Views: 1621 | Rating star | by Ben
PHP - Content Management

A Template Framework for Static Sites

A Template Framework for Static Sites

Templates can bring order and structure to a web site. This article describes how templates can be used to control the page layout for a site that...


Views: 1524 | Rating star | by Brad
PHP - Content Management

Templates, The PHPLIB Way

Templates, The PHPLIB Way

Templates let you completely separate your PHP code from the HTML, which makes the HTML graphic designers very happy and keeps them from messing up...


Views: 1517 | Rating star | by Troy
PHP - Content Management

 Building Dynamic Pages With Search Engines in Mind

Building Dynamic Pages With Search Engines in Mind

This tutorial shows you how to make a site database-driven, but still indexable by search engines. It also explains how to create a site to be...


Views: 1299 | Rating star | by Donald
PHP - Content Management

Templates - why and how to use them in PHP3

Templates - why and how to use them in PHP3

This tutorial shows you how to create a template-based Web site using FastTemplate class by CDI. By using FastTemplate you can change the look of...


Views: 1381 | Rating star | by Tutorial
PHP - Content Management

Changing Background Colors Based On Day Of Week

Changing Background Colors Based On Day Of Week

Explains how to change your Web page background based on date in two ways: using if elseif and else statement, and using array.


Views: 1362 | Rating star | by Simon
PHP - Content Management

Using Include To Avoid Unnecessary Repetition

Using Include To Avoid Unnecessary Repetition

Simple tutorial showing how to use the function include for simplifying your Web page authoring. Useful for header and footer insertion for...


Views: 1280 | Rating star | by Jarry
PHP - Content Management

PHP Snurk

PHP Snurk

When you run a database-driven website, it makes sense to generate pages on the fly. PHP, MySQL, and Apache let you do just that. But they...


Views: 1534 | Rating star | by Mathew
PHP - Content Management

Session: simple password protection

Session: simple password protection

Usage of sessions is sortly explained by using two examples: a hit counter and a simple password protection script.


Views: 1250 | Rating star | by Adam
PHP - Cookies and Sessions