Basic Types and Requirements for Web Designing: Given by Pseudo Technology

Web site design crosses multiple disciplines offixed width design prefer precise control over the
information systems, information technology andlayout of a site and the precision placement of
communication design. The web site is an informationobjects on the page. Other designers choose a liquid
system whose components are sometimes classifieddesign. A liquid design is one where the web designing
as front-end and back-end. The observable contentmoves to flow content into the whole screen, or a
(e.g. page layout, user interface, graphics, text andportion of the screen, no matter what the size of
audio) is known as the front-end. The back-endthe browser window. Proponents of liquid design
comprises the organization and efficiency of theprefe greater compatibility and using the screen
source code, invisible scripted functions, and thespace available. Liquid design can be achieved through
server-side components that process the outputthe use of CSS, by avoiding styling the page
from the front-end. Depending on the size of a Webaltogether, or by using HTML tables (or more
development project, it may be carried out by asemantic divs) set to a percentage of the page. Both
multi-skilled individual (sometimes called a webliquid and fixed design developers must make
master), or a project manager may overseedecisions about how the design should degrade on
collaborative design between group members withhigher and lower screen resolutions. Sometimes the
specialized skills.pragmatic choice is made to flow the web designing
Multidisciplinary requirements:between a minimum and a maximum width. This
Issues: As in collaborative designs, there are conflictsallows the designer to avoid coding for the browser
between differing goals and methods of web sitechoices making up The Long Tail, while still using all
designs. These are a few of the ongoing ones.available screen space. Depending on the purpose of
1. Lack of collaboration in designIn the early stages ofthe content, a web designer may decide to use
the web, there wasn't as much collaboration betweeneither fixed or liquid layouts on a case-by-case basis.
web designing and larger advertising campaigns,Similar to liquid layout is the optional fit to window
customer transactions, social networking, intranetsfeature with Adobe Flash content. This is a fixed
and extranets as there is now. Web pages werelayout that optimally scales the content of the page
mainly static online brochures disconnected from thewithout changing the arrangement or text wrapping
larger projects. Many web pages are still disconnectedwhen the browser is resized.
from larger projects. Special design considerations are3. Flash.Adobe Flash (formerly Macromedia Flash) is a
necessary for use within these larger projects. Theseproprietary, robust graphics animation or application
design considerations are often overlooked, especiallydevelopment program used to create and deliver
in cases where there is a lack of leadership, lack ofdynamic content, media (such as sound and video),
understanding of why and technical knowledge ofand interactive applications over the web via the
how to integrate, or lack of concern for the largerbrowser. Adobe Flash is today widely used in Web
project in order to facilitate collaboration. This oftenDesigning. Flash is not a standard produced by a
results in unhealthy competition or compromisevendor-neutral standards organization like most of
between departments, and less than optimal use ofthe core protocols and formats on the Internet. Flash
web pages.is much more restrictive than the open HTML format,
2. Liquid versus fixed layoutsOn the web the designerthough, requiring a proprietary plug-in to be seen, and
has no control over several factors, including the sizeit does not integrate with most web browser UI
of the browser window, the web browser used, thefeatures like the "Back" button.According to a study,
input devices used (mouse, touch screen, voice[1] 98% of US Web users have the Flash Player
command, text, cell phone number pad, etc.) and theinstalled. [2] Numbers vary depending on the
size and characteristics of available fonts. Somedetection scheme and research demographics. [3]
designers choose to control the appearance of theMany graphic artists use Flash because it gives them
elements on the screen by using specific widthexact control over every part of the design, and
designations. This control may be achieved throughanything can be animated and generally "jazzed up".
the use of a HTML table-based design or a moreSome application designers enjoy Flash because it lets
semantic div-based design through the use of CSS.them create applications that do not have to be
Whenever the text, images, and layout of a designrefreshed or go to a new web page every time an
do not change as the browser changes, this isaction occurs.
referred to as a fixed width design. Proponents of