
Entrancing the ‘new’ for this blog category of web design, I want to introduce you useful sites, tools, plugins and everything with a price of 0.00. Maybe some of the following hints will actually improve your blog. Who knows?
To face the truth there are two main ways of how your visitor, depending on mostly luck your reader, can react on your homepage: 1. omg and 2. wtf. Ok, there are special cases, like omg wtf or wtf omg. And only you can try to influence it.
I thought it would increase my readership, so the subject will be separated in many parts, and this is the first one. So. Let’s begin. UI means user-interface, something like the “start”-button in your OS. There are basically 4 things you need to offer to your readers in the website interface: a back-to-top link, a search form, a back-to-homepage link, and a RSS button, but it’s more for you.
Back-to-top link
It is more important than you believe! Especially when you have many posts or comments on a page, and the user scroll thru them till end, he definetly doesn’t want to scroll back again. The simple back-to-top link does it for him. And with little help of jQuery it also can look very gorgeous (click on the back-to-top link at the bottom for an example).
To make a simple back-to-top link, you must place at the top of your page code, somewhere after the body-tag, the following empty anchor tag:
[cc lang=“HTML”][/cc]
At the bottom of your page, you simply write a text link, like “Up!” or “Back to top!” and link it to the first anchor:
[cc lang=“HTML”]Back to top![/cc]
Search form
Especially on sites with much content it isn’t easy to find what you look for. Search forms help. Though: the default WordPress search engine is a waste, I recommend to use an embedded Google Search instead. Although every two requests sent to the Google server spend as much energy as a boiler. So you could also make you some tea instead. A very nice article about designing search boxes can be found on Smashing Magazine, a very good resource for web designers.
Back-to-homepage link
All blogs have the “home” link, but not everybody makes it really comfortable. The idea: the link should be as big as the header, so you could click on the top of the page to go to the homepage. Instead someone makes the link only around the blog name: it’s a fault.
The easiest way is the following:
[cc lang=“HTML”]
Blog name
[/cc]
[cc lang=“CSS”]#back-to-home-link {
display: block;
width: 100%;
height: 200px;
}[/cc]
If you want to use a rollover effect or replace the text with a picture, use this css:
[cc lang=“CSS”]#back-to-home-link {
display: block;
width: 100%;
height: 200px;
text-indent: –9999px;
background: url(the-image-or-sprite.jpg) no-repeat top left;
}
#back-to-home-link:hover {
background-position: bottom left;
}[/cc]
RSS button
It is not neccesary, but I think it would bring you more feed subscribers, readers. Because, not anyone knows what RSS is, not anyone can find the small icon near the address (in Firefox e.g.), so the big and impressive “click me”-buttons work. I think.
That’s all for today, next week I will tell you which WordPress plugins are a must, and hopefully something interesting, too. I end this article, and hope that you at least didn’t wtf-ed me. I hope also it was helpful. Cheers!
6 Comments
Speaking of RSS, why don’t you upload a 95px × 190px banner named siggy.jpg on your ftp directory at /do_not_delete/Feed Siggy folder so that it shows on our mini aggregator here.…
http://www.kokidokom.net/
Huh, it was that easy to make a “back to top” tag? Shit, I suck.
@7: Done. I see you made the Yahoo! Pipelines thing or how-is-its-name. It’s a nice feature.
@Panther: Almost none of Team Blue members have that tag. I hope I helped.
Ahem, I have the tag by the way.…
I know: I said “almost” none.
Use standard colors, layout and links. Visitors are used to the standard look like blue underline is a link .