Archive for the 'HTML/CSS' Category
Highlights from An Event Apart Seattle
One of the things I love about being a web designer is that there is always more to learn, be it from other web specialists or your clients. Last week at An Event Apart Seattle Christine and I had the chance to learn from some true experts. The speakers were not only masters in their fields, but engaging and generous with their knowledge.
Here are some highlights:
- Watching Eric Meyer write CSS (you know you’re a geek when…)
- Jeffrey Zeldman’s talk on “Writing the User Interface” confirmed my experience: the words in a web design matter much more than you might think and can really make a difference in how visitors use your site. So long as it invites clicking, it matters more what a button says than what it looks like.
- Peaking into other designer’s processes, from beautiful sketchbooks to user research.
- I enjoyed Jeff Veen’s succinct message which shows the benefits of doing your design research up front vs. the cost of changing your mind partway through the build. He also discussed why web design is so much more complex now than it was in the early days of the web, when everyone using the web were of the same type (geeks).
- Shawn Henry shared insights for ensuring your site is accessible to varying abilities; from folks who read the web with braille or speech readers to limited vision users — who magnify screens to an amazing degree, but want the same site that was designed for regularly sighted users. Bottom line: there is no substitute for engaging disabled users in the design process if you want to build truly accessible sites. Her book on accessibility is free online.
- Andy Budd shared how a delightful user experience is worth more than the sum of it’s parts in the loyalty that can create.
Why should you care if your website is built with tables or CSS?
Yesterday, I was invited to have lunch at Twin Fish Creative’s monthly staff get together. Since, I’ve been doing a lot of work with them, I thought I would take the opportunity to explain what I do to their Photoshop files and more specifically how CSS is used.
What’s this CSS?
HTML tags were originally designed to define the content of a document. They were supposed to say “This is a header”, “This is a paragraph”, “This is a table”, by using tags like <h1>, <p>, <table>, and so on. The layout of the document was supposed to be taken care of by the browser, without using any formatting tags.
Creating customized error messages
There is nothing more frustrating then getting to a page which no longer exists and getting the dreadful plain looking 404 error page with no explanation of what just happened. These pages can be made much more informative with simple HTML. If you take a look at the following links to pages that are broken you will notice that we’ve made them a bit friendlier:
The folks at the BBC display the 404 error message, but at least they have added some additional information giving you options as what to do next which is not the case over at crap.com.
Of course you can also use humour to display your error messages. Kate discovered this great message when she broke her Twitter.

I think that your website users would appreciate your effort.
HTML guide to blogging using Wordpress
Worpdress makes it pretty easy for someone to post messages, create categories and manage comments and blogroll without knowing any HTML. Having said that, a basic knowledge of HTML can be quite useful.
April 5th is CSS Naked Day!
If you happen to stumble upon our blog on Arpil 5th, you may notice that the site doesn’t look quite right. That’s because we’ve turned off our CSS for the day.
Css refers to the “Cascading Style Sheet“. This CSS file contains all the information about the presentation of our blog. Colours, font size, font types, width of columns, etc… It’s all in there. By turning off the css we’re showing you our “body”. Yes its a bit goofy, but the idea behind this is to promote Web Standards. This includes proper use of (x)html, semantic markup, a good hierarchy structure. In other words, withouth the css, you should still be able to figure out the site and navigate through it.
Don’t worry, the site will be pretty on the 6th.