Synopsis For Weather Forecasting System
Synopsis For Weather Forecasting System
OBJECTIVE :-
Weather Report project application is a web based application through which
you will able to get all the reports related to weather forecasting of any
locations. Its geographical locator which will be received through your browser
setting and server configuration will automatically identify the location and able
to present its weather details such as temperature, direction of wind, rains,
humidity etc. To change the location you will just have to select the options
provided below to get its details. Its new avatars and feed burner will also allow
its users to get the weather reports directly to their mail, when they were not
able to access this particular domain or even when the server is down.
Its weather watch gadgets in animated form will able to notify about weather for
particular date and time also. It will also able to focus on critical weather
condition for a particular gadgets through this gadgets. So with one weather
solutions, its users can get weather reports by getting information directly from
satellite and radar via proper communication medium using java servlet coding.
Its calculations and details are so accurate, that you can even check and match it
from news channel. Its user’s friendly tools are so simple to use, that even a
child can handle it and get information on particular geographical area.
Existing System :-
Visual Basic .ASP NET runs on the .NET framework, which means that it
has full access to the .NET libraries. It is a very productive tool for rapid
creation of a wide range of Web, Windows, Office, and Mobile
applications that have been built on the .NET framework.
It is true that VB.NET is an evolved version of Visual Basic 6, but it's not
compatible with it. If you write your code in Visual Basic 6, you cannot
compile it under VB.NET.
BACKEND USED :-
Tables
In MS Access Tables store the data or the information that you feed the
program. The data table can be created with the required field names,
properties etc as desired by the user. If the table is not created correctly,
the database may be slow in giving results or give wrong results entirely.
So it is essential the table be created properly and carefully.
Relationships
Relationships are the connections that form between one or more table. So
the relationships can be one-on-one, one-to-many and then of course
many-to-many.
Queries
Queries are when the user or the programmer requests the database for
information. The objects help create a SQL compatible query, which can
help store data and retrieve information from the database. Queries can
also sort and filter data as per the query statement.
Forms
Reports
Once all the data has been entered into the database, the user will want to
view the information. For this he can run reports which will allow him to
view the information, or summarize the information. The reports can be
customized by the user. The source of the information in these reports are
the tables and the queries.
Macros
Macros are tools on MS Access that allow you to automate tasks on your
forms or reports. They are predefined actions that add functionality and
efficiency to your database. They can perform a series of actions like open
a table, run queries, create reports etc. The command will be performed
each time the macro button is clicked on.
Modules
These are the foundations of the software that allows the programmer to
create a set of predefined instructions called sub-routines. These modules
can be used throughout the database, they can be used from anywhere in
the database.