Posts Tagged ‘XHTML’

Quick update. The DWWS group on Facebook is now over 1100 members — in less than 2 weeks. Members are from more than 45 different countries. Everyone is talking about Designing With Web Standards.

Update, 11-Apr-2008 – the  DWWS group  is now over 3000 members.

Update, 28-July-2008 — the DWWS group now has over 3600 members.

Last Saturday, I started a Designing With Web Standards group on Facebook. You might be familiar with the book, by Jeffrey Zeldman, Designing With Web Standards. I’m happy to report that (as of this writing) over 600 members have joined in the first week, from all over the world.

Members are from the following countries, or regions: Australia, Belgium, Belize, Canada, China, Denmark, Egypt, Finland, France, Germany, Guatemala, Haiti, Hong Kong, Indonesia, Israel, Jordan, Malaysia, Mexico, Netherlands, New Zealand, Portugal, Singapore, Slovenia, South Africa, South Korea, Spain, Sri Lanka, Sweden, Thailand, Turkey, UK, USA, Venezuela, etc.

Please join us as we are talk about HTML, CSS, JavaScript, ECMA-script web standards in the Facebook discussion forum.

Update, 28-July-2008 — You can read related articles by following the DWWS tag.

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.

Still looking for the perfect 3 column layout done correctly with web standards and CSS? Bob Easton has compiled a list of CSS based 3 column layouts, and provides some analysis. The CSS Discussion Group and Wiki (hosted by Incutio) has tons of great CSS information if you are getting serious about CSS (like I am trying to do.)

Boy am I on a goose chase today… and I hope I catch the one that lays the golden eggs! This research about CSS lead me over to Big John Gallant and Alex Robinson and the Position Is Everything website. Big John has a link over to a tool that generates a layout based on what you want and how you specify it. Alex and John talk about a lot of CSS bugs, and quirks in various browsers, as well as pitfalls to avoid as you continue in Search of the One True Layout.

Mark Newhouse has a nice three column layout (CSS and html design pattern) that also iplements a header and footer. (Wow – looks like he wrote this article back in 2002.) I have been doing layouts like this for years with tables, inside of tables, inside of tables… (Sounds like I am confessing my sins again — for not following web standards.) With the advent of Firefox 1.5, Opera 9, MS-IE 7, and NN7 – these things are changing.

Mark has not updated his Real World Style blog since May 5, 2005 — but as of this writing, most of the material is way ahead of where most people are at anyway.

Hey, a bunch of you lurkers are laughing at me, but when are you going to update your old web pages that have all that crufty old html junk, styles, and design patterns from 1995?

  • 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. […]