Posts Tagged ‘validation’

Here’s a Rap (or Hip-Hop) song that all about following web standards, and search engine optimization (SEO).

It’s called “Design Coding”

Here’s an excerpt from the lyrics…

make it easy for the spiders to crawl what you provide
remove font type, font color and font size
no background colors, keep your coding real neat

tag your look and feel on a separate style sheet
better results with xml and css
now you making progress, a lil closer to success
describe your doctype so the browser can relate
make sure you do it great or it won’t validate

check in all browsers, I do it directly
gotta make sure that it renders correctly

It’s Monday morning. I took a few aspirin for my back pain, but the CSS three column layout thing is still bugging me. So I did a little more reading over at saila.com, on the topic of CSS and HTML standards (eg. Tables vs. CSS) in web designs that actually work in real-world browsers, and pass (x)HTML validation and CSS validation tests. Craig Saila provides some HTML layout templates, CSS examples, and analysis of how they perform with various browsers. Craig also has nice annotated version of his v2 layout with discussion of browser quirks and hacks.

So, after doing a little more reading, my confidence level is up that my design goals will be achievable. And I hope to begin implementing my vvn.net homepage makeover using the new PHP templates I am creating.

  • Michael Hartl’s Rails 3 Tutorial Book July 28, 2010
    The Ruby on Rails Tutorial: Learn Rails by Example (a.k.a. railstutorial.org) by Michael Hartl has become a must read for developers learning how to build Rails apps. Michael has put together a great Rails 2.3 tutorial, releasing it all for free online chapter by chapter. Now, Michael's going three steps further: […]
  • Mailman – Like Sinatra for E-mail July 28, 2010
    Mailman is an incoming email processing microframework. You point it at a source of email, such as a POP3 account or a Maildir, and it will execute routes based on the messages that come in. […]