SITE REVIEW: Only Good Animes

  • oskillzzo
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 04, 2008
  • Posts: 50
  • Status: Offline

Post July 12th, 2008, 10:12 pm

this is my first site that ive made.

http://www.onlygoodanimes.com

what do you guys think? does it take long to load the page? what could i do to improve the site for both myself and the people coming in to it?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 12th, 2008, 10:12 pm

  • getxposed
  • Born
  • Born
  • No Avatar
  • Joined: Jul 12, 2008
  • Posts: 4
  • Status: Offline

Post July 13th, 2008, 12:02 am

Quick loading, right column should have more links or mini banners to fill out the page. It just looks off balanced, otherwise...good.

MT
  • Divinyl
  • Student
  • Student
  • User avatar
  • Joined: Jun 14, 2008
  • Posts: 84
  • Loc: Sydney, Ozland.
  • Status: Offline

Post July 13th, 2008, 1:34 am

Firstly, you have defined the doctype about 8 times, you don't need to do that you only need one doctype IE;

Code: [ Select ]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
 
 
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. </head>
  7.  
  8.  


Just one of them.

Secondly can I ask you why you are using massive images as the navigation?

What program did you use to design this site?

I am unsure how this site is working, your code is really messed up.

You have alot of errors, as you can see HERE

For such a small amount of content, that is alot of errors.
  • oskillzzo
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 04, 2008
  • Posts: 50
  • Status: Offline

Post July 13th, 2008, 8:30 am

Divinyl wrote:
Firstly, you have defined the doctype about 8 times, you don't need to do that you only need one doctype IE;

Code: [ Select ]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. </head>


Just one of them.

Secondly can I ask you why you are using massive images as the navigation?

What program did you use to design this site?

I am unsure how this site is working, your code is really messed up.

You have alot of errors, as you can see HERE

For such a small amount of content, that is alot of errors.


the nav wont be a pic once i update with the list. im new to html and all that other stuff so when someone suggested i change the nav to php, i used dreamweaver to put links in the img. not till later did i notice i dont even need a pic and can simply just put links in <a href=""> lol. im seeing the errors page now but i dont know what half of it means
  • celandine
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Oct 30, 2007
  • Posts: 2008
  • Loc: Belgrade, Serbia
  • Status: Offline

Post July 13th, 2008, 9:53 am

why do you need php in your nav? why not just make <a href=""> links, and define their appearance (including background images to the links if you want them) with a CSS style sheet.

PS your navigation is way too low down on the page.... one really has to go hunting for it.... bring it up?
Eagles may soar in the sky but weasels don't get sucked into jet engines.

celandine designblog
  • oskillzzo
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 04, 2008
  • Posts: 50
  • Status: Offline

Post July 13th, 2008, 4:35 pm

celandine wrote:
why do you need php in your nav? why not just make <a href=""> links, and define their appearance (including background images to the links if you want them) with a CSS style sheet.

PS your navigation is way too low down on the page.... one really has to go hunting for it.... bring it up?


i know nothing about css. i might have to look into it and i was starting to think the nav was a little low so i think im going to put the chat on the right side along with the contacts
  • brianxaviar
  • Novice
  • Novice
  • No Avatar
  • Joined: Jul 14, 2008
  • Posts: 18
  • Status: Offline

Post July 14th, 2008, 10:49 pm

it does look off balanced, and the graphics formating needs a little attention, otherwise decent
  • oskillzzo
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 04, 2008
  • Posts: 50
  • Status: Offline

Post July 22nd, 2008, 11:19 am

new layout new graphics what you guys think?
  • Ray111
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Aug 24, 2008
  • Posts: 6
  • Status: Offline

Post August 24th, 2008, 10:45 am

It took pretty long to load the site....but it looks good
  • videoediting-direct
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 28, 2008
  • Posts: 53
  • Loc: United Kingdom
  • Status: Offline

Post August 24th, 2008, 11:26 am

I like the site. It dint take a while to load. It was fine!!!
  • jcwilde1
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Aug 26, 2008
  • Posts: 7
  • Status: Offline

Post December 24th, 2008, 7:58 am

I like the site. But it definitely seems crowded with ads. You may want to go from 2 ads per page rather than 4. Also your homepage has so much stuff on it, it is hard to find what you are looking for.
  • NightMage
  • Novice
  • Novice
  • User avatar
  • Joined: Dec 10, 2008
  • Posts: 32
  • Status: Offline

Post January 14th, 2009, 7:07 am

For the first site, I think it has very well turned out! I like it!
  • tan_go
  • Banned
  • Banned
  • User avatar
  • Joined: Dec 20, 2006
  • Posts: 65
  • Status: Offline

Post January 14th, 2009, 9:24 am

As soon as it;s the first work, it's nice and neat.
Not bad.
  • Johnlin
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Dec 17, 2008
  • Posts: 7
  • Status: Offline

Post January 23rd, 2009, 7:47 am

It loads quite slowly with my browser.
And the search field covers the title of the middle column.
  • netrider7880
  • Student
  • Student
  • No Avatar
  • Joined: Dec 03, 2008
  • Posts: 72
  • Status: Offline

Post February 7th, 2009, 3:47 am

I like the site but it was very slow in loading.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post February 7th, 2009, 3:47 am

Post Information

  • Total Posts in this topic: 16 posts
  • Moderator: Website Reviewers
  • Users browsing this forum: No registered users and 35 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
 
 

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