|
|
|
Brief web Design Tips
Here is a list of some tips to help you with your web pages. These are simply suggestions to help you create a better surfing experience for your visitors. Avoid Under Construction signs - All good web sites should always be under construction....
Cell Phone Reviews – Why Do Them?
Well let’s be honest some people just don’t bother doing cell phone reviews, and why should they? Well let’s keep things simple, would you just walk into a car showroom and drive away within 5 minutes, not many would unless you have done your...
How disabled users access the Internet
In 1995 a new era of accessibility for disabled people began. The Disability Discrimination Act was passed, stating that: “It is unlawful for a service provider to discriminate against a disabled person by refusing to provide any service which it...
The Importance of Web Standards
<blockquote>Welcome to our website; unless of course you're blind, dyslexic, using a screen reader, magnification software, text-based browser, webTV, cell phone, or PDA, running Linux, Unix, BEos, Solaris, OS2 or FreeBSD, or haven't updated...
Using the Web Accessibility Toolbar
Testing a website for accessibility can be a time-consuming and laborious process. The free Web Accessibility Toolbar can do most of the hard work for you though and is an indispensable tool for anyone interested in accessibility.
The toolbar...
|
|
| |
|
|
|
|
|
|
How to Build a Basic CSS Layout
Designing without tables by using CSS layouts is fast becoming the new standard on the Web because of the benefits mentioned in my previous article. Web browsers used these days are now able to render web pages proficiently. In this article I will endeavor to create a basic 2 column CSS layout which you can use for future design projects.
Here is the live web page of the basic CSS layout: http://www.isitebuild.com/css/css-layout.html
1. Divide your page into sections - the tags allows you to create distinct divisions on your web page. They are identified with a unique id. You can then add a style (css selector) that specifically applies to the div of that id. Remember to include the DOCTYPE (to render your page accurately in the
For Chinese Dissidents, Exile Can Mean Irrelevancy Chinese activists have often fallen off the radar after leaving their homeland. Activist Chen Guangcheng is now safely in America, but hopes he can still play a role in China, where he fought forced abortions and sought to improve conditions for the disabled.
How Should Online Bullying Be Prosecuted? Former Rutgers University student Dharun Ravi faced up to 10 years in prison for spying on his roommate with a webcam. The roommate, Tyler Clementi, committed suicide after Ravi broadcast footage of his encounter with another man on the Internet. On Monday, a New Jersey Superior Court judge sentenced Ravi to 30 days in jail, plus three years of probation. Audie Cornish talks with legal expert Emily Bazelon about the case.
NATO Plans 'Irreversible Transition' In Afghanistan President Obama held a press conference Monday afternoon as NATO wrapped up its Chicago summit. Audie Cornish talks to Scott Horsley for more.
browsers) and meta tags (enables search engines to spider your pages).
wrapper: is the div that wraps around all the other divs like a container for the page elements. header: defines the top banner of the page main: defines the main content of the page nav: defines the navigation of the page footer: defines the footer and sub-navigation of the page
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
How to Build a Basic CSS Layout
|
|
|
|
|
|