Archive for February, 2010

HTML 5

Wednesday, February 24th, 2010

For those interested in HTML 5. Though we aren’t teaching it as of yet within the web curriculum, it does have some interesting new features to look into for future reference.

http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/

One thing to note: If you look at the code view of their example, you’ll notice that you have to construct CSS sheets for those browsers that don’t support HTML 5 technologies. This can be a real time-killer when developing a site.

50 Useful CSS Coding Techniques

Wednesday, February 24th, 2010

For those interested in pushing some of their CSS skills to the next level. There are some that utilize some Javascript/JQuery techniques as well for fluid layouts, or dynamic scrolling.

Check it out!

http://www.smashingmagazine.com/2010/02/18/50-css-and-javascript-techniques-for-layouts-forms-and-visual-effects/

CSS 3

Tuesday, 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

Tuesday, 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.