Hi Chris,
If you're looking for some web design tips, I have a few, only if you don't mind that is
1) As much as the 'Hi, Guest | Register UI' looks nice, it's not really a good idea to keep them as text only and then have a down arrow on the side with a green arrow pointing towards it with the words "Start here!". I say, make the text 'Register' click-able and also add the text 'Login' next to it.
2) Color contrast for visibility: use something like this online tool
http://www.hp.com/hpinfo/abouthp/access ... _tool.htmlWhite text on the cyab/bluish color you're using has only a small contrast ratio. The ratio should be a little higher. Currently it works for the text which use large font sizes but not when the text is small or using very thin lines.
3) I guess I can't complain about the speed of the site transitioning from one page to another, it's a server & bandwidth issue.
4) For pages like Reviews, Tips & Tutorials, etc. it's nice that you have tags for each item, and pagination at the bottom. But I assume you will implement a search feature at some point unless I'm not seeing it if you've already done so. Another thing is to have something what is called Faceted Navigation, perhaps on the right column.
5) I like that you're keeping the navigation consistent and also the use of breadcrumbs. Breadcrumbs are important, many web designers forget that these days.
6) Checking out your style sheets, if you declare something like
body {font: 62.5%/1em}, this will trick the browser to treat 1em font size as equal to 10px instead of the default 16px. This helps makes font sizes easier to scale using a decimal format. (think of it as how the metric units are easier to scale vs. the imperial units)
For the moment Pixel Cove looks pretty straight forward. I think any newbie to the site would be able to figure things out easily.
Some other tools you might want to use to test the site, they are Firefox add ons
> Firebug, you probably know this one already
> Web developer, you may know this one too
> YSlow, I like this one because I can use it to test for performance issues when I'm developing my sites.
PS: Just performed a YSlow test on your home page, it's telling me you're referencing a lot of CSS and Javascript files. Typically it's better to have fewer JS and CSS files.