Popular Developer Tutorials

Customizing the PHP Error Handler
This tutorial is intended for the novice or intermediate PHP programmer. Basic knowledge of creating and using functions is assumed.One of the last areas that developers seem to deal with in their code is error handling.
Wednesday, 21st June 2006

How to Handle a Many-to-Many Relationship with PHP and MySQL
This tutorial is intended for those developers who come across the situation where they need to cater for what is known as a 'many-to-many' relationship. It will explain how to generate the database tables to deal with such a relationship, and how to design HTML forms to display and update the contents of these tables.
Friday, 21st July 2006

Giving search engine spiders direction with a 301 redirect
If you are renaming or moving files, you may lose your visitors and rankings! Preserve them both with this simple .htaccess 301 redirect.
Wednesday, 2nd November 2005

HTTP Error Codes Reference
The jargon of the web has added many new words and terms to the English language.... way too many! - it's hard to keep up with the terminology, definition and explanations.
Wednesday, 2nd November 2005

Making a Flash Website
An easy to understand tutorial on making your very own flash website.
Tuesday, 2nd August 2005

Saving PHP Session Data to a Database
As you should be aware the HTTP protocol, as used for serving web pages, is completely stateless. This means that after the server has received a request, processed it and sent a response, the process which dealt with that request dies. Anything that the process had in its memory therefore dies with it, so when a subsequent request is received from the same client it is unable to refer to its memory about anything that happened previously.
Friday, 22nd September 2006

HTML Forms POST, GET
Web forms have two possible methods of passing information back to the script that will process the form.
Saturday, 1st October 2005

The Mouseover / Rollover Effect
This is what you often see on various web sites - when you hover your cursor over an image, it metamorphoses into some other image. Leanr how to do it yourself.
Tuesday, 9th August 2005

Accessing and Manipulating XML Data in Microsoft .NET Framework
The Extensible Markup Language (XML) is a simple, flexible and portable markup language. It is the preferred standard of communication developed by the World Wide Web Consortium (W3C).
Wednesday, 23rd August 2006

Sorting an Array in PHP
Now and then you need to sort your arrays alphabetically or numerically, if nothing else, then just to apply some programming logic and attain the desired output. You can sort an array in PHP by using two functions...
Thursday, 20th April 2006

Adding records to a MySQL database using PHP
There comes time when your website tends to transcend the boundaries of mere brochure type looks. There is a need to interact, to seem dynamic, and to respond according to your visitor's behavior. You also want your visitors to go through a list of offerings that run into hundreds. Creating hundreds of web pages having a uniform layout for hundreds of products can become an overwhelming task.
Tuesday, 28th February 2006

Accessing and Manipulating XML Data in Microsoft .NET Framework
The Extensible Markup Language (XML) is a simple, flexible and portable markup language. It is the preferred standard of communication developed by the World Wide Web Consortium (W3C).
Tuesday, 24th October 2006

Sending HTML Email with ASP
Let's now see how we can send HTML messages using the Active Server Pages. The process is quite similar to sending the regular, text message, but yes, there are a few modifications. Using the code given, you can send HTML messages...
Thursday, 18th August 2005

User Feedback HTML Form
Finally we come to Forms. After going through this celestial section you'll be able to make your own HTML feedback forms so that the visitors can send you feelers about what are their intentions vis-à-vis you and your Web site, and other sundry things that may or may not concern you.
Tuesday, 2nd August 2005

A Shopping Cart Class in PHP
Classes have eluded me (rather I have eluded them) since the beginning of my primitive programming days (remember Turbo C++?). They have always hovered over the horizons. This hasn't nagged me much, for I've been managing without classes pretty well, but sooner or later I had to come in contact with them. So in the morning (and I hadn't slept the entire night) I executed a gut-wrenching plunge into the depths of classes, and the shopping cart class was the first thing I wrote. Here's the class...
Thursday, 18th August 2005

Developer Categories



Developer Tutorials
ASP
CGI & Perl
CSS
Flash
HTML
Java
JavaScript
MySQL
PHP
Python
XML

Developer Documentation

Developer Tools



Search our Developer Tutorials
  The DevSyndicate Network