Best Tutorials website
Latest tutorials

Advertisment

PHP & Java

PHP & Java

The author notes 'The Java extension is an extremely exciting tool. By learning how to use this module, you can extend PHP by the power of all...


Views: 768 | Rating star | by Amy
PHP - Miscellaneous

PHP for PDF

PHP for PDF

With this Tutorial you'll learn how to use the PDF extension in PHP4 to create PDF documents. It also puts focus on creating PDF documents...


Views: 761 | Rating star | by Sarah
PHP - Miscellaneous

Mathematical Averages In PHP

Mathematical Averages In PHP

Shows how to calculate an average of ratings example, given the accumulated total of all ratings and the total number of votes.


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

PHP 4: Reference Counting and Aliasing

PHP 4: Reference Counting and Aliasing

Reference counting is one of the hottest new features in PHP 4. It reduces the memory consumption of your PHP applications, improves performance,...


Views: 585 | Rating star | by Sarah
PHP - Miscellaneous

Harnessing PHP's FreeEnergy

Harnessing PHP's FreeEnergy

This article talks about a seemingly minor change to the include function and how it has dramatically affected the creation of Web applications,...


Views: 0 | Rating star | by Stephen
PHP - Miscellaneous

Switching From VB to PHP

Switching From VB to PHP

This article focuses on the switch from Visual Basic to PHP. Several examples are presented.


Views: 668 | Rating star | by Colin
PHP - Miscellaneous

Making your PHP code work better with Front Page

Making your PHP code work better with Front Page

Here, you will find tips on how to work around some common problems that may occur when inserting PHP code within pages on Microsoft Front Page.


Views: 544 | Rating star | by Sean
PHP - Miscellaneous

Storing Data in the Client

Storing Data in the Client

One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming...


Views: 691 | Rating star | by Brad
PHP - Miscellaneous

Time and Date

Time and Date

Learn how to easily display the time and date on your page using php.


Views: 443 | Rating star | by Amy
PHP - Miscellaneous

Alternating Row Colors

Alternating Row Colors

Learn how to add a new row to your mySQL using the power of PHP.


Views: 460 | Rating star | by Slicer
PHP - Miscellaneous

AOL AIM Profile Viewer

AOL AIM Profile Viewer

This tutorial will show you how to make a script to see who has seen your AOL Instant Messenger profile.


Views: 472 | Rating star | by Stephen
PHP - Miscellaneous

Browser-Dependent Stylesheets

Browser-Dependent Stylesheets

Learn how to make a Browser-Dependent Stylesheets using PHP.


Views: 440 | Rating star | by Simon
PHP - Miscellaneous

Directory List

Directory List

Learn how to make a directory list in PHP.


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

Page Loading Time

Page Loading Time

Learn how to output the time a page takes to load.


Views: 456 | Rating star | by Mark
PHP - Miscellaneous

Verifying a URL

Verifying a URL

Learn how to see if a URL is valid. and still alive or if it's a 404 Not Found


Views: 454 | Rating star | by Nick
PHP - Miscellaneous

Alternating row colors

Alternating row colors

Alternating row colors is a very good way to make big tables more ergonomic and esthetic. Script and explanation here. Also explains the modulus...


Views: 438 | Rating star | by Colin
PHP - Miscellaneous

Loops

Loops

A brief over view of loops. Echos out from 0 to 12. Just for beginner's to loops.


Views: 502 | Rating star | by Steve
PHP - Miscellaneous

Terms Of Service

Terms Of Service

This tutorial will show you how to add a terms of service like the one when you register on a forum on your site. So if you are say offering...


Views: 479 | Rating star | by Steve
PHP - Miscellaneous

Setting Up Zend Optimizer Tutorial

Setting Up Zend Optimizer Tutorial

The Zend Optimizer is a free application that runs the files encoded by the Zend Encoder and Zend SafeGuard Suite, while enhancing the running...


Views: 425 | Rating star | by Sean
PHP - Miscellaneous

Server Push and Server Sockets

Server Push and Server Sockets

The term 'server push' generally means that a server pushes content to the browser client. In reality, a browser doesn't allow this...


Views: 475 | Rating star | by Sean
PHP - Miscellaneous