Explore the Articles

Server Side

Installing PHP as CGI binary (on Windows Platform)

This is a set of Instruction rather than a tutorial, for those who want to get the PHP up and running as soon as possible. I'll be looking forward to discuss more PHP with you in the future. So this could be a good starting point. Read More
Server Side

Configuring Apache 2 and PHP 4 for Windows

This tutorial is designed to help you set up a server environment for using PHP with Dreamweaver on a Windows platform. The tutorial recommends using the Apache Web Server, Windows Installer Version, and zipped source code for PHP. Read More
Server Side

Copy and compact Access DB

For those of you that use MS Access to provide dynamic content on your websites (or your customer's websites), have you ever had to make a quick change to your database?  What do you usually do?  Ftp the database to your desktop change it then upload it back ... right?  What if you database is several megs in size?  What if you have a steady stream of visitors?  I will show you a couple of scripts that will allow you to copy your live DB to a backup so that you can download the backup and a script that will copy your backup DB to Live.

Here is an usefull script to copy and compact your Access DB

Read More
Server Side

UCase LCase Capital word or sentence

Applying a UCase (all uppercase) or LCase (all lowercase) to a word or sentence is a standard function within Dreamweaver. Applying a UCase to the first letter and the rest a LCase in the word or sentence needs some manual coding. This short tutorial shows you how to use these stringfunctions.

Read More
Server Side

Using Dreamweaver MX with ASP and mySQL

This tutorial shows how to use Dreamweaver MX with ASP pages talking to a mySQL database. The only main problem you will run into is how mySQL handles dates, and this tutorial shows you how to fix that. Read More
Server Side

PHP Nested Loop Tutorial

A tutorial about nested loops in PHP and MySQL. Read More
Server Side

Deleting multiple records using a series of checkboxes

How to delete multiple records in a single operation using a series of checkboxes.

http://www.drdev.net/article02.asp

Read More
Server Side

Setting up an OLE DB connection to an Access database

OLE DB not only offers a performance benefit over ODBC connections (DSN) but also has some increased functionality. This article shows how to set up an OLE DB connection to an Access database.

http://www.drdev.net/article09.htm

Read More
Server Side

Complex Sorting and Paging ASP.Net and DWMX

When I started programming I would scour the internet for good examples of code, You usually end up writing most yourself. I began programming <html> in 1999 and used notepad until I found out about Dreamweaver and Visual Studio and then I went crazy making sites. This article will teach the advanced and Intermediate users the great WYSIWYG of the Dreamweaver environment and the power of MX and .Net with a little homemade code to make it all come together for Complex ASP.Net Datagrid ASC/DESC sorting and paging.

Read More
Server Side

Pure ASP.NET Upload for Dreamweaver MX

Welcome to the tutorials of Pure ASP.NET Upload.

What will you learn:

  • How to create a file upload 
  • restrict certain files or sizes of files from being uploaded
  • upload files and insert them in a database
  • and much more...
Read More
Newer articles Older articles