CSS 3

February 2nd, 2010

Here’s a quick overview on CSS 3 and it’s features. We will be writing CSS 1 and 2 code, as it is universally supported by all browsers that we talk about. CSS 3 still has little support among all of the browsers we are using, and therefore results vary for each. In a year or two, as support is built into the browsers, it is something to look into, but remember as well that with each new CSS 3 feature you add, you would have to support the older browsers by having to use code fixes for different browser types. This is not a generally accepted practice out in the industry, as it doesn’t support the “clean code” theory and web standards that are meant to make each user’s experience, regardless of their browser is the same.

http://www.zenelements.com/blog/css3-introduction/

Remember

February 2nd, 2010

When you install a new Wordpress blog, to make sure that you are using a database that doesn’t have anything in it already.

Sadly, I lost 1 1/2 years of blog posts just because I decided that I could reuse a database. Oh the joys of managing content! I think I need a sign that says “Kick Me” just for what I did.

You live and you learn.