Monthly Archives

 

About Purpose

A website that works for you will capture your prospective client's attention, touch their heart, and encourage them to see you as the solution to their problem. - High End Web Design

A great turn of a phrase, and a better post. Five great ideas for improving your site. For giving it more focused content, and giving the audience what they're looking for. Almost all sites could use a little more clarity of purpose. Could yours?

Web Designer Survey

There is a web design survey being taken at A list Apart. If you are a designer, go and take it.

Designers, developers, project managers. Writers and editors. Information architects and usability specialists. People who make websites have been at it for more than a dozen years, yet almost nothing is known, statistically, about our profession. Who are we? Where do we live? What are our titles, our skills, our educational backgrounds? Where and with whom do we work? What do we earn? What do we value?

I took the Survey!

All about Purpose

Why do you have a website? Does your site fulfill its purpose? The old quote goes "Form ever follows function". That's as true in websites as it is about architecture. How your site is design is defined by how you want it to be used... or it should be. Does your site do what it's intended to do? Look around at websites long enough, and you'll see a lot of sites that don't let their function define their form. They were designed for one purpose, and are serving another. Maybe the site's purpose has evolved with the times, but the design has lagged behind, maybe there is another reason. Every so often you need to step back and reevaluate your site's purpose. Is form following function, or is form driving function?

About Talent

I have found that those who survive (in design) and last more than six months practice these seven habits: - Talent Isn't Everything - Boxes and Arrows.

All seven of these habits are good, but I've particularly noticed number three to be true. Versatility has been very important in my work. There are always things to learn, and to improve. Clients aren't looking for a good solution, or even a great solution, but the right solution. You need to be flexible enough to find the client's best solution.

Virginia Tech

My thoughts and prayers are with the families of those involved in the shootings at Virginia Tech.

In Memorium

Strong or Bold? Italic or Emphasis?

Should you use bold or strong, italic or emphasis? It's all in the context. Strong <strong> and emphasis <em> are logical tags, and are the correct tags to be using in html to add emphasis to content. They can be read differently by screen readers, and their purpose is just that. They make your site more understandable to the portion of your audience that isn't using a browsers to get your content. Italic <i> and bold <b> are font characteristics, and while commonly associated with Strong and Emphasis, don't have to be. They are visual characteristics of fonts, that don't always have anything to do with content. Some bloggers for instance write everything in bold and italic. Does this mean that all of their writing is important? If they were using strong and emphasis, a screen reader would think so. That is a case where bold and italic would be appropriate. They would visually change the text, but not add emphasis to the whole document. CSS could also be used in this situation to add bold and italic characteristics to the text, without the need for any tags at all. Using CSS for this purpose would also allow a writer to use the strong and emphasis tags in their text. Modification of the strong and emphasis tags through CSS would allow you to add emphasis to these tags, in text that was already bold and italic, though the use of color, font, or size changes. So the quick answer to "should you use bold or strong, italic or emphasis?" is yes. Use them all, but in the right context.

Better markup

456 Berea Street has a nice post on Guidelines for creating better markup today. I the classitis suggestion the best.

Avoid classitis. Does every element you want to style with CSS have a class attribute? They almost certainly do not need to. Use descendant selectors instead.

I've been doing a lot with descendant selectors recently, and it's amazing how much they can streamline the site maintenance process If they are crafted carefully. No more worrying about using the proper class in the proper context, content is formatted according to its' context, and you don't have to worry about it.

In a blur

In a flurry of activity I finished up my latest web design project. www.alumni.vt.edu It's not an original design on my part. I did some significant work on the CSS, but it is otherwise a standard university template. Most of the CSS work was in two areas. The first was a color scheme change, removing the template's blue highlights and replacing them with Orange. This was more difficult than you might think. The second part had to do with integrating the online event registration system of the site with the modified templates. Standardizing a site of this size, +900 pages, isn't a small undertaking, but I'm very pleased with the results. While my keyboard is still cooling off from the last project, my newest challenge is already underway. This also won't be an original design. I'm restructuring an existing site. To begin with, this involves some streamlining of the CSS, making it more cross-browser compliant, and adding a little more usability. Then we'll see where it takes us.