July 29, 2008

Newspaper Commenting – Free to be an idiot

Filed under: In the News,Web Design — HDW @ 9:20 am

I’ve keeping my eye on newspapers and online commenting for a while. Letting people comment on the newspaper like a blog seemed like an interesting idea. My interest was that I thought that newspapers wouldn’t stay on top of controlling spam comments. I was wrong. Where they lost control was with the actual commenters. Without some sort of accountability, apparently people feel free to say anything they want in this sort of forum. Threatening and abusive language, insults, random and profane comments… Apparently it’s all OK, as long as nobody knows who you are. It’s time somebody with a brain took control. This sort of thing doesn’t help anything. You need a moderator, and you need some accountability.

My first thought was that requiring accounts would be my first suggestion. Putting a name to that filth would stamp most of it out pretty quickly. While I came up with one idea, Derek Powazek has has come up with 10 Ways Newspapers Can Improve Comments.

Here are ten things newspapers could do, right now, to improve the quality of the comments on their sites. (There are lots more, but you know how newspaper editors can’t resist a top ten list.)

How long before newspapers start taking these sort of measures? I’m betting it’s going to go downhill quite a bit further at most papers before it gets better. I don’t think the newspapers grasp the negative effects of this sort of thing. Sure their site numbers are going up, but is this the sort of traffic that’s going to make you money? I don’t think so.

July 25, 2008

Top Blog Design Survey

Filed under: Blog Design,Blogging,Design Review,Web Design — HDW @ 9:39 am

The results of a fascinating study of the design of the top 50 blogs is available at Smashing Magazine. Some interesting results, but I was most interested in the ratio of fluid to fixed width layouts. 92% used fixed width. That seemed a little high to me, but I have noticed a strong trend that way in design lately. I was even more surprised to note that the writer describes the other 8% as “uses fluid elements”, but none used “used an elastic layout”.

I’ve always thought that a fluid width layout was a better design solution for most websites. Defining a minimum width for a site isn’t a bad thing, but a full fixed width layout is just too rigid. It doesn’t take the viewer’s preferences into account. You’ll also note that 56% of blogs surveyed used a site width of 951-1000 pixels. I don’t know about you, but that means if I’m viewing the site with my feed reader open, then I have to scroll left and right. Annoying! I’m sure I’m not the only person who dedicates less than 1000 pixels of screen width to their main browser window.

My favorite statisctic though was about the percentage of the layout used for main content.

“on average, 58% of the overall site layout is used to display the main content.”

The most important part of thelayout only deserves 58%? That’s the best you could do? That’s just sad, it really is.

A Small Design Study Of Big Blogs | How-To | Smashing Magazine

It is truly remarkable that among 50 top blogs not a single one used an elastic layout (width of layout grows with the growing font size) and only a small fraction uses fluid elements (layout changes depending on the size of the browser window). Here are the exact findings:

* 92% of top blogs used a fixed layout,
* 8% used a fluid layout or a hybrid layout with fluid layout elements
(Engadget, Smashing Magazine, Gigazine, Coorks and Liars).

May 5, 2008

Rethinking Knowledge

Filed under: Web Design — HDW @ 9:52 am

April 2, 2008

Jessica Claire – Photogapher

Filed under: Blog Design,Design Review,Photography,Web Design — HDW @ 9:04 am

Jessica Claire has a new site design. I always love to see a blog merged seamlessly with the rest of a site. Honestly, I just love to see a complete site working seamlessly together, but it’s often the blog that gets left out of the design loop. They’re an afterthought, left on some default theme. Or worse, linking to an entirely different site on Blogger. Nothing wrong with Blogger, but if you’re going to the trouble of writing and maintaining a blog, shouldn’t the improved stats benefit your own URL? There are ways to use Blogger and WordPress.com and still use your own URL.

Back to Jessica Claire’s new site. Seamless is the key word. Red Door and infinet design did a beautiful job putting all the pieces together. I’m a sucker for classic design elements like they’re using in the background and elsewhere. The colors work well for me too.Nicely done. Good luck with it Ms. Claire.

March 27, 2008

The Web Page from Hell

Filed under: Humor,Web Design — HDW @ 10:23 pm

Somebody has a sick sense of humor. I love it. The Web Page from Hell.

December 13, 2007

Found in the mail

Filed under: Current Reading,Web Design,WordPress — HDW @ 10:22 am

A very kind reader of mine just sent me a copy of Lisa Sabin-Wilson’s book, WordPress for Dummies from my Amazon Wish List. This may sound like an odd book to put for a designer to want, but I believe in learning everything possible about my profession, and learning from a recognized expert is the way to go. Even thought I’ve used and designed for WordPress for several years, there’s always something more for me to learn. I’ve just started reading it, but it looks even better than I thought it would be. I’m looking forward to finishing it.

November 9, 2007

If nobody can find your RSS feed, is it still there?

Filed under: Blog Design,Web Design,WordPress — HDW @ 10:58 am

The answer is probably yes, but I’ll come back to that in a moment.

There is a lot of confusion over what exactly an RSS feed is, and how it’s made available. An RSS feed is a simple XML file. As a blogger, you don’t need to know that. They come in one of several (7?) formats. You don’t need to know that either. The benefit of RSS feeds, is that they allow people to subscribe top your content. In other words, it lets people know that you have fresh content, and brings them back to your site. That’s the point you need to know.

Back to the original question. If people can’t find your RSS feed, is it still there? WordPress and other blogging platforms create and update RSS feeds automatically. Most blog themes have the feeds linked in the header in such a way as to notify browsers and feed readers of their presence. If you were to remove those links, intentionally or by accident, your site would appear to viewers as if it had no RSS feeds. The RSS feeds however, are still there. So if your RSS feeds aren’t visible to site visitors, check the header to see if they’re linked properly. It should look something like this:

<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”(your URL)/feed” />

There may be several of these, and the type and file name might vary, but that’s because most blogging platforms offer several kinds of feeds. If you’re looking at your theme files, you might see some PHP in there, so it would look like:

<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />

For a good example of an unlinked feed, look at the comment feed in WordPress blogs. It is part of the basic WordPress template, but isn’t linked to the header. So in effect, it exists, but nobody can see it. You want a comment feed on your WordPress blog? Link it to the header, and it will appear to feed readers. There may be a little variation in your WordPress installation, but the feed should be at:

<link rel=“alternate” type=“text/xml” title=“Comments” href=“(your URL)/wp-commentsrss2.php” />

Add that to your header, with your correct URL of course, and it should work.

Why would you want to remove access to your feeds? FeedBurner would be one example. By removing access to the normal feeds, and installing a FeedBurner feed, you direct all subscription traffic to FeedBurner. This allows you to track subscription statistics more carefully.

Feeds, no feeds, lots of feeds, or just one? That’s a question I’ll leave for another day. Until then though, at least you’ll know why they’re visible on your site, or why they aren’t.

November 7, 2007

WordPress and Comment Notification

Filed under: About this blog,WordPress — HDW @ 3:40 pm

I noticed today that I wasn’t getting any comments. IN fact, I hadn’t received any for a couple of days. When I checked my site however, it wasn’t that I hadn’t received any, but that I hadn’t been notified of them. When I upgraded WordPress to version 2.3.1 recently, I stopped being notified of comments, pingbacks and trackbacks. My e-mail account was still working, and my auto site backup e-mail came in just fine, but those discussion related e-mails didn’t come in. Apparently, this is caused by a change in how WordPress handles these outgoing e-mails. The e-mail account it was trying to send them from was wordpress@(mydomain.com). I don’t have an account by that name, so my hosting service (Bluehost) was justifiably disallowing those e-mails. Adding that account at my hosting service, and the problem is solved.

I’d like to say thanks to Double Blind for showing me how to fix the problem.

Design Review – American Truckers at War

Filed under: Blog Design,Design Review,Web Design — HDW @ 6:03 am

As the second in my reviews of the Cowboy Code Marshal blogs, I’ve chosen American Truckers at War.

American Truckers at War

Style
My biggest problem with the style of American Truckers at War is that it needs more. The subject is passionately presented, and the blog theme needs to catch up. That may sound overly negative, but it shouldn’t be taken that way. Blog design should make a statement, and this design doesn’t speak loudly enough.

I like the red white and blue color scheme, it’s totally appropriate for this sort of site. This is one of the elements that I think could be pushed more. More red, more blue. It’s important with any design to present a balanced and unified color scheme, but with a red, white and blue palette, this is even more important. It’s very easy to let this color palette slip into disorder, which will significantly lower the site’s impact. The solution is to carefully control the range of colors used. By keeping the color palette carefully confined, the scheme becomes more unified, making the design feel more organized.

This is a three column site, with a lot of links and images. The site is using twenty one scripts, most of them blogrolls. This has the potential for wholesale chaos when it comes to site organization and structure. Chaos however, is held in check. While the organization could be improved, it is nowhere near as bad as could be. There is room for improvement though. Making an effort here to unify the format of the various blogrolls would pay off with a cleaner look and improved usability.

Most of these blogrolls come with their own image. This is another area that could be a horrible negative, but is at worst a neutral. Making an effort to unify these images in some way would go a long way to cleaning up the sidebars.

One of the things I like about the design is the unified look over all. A common error in this kind of web design is failing to keep the various parts of the site looking like they’re supposed to be together. This site doesn’t make that mistake. The whole site holds together nicely. Defining the sidebars a little more might improve the overall look, but care should be taken not to loose the unification that currently exists.

The sidebars are a too wide in my opinion. They are encroaching on the content a bit too much. While I can see the reasons behind this, a little more width in the content, and a little less in the sidebars would make noticeable difference. This could be done by removing or altering the wide elements which are forcing the sidebar widths. The left sidebar is being forced wide by a single image, which could easily be edited. The right sidebar is being forced by several elements which are more difficult to edit, but it might be worth it to either force this change, or remove those elements. An alternate option would be to move wider elements to one sidebar. This would allow for an increase in the content section, while also allowing for the retention of the wider elements.

Structure
Site structure is reasonable. While there are a number of validation issues which I personally would address, none of them are significant. Most of these issues are the result of a DocType which doesn’t match the HTML coding. Not too serious, but worth fixing. Another issue is some extraneous code that appears to be part of the blog design. This also is insignificant, but would likely be easy to fix.

This blog is powered by the Serendipity Weblog System. While I’m not familiar with this system, it is somewhat similar to WordPress in that it is a PHP based blogging platform which uses themes to control style. It should be a solid platform if executed properly.

This is also a site which uses frames. Not good from a search ability point of view. Frames are notorious for interfering with search engines. In this case it also must be interfering with the ability of other bloggers to link to this site. This is caused by the framset disguising the URL. If you go to the homepage, it shows the URL as www.americantruckersatwar.com. No problem there. If you go to any other page in the site however, it still shows that same URL. I don’t know whether the use of frames is utilized here because of hosting issues or the blogging platform, but I would give some thought towards rectifying this. Removal of frames should improve traffic from search engines, as well as other blogs. If for some reason this change isn’t possible, I’d make a few minor changes to the frameset in order to improve it’s functionality. My strong preference however, would be to dump the use of frames.

Content
Content is what you’d think from a blog called American Truckers at War. It’s always good to have a site’s content match it’s name, and this is the case here. Nothing annoying like a designer’s site called something silly like High Desert Wanderer.

What would I change
I’d unify and amplify. Unify the images, color palette, and blogroll structure, and amplify the style. The various unification schemes would simplify the overall site. It would improve readability, usability, and flow. I’ll clarify the unification points a little bit later, but here’s a short list.

  1. Unify color scheme
  2. Unify blog roll images
  3. More clearly define sidebars
  4. More clearly define content sections

A big part of the unification would be to get the various blogrolls with their associated images into some sort of consistent organization.

I’d increase the content section width. I’d do this by decreasing the width of both sidebars. While I’d attempt to keep them symmetrical initially, there’s nothing wrong with asymmetrical sidebars as long as they are neat, clean, and functional.

I’d consider reorganizing the sidebars. Ads on one side, blogrolls on the other is one option. Making the sidebar content more intuitive would be the goal.

I’d amplify the style by adding more red and more blue to the content section. I’d do this by adding color and graphic elements to the individual post template. I’d add more negative space between posts, and increase the size of the blog titles in order to improve flow.

The big change I’d make, would be to the header. This site needs a stronger header. It’s talking about and to truckers, it needs to make a strong and unwavering statement. Some sort of truck or trucking associated image seems obvious, but I’d work with site author to see what would be most appropriate. My first choice would be to use an almost abstract image of a truck. It could be an extreme close-up, or an unusually angled photo. You don’t want to go with a traditional or predictable photo of a truck here. Drama and impact are important, and this is the place for it.

Summary
This review may sound overly negative, but that’s not how I see it. I see the style of this site more as a blank slate than anything. The style current style isn’t a negative, but it’s not as much of a positive as it should be The site structure is much the same way, not a negative, but not a positive enough. This site needs to make a stronger statement.

In some ways this site’s style is being pushed too much by various blogrolls and associated images. They each make a statement of their own, and it confuses the overall style.

The key here is unifying the various site elements, and amplifying the overall style. Easy to say, not always easy to do. However, the improved usability, functionality, and dramatic effect that will come from an improve design will be well worth the effort.

November 1, 2007

Design Review – Conservative Cowboy

Filed under: Blog Design,Design Review,Web Design — HDW @ 11:50 am

Since joining the The Cowboy Code Marshals, I thought I’d review a couple of the members. To get the ball rolling, I’ll start with the Conservative Cowboy.

The Conservative Cowboy

Style
I’m not sure what I’d call the style of this site. I have the same problem defining my own site’s style. The idea of cowboys and web design doesn’t lend itself towards any name that doesn’t sound like the punchline of a joke. Cowboy Geek? Techno Cowboy? Those both sound like bad movies from the 70s or 80s. “Classic Western Web Design” might work, I’ll give that some thought. Regardless of the naming problem, the site’s style is distinct. A web site designed for, and probably by, a cowboy.

Christopher uses a fairly simple white on black color palette for the site, and I think that works. This sort of simple color palette can really catch the eye if done carefully. I would consider changing the link style however. Small fonts with red on black can be hard to read, as at the bottom of each post. I’d also consider working more white into the design to break it up visually a little more.

Some key text in this site is highlighted by being made red. Nice impact, but I found it distracting that it was the same color as the link text. Made it look like a link, when it wasn’t. I’d consider clarifying that in some way, so that highlighted text and links can more intuitively be told apart.

This site has a fixed width layout. Nothing wrong with that, though I personally prefer fluid width. Despite being fixed width though, it could still use space a little better. The header for instance could fill the space a little better. The header image has a lot of potential and modifying the layout slightly would use it to better advantage. The twin revolver image at the bottom of each post could also be used to define that space better. By putting an outline around that image, it limits its impact. While these are small changes, they’d make a noticeable difference. That outline is likely an unintentional artifact added by the CSS, but it could be removed the same way.

I like the fact that negative space is considered in this layout. I would adjust that here and there for more impact. A little more space between posts, and a little less between paragraphs for instance, would help the flow.

Content formatting needs to be a little more standardized. For instance most of the content is left aligned, but some posts are mostly centered. This is distracting. I’d also suggest not centering blocks of text, it makes it more difficult to read. As this seems to be most often used with quotations, I’d suggest changing those to blockquotes, and editing the blockquote CSS to an easier to read, but also more distinct, style.

There are two other style factors in this site that I don’t usually discuss. One is music. This site plays country music when it’s loaded. Nothing against country music, I listen to it daily, but I like to choose my own. I’d either remove that option, or make it optional in some way.

The second style feature I don’t often mention is animation. Animation, or any moving objects on a page, are a distraction. While they can be an interesting graphical addition to a page, they should be used with care. A number of objects on the Conservative Cowboy’s navbar move. I’d limit the use of these elements, or eliminate them entirely. Pick one maybe, like the flame’s at the top, and get rid of the rest. I’d also consider limiting the movement of that one item. For instance, instead of an infinite loop, make it cycle for 10-15 seconds, then stop. Another option is to do what is done at the Day by Day Cartoon by Chris Muir site. Go take a look at that site, then hover your mouse over the Day by Day logo above the cartoon. Notice how it pulses? It didn’t do it for me today, but in the past it’s played music when the animation turns on as well. An interesting alternative to having the animation turned on when the site loads.

My final thoughts on style are that this site has a good start on a great style. It needs some refinement, and it needs to push the style a little more too. Both the simplicity of the color palette, and the cowboy theme elements can be accentuated more, with good effect.

Structure
This site as you can tell is a blogger.com site, and is largely based on one of their themes. Nothing wrong with that. It is a safe and reliable blogging platform. I personally like WordPress better, but that’s more a matter of personal preference than anything else.

I tested the site using WebSiteOptimization.com as I normally do for this sort of post, and I found some interesting things. The first thing that caught my attention when I read the report was load time, which seemed unnecessarily long (289.27 seconds on 56K modem, 103.99 seconds on 128K ISDN). This was explained when I read further. 75 images and 27 scripts. 75 images is a lot for a non-photo blog, but it isn’t unrealistically high. 27 scripts however, is I believe, a new record for me. That’s going to significantly impact load time, especially since they all appear to be pulling content from remote sites.

Images are not without fault here though. While the images placed here are not very large in physical dimension, their file size is unnecessarily big. Optimizing them would go a long way towards decreasing file size and improving load time.

I see a number of validation errors which I’d fix, though none of them are serious. Most everything I’m seeing seems to be a Doctype discrepancy. The document is one Doctype, but the code is written for another. Changing either to match the other should fix the problem.

Font and Center tags are used in at least a couple of locations for highlighting sections of text. A better solution would be to create a few new CSS classes to use in place of these tags. That’s much easier to maintain over time. If the site style changes, the highlight classes can simply be changed to match, while Font and Center tags would have to be updated manually on an individual basis.

Content
The content is exactly what you would think it was from the title. The writing of a conservative cowboy.

What would I change
The first thing I would change would be standardizing the code. Fix the Doctype issue, then replace the Font and Center tags with CSS. From a viewers point of view, this might have little or no effect, but it would allow my next style changes to reliably have global effect.

I’d next adjust the negative space to improve flow. I can eleborate if anyone is interested, but for now I’ll just say that some small changes to the use of spacing will make significant improvements in the flow and readability.

I’d add some white to the overall style, probably n the form of graphic elements of some kind. With a little more white to balance the black, the already strong effect of the simple color palette would be accentuated.

Change the link style to a more readable solution. While the red works good in the main content, in smaller links and bigger blocks of text it doesn’t work so well. The option I’d try first would be to change the link color in the post footer and the navbar. For instance there’s no reason those couldn’t be white with or without an underline. They could be considered of secondary importance to the blog posts themselves, and this color change would reinforce that.

I really like the header image, but it’s not being used as well as it could. I’d change it to better use the space, removing the outline would be a start. I’d also consider changing it’s shape and positioning slightly as well.

I’d change the use of the twin revolver images to better use the space at the bottom of each post. Here again I’d remove the outline, and probably add another graphic element to balance that small image with the wider text blocks above and below. I’d start with adding a CSS line above or below the image, the full width of the text column, to see if that alone wouldn’t balance it. I think that would be enough.

I’d limit or eliminate the flash and animation, as well as making the music optional, preferably with the default as off.

I’d strongly consider using some of the space outside of the fixed width portion of the site. Currently the site floats in the middle of a black page. Depending on the viewers monitor resolution, up to several inches down either side of the screen is empty. This space could be made more graphically interesting using a subtle repeating image of some kind. As you can see, I’m currently using a leather texture on my site to do that sort of thing. On the Conservative Cowboy site I’d do something much more subtle, and more in line with the simple color palette already in use. I would use an image like mine however, in that I’d repeat it either across, or down, but not both. The key here is subtle. It’s very easy to overdo this sort of image and really make a site look cluttered. With this sort of thing you should always try to err on the site of too subtle. Better to have viewers miss it, than overpower them with an image that’s too strong.

Summary
In summary, I like the site. I like its potential even more. It needs a little work, but all sites do. A little structural improvement, a little stylistic improvement, and it will be a stunning site, and easier to use and maintain as well.

Not all sites can use this sort of color palette and style, their content just wouldn’t support it. The Conservative Cowboy however, is one of those sites that will really make this sort of style work. The combination of text and imagery used here is set off nicely by this sort of presentation.

As with all of my Design Review posts, feel free to ask for clarification about any of my comments or ideas. I’ve always intended for these to promote discussions on design, that’s why I write them.

Trackposted to Pirate’s Cove, The Pink Flamingo, Right Truth, The World According to Carl, and Shadowscope, thanks to Linkfest Haven Deluxe.

October 18, 2007

Design Review – 94.9 FM Star Country

Filed under: Blogging,Design Review,Web Design — HDW @ 11:30 pm

Why is it that radio stations tend to have atrocious websites? While I understand that they’re not in a visual field, you’d think they’d know enough to delegate to someone appropriate. Though I love their radio station, I’ll mostly be handling the review of 94.9 FM Star Country’s website as a lesson in what not to do.

Star Country Radio

Style
The style of bright, bold, and animated. That’s not a compliment.

The color palette is mostly yellow and blue as you can see from the screen shot above. While I can see a lot of potential with this palette, this isn’t quite working. Too much going on with the color. This will be an ongoing theme in this review. A simplification of the color palette would go along way here. Simplification would help unify the content, making it one page, and one layout, rather than the current series of disjointed and unrelated boxes.

Using blue and red text on a yellow background, as is done below the fold, isn’t helping this overly colorful and overly cluttered layout. Using a little quieter color combination would significantly improve readability.

By animated I didn’t mean lively. I mean there are a lot of things moving on this page. Very annoying. That white box that seems to have the only bit of real content on the home page… that’s animated too. It switches ever 30 seconds or so between three different blocks of content. Limiting the animation used here would also be an improvement.

One of the animated elements used on most if not all of the pages on the site has aspects that I like. The blue banner-like element just below the header. While I don’t think it’s currently working well as one of several moving elements, I like it’s purpose. It lets a viewer know what’s currently playing on the air. It’s a nice touch. I’d either simplify it into a less dynamic, and more text-like element, or change the page layout so that this element works better.

The layout is the biggest problem for me. Essentially this home page is laid out as four column page with a fixed width above the fold. Below the fold it switches to two column. Fixed width might be appropriate here, that’s arguable, but I’ll let it slide. The four column however really isn’t working here. It’s limiting the content to about 320 x 360 pixels above the fold (that’s the animated white box I mentioned above). That’s a lot of wasted screen real estate. Unlike the home page, most of the pages appear to be in a slightly better three column layout. Definitely an improvement.

Star Country Radio

Structure
I’ll start the structure section by admitting that I am a bit of a snob when it comes to site construction. Let me count the ways.

  1. I don’t like unnecessarily invalid code
  2. I don’t like ASP, ASP.net, or Microsoft products in general (see #1)
  3. I don’t like table layout
  4. I don’t like Font tags
  5. I don’t like unnecessary use of inline CSS
  6. I don’t like overuse of scripts

Taking that into account, there are a number of things I don’t like about this site’s structure. Fortunately, table layout isn’t one of them. The all CSS layout might be overly complex for my taste, but there are no tables to be seen. The other five items listed above do come into play though.

There is what I consider a unacceptable level of invalid code. While most of it is minor, that doesn’t really let the site off the hook. Sure they’re minor errors, but they’d also be easy to fix. Why not do that?

Microsoft and ASP.net rear their ugly heads. This is likely the source of a lot of the invalid code. It’s quite possible that there are very nice sites put together by Microsoft products, but every one I know of is filled with excessive amounts of invalid and extraneous code. From the looks of it, some of this content was also cut and pasted in from MS Word, which doesn’t improve my opinion of the site. In my experience, Word creates it’s own little validation hell. Some versions seem to add more extraneous code than content when you paste directly into an HTML editor.

Font tags are interspersed throughout the site for no reason that I can see. A few simple lines of CSS would allow use of the class elements to do the same thing. Much less labor intensive to change.

There are a lot of instances of inline CSS that I don’t see the purpose of. Using one of the linked style sheets would have been a better choice in most instances. Much easier to maintain, and much easier to change in the future. Eliminating the use of inline CSS and font tags would significant factor in creating a unified appearance site wide. It would also make it significantly easier to update this unified appearance over time.

There are nine scripts running when I tested the page. This seems a bit excessive to me. While I think this is a mistake, they have somewhat improved my opinion of this by using scripts local to their site. Remote scripts are, in my experience, much more likely to cause site problems and loading issues.

Content
The content is what you’d expect from a radio station. Events, calendars, bios of the on-air personalities. A lot of potential for a community radio station. A community the size of Roanoke can really benefit from a resource like this. That being said, I don’t think the site is living up to its potential.

There is also a blog for one of the personalities, which came as a surprise to me when I heard about it. It’s actually a nice addition to the site, though from a structure point of view it needs some work.

Star Country Radio

Blogging
As you can tell from my site, I’m in favor of it as a rule. It does however, need to be done right. A business should blog in a professional manner, or not at all. Robynn’s Corner is one of those aspects of this site that I think has a lot of potential. The potential for interaction between radio personalities and their listeners.

I think the content of this section of the site is perfectly reasonable, though there should possible be more. The layout needs cleaning in line with the rest of the site, though the header is a little clearer here. Like the main site, advertisers and site navigation need to be separated for clarity purposes. Having advertisers interspersed within site navigation and content is confusing at best.

Here’s what I think would really get this blog going.

  1. Convert the blog to a more industry standard blogging platform. This would give you
    • RSS feeds so viewers can subscribe
    • Moderated commenting, registration of commentors is possible
    • RSS feeds for commenting, so fans can follow online conversations if they desire
    • The ability to easily post content in a timely fashion
  2. Expand the use of blogging to other personalities who are interested. A group blog for the station rather than individual sub-domains for each personality might work better.
  3. Give site authors access to post while on air, though I’d suggest the assistance of an editor
  4. A dedicated support person for the blog. Someone with enough web and blogging experience to streamline the process for on-air personalities.

If they’re going to blog, they need to jump in completely. The current blog is more of an almost blog. No comments, not RSS feeds. Not much in the way of timely posting. They need to update the blogging platform with something like WordPress or Movable Type, or don’t blog at all. Bringing in a consultant to train the staff bloggers wouldn’t be a bad idea. A dedicated support person would be better if blogging was to be made a priority.

What I would change
It would be an interesting project. Unification would be my first big goal. One unified site structure, with clean lines and a simplified color palette.

I’d start this unification plan by making the whole site three column.The four column home page is too complex and confusing. I’d top the page with a clearly defined header, no ads. The current use of most of the header for ads space is confusing to the eye. I bump that advertising down to just below the header and above the primary content.

While I like the idea of the live update of what’s currently on-air, that needs to have a little less prominence, I’d suggest the top of the right sidebar. I’d also suggest making it a little less flashy and dynamic. It draws the eye too much currently.

I’d make the sidebars full length. Currently they end where their content ends. I personally find this distracting. Running them the full length of the content section would make for a much cleaner look for the site.

Pick one primary site color, personally I’d go with blue. Nothing wrong with the current yellow and blue, but one needs to take the lead, with one being the accent.

I like the idea of the white text section headers on the electric blue graphic element that is currently being used, but I’d change the execution of that idea. Rather than making the text part of the graphic element, I’d use CSS to make the electric blue element a background image behind white HTML text. Much more versatile to use, easier to maintain. Right the text, apply the style and you have your section marker. You don’t need an image editor to change the text.

I’d build on that blue on blue color scheme. Define the whole page with the navy blue currently being used n the site, and accent it with a combination of yellow and the brighter blue.

Make the primary paragraph text color black, on a white background. Define the headings in blue to coordinate with the basic site structure. Use of yellow wouldn’t be out of line, but not as text or behind text.

Clean the navigation. Currently the left nav bar is breaking in both IE and Firefox, though in different ways. That needs to be cleaned up, and standardized site wide. I’d put all of the site navigation and functionality, searching and so forth, on the left, while shifting all advertisers to the right. The viewer needs to know, intuitively, where to find things. By dividing between advertiser and site resources, we can clean up what is currently confusing.

remove all font tags, and most of the inline CSS. Maintaining a site like this is time consuming, and there’s not reason to shoot yourself in the foot by making it more difficult to maintain.

Summary
My first impression is that this site is cluttered, disorganized, and needs a lot of help. My second impression though, is that while it does miss the mark, maybe not by as much as it might first appear.

  • The home page layout needs to be reworked.
  • The content is good, though there could definitely be more of it.
  • The site is functional for the most part, but there is definitely a lot of room for improvement.
  • The color palette is too complex, and needs simplification.
  • The site structure needs to be updated.
  • The blog needs to be expanded and upgraded, or removed. No half measures

Overall the site has a lot of potential, especially in my opinion, the blog. it is not however, living up to that potential.

While the radio station is wonderful, and I’m a big fan, the site needs to be brought up to the standard that the station has set for its radio shows. If it is, it will become a big resource for the station, and in my opinion, for the community.

Trackposted to Perri Nelson’s Website, , third world county, A Blog For All, , Pirate’s Cove, Right Voices, and Gone Hollywood, thanks to Linkfest Haven Deluxe.

September 18, 2007

Hello, my name is blog

Filed under: Blog Design,Design Review,Web Design — HDW @ 8:39 am

The Blog Studio has announced a new Blog Design for HELLO, my name is BLOG!. It’s a perfect example of repetition of color as a design element. A beautiful site design as usual for the Blog Studio.

Hello, my name is blog

September 12, 2007

77 Design Resources

Filed under: Web Design — HDW @ 8:52 am

I came across this 77 Resources to Simplify Your Life as a Web Designer article the other day. An impressive list. Very useful for anyone doing web design. I’ve got my own list of sites and resources that I work from, but this is more complete. I’ll definitely be adding to my list.

August 24, 2007

Plugins and StumbleUpon

Filed under: About this blog,Blogging,WordPress — HDW @ 12:57 pm

I’m changing my WordPress Plugins around. It sholdn’t affect site use, but you never know. I’ve dropped the Challenge plugin for instance. While it was working well, it was a little annoying. Spam Karma is more than capable of filtering out what comment spam I get. Essentially I was using the Challenge as a diagnostic tool to help identify a PHP time-out error. It ruled out the problem I suspected, but I found the problem anyway, so that’s taken care of.

I’m trying out StumbleUpon. It’s essentially a search engine with a randomness factor in it. You tell it general categories of things you like, and on demand it shows you interesting content in those areas. For any of you already using it, I’ve added a Stumble it! button for your use. Use it!

I’ve been slowly making changes to my blog theme, you may have noticed, but probably not. Pretty minor stuff for the most part. Trying various things to streamline the blog design and make it function smoother. It’s actually working very well, but there is always room for improvement.

August 10, 2007

Ever changing site

Filed under: About this blog,WordPress — HDW @ 9:58 am

I’m still slowly changing my WordPress setup. I’m just trying to make things run a little smoother, and be a little lower maintenance. WordPress is pretty low maintenance to begin with, but with a few plugins, and a patience you can make things run even smoother. A good spam blocker like Spam Karma, automatic backups, and a few other things and it’s pretty hands off for the most part. If I could just quit designing new themes for it that is.

For future reference, all Open House posts will have comments and trackbacks turned off a week after they’re posted. I’ve had a rash of posts linking to older Open posts, which sort of defeats the purpose of the idea. I want the newest comments and links on the home page, not last December’s open post.

August 9, 2007

The Perfect Title

Filed under: In other blogs...,Web Design — HDW @ 12:42 pm

Internet Explorer – How I Loath Thee!

How can you get a better title than that? Now I’d also like to take this opportunity to answer the author’s question “What other Internet Explorer oddities can you add to the list?”

What has annoyed me most about IE has been the changes from IE6 to IE7. I was thrilled when I found out that IE 7 was going to be more CSS compliant than IE6. Then reality set in. Sure it has less non-compliance issues than IE6, but they’re not the same ones!. I’d assumed (you know what happens when you do that) that pages that worked in IE6 would continue to work in IE7. Wrong! Several of my major sites had to be modified so that they would work in IE7. Microsoft fixed IE7′s CSS compliance issues just enough that the hacks that worked in IE6 didn’t work in IE7, but not so much that they actually worked. Now instead of designing for IE6 and good browsers like Firefox and Opera, I have to design for IE6, IE7, and good browsers like Firefox and Opera.

Author wanders off, muttering under his breathe… @#$% Microsoft.

August 7, 2007

Commenting anyone?

Filed under: About this blog,WordPress — HDW @ 8:49 am

I’m doing some revising of the site to combat spam commenting. I’m continuing to use Spam Karma, it’s been working well. The problem seems to be that so much spam is hitting Spam Karma that it’s using up my entire PHP load and timing out the site.  In an effort to stop this I’ve installed a challenge question.  This should cut down on the spam that gets through to Spam Karma, and speed up the whole process. I’ve also installed WP-cache so that pages should load quicker.

I’ve turned back on comment subscribe as well. Hopefully the other changes will allow this to remain on as I’m fond of it.

Registered and logged in commenters will not receive the challenge, so if you find it annoying you’re welcome to register.

I’d appreciate it if a few of you would comment on this post, or any other,  and let me know if it’s working properly. My e-mail link is at the top of the sidebar if you can’t seem to get a comment through.

Design Review – Craig Photography

Filed under: Design Review,Photography,Photos,Web Design — HDW @ 7:03 am

Craig Photography has a new photography site!

Craig Photography

I’ve been reading John Craig’s blog for quite a while, and he now has a new site to show off his artwork.

Style
Clean, elegant and black, what more could you want for style? It actually might be a little too simple, but you can’t argue that it sets off the photos nicely. If you’re going to err here, erring in the direction of simplicity is the way to go. It would have been very easy to overdesign this site, and it was not done. Clean, neat, and orderly. No clutter to distract from the content.

I think the choice of an almost black and white photo for the first image was a particularly good choice. I’d recommend that similarly colored images continue to be used in that position. The simple color palette of that image highlights the elegant nature of photography and the site design. As we all know, first impressions matter, and this gives a good one. The color images that follow don’t take away from this first impression, but build upon it.

Structure
Flash. Maybe not my first choice, but well done. Flash is so often overdone in this sort of site, but here it’s used with quiet restraint. The word subtle comes to mind.Perfect for showing off the photo without over shadowing them.

I couldn’t help but notice that the pages have not page title, and is also missing keywords or metadata. Simple fixes and something that likely just got overlooked. They would allmake the site more search engine friendly.

What would I change
I’d promote the photographer a little more. Mr. Craig’s name should be a little more prominent.

I’d fix the page titles, and add keywords and metadata to the pages. Again, this would be to promote the site and the photographer by making it more search engine friendly.

I’d add some sort of fluid graphic element to break up the simple but linear structure of the layout. To my eye it’s just a little too organized for my taste. It is a matter of taste though, I’d be very hesitant to make any significant changes, I’d want to be very, very subtle if I changed anything about the design. I’d consider using some sort of classical element as the fluid element I’d add. A fleur-de-lis or maybe some simple scrollwork. I’d simplify whatever image I chose to use, making it look like a simple fluid drawing, maybe even a single pen stroke. Color would also be important, it would need to be a dark neutral that was subtle enough not to clash with any photo.

You might be able to kill two birds with one stone, and add the fluid element while promoting Craig at the same time. I’d consider adding his name, possibly in a fluid font or even a signature, to the background of the site. Very subtly, in a dark almost black graphic. Probably at the bottom left, partially behind the existing toolbar. Just a little flourish to breakup the otherwise linear layout.

Summary
Craig’s new site is a beautiful piece of design. It’s simple and elegant, and gives first priority to showing off the photos, as it should. While I’d consider a few minor changes, they are entirely a matter of personal taste. Realistically, I rarely see anything that I wouldn’t consider changing at least a little, and this comes as close as anything to that untouchable ideal.

The key here is to remember the purpose of this site. It is to promote Craig Photography and John Craig’s photos. It does that with style. Well done, my congratulations to Craig on his new site, it will serve him well.

Trackposted to Blue Star Chronicles, Perri Nelson’s Website, Planck’s Constant, The Amboy Times, Rosemary’s Thoughts, Adam’s Blog, and Pursuing Holiness, thanks to Linkfest Haven Deluxe.

August 6, 2007

Monday Open House

Filed under: About this blog,Open House,WordPress — HDW @ 8:51 am

Another Monday, another Open House.

Subscribe to comments is turned off for the moment. Something is causing my site to bog down, and it seems to be comment related. It’s likely at least somewhat related to spam, I’ve been getting hammered for a couple of weeks. Nothing is getting through, but it’s taking bandwidth to filter it out. Working on the problem

Comments and trackbacks are open. If your site doesn’t support trackbacks, use the Wizbang Standalone Trackback Pinger.

July 29, 2007

Andrej Belic – Undersea Photographer

Filed under: Art,Photography,Photos,Web Design — HDW @ 11:03 pm

Jan of CascadeExposures sent me a link to undersea photographer Andrej Belic this weekend. Absolutely stunning work. Brings the ocean to life for those of us who haven’t visited it.

The site design is interesting too. I’m fascinated by his background image. You might not have noticed it, but the image resizes if you resize your browser. The background always flatters the images, regardless of window size.

Next Page »