0 Comments    Jun 11, 2003

This is a tutorial that explains how to achive Global Illumation using Cinema 4D XL and keeping rendering time to a minimum. You could also consider this as a tutorial in HDRI.

 
 Filed In: Graphic Design

 0 Comments    Apr 17, 2003

The Update command is one of the important features that Dreamweaver MX / Ultradev provided to web developer. Unfortunately, this command was not applicable to PHP pages. This tutorial explains how to re-create the ASP Update command in Dreamweaver MX so that it works with PHP pages. This is particularly useful for those who have an image gallery in MySQL and would like to track the number of hits to every individual image.

 
 Filed In: Web Development

 0 Comments    Jul 19, 2002

Ever since Dreamweaver MX was released, one of the questions that I noticed was asked more often than most was how to create a horizontal looper for the PHP/MySQL server model. I have been working away at it for months and I believe what I found may help. It tried to create an extension out of it, but the Dreamweaver MX API was so complex and I could not be bothered figuring it out.

I hope this tutorial will help a lot of php programmers out there create their own horizontal looper pages for whatever purpose they wish to use it for. If you're ready. let get started.

First of all, open up Dreamweaver MX and create a new dynamic PHP page. Identify the recordset that you wish to use and create a recordset.

 
 Filed In: Web Development