Smooth Way to Design Website with Aid of Website Design Services
By: Hement Sharma
Submitted: 2011-05-18 02:00:15 | Word Count: 499
Website brings up to a collection of pages that comprises content, images, flash etc. A web page is a document that is written in plain text with HTML and XHTML. The web page may be linked through anchor tags. Web design is wide term that the content, images are presented to the end user through the web browser. The different types of web browser are Internet Explorer, Fire Fox, Google Chrome, Safari etc. The Web pages can be static or dynamic. The static are those pages that don't change content and layout with every request unless a human updates the page. A simple HTML page is an example of static content.
The static websites have several benefits:
[ advertisement ]
1. No programming is needed to make a static page.
2. Websites can be viewed directly by a web browser without needing a web server.
3. No particular hosting requirements are necessary.
Dynamic web pages are those pages which are updated time to time. In this websites flash etc are used to make the site more attractive. There are two types of dynamic web sites like client side scripting and server side scripting. A client side scripting is used to change interface within a specific web pages. The Client-side content is generated on the user's computer. The web browser brings the information and essential files are sent to the user's computer by the web server on which they reside.
Different types of client side scripting languages are Java-Script, Action script, VB script etc. In client side you can view the code.
Server side scripting: server side scripting is a web server scripting in which user request is verified by running a script that runs on web server to generate a dynamic web pages. The different types of server side scripting languages are:
1. Java Servlet pages (JSP)
2. PHP
3. ASP.NET
Client-side scripts have greater access to the information and functions available on the user's browser, whereas server-side scripts have greater access to the information and functions available on the server. Dynamic websites are also sometimes supercharged by custom web application servers.
Every website is an information display container, just as a book is a container; and every web page is like the page in a book. For the most websites the basic feature of web design are:
1. The content: information on the site should be relevant to the site.
2. Usability: the site should be user-friendly, with the interface and navigation simple and reliable.
3. The appearance: the graphics and text should include a single style that flows throughout, to show consistency.
The web pages that are made are either table or table less web design. In table web design we use the td and tr codes to set the code while in table less we use the div code as now a days table less is most used. A web site typically consists of text, images, animation and /or video. Some sites also have a splash screen or welcome window.