SITE REVIEW: Xona.com

  • murcielagossi
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jul 28, 2006
  • Posts: 457
  • Status: Offline

Post July 1st, 2007, 4:42 pm

If you mean like:
Code: [ Select ]
A:hover {
background-color:#00FF00;
}
  1. A:hover {
  2. background-color:#00FF00;
  3. }


I wouldn't do that because I think it makes the website look childish, but if you mean a body bgcolor than yes...I would definitely change that and make it more vibrant.

About the links...you are actually very limited with color range...but if you change the bgcolor then you can have many different colors.

As for images...It needs a little bit more but not to much...Like to the right of "Latest Articles:" I would add an image.

I read the "Quiet your HD", very interesting approach.

Good luck.
Image
/* My Logic Is Undeniable */
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 1st, 2007, 4:42 pm

  • nood
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jul 01, 2007
  • Posts: 14
  • Status: Offline

Post July 1st, 2007, 4:51 pm

wphilipw, you don't to make bulky table code to tables to round off corners, you can achieve that with CSS.

For its purpose the site is perfectly fine.

RE clutter - there is still LOADS. You can seriously get rid of some by losing all the class="sideMenucell", class="sideMenulink" etc, and the pointless onclick junk.
e.g. to not repeat class="blah" per link:
Code: [ Select ]
The HTML
<div class="sideMenu"><a href="blah">blah"</a><br />
<a href="blah">blah"</a><br />
<a href="blah">blah"</a>
</div>

The CSS
.sideMenu a{
your style here.
}
  1. The HTML
  2. <div class="sideMenu"><a href="blah">blah"</a><br />
  3. <a href="blah">blah"</a><br />
  4. <a href="blah">blah"</a>
  5. </div>
  6. The CSS
  7. .sideMenu a{
  8. your style here.
  9. }

I'd actually use a proper list for the menu, but that's not important.

You should also put the Javascript into a .js file and include it, that way it doesn't load for every page, and put Google's urchin at the end before </body> not before the end of the table.

Personally I'd lose the tables too, but if you don't know how to control the layout with CSS don't worry about that.
  • Matthew
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jul 07, 2005
  • Posts: 266
  • Loc: Canada
  • Status: Offline

Post July 1st, 2007, 5:13 pm

Hmmm... perhaps I just need to create icons for the various sections of my site (articles, web utilities, freeware, quotes, etc.) and then use them in various places and in various sizes throughout the site. That should add some graphical familiarity to many UI interfaces of today and remove the boring feel of the site. What do you think?
Matthew Doucette, Xona Games
Award winning indie game studio.
  • murcielagossi
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jul 28, 2006
  • Posts: 457
  • Status: Offline

Post July 1st, 2007, 5:33 pm

That sounds like a very good idea and perhaps implement expanding DIVS with the "+" and "-" images to clean up the links column.
Image
/* My Logic Is Undeniable */
  • boostinghits
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jul 02, 2007
  • Posts: 5
  • Loc: Newcastle UK
  • Status: Offline

Post July 2nd, 2007, 1:32 pm

nice site lots of plane html..
  • nabil_kadimi
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jul 01, 2006
  • Posts: 14
  • Status: Offline

Post July 2nd, 2007, 6:58 pm

Matthew wrote:
Putting curvy graphics (in the corner of tables, etc.) can look amazing, but how compatible is this sort of thing?


There are tons of website using curvy design and are compatible...

Just give it a try
  • iorgus
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jul 03, 2007
  • Posts: 5
  • Status: Offline

Post July 3rd, 2007, 12:22 pm

Matthew wrote:
Please review my website:

http://xona.com/


Google ads is not apprpriate
  • Matthew
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jul 07, 2005
  • Posts: 266
  • Loc: Canada
  • Status: Offline

Post July 3rd, 2007, 12:36 pm

iorgus wrote:
Matthew wrote:
Please review my website:

http://xona.com/


Google ads is not apprpriate

Are ads really that bad? Many sites have Google ads... http://ozzu.com/ , http://digg.com/ , etc... I will always have ads on my site, whether they are Google ads or ads for my own software.
Matthew Doucette, Xona Games
Award winning indie game studio.
  • nood
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jul 01, 2007
  • Posts: 14
  • Status: Offline

Post July 5th, 2007, 3:42 pm

I don't understand what's inappropriate about Google ads either...?!?
  • zhaoke
  • Newbie
  • Newbie
  • User avatar
  • Joined: Jul 07, 2007
  • Posts: 12
  • Loc: Islab.org
  • Status: Offline

Post July 7th, 2007, 3:39 am

Tons of useful information, clean design..
  • Matthew
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jul 07, 2005
  • Posts: 266
  • Loc: Canada
  • Status: Offline

Post July 11th, 2007, 10:29 am

zhaoke wrote:
Tons of useful information, clean design..

Thank you! :)
Matthew Doucette, Xona Games
Award winning indie game studio.
  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8211
  • Loc: USA
  • Status: Offline

Post July 11th, 2007, 4:09 pm

I don't see any use in it. But thats me
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • shyguyjeff
  • Graduate
  • Graduate
  • User avatar
  • Joined: Jul 15, 2005
  • Posts: 213
  • Loc: Philippines
  • Status: Offline

Post July 11th, 2007, 5:58 pm

Check your errors matt. You have 33 errors at you site. Try to fix it also. To check it please click the link below:
http://validator.w3.org/check?uri=http%3A%2F%2Fxona.com%2F&charset=%28detect+automatically%29&doctype=Inline
"How far is near? How near is far?"
  • infernal21
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jul 02, 2007
  • Posts: 9
  • Status: Offline

Post July 11th, 2007, 7:37 pm

I think the site is too plain. Too white. Kind of boring to browse. Even though you want it clean and fast, a bit more wont hurt much.
  • shyguyjeff
  • Graduate
  • Graduate
  • User avatar
  • Joined: Jul 15, 2005
  • Posts: 213
  • Loc: Philippines
  • Status: Offline

Post July 11th, 2007, 7:47 pm

You try to add up some colors to your site. A color are related to what you are trying emphasize.
"How far is near? How near is far?"
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 11th, 2007, 7:47 pm

Post Information

  • Total Posts in this topic: 45 posts
  • Moderator: Website Reviewers
  • Users browsing this forum: No registered users and 41 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.