Web Design
From JumbaWiki
Web design is the process of creating a set of web pages (a web site) based mainly on
HTML, CSS, XHTML. Sites can be made more dynamic and interactive by using client-side
technologies such as Javascript and Flash, and/or server-side languages
such as PHP, ASP, JSP, ColdFusion and Perl.
Most web sites are created on a local computer with an HTML editor, and then (using FTP) uploaded to a hosting server which is permanently connected to the internet. This allows people to view the site with a web browser from anywhere in the world, and time of the day or night.
Contents |
Before you start
Before starting to design your web site, you should consider such things as:
- Purpose - what will the web site accomplish? What will your visitors get from it?
- Audience - who do expect will be visiting your site? What will they want to get from the site? What is their level of web experience? Are they likely to have a fast, up to date computer, or an old clunker? What about their internet connection speed?
- Content - decide what content you want, gather the content (all at once, or expand the site over time?), organise the content logically
Keep in mind
Other thing to keep in mind:
- Keep a consistent style throughout the site
- Make sure that information is easy to find on the site
- How it works is often more important than how it looks
- Fixed vs Liquid layout
- CSS vs HTML tables
See also
- Web accessibility
- Validation tools
- Browser compatibility
- Search engine optimisation
- Affiliate programs
- List of web browsers
- List of file formats
- Code Snippets
- PHP
- MySQL
- Fantastico
External links
- Web Style Guide (2nd Edition) - http://www.webstyleguide.com/
Colour
- Color Blender - http://meyerweb.com/eric/tools/color-blend/
- VisiBone Color Lab - http://www.visibone.com/colorlab/big.html
Fonts
- http://www.italiasoftware.it/fontuniverse/Nlist.asp?start=1001
- http://jeff.cs.mcgill.ca/~luc/fonts.html
Character reference
- VisiBone HTML Characters, Alpha Codes - http://www.visibone.com/htmlref/char/ceralpha.htm
- VisiBone HTML Characters, Numeric Codes - http://www.visibone.com/htmlref/char/cer.htm
- VisiBone Web ASCII - http://www.visibone.com/htmlref/char/webascii.htm

