Embed
Email

music store

Document Sample

Shared by:
Anonymous
Categories
Tags
Stats
views:
977
downloads:
12
posted:
8/10/2008
language:
English
pages:
12
DESCRIPTION



The main aim of this site is to make the user to hear a song at his place without any special effort. Just relaxing on his seat he can hear the song. This site consists of various categories. Such as List of Artists        Music Directors List Actors List Actress List Male singers List Female Singers List Latest Films list Latest Songs list



Each list consists of details about the artists. Songs can be selected from any one of the lists. All the songs will be played for at least one minute. This list consists of all the latest songs and old songs. Informations  All about the artists  About Music  All musical instruments  About author Updations Latest songs will be added in the list at that time. Guest book will be provided to write the suggestions about the site. Register counter will be created to count the number of visitors who have visited the site.



Musical Instruments Music is an art that permeates every human society. it is mainly of two types.  Vocal  Instrumental



Vocal music involves harmonious of words and depends upon sweetness of singer’s voice. Instrumental music is the part of music which is produced by musical instruments. In a larger context dance is also considered as a part of music. Musical instruments are classified as :       Woodwinds Brass Percussion Strings Keyboards Electrical and electronic



These classes are useful in grouping instruments In a general way for the kinds of sounds they produce, even though woodwind instruments are not necessarily made of wood nor are brass instruments of metal.  Woodwind Instruments: The flute, clarinet, piccolo, sexophone are the examples of woodwind insruments. In these the vibrating length of the air column is shortened by opening a lateral side holes in succession.  Brass Instruments:



The horn, cornet, saxhorn, euphonium etc fall in this category. A typical brass instrument consists of a cup-shaped mouthpiece, a slightly tapered mouthpiece, cylindrical tubing with valves and a bell.  Percussion Instruments Instruments such as timpani(kettle drums) and xylophone are called percussion instruments because the sound is produced by a blow or beating .  Stringed Instruments: Guitar, harp, violin, viola etc are all stringed instruments. For guitar and harp strings are set into vibration by plucking. For violin and viola the vibration is usually initiated by bowing. The frequency is established by length of the string.  Keyboard Instruments: Instruments such as celesta, pipe organ, accordation and piano are put into the category because the respective vibrating bars, pipes, reeds and strings in these instruments are selected by use of keys in a keyboard. The celesta and piano could also described as percussion instrument because hammers strike the bars and strings.  Electrical And Electronic Instruments: Musical instruments described above become quasi_electrical instruments by the addition of a microphone, an amplifier and a loud speaker. A vibration pickup can be used to generate an electrical guitar and electrical piano. Rigid vibrators such as reeds, rods, bars and tubes with associated pick-up are also exploited as electrical instruments.



DESIGN Input Design The quality of system input determines the quality of system output. Input specification describe the manner in which data enter the system for processing. The design was dine with six major objectives in mind Effectiveness: The input screens serve specific purposes. Each screen has its own servlet to back it up. The screens were developed in visual basic script and HTML. Accuracy: Each screen assures proper links and completion. No screen is left hanging and each one is properly navigatable. Ease of Use: The screens are straight forward and require no extra time to understand. This is especially required in these types of automated manual systems. Consistency: Each screen is grouped data of similar nature together. Simplicity: All the screens are simple and uncluttered and so easy to use and this makes it easy for the user to move from one screen to another. Attractiveness: The input screens are of appealing design, which will surely please the user. The software uses multiple screens rather than jamming all data into one screen. Output Design One of the most important features of an information system for users is the output it produces. Generally the software is graded solely by its output.



The output design was made with four objectives in mind Output designed to serve the intended purpose, All the output screens have a purpose. And they convey the needed information to the user. Output design to fit the user The information needed was determined using the fact finding techniques, which the user needed and preferred. The output is exactly what the user wanted. Appropriate quantity of output delivered Part of the task of designing output was to decide what quantity of output is proper for users. No one is served if excess information is given Making sure the output is where it is needed To be used and useful the output is presented to the right user. Since if the person who requires it does not see them, they have no value.



System requirements

HARDWARE SPECIFICATION: A Multimedia pc with  Pentium 100mhz or higher  640kb memory  32mb RAM SOFTWARE SPECIFICATIONS:         Windows 95/98 ASP MS_Access Vb Script Java Script Internet Explorer 32-bit ODBC driver Personal Web Server



OPEN DATABASE CONNECTIVITY(ODBC): Open database connectivity (ODBC)is a windows technology that lets a database client application connect to a external database. To use ODBC, the database vendor must provide an ODBC driver for data access. Once this driver is available, the client machine should be configured with this driver. The destination of the database, login id and password is also to be configured on every client machine. This is called as a Data Source. The user can configure multiple Data Source with same or different drivers on the same machine. Thus using ODBC, it is possible to access heterogeneous data from any client. The Open Database Connectivity Architecture is shown in the figure.



ODBC is composed of three parts. They are:  A Driver Manager  One or more drivers  One or more data sources



Client application



ODBC data Source



ODBC Driver Manager



ODBC Driver



Database



CREATING AN ODBC DATA SOURCE: Before any application can access an ODBC database, the ODBC drivers must be installed and a Data Source Name(DSN) created using the control panel. The DSN is used whenever a reference is made to an ODBC database.



Steps to create an ODBC data source name on the client:

1. double click on the Oracle ODBC driver. The Oracle DSN



2.



3. 4. 5.



configuration dialog box is displayed. This screen gathers login and connection information. Enter the Data Source Name as XYZ COMPANY in the Data Source Name box. Enter the description in the Description box. Provide the username as scott and the server as server1. Click the next button to continue and display the screen that allows us to choose more options. click on the select button that allows us to choose appropriate translators. To see the list of ODBC drivers installed in the system, the drivers tab must be clicked.



Data Flow Diagrams: The data flow diagrams are developed and used progressively from the general to the specific for the system of interest. To be useful and informative dataflow diagrams must be drawn properly. Systems analyst must first study the current system, that is the actual activities and processes that occur. In the terminology of structures analysis, this is a study of physical system. The physical system is translated into a logical descroption that focuses on data and processes. It is advantageous to focus on the data and processes in order to focus on the actual activities that occur and the resources need to perform them, rather than on whom performs the work. During data flow analysis, these details are evaluated in terms of the logical components of the data flow, system requirements are translated into logical design details. Actual construction, such as the programming of software, translates logical specifications into physical features and a working information system. Data flow diagrams are of two types  Physical data Flow Diagrams Implementation-dependent views of the current system, showing what tasks are carried out and how they are performed. Physical characteristics include: Name of people Forms and document names or numbers Names of departments Master and transaction files Equipment and devices used Location Names of procedures



 Logical data flow diagrams An implementation-independent view of a system, focusing on the flow of data between processes without regard for the specific devices, storage locations, or people in the system. Will not specify the physical characteristics listed above for physical data flow diagrams.



DATA BASE DATABASE NAME TABLE1: MUSIC FIELD SONGS FILMS MALE-SINGERS FEMALE-SINGERS MUSIC DIRECTORS MALE ACTORS FEMALE ACTORS



: MS-ACCESS : db1



TYPE TEXT TEXT TEXT TEXT TEXT TEXT TEXT



TABLE 2: MAIL

FIELD

NO NAME MAIL



TYPE

NUMBER TEXT TEXT



CONCLUSION In this site we can hear the latest hit songs and old hit songs. Main objective of this site is to make it online and exclusively only for Tamil songs. So the aim of the project is to develop application software using the Acitve Server Pages utilities.



By using this site we can add music directors list, actors list, actress list, songs list and also singers list. Each list will furnish the details about the individuals. The main aim of making this site online is to provide the user latest songs, so that if he likes the song he can record that song or buy that cassette. This saves the money of the user. Also the user can relax. Photographs of individuals will be provided if the user wants it he can download it.




Related docs
By registering with docstoc.com you agree to our
privacy policy

You are almost ready to download!

You are almost ready to download!