http://www.flashperfection.com
http://webdesign.org
http://www.tutorialkit.com
http://www.vectorials.com
http://www.3dlessons.com
http://www.markuptutorials.com

Tutorials by clearnetwork

You can find here all the 12 tutorials by clearnetwork. The author's home page URL is http://www.total-php.com.
Sort byTutorials Per Page
Pages:1 | 2 | Next| Last
In PHP 5 you can make your life a lot easier by writing an autoload function. This function will automatically load your classes, so you do not need to repeatedly include classes on every page.
November 5, 2008 Today Views: 4 Total Views: 257
A common feature found on many websites upon user registration are random passwords. This tutorial will walk you through a script that generates a random password to a given length.
November 4, 2008 Today Views: 5 Total Views: 299
web promotion
Continuing on from our article on Listing files stored within a directory using PHP, this quick guide will walk you through how to upload a file to a server using PHP.
October 27, 2008 Today Views: 1 Total Views: 285
Being able to create lists out of files within a directory quickly and easily is a really good skill to have, especially when creating Content Management and web based File Management Systems.
October 21, 2008 Today Views: 1 Total Views: 258
This tutorial focuses on a thumbnail generation script. Rather than generating a smaller representation of the image, it cuts out a section of the photograph to create an obscure snapshot of the photo itself.
October 15, 2008 Today Views: 6 Total Views: 419
"Search Engine Friendly URLs" or "User Friendly URLs" are a much better way of constructing your URLs for dynamic pages. In this article I will discuss some basic ways of doing this, with a little help from mod_rewrite.
October 14, 2008 Today Views: 1 Total Views: 229
When creating a membership based site security is paramount - especially if you're dealing with personal information. When it comes to passwords you'll want to encrypt them wherever they are stored so they can't be stolen. Here are a few things you can do to make your passwords as safe as possible.
September 24, 2008 Today Views: 1 Total Views: 152
A common feature to CMS scripts is a browser based means of editing your templates. This can be helpful if you manage your site remotely or on the move quite often. In this tutorial we walk through how to create a simple template editor in PHP.
September 24, 2008 Today Views: 2 Total Views: 185
The second part of this tutorial details the PHP code that checks data has been entered and send an email containing this data.
September 23, 2008 Today Views: 1 Total Views: 143
Part 3 of the contact form tutorial looks back at the error checking in place previously, and asks the question "How can we make it better?".
September 22, 2008 Today Views: 1 Total Views: 148
Pages:1 | 2 | Next| Last