Web 2.0
How should a web 2.0 design be classified? Should it just be stylish without any aspects of proper coding? Should it be a Javascript goliath, choking the users computer to death? Perhaps a flash based site with no sense of bookmarking or proper dynamics?
I’m going to step you through creating a 2.0 website. With all the little quirks and nuances. I’m not going to toss an actual CSS or HTML in here as I just don’t have the time right now, but if you’re a semi expirienced web designer, you should get what I’m talking about.
First let’s get your content in order. You’ll need some nice Lorem Ipsum to start off with, you can fill that in with real stuff later. Poperly tag you’re XHTML 1.0 strict compliant html file and make sure to include the style.css file at the top. You should (at least) have a section for a masthead (header), navbar and main content. You can optionally include a sidebar, footer, main banner, or anything else. These should be div id tags.
Everyone has been using a simple unordered list to style their navbars since the A List Apart article “Taming Lists.” The key here is to decide if you have enough space to create a horizontal navigation bar, or if you want to stick with the tried and true vertical navigation bar. There are distinct advantages to each. A horizontal bar uses up less room on the page, thus giving your content more breathing room. A vertical bar uses up less horizontal space, and is better suited at handling lots of links. Depending on your choice, make it fit into the overal design.
Content should be a sans-serif font of your choice. Ariel is not a good option.
Now that you have the basic layout down, you need to make everything look like it belongs on the page. The key to a web 2.0 design is that it doesn’t look like a webpage. It looks like a painting that you can click on and change. Gradients and lots of background images round the thing off. Make sure that all the spacing is correct and that you haven’t killed anything with too much color. Pick one or two primary colors and use shades of them throughout the site. Yellow and Green are not good colors.
I’ve been rather brief but I hope you get my point. Happy designing!
Tagged html, web 2.0, Web Design

