|
Learn all the basics for Macromedia Dreamweaver MX. From installation to websites publishing in simple steps.
www.siteownersdesign.com/design-tutorials/dreamweaver-mx-tutorial/
|
|
Build a simple shopping cart with UltraDev and some "Cut 'n Paste" ASP code. This tutorial has covered the building of a basic E-Commerce site consisting of Product Management, Product Catalogue, Shopping Cart, Checkout, Payments and e-mail routines for the Orders and Confirmations.
www.webthang.co.uk/tuts/tuts_ud4/uecart/uecart_1.asp
|
|
Part 5 deals with passing information between multiple forms and pages by using variables and hidden fields. UltraDev makes the whole process of processing forms easy.
www.webthang.co.uk/tuts/tuts_ud4/ue5/ue5_1.asp
|
|
Build a search facility for your database driven catalogue. In this episode, Gordon guides you through the process of building search and results pages and also introduces you to the joys of SQL.
www.webthang.co.uk/tuts/tuts_ud4/ue4/ue4_1.asp
|
|
This time, Gordon explains how an "Update records" page can be built enabling you to edit the catalogue you created in part 2. He also shows you how to limit the records displayed on the "View Wines" page and builds a neat little navigation routine for moving between records.
www.webthang.co.uk/tuts/tuts_ud4/ue3/ue3_1.asp
|
|
In this tutorial we look at building an on line database driven catalogue (with images) for a wine merchant using UltraDev's ASP techniques to Display, Add To and Delete catalogue items.
www.webthang.co.uk/tuts/tuts_ud4/ue2/ue2_1.asp
|
|
So you have just downloaded a trial version of UltraDev and don't know where to start. Try this tutorial from WebThang.
www.webthang.co.uk/tuts/tuts_ud4/ue1/ue1_1.asp
|
|
A simple login using Ultradev that redirects each specific user to a directory specific to them or their needs. This is achieved using UD an a little tweaking
www.webthang.co.uk/tuts/tuts_ud4/mark_udev1/uemark1_1.asp
|
|
An easy to follow guide to creating connection strings including DSNLess, OLEDB and Server.MapPath techniques. Plus a free download of PathFinder which automatically generates custom connection strings for you.
www.webthang.co.uk/tuts/tuts_ud4/ue6/ue6_1.asp
|
|
Mike takes you step by step through the process of building a Guest Book using UltraDev. If you have worked through the "UltraEasy" tutorials you are ready for this excellent tutorial by web designer and part time rock star Mike Fear!!
www.webthang.co.uk/tuts/tuts_ud4/gbook/gb1.asp
|
|
Build a fully functional Forum (Message Board) with UltraDev and some Microsoft Access trickery.
www.webthang.co.uk/tuts/tuts_ud4/ueforum/p1.asp
|
|
Build an ASP voting system and get your visitors to vote for their favourite tipple online! This poll system is built using Dreamweaver MX, Access and some "Copy 'n paste" code. If you are still running UltraDev though, you will not have any problems converting it.
www.webthang.co.uk/tuts/tuts_dmx/dmx_poll/dmx_poll1.asp
|
|
A basic tutorial in Dreamweaver 4.0 focusing on the beginning user. This workshop teaches the user how to build a site from the ground up!
www.dzfx.com/workshops/list/2/Dreamweaver_4/
|
|
Download a printable version of the Dreamweaver UltraDev 4 manual, Using Dreamweaver UltraDev.
www.macromedia.com/support/ultradev/
|
|
This tutorial shows users how to build an E-commerce store using the UltraCart. Shows detailed screen shots of each major page in the site along with shots of the Data Bindings and Server Behaviors so you can see what has been applied to each page.
www.princeton.edu/~rcurtis/ultradev/tutorial8.html
|
|
If you want to add one parent record and multiple child records, here's how it's done. This is a great example of why you should use stored procedures.
www.princeton.edu/~rcurtis/ultradev/tutorial3.html
|
|
For many applications, you want users to be able to add new records. The basic Server Extensions that ship with UltraDev alow you to issue SQL INSERT statements, but only to one table. In many cases, you may need to insert data to multiple tables at the same time which linked by a common ID field. This tutorial will show you how.
www.princeton.edu/~rcurtis/ultradev/tutorial2.html
|
|
This tutorial demonstrates passing a parameter value from one recordset to another on the same page using UltraDev.
www.princeton.edu/~rcurtis/ultradev/tutorial1.html
|