Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Review and Suggestions


You are currently viewing our Website Review and Suggestions as a guest. Please register to participate.
Login



Reply
RapArcade.com - My free online games site: Opinions?
Old 02-27-2007, 08:32 PM RapArcade.com - My free online games site: Opinions?
Angelosanto's Avatar
Webmaster Talker

Posts: 554
Name: Danny Angelosanto
Trades: 0
Hi!

I've just designed my first ever website and I'm looking for opinions and constructive critiscism.

www.raparcade.com

This site is a free online games catalogue, where the user can play the games that I thought were the best on the Internet.

I have used mainly a CSS layout, choosing <div> tags over a tabular structure.

Any comments would be welcome,

Thanks!
__________________
"Those who believe in telekinetics, raise my hand."
-Kurt Vonnegut
_____________________________________
Angelosanto is offline
Reply With Quote
View Public Profile Visit Angelosanto's homepage!
 
 
Register now for full access!
Old 02-28-2007, 07:44 AM Re: RapArcade.com - My free online games site: Opinions?
greenlush's Avatar
Ultra Talker

Posts: 481
Name: Jason - Greenlush.com
Location: Bradford, UK
Trades: 0
Propper good site, well nice
greenlush is offline
Reply With Quote
View Public Profile Visit greenlush's homepage!
 
Old 02-28-2007, 08:25 AM Re: RapArcade.com - My free online games site: Opinions?
Average Talker

Posts: 22
Name: Gav
Trades: 0
looks a little basic to me, try add more content would inprove the sites overall appearence.
newuser is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 12:16 PM Re: RapArcade.com - My free online games site: Opinions?
Insensus's Avatar
Ultra Talker

Posts: 487
Name: Mark Stegeman
Location: Netherlands, Europe
Trades: 0
I'd change the 'Our friends' thing to something like 'Affiliates'.
I'd also make that part a little more different from the content because it now looks almost the same.
Also move the 'Greenlush' banner more to the right. The content is now too much squeezed together.

Regards,
Insensus
Insensus is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 03:01 PM Re: RapArcade.com - My free online games site: Opinions?
Banned

Posts: 905
Name: Travel Agent
Trades: 0
It is somewhat of a basic, quite drab site and I agree about moving the green banner to the right; needs to line up with the edge of the template.

Your site is missing a <!DOCTYPE Declaration> which is mandatory for most current markup languages, and without one, it's impossible to reliably validate a document. The DOCTYPE defines the version of the document like -- HTML 4.0.1, XHTML 1.0, 1.1, ...etc.

You have 40 code warnings, you may wish to fix, so that your site validates for accessibility in all browsers, as shown here ...

Code:
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 65 column 2 - Warning: replacing <p> by <br>
line 65 column 2 - Warning: inserting implicit <br>
line 168 column 1 - Warning: missing <li>
line 175 column 1 - Warning: missing <li>
line 182 column 1 - Warning: missing <li>
line 189 column 1 - Warning: missing <li>
line 197 column 2 - Warning: replacing <p> by <br>
line 197 column 2 - Warning: inserting implicit <br>
line 67 column 1 - Warning: missing </div>
line 52 column 1 - Warning: missing </div>
line 53 column 27 - Warning: <img> lacks "alt" attribute
line 56 column 3 - Warning: <dl> proprietary attribute "type"
line 74 column 6 - Warning: <img> attribute "width" has invalid value "103px"
line 74 column 6 - Warning: <img> attribute "height" has invalid value "65px"
line 74 column 6 - Warning: <img> lacks "alt" attribute
line 79 column 6 - Warning: <img> attribute "width" has invalid value "103px"
line 79 column 6 - Warning: <img> attribute "height" has invalid value "65px"
line 79 column 6 - Warning: <img> lacks "alt" attribute
line 84 column 6 - Warning: <img> attribute "width" has invalid value "103px"
line 84 column 6 - Warning: <img> attribute "height" has invalid value "65px"
line 84 column 6 - Warning: <img> lacks "alt" attribute
line 89 column 6 - Warning: <img> attribute "width" has invalid value "103px"
line 89 column 6 - Warning: <img> attribute "height" has invalid value "65px"
line 89 column 6 - Warning: <img> lacks "alt" attribute
line 94 column 6 - Warning: <img> attribute "width" has invalid value "103px"
line 94 column 6 - Warning: <img> attribute "height" has invalid value "65px"
line 94 column 6 - Warning: <img> lacks "alt" attribute
line 99 column 6 - Warning: <img> attribute "width" has invalid value "103px"
line 99 column 6 - Warning: <img> attribute "height" has invalid value "65px"
line 99 column 6 - Warning: <img> lacks "alt" attribute
line 104 column 6 - Warning: <img> attribute "width" has invalid value "103px"
line 104 column 6 - Warning: <img> attribute "height" has invalid value "65px"
line 104 column 6 - Warning: <img> lacks "alt" attribute
line 109 column 6 - Warning: <img> attribute "width" has invalid value "103px"
line 109 column 6 - Warning: <img> attribute "height" has invalid value "65px"
line 109 column 6 - Warning: <img> lacks "alt" attribute
line 191 column 7 - Warning: <a> attribute "href" lacks value
line 202 column 3 - Warning: <img> lacks "alt" attribute
line 55 column 2 - Warning: trimming empty <p>
travelagent is offline
Reply With Quote
View Public Profile
 
Old 03-01-2007, 10:08 AM Re: RapArcade.com - My free online games site: Opinions?
Angelosanto's Avatar
Webmaster Talker

Posts: 554
Name: Danny Angelosanto
Trades: 0
Thanks for your comments.

Travelagent - how do you find those code errors?
__________________
"Those who believe in telekinetics, raise my hand."
-Kurt Vonnegut
_____________________________________
Angelosanto is offline
Reply With Quote
View Public Profile Visit Angelosanto's homepage!
 
Old 03-01-2007, 10:30 AM Re: RapArcade.com - My free online games site: Opinions?
Banned

Posts: 905
Name: Travel Agent
Trades: 0
I use HTML Tidy - a program originally designed by W3C; the web standards folks.
travelagent is offline
Reply With Quote
View Public Profile
 
Old 03-01-2007, 10:31 AM Re: RapArcade.com - My free online games site: Opinions?
greenlush's Avatar
Ultra Talker

Posts: 481
Name: Jason - Greenlush.com
Location: Bradford, UK
Trades: 0
Quote:
Originally Posted by Angelosanto View Post
Thanks for your comments.

Travelagent - how do you find those code errors?
You can validate it, http://validator.w3.org/
greenlush is offline
Reply With Quote
View Public Profile Visit greenlush's homepage!
 
Reply     « Reply to RapArcade.com - My free online games site: Opinions?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.28099 seconds with 12 queries