Explore the Articles

Server-side programming

Introduction to PL/SQL (series 2)

Insert,select,update,delete

Read More

Introduction to PL/SQL Series 1

The buzz word, "relational databases" emmerged in the conversation. Jargon like rows, columns, primary keys, foreign keys, one to many, many to many, joins, and constraints were exchanged between developers and database administrator. In a relational database, the data is stored as tables. Tables contain fields describing the type of date, container name of the data, size, decimal precision, and required or not required constraints. Technically, a table is an object residing in a schema. A schema can contain other objects like indexes, views, snapshots, functions, procedures, packages, sequences, and clusters.

Read More
Dreamweaver

Nested tables

Learn how to use nested tables in Dreamweaver. (WZ2K) Read More
Dreamweaver

Outlined tables in Dreamweaver

Learn how to create outlined tables. Read More
General

Using Dreamweaver MX Snippets

Snippets are a new tool that allow you to collect and manage sections of Code. In many ways the Snippets Library is a code library.

In this article you will learn how to use Snippets in Dreamweaver MX and how to create your own Snippets.

Read More
Databases

Ten Tips for Microsoft Access Developers

Learn Access programming tips such as displaying a range of dates in a Calendar control, creating a blinking label prompt for a text box, converting a number from one base to another, and more. Read More
Server Side

Setting the Code Page for String Conversions

A codepage is an internal table that the operating system uses to map symbols (letters, numerals, and punctuation characters) to a number. Different codepages provide support for the character sets used in different languages. Read More
Databases

International Features in Microsoft SQL Server 2000

This article introduces Microsoft SQL Server developers to the international features of SQL Server 2000. Topics covered include an explanation of Unicode, SQL Server international data types, and key issues regarding implementation. Read More
Dreamweaver

Fixing the "Cant determine Server Date and time" Error in DWMX

Some of you may have experienced the following when using Dreamweaver to connect to a Serv_U FTP server 4.

"Dreamweaver cannot determine the remote servers date and time. The sychronize feature is not available"

What a deadset pain. Why does this happen? How can we get it to work properly?

Read on and with a small amount of effort, all will be back to normal and you will be synchronizing files left, right and centre.

Read More
Server Side

Batch Deletes Made Simple

This tutorial, adapted from Chapter 15 of The Joy of Dreamweaver MX, explains how to enable batch deletes via check boxes in three simple steps.

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.

For more information, visit the book's companion web site, or read a sample chapter - "Uploads Made Simple" - on UDzone.COM.

Read More
Newer articles Older articles