Explore the Articles

Share your Macromedia Flash content

Share your Macromedia Flash content content created for the Pocket PC, and you could win cool prizes—including a plasma TV and an iPod mini.  Every qualifying entry will have a chance to win great prizes.

Read More
Macromedia Products

Neat Fireworks Button Tutorial

Learn how to create a quick and easy button with Firework MX.

Read More
Macromedia Products

Dynamic DHTML Scroller

The tutorial will explain the process of creating a Dynamic DHTML scroller with data drawn from a database. The tutorial is easy to follow and you will not need to code either ASP or DHTML. Dreamweaver and it's extensions will do the job for us. We will use ASP, VBScript with Access2000 database for behind the scenes jobs and use Cross Browser Autoscroller to achieve the DHTML effect. Read More
Server-side programming

Retrieve inserted ID with Stored Procedure and @@identity

Here's a quick and dirty tut on how to retrieve the just inserted records ID with the use of Stored Procedures in SQL Server using the @@identity function Read More
Macromedia Products

Dynamic Image Viewer/Selector

A very cool 'Image Viewer/Selector' that incorporates the ability for a user/admin to upload their own photos/images, include those in my 'Viewer/Selector' automatically, and then allows them to select that image for use in their article. Read More
Macromedia Products

Inserting multipe values dynamically and faster

Want to insert values extracted from another database into another database that has a totally different format? Try this tutorial and you might be surprised how easy it is. If it doesn't work for you, trust me, you'd get the idea.

Read More
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