Press "Enter" to skip to content

Category: Tools

Creating a database search application using Dreamweaver

This article describes how to create a search application using Dreamweaver.  This application makes use the Access database to store information and Active Server Pages to retrieve the data in it. This article is oriented to the intermediate Dreamweaver users. You need to have no ASP programming skills to build this application. All you want to possess is a simple programming logic.This tutorial has Only 2 pages.
The first page is a search form and the second one is a page which displays the search results.

Comments closed

Creating a simple flash sound controller

In this tutorial, we learn how to create a simple sound controller using flash. In this, we focus on the Flash sound Object. This article will show how to control an mp3 file in a flash movie. This articles is aimed at the Flash action Script beginners.
Step1.

  • Create a new Flash movie. (File >> New>>Flash Document)
  • Save it. (File>>Save)
  • Import the sound file. (File>>Import>>Import to Library [*wav OR *.mp3])
  • Create/place 2 buttons on the stage (Window>>Components>>User Interface >>Button)

Now our first step of importing the necessary files are completed

Comments closed

Creating DSN Connection to a database using Dreamweaver

Tool used: dreamweaver 8

Db used: MS Access

In this article,  we learn, how to create DSN Connection in Dreamweaver.

Step.1

The first step in this is to create a system DSN. To create DSN you have to go to (Windows) system’s control panel and then you have to go to “Administrative Tools” then “Data Sources (ODBC)” then go to the “System DSN” TAB.

Comments closed