الاثنين، 20 سبتمبر 2010

Online Movie ticket reservation

Ticket reservation has always been a favorite project for computer science and information technology students. While working on this project student get practical knowledge of database and front end language.

You can use any internet language for this project such as PHP, JSP or ASP.NET . Its all depend on you , whichever you are comfortable with. For databases, you need to know concepts of normalization as well as SQL .

Source Code for this project :
CinRes Cinema
MVTT

Related Projects :

Computer Final Year Project Ideas

الجمعة، 17 سبتمبر 2010

Digital Audio Processing

Audio Processing can be done in two ways, one is analog and other one is digital. Most preferential way now days is Digital Audio Processing because analog signals are representation of data streams which are variable in time whereas digital stream is representation of same data in discrete points(samples). More samples we have more accurate our data is.
Why audio signal processing is so important?
In past recording your song requires great amount of money,time and resources. With the development of simple filters and recording softwares life has become easy for young singers, who can now record their songs from their home and process them with the help of filters and audio processing softwares available online.Using this technology, we can filter unwanted sounds and reduce frequency to our comfort level.

How to do it?

Sound is made of different frequencies and to filter it first we need to separate these frequencies from one another. And this separation can be done using Fourier Transform. Read More

Important things to know :

What is audio signal processing ?

Digital Processing 

Digital audio processor

Related PDF :

DAP

Source code :

DAP at sourceforge.net

Related Video :

الاثنين، 13 سبتمبر 2010

Quiz Projects


You can build general knowledge (gk ) quiz application. It will have two interfaces , one for user who takes the test and another one for administrator who can create, edit, update or delete test. Moreover it will have two other modules, one for calculating the marks of the user and other for reporting it.

This project can be build in any language but if you want to learn programming skills, you should build this software in C,C++ or Java . High level languages such as VB or .NET .If you want it to build quickly you should use ruby on rails.

For database, you can use mysql. It is open source and available for free.

My personal favorite method is to use CMS( Wordpress, Joomla or Drupal).

In this post, I will discuss the wordpress method with you and it will not take only couple of hours for your own professional quiz management system. It is five step procedure:

Step 1) Install xampp (for linux and windows) or MAMP for Mac

Step 2) Open phpmyadmin from admin panel of your first step installation server

Step 3) Create database quiz

Step 4) Download and Install Wordpress CMS . Installation requires details of your database name, username and password. Write database name as "quiz", username as "root" and password given at the installation time.

Step 5) Install WP-Pro-quiz plugin and you are done.

If you have any question regarding its installation, please let me know using comment box given below. I would be happy to oblige.

I am posting you few projects from sourceforge which will help you to understand these type of projects :

1.Quiz

2.Pro Quiz

3.Open Mobi Quiz for Mobile

4.Open QB : Exam maker for teachers