Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: Web Design & Web Development:
Rate My Coding

 

 


mattyc033444
Member


Mar 2, 2007, 9:10 AM

Post #1 of 7 (240 views)
Shortcut
Rate My Coding Can't Post

Go to www.biohazardGAMES.net, then press BiohazardGAMES (I didn't code the forum, it's phpBB) check it out and register, I coded the whole main website, though it's only in beta stages as you'll see it's still pretty good, and consider this:
I'm 12 years old.
Smile
But check this,
as you'll see, at the moment premium isn't up.
It won't be up for a while, because that is the little section of code i'm trying to figure out like credit cards etc.
I will be adding alot more to it. It'll be a massive multiple website with FREE blog hosting, FREE websites, possibly FREE forums, possibly FREE files uploads, and more.

Rate my coding of how good I am out of 10.


__________
Join here my new forums! Also, check the GAMES out! Well, when it's finished! forums.biohazardGAMES.net

(This post was edited by Peach Pit on Mar 2, 2007, 10:32 AM)



Sami_Taker
Senior Member

Mar 3, 2007, 3:41 AM

Post #2 of 7 (229 views)
Shortcut
Re: [mattyc033444] Rate My Coding [In reply to] Can't Post

It hurts my eyes.

Also consider Validating your HTML.


oh and

SAGE


Iluvata
Enthusiast


Mar 3, 2007, 11:15 AM

Post #3 of 7 (222 views)
Shortcut
Re: [mattyc033444] Rate My Coding [In reply to] Can't Post

The colors are really bad. The Terms and Condition's page is VERY bad. Choose soft colors so it doesn't hurt peoples eyes.




(20:20:29) <+Varenagan> I love farting with an itchy anus. It helps.


t0nersxb0ners
Newbie

Mar 4, 2007, 3:50 PM

Post #4 of 7 (211 views)
Shortcut
Re: [Iluvata] Rate My Coding [In reply to] Can't Post

My dad is colorblind, and he can't read the terms and conditions page at all.


http://www.city-wars.com


Peach Pit
Veteran / Moderator


Mar 4, 2007, 3:57 PM

Post #5 of 7 (209 views)
Shortcut
Re: [mattyc033444] Rate My Coding [In reply to] Can't Post

I would also advise you to remove the ability to post in HTML. I was going to teach you a lesson by changing every page in the forum to goatse, but I decided against it due to time restraints.


bye.


mattyc033444
Member


Mar 5, 2007, 4:22 AM

Post #6 of 7 (204 views)
Shortcut
Re: [Peach Pit] Rate My Coding [In reply to] Can't Post


Quote
I would also advise you to remove the ability to post in HTML. I was going to teach you a lesson by changing every page in the forum to goatse, but I decided against it due to time restraints.

You could've tried that, but it wouldn't have worked. You can only use certain tags.


__________
Join here my new forums! Also, check the GAMES out! Well, when it's finished! forums.biohazardGAMES.net


t0nersxb0ners
Newbie

Mar 6, 2007, 2:17 PM

Post #7 of 7 (193 views)
Shortcut
Re: [mattyc033444] Rate My Coding [In reply to] Can't Post

1) I would add a link on the forums back to the website... I couldn't find one within 15 seconds (the average time many people will look before giving up) and do not rely on the back button or changing the URL, because average users will not use them.
2) Validate your pages with w3c and include more in your head tags. I know most search engines no longer use meta tags to get keywords (google uses page content now), but older ones still use them.
3) This ties back in to number 2, but pick a doctype. A browser goes into quirks mode when you fail to pick a doctype and if there are errors on the page. Older browsers, or simple text browsers (yes, some people use them) will not render your page.
4) If you know css, use it. It is better to utilize css than to have multiple style tags on a page. Additionally, a lot of the tags you use are depreciated. (I do understand that you are younger, and that you did very well for your age.)
5) A positive note: you used h1-h6 tags; however, you did not use them correctly. When using header tags you are supposed to use each one only once. I saw h6 there a couple times. I would start with h1 and work my way to h6 (This ties back to css... you can use css to format your header tags.) Another side note: close with the same tag you opened with... take for instance: <h1>BiohazardGAMES© Beta Version</h5>
you opened with h1 you should close with h1. (another note, make sure h1 is first and h2 second and h3 third, etc)
6) TABLES! Wink I love tables lol. However, I suggest either using relative widths (percentages) or using widths which work in a 800 x 600 resolution window. (if you receive no users with this resolution, then ignore this comment. I actually have about 5% of my hits from people with this resolution.)
7) Image tags... make sure to define an alt... like img src="blah" alt = "you see this when you don't have images". It is a good idea to do this for people who are using older browsers/cell-phones.

8)I know my website breaks a lot of these rules, but I just though I would tell you some of the things I am always critiqued on lol.


http://www.city-wars.com

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.13 s on (CGI/1.1)