Feature
Post

Category
Design

Steps to a more fulfilling redesign

If “Layout, YOU SO NASTY” is the first thought that occurs to you in the morning, aside from “OMGWTF NUKES” and “Mmm…donuts”, change should probably be on the horizon, because if it isn’t, a chupacabra might be, and in the history of the world, there has never been anything more unforgiving. Except, of course, an incomplete redesign.

The first place to start is the beginning

Make a comprehensive list of the things you dislike about your design. The easiest way to do this is to sketch some cool things you’d like to put into your design that you currently cannot, because your spleen dictates your creative judgment. First, get an idea for a layout. Think about boxes, about circles, about octagons; think about anything that will get your mind to orient itself around an idea or an image. If you’re having trouble coming up with something spur your thoughts, take a walk outside and observe nature — if you’re so tired of this that movement is beyond you, observe your favorite sites. Remember that the difference between theft and inspiration is the way that you interpret a design element. Do not cross the line; your creativity, although recently revived from a coma at this stage, will hate you.

If you can’t deduce that something is drastically wrong with your website, start with little things. Changing the colors and icons you use can refresh a tired old website; even better, the experts suggest realigning. Move your website around and use the space you gain to introduce new elements, be they illustrations or new content areas. It’s like feng shui for your website, and it will all work out, I promise.

Molding the perfect website

Once you have an idea for a design, don’t hesitate to start working with it. Think about how each page will vary from the one before it, whether parent pages will look different from child pages, or whether you want certain elements appearing on every page. When your sketches start to look promising, and your colors inspire you, start making your design concrete. Open up Photoshop or Illustrator and create mockups of your site; show drafts to the world and get critiques. It’ll be a pain trying to fix your design drastically later, so take advantage of your preparation time.

When you’re ready to turn your mockup into a live version, start by styling the text first. No matter how gorgeous your images are (unless you’re creating a portfolio site), your text is going to add some humanity to your page because anyone can write; not everyone can design. Gradually add the images; keep your mockup open so that you can see how you’re progressing.

If you make a mistake, work with it; some mistakes are beneficial. No matter which path you take, good things always come out of effort, so work hard for the design you want. It might end up being better for you :)

Architecture

Having just redesigned my site (I don’t listen to the masters as well as I should), I know that cleaning up the code I used was the hardest task I had. If you’re using a CMS like Movable Type, WordPress, or TextPattern, make sure you have a list of the various tags you can use. While a template can be split up into numerous files, most of the code there is fluff. Remember that if you’re designing a site yourself, you won’t need to use the default template or styles. In fact, scary as it might sound, you can simply strip it and move on your way. Here’s how you do it with minimum casualties:

In a plain Notepad (or preferred text-editor), make a list of essential template tags — body tags, comment tags, RSS feed tags — you can strip these directly from the default template, if you’d like. Even if you’ve never worked with one of the major programs, know that tags are usually named to be easily recognized and will sometimes have the program’s name as a prefix. For example, to make an entry title in Movable Type, use the following:

<MTEntryTitle>

The success of a site’s skeleton is necessary for a good design. If you fail to use semantics or valid code, you’ll find bits of your site breaking and the whole redesign will be that much more excruciating. Keep it simple, and save yourself the pain of watching your redesign flounder.

Design

As a rule of thumb, I always design my site in a static location elsewhere with about four different pages: home, an interior/post, a random inner page, and my archives. If you follow my method, all your bases will be covered; there’s no need to fret about how some of your pages will look because technically, you’ve already designed the canvas that you will create them on.

Fonts

One of the challenges ‘redesigners’ face is the age-old question of how to balance images and text. Text on its own is very beautiful; if you’re ever played around with typography, you’ll know that fonts can be a lot of fun when you treat them right. The first rule of web typography is to deviate; don’t worry about Arial, Times New Roman, or Courier. Look for fonts that speak to you. If you’re worried about paying for something like Helvetica (or its many children), many similar imitation fonts are available for free. You’ll find the widest variety in serif fonts, which are arguably the most beautiful to style with. Even if you use sans-serifs exhaustively on your redesign, serifs can help liven any page. Several news sites (and blogs, if you’d like something in the same hemisphere as your redesign) prefer serifs for headings to attract attention, and then sans-serifs for body text to preserve readability. The most important thing to remember is that any fonts list you find is not finite. While I haven’t attempted it myself (the wendigos tell me not to), designing a font can tremendously personalize your page, and help you to branch out of your redesigner’s clique.

Always remember that any font you use, unless you utilize sIFR (Scalable Inman Flash Replacement), may not be available to everyone. Since you can’t force font usage on the general public (darn!), be sure to set your CSS like this:

font-family: Myriad, Helvetica, Arial, sans-serif;

… just so there’s always a back-up!

Grids

Grids date back to the Golden Ratio/Rectangle phenomenon — the most appealing geometric figure to the human eye. If artists, carpenters, and sculptors — even mathematicians — could style things with these ratios, why couldn’t web designers? Grids are not essential to a successful redesign, but they can certainly be used to refresh a tired website. If you’re interested, Mark Boulton documented his process very well; give it a read!

Message

Arguably the most important part of any successful redesign is your “message”. Your site is a visual representation of yourself online. Every bit of text that you write, every image you make is your creation. Be proud; reflect for a minute or two. And then think. What does your site convey to people? To yourself? Is it clean? Grungy? Minimalistic? Professional? A site can convey so much more than you often give it credit for. People can be enthralled by beauty or turned away by clutter; it could be the reverse as well. If you feel as if your site is truly something that you can appreciate, you’re done; you’ve just completed your own redesign. Now the design-raptors will have to find someone else to hound!

  1. By Andrew Ingram posted on April 22, 2007 at 2:38 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    Good article.

    When I made my site fairly recently I spent so much time getting the articles page looking good that I neglected the other sections of the site. At the moment I’m taking a close look about how the design can be realigned and made into a more enjoyable experience without changing too much.

    There was another article recently saying how you should design your content before worrying about the rest of the design, I think this is a good approach because it means you really get a chance to consider the important part of the design without having to force it in later.

  2. By Ranjani posted on April 22, 2007 at 5:22 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    I definitely feel that the content should come first; when I did my redesign (in chunks), I had to find a way to show off my writing without being overbearing. It was a lot of fun, even though it took a lot of work I’d never have imagined. I can’t count how many things I chunked trying to get it to where it is now.

    Thanks! Glad you liked it :) I’m trying to battle writer’s block and that means I have to finish the things I started both here and on my site :)

  3. By Darren posted on April 23, 2007 at 1:36 am
    Want an avatar? Get a gravatar! • You can link to this comment

    I definately think content is the most important. What’s the point of a gorgeus website without any reason to be there.
    Nice article. I think I may have to add you in to my aggregator lol

  4. By Jonathan posted on April 23, 2007 at 6:43 am
    Want an avatar? Get a gravatar! • You can link to this comment

    Yes, I agree: content first but here is the irony of the birth of insearchofdessert:
    My girlfriend is a writer and of course cares about content, quality writing and interesting texts.
    I do care about design, I’m just an amateur but do love design and tried my best when creating her blog. I therefore spent nights and days finding the little details that I wanted to fix, the colors that didn’t perfectly match and of course the new shape that’d become the new “round corner” of the web… Meanwhile, my girlfriend was writing, using her blog not even noticing that it was evolving in something cleaner and hopefully better looking :-)

  5. By Ranjani posted on April 24, 2007 at 12:08 am
    Want an avatar? Get a gravatar! • You can link to this comment

    Darren: Glad you liked it, and thank you :D

    Jonathan: That’s about where I want to be when I’m writing — completely oblivious to everything but what I’m doing. That’s amazingly admirable of your girlfriend — and don’t worry about the design (it’s very cute, and on top of that, clean and readable!); I’ve been in that boat so many times :P

  6. By CK posted on April 26, 2007 at 10:14 am
    Want an avatar? Get a gravatar! • You can link to this comment

    I’m just in the process of having my new design completed at its new domain and have a question to add to the article: how do I go about adapting the site so that it’s readily picked up by search engines with various terms?

    Google picks the site up if my name is searched directly, but nothing else so far as I’m aware (is there, in fact, also a way to find out what terms my site is picked up by currently, if any?).

  7. By Ranjani posted on April 28, 2007 at 10:35 am
    Want an avatar? Get a gravatar! • You can link to this comment

    I’m not very experienced in SEO, which is probably what you’re looking for, but I did find you an article that might help out. Read it here, and if you like it, A List Apart has a few more on the topic :)

  8. By aj posted on April 28, 2007 at 12:19 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    @ck – You have no keywords in your header, thus, it’ll take Google a lot longer to pick things up strictly from the content itself.

    Plus, you also are not using clean urls (permalinks), which decreases SEO.

  9. By CK posted on April 28, 2007 at 3:23 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    Ranjani, aj, thank you a lot on that one.

    I’ll get the link format changed soon, which is simple enough in old Wordpress.

    As for keywords, you’ll have to give me pointers I’m afraid. Whilst I can waffle for hours about social policy, when it comes to coding and the Internet I’m not quite so savvy.

    By header tags I’m assuming we’re not talking those old-fashioned metatags that search engines are increasingly ignoring due to spam, but breaking down posts into segments, each with a separate header using key words pertaining to the content of the entry below it?

  10. By MN Web Design posted on May 2, 2007 at 10:40 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    Thanks for suggesting that we immerse ourselves in the outdoors. It has been so beautiful lately that I have been able to get out more. It really has been helping clear my head and give me good ideas. Thanks!!

  11. TrackbackLink Roundup - April 24, 2007 by Fuzzy FutureLink Roundup - April 24, 2007 | Bookmark Bliss