Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: TOURISM WEBSITE REPORT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
TOURISM WEBSITE


[attachment=44443]


ABSTRACT

Tourism Website is basically designed for tourism in incredible India. This website contains all the details of four different zones. The people interested to visit India needs to register on this website & can easily get an id n password to explore their visit. It provides all informations about the festivals, culture, historical monuments, traditions, etc. of India. Its main objective is to make the website:
• More dynamic.
• Secure.
• User friendly.
• To reduce effort & frustration for travelers in scheduling a trip.

INTRODUCTION

ABOUT THE TOPIC


A website is a collection of Web pages, images, videos and other digital assets that is hosted on one or several Web server, usually accessible via the Internet, cell phone or a LAN. The pages of websites can usually be accessed from a common root URL called the homepage, and usually reside on the same physical server. The URLs of the pages organize them into a hierarchy, although the hyperlinks between them control how the reader perceives the overall structure and how the traffic flows between the different parts of the web site. A website requires attractive design and proper arrangement of links and images, which enables a browser to easily interpret and access the properties of the site. Hence it provides the browser with adequate information and functionality about the organization, community, network etc.

ABOUT THE PROJECT

Tourism Website is basically designed for tourism in incredible india. This website contains all the details of four different zones. The people interested to visit India needs to register on this website & can easily get an id n password to explore their visit. It provides all informations about the festivals, culture, historical monuments, traditions, etc. of India. Its main objective is to make the website:
• More dynamic.
• Secure.
• User friendly.
• To reduce effort & frustration for travelers in scheduling a trip.
The tourism website has been developed using ASP.Net as the Front End and SQL Server 2008 as the Back End. It follows the three tier architecture with C# for coding and ADO.Net providing the classes for database connectivity.

MODULES:

1. Registration module
2. Administrative module
3. Visitor module

Registration module

In registration module first we ask visitor to give his details. After registering with us, the visitor can logon to his/her own account and can view all details such as places, distances, conviences, festivals, etc. and plan their visit accordingly . Once visitor gets registered, can visit the site anytime by logging in with his unique login id & password.

Administrative module

Administrative module is provided for the sake of administrators to manage the site and update the content at regular intervals, The major operations included in this module are:
Create and maintain the events happening time to time at different places.
View the visitors list.
Updating the latest snapshots of the places as per the weather.

Visitor module

This module is meant for visitors, where a user logging into his/her owns account will view this panel. The major operations included in this module were:
View all visiting details.
Contact to different tourism offices for more details.
Can have visa informations if they are from abroad.
Send feedback.

FEASIBILITY STUDY

SYSTEM ANALYSIS:


System analysis is the process of gathering and interpreting facts, diagnosing problems and using the information to recommend improvements on the system. System analysis is a problem solving activity that requires intensive communication between the system users and system developers.The system analyst plays the role of an interrogator and dwells deep into the working of the present system. The system is viewed as a whole and the inputs to the system are identified. The outputs from the organization are traced through the various processing that the inputs phase through in the organization.A detailed study of these processes must be made by various techniques like Interviews, Questionnaires etc. The data collected by these sources must be scrutinized to arrive to a conclusion. The conclusion is an understanding of how the system functions. This system is called the existing system. Now, the existing system is subjected to close study and the problem areas are identified. The designer now functions as a problem solver and tries to sort out the difficulties that the enterprise faces. The solutions are given as a proposal. The proposal is then weighed with the existing system analytically and the best one is selected. The proposal is presented to the user for an endorsement by the user. The proposal is reviewed on user request and suitable changes are made.

Features of the Common Language Runtime:

The common language runtime manages memory, thread execution, code execution, code safety verification, compilation, and other system services. These features are intrinsic to the managed code that runs on the common language runtime.
With regards to security, managed components are awarded varying degrees of trust, depending on a number of factors that include their origin (such as the Internet, enterprise network, or local computer). This means that a managed component might or might not be able to perform file-access operations, registry-access operations, or other sensitive functions, even if it is being used in the same active application.
The runtime enforces code access security. For example, users can trust that an executable embedded in a Web page can play an animation on screen or sing a song, but cannot access their personal data, file system, or network. The security features of the runtime thus enable legitimate Internet-deployed software to be exceptionally featuring rich.
The runtime also enforces code robustness by implementing a strict type- and code-verification infrastructure called the common type system (CTS). The CTS ensures that all managed code is self-describing. The various Microsoft and third-party language compilers generate managed code that conforms to the CTS. This means that managed code can consume other managed types and instances, while strictly enforcing type fidelity and type safety.

.NET Framework Class Library

The .NET Framework class library is a collection of reusable types that tightly integrate with the common language runtime. The class library is Object Oriented, providing types from which your own managed code can derive functionality. This not only makes the .NET Framework types easy to use, but also reduces the time associated with learning new features of the .NET Framework. In addition, third-party components can integrate seamlessly with classes in the .NET Framework.
For example, the .NET Framework collection classes implement a set of interfaces that you can use to develop your own collection classes. Your collection classes will blend seamlessly with the classes in the .NET Framework.
As you would expect from an object-oriented class library, the .NET Framework types enable you to accomplish a range of common programming tasks, including tasks such as string management, data collection, database connectivity, and file access. In addition to these common tasks, the class library includes types that support a variety of specialized development scenarios.

Client Application Development

Client applications are the closest to a traditional style of application in Windows-based programming. These are the types of applications that display windows or forms on the desktop, enabling a user to perform a task. Client applications include applications such as word processors and spreadsheets, as well as custom business applications such as data-entry tools, reporting tools, and so on. Client applications usually employ windows, menus, buttons, and other GUI elements, and they likely access local resources such as the file system and peripherals such as printers.
Another kind of client application is the traditional ActiveX control (now replaced by the managed Windows Forms control) deployed over the Internet as a Web page. This application is much like other client applications: it is executed natively, has access to local resources, and includes graphical elements.
In the past, developers created such applications using C/C++ in conjunction with the Microsoft Foundation Classes (MFC) or with a rapid application development (RAD) environment such as Microsoft® Visual Basic®. The .NET Framework incorporates aspects of these existing products into a single, consistent development environment that drastically simplifies the development of client applications.

ASP.NET

ASP.NET is part of the whole. NET framework, built on top of the Common Language Runtime (also known as the CLR) - a rich and flexible architecture, designed not just to cater for the needs of developers today, but to allow for the long future we have ahead of us. What you might not realize is that, unlike previous updates of ASP, ASP.NET is very much more than just an upgrade of existing technology – it is the gateway to a whole new era of web development.