digg

Friday, June 29, 2007

Starting a Website: Lets start with Site Spefication

First when starting a web site you need to start planning how the overall site look, feeling, and purpose. This will be the first tutorial of some of the css I will put up. Anyways I'm not going to ellaborate on this topic because there are alot of good documentation out on the web. Below are some links on this topic:

  1. What are web standards?
  2. Four essentials of modern web design
  3. Ten quick tests to check your web site for accessibility

Tuesday, June 26, 2007

It's been awhile

Lately i been hitting up some great css techniques. The thing that trouble me was that using curvy corners (javascript based rounded corners) I had a problem with getting html page being fixed width. Well me being silly I solve the solution. CSS is great when you know the box-method and understand setting margins and padding to specific html tags.

So in your wrapper tag you should have the following css:

#wrapper {

position:relative;
margin-left:auto;
margin-right:auto;
width: 800px;
}

Fighting Form Spam with CSS

Step by step guide using CSS to eliminate automated robots and spam fillers from getting through your forms.



read more | digg story