Jump to content

Please Critique


tail

Recommended Posts

As you mentioned, it's just a random site for your own improvement. So the content of the site isn't really important. The html is pretty good, could be one or two lists, but apart from that you have the correct use of divs/tables/spans, the standard places where people go wrong.

 

I'd suggest a security measure on your shout box if it's going to be available to everyone, captcha perhaps. Realistically you should resctric it for logged in users.

 

The design is pretty bad, probably what I'd come up with if I didn't have a designer, but I have a feeling that wasn't what you were striving for.

 

When you search games it goes to a games page rather than a search page, which is what the other two categories do.

 

Also you should hide errors in an online environment;

 

Warning: mktime() expects parameter 4 to be long, string given in /var/www/users/signup.php on line 27

 

You could do a lot of work on the usability of the register page.

Link to comment
Share on other sites

Thank you for the feedback. As of now the security measure on the shoutbox is a session called flood. If it's set then you can't post. Yes, the design is pretty much as simple has it gets. About the search, I just put a label of the selected category at the top. Would you suggest just having it say "Search"?

Link to comment
Share on other sites

Whichever you prefer, but at the momemt 2 of the categories just say search, and the third has its own title. I'd recommend some level of consistency, so all 'search' or all using their own title with a similar style across them all.

Link to comment
Share on other sites

- You may want to look into validating your markup and css.

- You shouldn't use tables for layout purposes.. I would learn how to do that all in css instead.

- Regarding SEO, you have a single <h3> tag, which contains today's date? I wouldn't use heading tags for those.. I would use 1 <h1> tag for the most important 'headline' on the page, then use some <h2> tags for sub headings, and so forth. You have a good description meta tag, but you title tag should be more detailed than simply 'perks's page'. According to this book, the title tag is one of the most important places to put your keywords and phrases (and no, this doesn't mean a dumping ground for keyword stuffing).

 

The point of the title tag is to educate visitors and search engines about the page, site and what it's about. Title tags should be a short concise yet descriptive sentence.

An example of a better title tag in your case could be: <title>Home | Perk's Page | Where you'll find music, games, tools, and more.</title> (borrowed from the description). Obviously, custom it to be more accurate if need be. Keep it short to reduce the odds of truncation.

 

- Using Yahoo's smushit!, you can shave some memory off of images (your home page can shave off ~2.33 KB... not much.. but better than nothing.)

 

From a visual standpoint:

- I can't say I'm a fan TBH. A lot of wasted space on the sides of the content in the central column.

- Today's date could be removed from that awkward position and placed at the top right hand side of the central column.

- The header graphic and the header background could use some polish IMO (easier said than done if being artistic isn't your strength, I know).

- The rounded corners for the panels that contain 'Status Updates' for example look rough around the edges. I would make them smoother with anti-aliasing.

- I can see you like tightly containing content in their sections (no space between text and their surrounding square regions.. I would add some padding / margins to give content more breathing room.

 

Overall, while light weight and fast, it could use some more 'pizzaz' and better use of layout IMO.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.