| |
| The
fundamental organizing principle in Web site design
is meeting users' needs. |
| |
| Concepts
about structuring information today stem largely from
the organization of printed books and periodicals and
the library indexing and catalog systems that developed
around printed information. |
| |
| World
Wide Web pages differ from books and other documents
in one crucial respect: hypertext links allow users
to access a single Web page with no preamble. For this
reason Web pages need to be more independent than pages
in a book. For example, the headers and footers of Web
pages should be more informative and elaborate than
those on printed pages. |
| |
|
The goal is to provide for the
needs of all your potential users |
| |
|
|
|
| |
| |
|
The primary task of graphic design
is to create a strong, consistent visual hierarchy in
which important elements are emphasized and content
is organized logically and predictably. |
|
Graphic design is visual information
management, using the tools of page layout, typography,
and illustration to lead the reader's eye through the
page. Readers first see pages as large masses of shape
and color, with foreground elements contrasting against
the background field. Secondarily they begin to pick
out specific information, first from graphics if they
are present, and only then do they start parsing the
harder medium of text and begin to read individual words
and phrases: |
| |
|
|
|
|
|
|
| |
| |
 |
| |
| |
Typically a coder is assigned with coding of
website. The coder moves with module by module.
The completion of each module is marked by testing
and trouble shooting. The coder works under
the direct supervision of a team leader who
is aware of both macro and micro requirements
of the website under development.
Team leader is directly responsible
for coding, verification and trouble shooting
of the website. We use various tools
not only to code but for checking, verification
and trouble shooting at each milestone during
coding process. |
|
|
|
|
A database is a collection
of data, organized in a fashion so that it can
be easily managed, updated and accessed.
All most all ecommerce sites are a mix of static
and dynamic pages. Dynamically generated pages
don't actually exist on the server like static
pages. On clicking a link by the visitor, data
is pulled from the database and compiled into
a web page. Lets say a ecommerce website has
300 products. Database obviates the need to
create 300 static pages for each product saving
server space. Also it saves to modify or update
any information required on 300 pages. |
| |
| |
Database
programming is done through database management
system (DBMS). Following are some of the popular
DBMS : |
| |
| |
 |
|
Oracle |
|
|
 |
|
Sybase |
|
|
 |
|
MS SQL |
|
|
 |
|
MY SQL |
|
|
|
|
|
|
|
|
|
|
|
|
|