Why Do We Want to Redesign Sites Too Often?

As a designer, I’m rarely with a design for long. Not long after finishing a design, I start feeling an urge to redesign the site again. Give it a month or two and I’ll be playing around in Photoshop, making experimental mockups in what spare time I have. I have to force myself to not launch a new design too quickly.

I know I’m not the only one with this “problem.” Many designers are like me. Collis Ta’eed, co-founder of Envato, has admitted to never being happy with a design for long as well. And Adii, from the number of times he’s redesigned his blog recently, has a similar ailment.

Why? Why do I want to redesign so much? Is it because I’m never happy with the end result? Or am I just addicted to designing? I’m not sure. It’s probably both. Normally I’m not disappointed with a design, though they rarely turn out exactly as imagined, but I just…get bored with them. I want to experiment and try out new styles. I want to play with Photoshop and weave new code.

This seems to be something that plagues a large portion of designers, and other creative people as well. Have you noticed it yourself? Do you want to redesign more often than you should? Why?

This was my entry to Smashing Magazine’s guest author contest. It wasn’t published there, so I’m putting it here now that the coast is clear.

Top Commentators


StumbleUpon Comes to Opera

The popular social bookmarking StumbleUpon has long caused problems for users of thr Opera web browser. Their lack of a toolbar for Opera has annoyed them for quite some time now. There have been some less than perfect solutions in the past, as well as a very good solution — switch to Firefox — that a lot of the users probably don’t want to do.

Well, there’s another option out now. It’s called Opera Stumbler. It has most of the features of the official StumbleUpon toolbar, but in a menu up on the menu bar instead. It looks like a fairly workable solution, though I haven’t tried it myself yet.

I’m a card-carrying Firefox fanatic, and I couldn’t live without my Firefox extensions, so I doubt I’ll be seeing much use of this for my own purposes, but I know that quite a few of you use Opera (according to Google Analytics). Hopefully you’ll find this useful.

Website Optimization by Andrew B. King [Book Review]

O’reilly Press puts out some really good tech books. So I grabbed Andrew B. King’s Website Optimization when I saw it at the library a few days ago. It was pretty good, though not my favorite of their books. I enjoy the ‘Hacks series (PHP Hacks, Podcasting Hacks, etc) more, but they have some other good books too.

Website Optimization is worth a read if you’re trying to get more from your website. The book covers several aspects of optimization. Search engines, loading times, conversion rates, and a little bit on accessibility. There is a heavy emphasis on Search Engine Optimization of course.

It’s a pretty good book, and is very informative, but I have to disagree with some of the SEO advice. The book seems to promote the idea of being stingy when linking to external sites, in an effort to hoard PageRank, linking reciprocally, and making use of the nofollow attribute excessively. Then the book goes and tells you that blogs are a good way to get more inbound links.

I can tell you that an attitude like that regarding links will get you nowere fast. If you want to get links, you must give them first. Link to things that you think will be of interest to your users. The sites you link to will then learn about your site when they find some traffic coming in from your site. Nofollow shouldn’t be used to cripple links you place on your site either. It should be for things like blog commenters’ posted URL’s, which weren’t added by you, and therefore you may not want to recieve PageRank points. As for reciprocal linking, don’t bother. Google thinks reciprocal linking schemes are generally of little interest to the end user, and are therefore discounted when ranking pages.

Other than my minor complaints about some of the linking advice given, it’s a pretty good book.

BlogBuzz August 23, 2008

Who Hosts the Top 100 Blogs?

“Who is hosting this?” is a tool that lets you enter a domain name and see who hosts the site. Kind of fun to play with, and a useful research tool if you’re in the market for a web host.

The makers of the tool have put together a list of the Technorati Top 100’s hosts. That’s right, a list of the web hosts used by the top one hundred blogs on the internet.

The list kicks of with a chart showing the most-used hosts by the Top 100, along with some commentary, and follows it up with a complete list of the blogs and the hosts they use.

No surprise, Media Temple is the most-used one. Media Temple’s users are very loyal and numerous, and they’re famous for their quality service and support. So I’m not at all surprised that they’re sitting atop the chart.

15 Bloggers Worth Following on Twitter

Getting started with Twitter? Looking for some more people to follow? A lot of bloggers, like yourself no doubt, use Twitter too. Here are a few you may want to pay attention to.

Smashing Magazine

The most smashingest blog on the planet is now on Twitter. Find out about new posts faser than your RSS reader can keep up, see what the Smashing folks are finding online, etc. Follow smashingmag.

Tom Merrit

Tom is an executive editor at CNET, and co-host of the Buzz Out Loud podcast. Keep up with what Tom’s up to, and be alerted when Buzz Out Loud is streaming live online. Follow acedtect.

Sumesh

Sumesh’s blog Techzilo.com covers “software, internet and productivity tips.” Sumesh has been a tech addict for quite some time, and knows his stuff when it comes to blogging. Follow sumesh.

Darren Rowse

Darren Rowse is the ProBlogger. You know, the ProBlogger. If you’re blogging and havn’t heard of him, then you must be blogging under a rock. Follow problogger. Read the rest of this entry »

Outsourcing: You Can’t Do Everything Yourself

Running a large-scale blog can be a lot of work. If you gain a large readerbase, and are barely keeping up with writing posts, and managing others’ posts if you’re the editor of a multi-author blog, how are you going to find the time to do other things, like redesign the blog when the time comes? Or what if you just don’t have the skills to do something, like create an eye-catching design or code a custom add-on to the site.

Outsourcing, delegating, whatever you want to call it, somewhere along the line, you may need to find someone else to do some work for you. As a matter of fact, I highly recommend it in many cases.

I’ve been hired on a couple of occasions to do some custom PHP development for people in similar circumstances. People who needed something done for a web project, but didn’t have the skills or time to do it themselves. Read the rest of this entry »

Amazon Auto Affiliate Linker

Prolific plugin author Joost de Valk has put together a WordPress plugin that’s simple in function and insanely useful.

Are you a member of Amazon Associates? Amazon’s widely-used affiliate program can be an effective way to monetize a blog, especially if the blog publishes book reviews, or something of the sort. However, it’s a bit of a pain to, when writing a post, traipse over to associates.amazon.com, log in, and go through the menus to generate an affiliate link, search for the product you want, and paste the resulting URL into your post.

Enter Amazon Auto Affiliate Linker. Install the plugin, tell it what your Associates ID is, and go back to blogging. Now you can skip the Associates dashboard when you write posts. Just go to Amazon.com to search for the book, and copy the URL to the product listing. From there you can use that ordinary URL in your post, and the plugin will automatically add your Associates ID when you press publish. Simple, I told you.

CSS Tip: Reset Browser Defaults

If you were to create a bare minimum XHTML document, with no CSS applied, and fill it with various elements (a few paragraphs, a heading or two, etc), you’ll notice that web browsers have default formatting for everything. Paragraphs have a certain amount of space between them, the body tag has default padding, etc.

This, of course, introduces cross-browser issues. Each browser has it’s own default styling, and they’re all different. So in order to make your CSS work well in more than one browser, it’s generally best to unset the default styles witth a browser reset stylesheet, or section in an existing stylesheet.

Rather than write one here and tell you to copy and paste it, since not all resets are equal, I’ll instead offer you a selection of links where you can find CSS reset styles. Choose one that fits your needs.

36 Font Resources

Everyone likes fonts. From the days of the IBM selectric, with it’s swappable type spheres, to the introduction of the Macintosh, which brought zillions of typefaces to the personal computer, people have loved playing with fonts.

Fonts are a big part of graphic design, and people who deal with them on a regular basis often become obsessed with typography. There are typography blogs, typography T-shirts… A little crazy isn’t it? I think I’d get some odd looks if I went around wearing an “I heart Helvetica” T-shirt…

Now, let’s get to the font resources. I was browsing through Del.icio.us earlier, and found this post here: 36 Font Resources You Should’ve [sic] in Your Bookmarks. Prepare to lose a few hours downloading new fonts.


Close
E-mail It