It’s the final saga in our quest to decide What Makes Good Blog Design? and today we are coming to one simple truth, good design looks good. That much is obvious, but good looks are for more than just looking at.
You don’t design a blog to print it out and hang it on your wall to be admired and you don’t design it to keep up with the Joneses. Stunning designs are good simply because they get you more readers.
Click to continue reading »
Posted in Design | 28 Comments »
Image by Felipe SkroskiIf you’re reading this, then I imagine you have an interest in blog design. Together, we invest huge amounts of time into tweaking our blogs, or huge amounts of money into paying others to do so. But how do we know our design is actually worth all that effort?
What is it that makes a good blog design?
The 4 Aspects of Good Design
There are many factors, but we can wrap the main ones under 4 umbrellas. These are what I would consider the main elements of a good blog design to be.
- Achieve Site Goals - What is your purpose for having the blog? What do you want visitors to do?
Click to continue reading »
Posted in Design | 25 Comments »
There are a few seemingly perpetual debates in web design. 800×600 vs 1024×768. Fixed vs fluid. Content on the right or left. The choice of using a 2 column layout or a 3 column one is another of these.
Advantages of a Two Column Layout
- Forces minimalism. There tends to be less sidebar room in a 2 column layout. You simply don’t have the space for 100 different widgets without overstretching the page. This limit forces you to be a little more careful about choosing which widgets are installed.
Click to continue reading »
Posted in Blog Layout | 45 Comments »
Ajax is a great technology. It allows you to update various aspects of your page, without ever having to refresh.
The Trouble With Ajax
The trouble with Ajax is that it is overused and abused. Many people try to do too much with it. If you’re building a web-app, fantastic, use it all you like! If you’re just building a blog though, remember your restraint.
Good use of Ajax comes in small doses, and only when it helps you achieve your goals. Can it save you the hassle of reloading the same page? Will it let you accomplish simple tasks quickly? If so, then you’re using Ajax well.
Click to continue reading »
Posted in Blog Usability | 15 Comments »
Dominik Lenk recently asked an interesting question; What are the essential elements of a blog?
In reply I would say that there are very few essentials. It is your blog, and its up to you what you want to include. The only essentials would be to include the basics that you see on every blog, such as a search function, category lists and comment forms.
However, this did lead me onto another question. It is one thing to know the features that technically make a blog a blog, but what is it that makes a blog look like a blog?
Click to continue reading »
Posted in Design | 13 Comments »
Comments are the backbone of a blog. For a blogger, there are few things better than a nice, long stream of comments. As a reader, flicking through such streams can be as enlightening as reading the post itself. It can also be useful to easily spot the author’s comments, to read what they in particular had to say.
As an example, here on Pro Blog Design, each of my own comments looks slightly different to the adjacent comments. Achieving the same effect on your blog is easily done.
The method described here is specifically for WordPress users. Movable Type users should refer to this article, and TypePad users to this one.
Click to continue reading »
Posted in How Do I...? | 51 Comments »
For most bloggers, the comment field is one part of the blog that we really want our readers to see and use. As such, it seems strange that the comments form is rarely any different to the default white design.
Adding more advanced effects to the comments field is easily done using CSS. The method has been explained below, and is followed by a few pointers that you’ll want to remember when choosing your effects.
How To Add Effects
The comments field is treated as any other CSS element. View your page’s source code to figure out the ID of yours. In the case of most WordPress themes, the basic CSS code will be as follows:
Click to continue reading »
Posted in Design | 19 Comments »