Explore the Articles

Server Side

Using the DataGrid SB

This tutorial creates the ASP.NET/VB version of the Edit Listing Details page from Chapter 16 of The Joy of Dreamweaver MX. It includes coverage of DataGrids, DataSets, web controls, and setting up an ASP.NET site in Dreamweaver MX.

The Joy of Dreamweaver MX: Recipes for Data-Driven Web Sites is a web developer's cookbook filled with dozens of "secret" recipes that DMXers can really sink their teeth into.

Download the code for the tutorial from the book's companion web site, or read a sample chapter - "Uploads Made Simple" - here on DMXzone.

Read More
Dreamweaver

Getting Started With Dreamweaver MX

This article will explain more the Dreamweaver MX development environment, and give you a general overview of the possibilities.

It is extracted from the book Dreamweaver MX: PHP Web Development

Read More
Server Side

Linux Web server & MsSql server Database

This tutorial may help you to solve some problems if you decide that you need to connect from a Linux box to a MsSql Database server. After that we will see what diferences are if you use ADOdb and Phakt Server Model.

Read More
Server Side

Automatic Log In

What this tutorial does is instead of having multiple login pages for different things, you can just have one universal login page that automatically sends the values of the form to the requesting page that sets the value to a session variable.. Read More
Databases

AutoOrder and AutoSort Recordset Output

This code will provide you with the how-to on setting up Dreamweaver as well as the code inserts needed to dynamically sort and order your data on the fly.  Simple and effective, and makes you look like a better webdev then you are! :)

Read More
Dreamweaver

Dreamweaver MX - The Application Panel

This article explains the Application Panel in Dreamweaver MX.

It is part from the book Dynamic Dreamweaver MX written by many famous people including our own Omar Elbaga from the UDzone team!

Read More
Server Side

Advanced Users Online

Many people have tutorials out there that allow you to count the number of active users online with the use of the global ASA file; however, they do not show you the user's location and "what they are doing".

i.e, going to your users_online.asp page may show the following:

  • user J.Buttafucco is viewing the guestbook (/dev/guestbook.asp)
  • user A.Fischer is deleting a guestbook entry (/dev/guestbook_delete.asp)
  • user T.Harding is beating people up (/dev/beat_peeps_up.asp)
Read More
Manuals

Insert / Update with the RTE editor

This tutorial will desribe how to build an Insert / Update page using the RTE editor Read More
Dreamweaver

Dot Net News: First Experience with ASP.NET in DWMX

This tutorial details the steps of building a basic ASP.NET vb application with the new DreamWeaver MX from the perspective of an experienced UltraDev 4 user. In this example we will build a simple news content management application. This tutorial covers ASP.NET objects, controls, and ASP.NET security as well as the issues I encountered working with ASP.NET VB pages in DWMX.

Read More
Dreamweaver

Uploads Made Simple

Chapter 13 of "The Joy of Dreamweaver MX" explains how to easily add a file upload feature to your site. It covers the most popular file upload extensions for ASP and ColdFusion MX, as well as storing image dimensions in hidden fields, and inserting the filename into a database.

This tutorial, and others like it, can be found in the book "The Joy of Dreamweaver MX," published by McGraw-Hill/Osborne.

The book's companion site is www.newmanzone.com.

Read More
Newer articles Older articles