Archive

Posts Tagged ‘Starting’

10 Things Every Web Designer Just Starting Out Should Know

July 8th, 2009 No comments

There are many aspects of creating a website design. Web designers often have to play multiple roles and be very knowledgeable about building effective and usable site layouts.

17-01_web_designer_leading

Most of the lessons you’ll learn in web design comes from work experience; learning is an iterative process and there is no better way to gain knowledge than to make mistakes (and then and learning from them).

In this article, we discuss 10 essential and general tips that every novice web designer should know.

1. Optimize Web Graphics for Better Page Load Times

Learn how to optimize your web graphics by selecting the proper format and making sure that it’s as small as it can possibly be. Even though people are advancing to broadband connections, there are still quite a few who use dial-up internet connections. Additionally, with the emergence of mobile device technologies that don’t necessarily have broadband-like speeds, having slow page load times due to image file sizes can turn users off.

Here a general rule of thumbs for picking the right file format: images that have solid colors are best saved as PNGs and GIFs, while images with continuous colors (such as photographs) are best saved as JPGs.

17-02_optimize_images

There are plenty of tools available at your disposal that will help you further optimize your images and lower their file sizes, check out this list of tools for optimizing your images.

By limiting the number of images you use to the bare minimum, being smart about using images, and reducing file sizes as best as you can, you will significantly cut down page response times of  a web page and improve your web page performance.

2. Keep it Clean and Simple

A good web design is not just one that looks visually appealing, but also one that is user-friendly. A clean and simple web design typically ends up being a high-usability web design that is not confusing to interact with.

By having too many site features and components on a page, you risk the chance of distracting website viewers from the purpose of the website. Make sure each page element has a purpose and ask yourself the following questions:

  • Does the design really need this?
  • What does this element do and how does it help the user?
  • If I remove this element all of a sudden, will most people want it back?
  • How does this element tie into the goal, message, and purpose of the site?

Additionally, though it may be super awesome to come up with a new concept or interface design pattern for your website, make sure that the design is still accessible and intuitive to your users. People are accustomed to common interaction patterns, site features, and web interfaces – and if your design is truly unique, make sure it’s not too obscure and puzzling. Be creative, but also keep it simple.

3. Navigation is the Most Important Thing You Will Design

The most essential site feature is the website’s navigation — without it, users are stuck whatever page they happen to land on. With that obvious fact out of the way, we’ll talk about some important points to consider when constructing a navigation scheme.

First, it’s very important to put enough time and a lot of planning on a site’s navigation structure. This is common sense, but it’s still surprising how many web designs take site navigation for granted.

Placement, style, technology (will it use JavaScript or just CSS?), usability, and web accessibility are just some of the things you need to consider when creating the navigation design.

Your navigation design should work without CSS because of text-based browsers. Poke fun of text browsers all you want, but they are still prevalent in many mobile devices. Perhaps more importantly, navigation that works with CSS disabled is accessible (99.99% of the time) via screen readers.

17-06_css_disabled

Navigation should be accessible and usable without the need for client-side technologies such as JavaScript or Flash, which users may not have enabled or installed for various reasons such as security or company policy.

It is imperative that you have a good navigation system in place that is located at a highly-visible location. A good navigation is detectable as soon as the web page loads without having to scroll down the web page. This is where keeping it clean and simple plays a major role: a complex and unconventional design can lead to user confusion.

Users must never wonder, even for a split second, "Where is the site navigation?"

For sites organized in a hierarchical, multi-level manner, make sure that it is easy to navigate from between parent and child web pages. In addition, it should be easy to reach top-level pages (such as the site’s front page) from any webpage.

The main goal of your site navigation is to allow users to get to their desired content with as few actions and with as little effort on their behalf as possible.

4. Use Fonts Wisely and Methodically

Though there are thousands of fonts out there, you can really only use a handful (at least until CSS3 is fully supported by major browsers). Make it a point to stick to web-safe fonts. If you don’t like web-safe fonts, consider a progressively-enhanced web design that leverages sIFR or Cufon.

Keep font usage consistent. Make sure that headings are visually-different from paragraph text. Use white space, tweak line-height, font-size, and letter-spacing properties to make content pleasant to read and effortlessly scannable.

Perhaps one of the things that web designers often get wrong is font-sizes. Because we want to fit as much text as we can in a web page, we sometimes set font sizes to uncomfortably small sizes. Try to keep font sizes at and above 12px if possible, especially for paragraph text. While many people face no difficulty reading small text sizes, think about older users and persons with low-vision and other types of vision impairment.

5. Understand Color Accessibility

After talking about fonts, we also need to point out the importance of using the right colors.

You  need to consider color contrast of background and foreground colors for readability and for users with low-vision. For instance, black text on white background has a high-contrast, while orange text on red background will make you strain your eyes.

17-03_color_1

Also, use colors that are accessible to users with particular forms of color-blindness (check out a tool called Vischeck that will help you test for certain types of color-blindness).

Some color combinations work well only when the color is used as a foreground color instead of a background color. Take for example, dark blue text on a pink background versus but pink text on blue background, same colors but different levels of readability and reading comfort. It is important not only to get a good color combination but also to apply it to the right elements on the page.

17-04_color_2

6. You Need to Know How to Write Code Yourself

With various WYSIWYG editors flooding the market, it has become as simple as 1-2-3 to design a site. However, most of these editors insert unnecessarily code junk, making your HTML structure poorly designed, harder to maintain and update, and causing your file sizes to bloat.

By writing the code yourself, you come out with clean, crisp, and terse code that’s a pleasure to read and maintain; code that you can be proud to call your own.

Knowing how to use a WYSIWYG or an IDE with a visual preview does not excuse you from learning HTML and CSS. You have to know what’s going on in order to create effective, semantic, and highly-optimized web designs.

7. Don’t Forget Search Engine Optimization

A good designer should always remember to keep the basics of SEO in mind when designing a site. For example, structuring web content so that important text are represented as headings (i.e. page title and logo). This is where learning how to code properly comes in handy. Knowing correct, semantic, and standards-based HTML/CSS – you will quickly realize that divs are better than tables for web layouts not only for accurate representation of site content, but also for search engine rankings; you will also know that CSS background text image replacement is a good idea.

8. Understand that People are Impatient

People on an average spend only a few seconds before deciding whether they want to read more or navigate away to another site. Therefore, you as a web designer have to device a way for encouraging users to choose the former option within those precious seconds.

Know that not many visitors will scroll down to view the entire contents of the page if what they see at the top does not interest them. Remember to keep your important elements on the top where they are easily visible, but also do not overcrowd the top half of the page which can intimidate users and turn them off from reading further down the page. Consider the top half of a web design a selling point: be a salesman, make people buy into the notion that they want to see what else is on your site.

9. Learn About (and Be Aware of) Browser Quirks

One of the things you must know as a web designer is that your work operates in a finicky and unpredictable environment: web browsers. It’s not enough that your designs work on a few web browsers, they need to work in as many browsing situations as you can possibly afford. Before production – test your prototypes using tools like Browsershots.

17-05_browsershots

10. Make Designs that are Flexible and Maintainable

A good web designer makes sure that the site can easily be updated or modified in the future. Designing websites that are malleable and easy to maintain is a sign of a great web designer. Make your work as modular as possible by separating style from structure.

Know that our industry is dynamic and still young – things change in a very short amount of time. Keeping this thought in mind will promote the creation of flexible web designs.

Starting A Business – 2nd Month Review

April 3rd, 2009 No comments

review

Where did March go? I feel like I’ve been short changed on time this last month. 31 days just seems to disappear in the blink of an eye! Thankfully though, I got a huge amount done, so once again it’s time to take a look back at the things I set out to achieve and whether or not I got there.

The Business

Since last month when I wrote about my progress in February, it feels like I’ve done almost double the amount of work again. I blogged this month about the hours which I’m currently working, well that hasn’t changed much yet – I’m still up early, and in bed very late.

Here’s some of the stuff I managed to get done in March:

  • Totally cleaned out my office, hopefully this’ll be a guest post on FreelanceFolder soon
  • Got invited to do a guest post on Darren Rowse’s TwiTip (I need to write this up)
  • Opened my business bank account (which took a LONG TIME to do)
  • Fully reviewed the SitePoint Web Design Business Kit (as pomised)
  • Networked with a lot [MORE] really great people!
  • Didn’t take on any new projects, but got lots of enquiries. See my post on Dry Patches
  • Designed/coded/released the intial version of WPress’d
  • Put together some new sets of documents including my new-client needs-assessment form
  • Totally coded up and released a brand new Lyrical Media site (big accomplishment!)
  • Managed to get Lyrical Media bumped up to PR6 with the latest pagerank update
  • Got my credit rating sorted out! Natwest finally came through and fixed their mistake!
Reviewing Goals From March

In my first month review I set myself some goals to achieve for the month of March, let’s have a quick look back and see what I did (and didn’t) manage to get done.

  • Grow my twitter account to 700 followers – Sucess! I smashed this one, over 1,000 now!
  • Grow my rss subscribers to 60 – Success! Feedburner is currently showing 65!
  • Look into an advertising budget with BuySellAds – Fail, simply haven’t got the budget yet
  • Set up a monthly newsletter with Campaign Monitor – Half success, opened an account and started using it, but I haven’t actually set a newsletter up yet.
  • Complete and release the Neophyte wordpress theme – Total Fail, this one is on the backburner for the time being
  • Learn some more PHP, Javascript, and Ruby – Success! I did all three!
Goals For April

I set 6 goals last month, this month I’m bumping that up to 8 – and they’re slightly more ambitious goals too, because what would be the point of succeeding at the same rate?

  • Set up Newsletter – back from last month, really want to get this done
  • Review the SitePoint Email Marketing Kit on this blog (fits in with the above)
  • Review the Rockstar Freelancer Book on this blog
  • Win (at least) two new client projects
  • Complete the first sample of my top secret Lyrical Media project (watch this space)
  • Grow my twitter account to 1,500 followers
  • Grow my rss subscribers to 100 people
  • Sell EggRage.co.uk (leave a comment if interested)
Other Stuff Coming in April
  • An interview with Brendon Sinclaire (author of the Web Design Business Kit)
  • Some more free applications for freelancers
  • A couple of guest posts by me on other freelance / web design blogs
  • More ‘personal’ style posts from me about the trials and tribulations of self employment
  • New and improved business cards!
What Are You Up To?

I love hearing from everyone who comments on this blog, so please tell me what you’re up to and if there’s anything that I can do to help out. If you’re doing anything related to web design business, drop me a line and maybe we can get you a guest post slot! This site received 24,000 page views in March compared to 18,000 in February, so it’s on the up!