Archive for the 'Web Design / CSS' Category

Color Palette ala a image

Friday, May 18th, 2007

http://www.degraeve.com/color-palette/

Favicon.ico in Photoshop

Wednesday, April 11th, 2007

A simple little plugin does the trick.

I found about it from Photoshop Support

User Interface Engineering

Monday, January 15th, 2007

Another nice usability site. This one by Jared M. Spool - http://www.uie.com/.

Create, read, update and delete - you know, CRUD

Wednesday, January 10th, 2007

If you find yourself rebuilding a website, you might be involved with a CRUD report.

It’s a good way to evaluate content.

Bugzilla - bug tracking system

Wednesday, January 10th, 2007

Bugzilla is a nice open source bug tracking system from the fine folks who brought us FireFox.

Is your site easy to navigate?

Wednesday, January 3rd, 2007

Shari Thurow poses these 6 questions to users to determine if a site is easy to navigate.

1. Where are you?
2. Are you in the right place?
3. Where do you want to go?
4. Where have you been?
5. How do you return to pages you have previously visited?
6. What do you want to do?

Read more about search friendly design, usability and navigation.

Color Contrast and more

Wednesday, January 3rd, 2007

Is your website legible? Point size, font and color contrast will help.

Also, and this can’t be said enough, knowing who your audience. Use a bigger font for the young and old, be aware of visitors who are color-blind, etc.

Speaking of color contrast.

Usability - Prioritizing Web Usability

Friday, December 29th, 2006

You don’t want to put a lot of time and money into your site only to lose your visitors.

Here’s a great source for usability - Prioritizing Web Usability.

Dead Link checker

Wednesday, December 27th, 2006

Find if your site has any dead links.

301 Redirect

Tuesday, December 26th, 2006

A good source for how to do a 301 redirect.

What is 301 redirect?

301 redirect is the best method to preserve your current
search engine rankings when redirecting web pages or a web
site. The code “301″ is interpreted as “moved permanently”.
After the code, the URL of the missing or renamed page is
noted, followed by a space, then followed by the new
location or file name. You implement the 301 redirect by
creating a .htaccess file.