Need a WordPress website this weekend? Start here...

Really Basic Concepts For Website Design

(Reading time: 3 – 5 minutes)

Does the notion of web site design give you the creeps?

Are you one of us whose artistic ability was stunted at the level of crayons and coloring books?

Don’t fret, you’re in good company!

It turns out that presentable design is not that difficult, provided you divide—chunk down—the work into tasks that can be accomplished separately. Chunking down allows you to focus on one task at a time, tasks can proceed simultaneously, tasks can be outsourced, you can develop expertise in one set of the tasks.

Cut your work in half

Design can be decomposed into two categories:

  1. Structural elements
  2. Display elements

Structural elements govern the placement of text and images. For example, at the top of this web page is a menu list followed by a large image spanning the entire width of the web page. How this image placement is controlled is a structural design consideration.

Display elements can be considered as both text and images. You have to choose font families and sizes, and determine what the purpose of your images will be. The Website In A Weekend banner at the top of the page promotes the notion of an intensive and compressed learning experience: white lettering on chalkboard green with a weekend circled on a calendar.

There is some overlap between structure and display, but separating the two is a good place to start.

Lay out your structure

For structural elements, I recommend digging into grid-based design. Grid Systems by Kimberly Elan profoundly changed my understanding of design, especially layout. Actually, that’s not exactly true… Grid Systems reminded me of lessons I learned many years ago using graph paper and pencil, before CAD and computer drawing, back when real drawings were inked with expensive rapidographs (I still have complete sets of Koh-I-Noor and Rotring pens).

The cool thing about structural elements is that anyone with some common sense and a pad of graph paper can work out something that look better than 90% of everything you’ll ever see. Check out my friend Sean’s website for Only The Valiant. Yep, that’s a WordPress website, and he laid the whole website out on graph paper before he started tinkering with the theme. (Smart bears might take a look through his CSS to examine exactly how he did that… or you could hire him to design your site for you. Tell him Dr WordPress sent you.)

Create text and images

Wilber is your friend

Wilber is your friend

Personally, my idea of “graphics work” is writing bash scripts for ImageMagick/Convert to handle the nasty details.

While I’m much more comfortable working with structural elements (which lend themselves to programming), perhaps you are much more comfortable working with images using programs such as PhotoShop or Gimp. I do some of the image work on Website In A Weekend myself, I barter for some of it, and I pay for some of it. By the time I pay for image work, I have a very clear idea of exactly what I want, so it’s not expensive. Can you tell which images on Website In A Weekend I did myself?

You can do your own design

You don’t need to master design. That’s 10,000 hours away. However, if you want to create a website with a totally killer design, you need to either learn enough of the vocabulary of design to effectively communicate with designers… or you just need to pay someone a lot of money and not worry about it. Mastering the vocabulary and learning enough of the tools of the trade will allow you to much more effectively communicate with graphics professionals, and that will pay back your effort in spades.

How to Add favicon.ico to WordPress For Professional Appearance

(Reading time: 5 – 8 minutes)

Favicon.ico: Who, What, Where, When, Why and How

Look up in URL field of your web browser, or on the browser tab if you have a tabbed browser like Firefox or Internet Explorer… you will quite likely see a little icon, called a “favicon.” It looks a little this this:

favicon on tab

favicon on tab

Favicons are low-cost, easy to make and install, and provide one of those critical necessary details separating websites that mean business from website that don’t.

>>>NOTE: Check out Chapter 1 of the new EBook we’re creating — Fastest WordPress Graphics Using Photoshop: 7 Killer Tutorials for $17. It’s all about creating favicons for your WordPress website, and we broke it down into simple, easy steps so that anyone could do it!

Favicons provide many other benefits:

  • Your readers will be able to find your web pages, easily, even when they have many browser windows or tabs open at once.
  • Your bookmarks and favorites folder usually show favicons next to stored web site links, again providing a fast visual cue for your readers to return to your web site.
  • Favicons provide visual reinforcement for your brand. You can make a favicon representation of your logo for added reinforcement.

Given how easy it is to add a favicon, you don’t have an excuse for NOT having one on your web site!

Hey! You're in the middle of the Website In A Weekend eCourse. Learn how to create and operate a complete WordPress-based website in a single weekend. Start here: Website In A Weekend: Friday Evening - Off to the Races. (If you already have a blog... "audit" the eCourse... you'll find plenty to do.)

Creating a favicon

There are many ways to create one of these little images. You can take an image and just scale it down to 16 x 16 pixels in Microsoft Paint (Go ahead, try it, see how it works). You can fire up Adobe PhotoShop or Gimp and create something truly professional. You can even upload an image to a website and have one created for you. You won’t have much control over how it turns out though, other than finding an original image that works well. For example, go try out favicon.cc. Unless your image is really, really simple, automatic favicon generation isn’t likely to produce professional looking icons.

(As it turns out, Website-In-A-Weekend is working a small, secret project that is going to help you understand everything you need to know about creating your own favicon, or what you need to understand if you want a graphics professional to create a favicon for you. Watch this space (or sign up to the Website-In-A-Weekend newsletter, top right corner), and I’ll update you when we’re ready to unveil. UPDATE: See note above or banner below for EBook on creating favicon.ico images for WordPress!)

Adding the favicon to your blog

There’s two ways to add a favicon to your blog. One is to use a WordPress plugin to add the icon and handle inserting the correct code into your theme’s header. The other is to manually upload the favicon directly to your website using FTP, and make a simple edit to your header.php file… easy to do from the administrator web page: “Appearance > Editor.” Let’s take a look at manual procedure first. (BTW, at some point, you will need to more than you want to know about the guts of WordPress, and doing these simple tasks of installing favicons and copyright notices helps you get comfortable for when it really matters.)

Since we recommend installing your WordPress favicon manually, let’s look at that first:

  1. FTP the favicon.ico to your web root directory. This might be /public_html, it might be another directory, depending on how your WordPress installation is configured.
  2. Add to theme header.php:
  3. Reload blog page in browser, clearing the browser cache if necessary.

Other image types can be used. For example, here’s how to specify a png image for a favicon:

Note that this favicon is directed to the WordPress theme installation directory. Feel free to install the favicon into your theme directory, but understand that this exposes information about your site structure in the favicon path to malicious hackers.

You can also name the icon file anything you want, as long as you tell the browser. Here’s how Edgewall’s Trac system specifies the name of the favicon as “trac.ico”:

Remember to clear your cache when you reload your web page to examine your new favicon (CTRL – F5 in Firefox).

WordPress favicon plugins

Plugins… we did some investigation, here’s what we found out: There are surprisingly few plugins for favicons, 3-5, with varying capabilities.
Of the plugins we did find:

  • Many of them required you to manually upload the favicon anyway.
  • At least one required the favicon to be installed in your web root directory instead of your WordPress directory.
  • Others required you to link to a favicon already hosted on a web server. Now, this could be your web server, and you could upload it using the WordPress media tools, but that’s almost as much work as doing it manually!

Here’s a list of what we found using both Google and the plugin browser in WordPress “Plugins » Add New”:

We’re sticking with manually uploading favicons for now. And make sure to check out Chapter 1 of our new EBook “Fastest WordPress Graphics Using Photoshop: 7 Killer Tutorials for $17″

[sniplet bookblurb1]

More information

Dig deeper, here are some links: