Be a Supporter!

My New Site...

  • 685 Views
  • 15 Replies
New Topic Respond to this Topic
Anim8or666
Anim8or666
  • Member since: Jul. 24, 2007
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
My New Site... 2007-11-24 12:55:45 Reply

I'm pretty sure this belongs in the programming forum.
Anyway, I recently finished re-doing my whole site in HTML, and I think it looks ok. I'm finally getting paid hosting in one month, so it will have a real domain soon.
The site is here.
Any ideas or comments?


This account is no longer active. Let this signature serve as the only existing tribute to this account's former greatness.

Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to My New Site... 2007-11-24 13:33:20 Reply

Yuck!

Here's why:

Your title banner is wider than the content's table.
You're using tables.
The colors are ugly.
The latest news thing doesn't look like the rest of the site when you visit the other pages. Layouts should serve as a template for the whole site and so the whole site should look uniform/the same.
Same with the character bios & pictures/drawings pages.
The clock is cool but not necessary and the navigation is kinda cool but it's too big.

Suggestions:
Learn CSS and use divs instead of tables. It's much easier and more dynamic, especially when changing your layout.
Make all of the pages look uniform so that nothing looks out of place.
Shrink the navigation/header.
Get rid of the ugly blue images that you used for the content stuff. Since you can make stuff with flash, you should be able to come up with a much bette/less ugly image layout than what you have now.
If you want to keep with the blue, grey and charcoal colors, lighten up the blue and make a steel grey/blue color, it might look better. Also with the links use CSS for them too so that they're not the default colors.

That's all for now. Hope I didn't beat you to death too much.

P.S. Go to http://www.w3schools.com to learn CSS.

greenkube
greenkube
  • Member since: Oct. 24, 2005
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to My New Site... 2007-11-24 15:49:03 Reply

I kinda like the menu bar. It needs to be stylized in a less cartoonish way, but the concept is good. And the stuff Jessi said above will also help greatly.


BBS Signature
Aksumka
Aksumka
  • Member since: Aug. 26, 2003
  • Offline.
Forum Stats
Member
Level 49
Melancholy
Response to My New Site... 2007-11-24 16:03:41 Reply

You should know that not everyone will have Featured Item as a font, so it won't show that font for them.

Stick with the basic fonts, ones you did not download.


|| AK || Play TF2 @ AK's ||
NG Archive - The Problems of the Past, Today!

BBS Signature
That-Is-Bull
That-Is-Bull
  • Member since: Apr. 29, 2004
  • Offline.
Forum Stats
Member
Level 22
Blank Slate
Response to My New Site... 2007-11-24 16:30:53 Reply

Make the dock smaller, make animations faster and tone down the contrast a bit and it'd be decent. Take that navbar copyright off there though, you copied it from Leopard and I've been doing shit like that for a long time anyway.


BBS Signature
Anim8or666
Anim8or666
  • Member since: Jul. 24, 2007
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to My New Site... 2007-11-25 11:18:10 Reply

Thanks for the tips! This is exactly the kind of criticism I need. I'll definitely try shrinking the navbar, and rework it a little. The links I could change also. I thought tables looked better than a simple page, but I guess they don't. I'll definitely put a different font for the pages. I'll post again when the site is redone.


This account is no longer active. Let this signature serve as the only existing tribute to this account's former greatness.

Anim8or666
Anim8or666
  • Member since: Jul. 24, 2007
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to My New Site... 2007-11-25 11:40:06 Reply

Well, I started using CSS, and so far it looks good. Expect a redesigned version by tomorrow. In the meantime, I wanted to ask something. How do you add the little image by the URL in the browser. Look at the screenshot below, if you don't know what I mean. What I wanted to know is, how do you put that image into a site using Dreamweaver?

My New Site...


This account is no longer active. Let this signature serve as the only existing tribute to this account's former greatness.

Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to My New Site... 2007-11-25 11:45:43 Reply

It's called a favicon and I'm going to tell you that you need to stop using dreamweaver because it's not the solution to anything. It's only good if you actually know HTML and CSS, that way you can manipulate everything the way that you want because the program can't do it for you.

Anyway, this website will tell you all about the favicon and how to use it: http://www.favicon.com

Anim8or666
Anim8or666
  • Member since: Jul. 24, 2007
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to My New Site... 2007-11-25 13:54:35 Reply

I stopped using tables, and I redid the homepage of my site. I only redid the homepage so far. But why are tables so bad? I started to use div tags and they're almost the same.
My Redesigned home page.


This account is no longer active. Let this signature serve as the only existing tribute to this account's former greatness.

Seachmall
Seachmall
  • Member since: Jul. 22, 2006
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to My New Site... 2007-11-25 14:26:07 Reply

Looks better but you should center it all.

body{
text-align: center;
}

#wrap{
margin: auto;
text-align: left;
}

Then place <div id="wrap"> around everything.

Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to My New Site... 2007-11-25 15:39:43 Reply

At 11/25/07 02:26 PM, Seachmall wrote: body{
text-align: center;
}

The centering isn't even necessary because it'll end up centering all of the text. As long as the body has a width set, it'll center everything inside of it as long as the divs are floating left or right with margins set accordingly.

body { width: 790px;}
Rustygames
Rustygames
  • Member since: May. 7, 2005
  • Offline.
Forum Stats
Member
Level 19
Programmer
Response to My New Site... 2007-11-25 15:40:11 Reply

At 11/25/07 01:54 PM, Anim8or666 wrote: I stopped using tables, and I redid the homepage of my site. I only redid the homepage so far. But why are tables so bad? I started to use div tags and they're almost the same.
My Redesigned home page.

It's a future-proofing thing. Plus you have to move with the coding trends or people will laugh at you in the street.

Get off freewebs, it's lame. If you can be bother to waste time making a site then im sure you can bother to a waste like $10 to get a domain and hosting for a year.


- Matt, Rustyarcade.com

Seachmall
Seachmall
  • Member since: Jul. 22, 2006
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to My New Site... 2007-11-25 15:51:32 Reply

Or go to a decent free hosting site.

hosting365/blogs365

have PHP and MySQL and Domain support. There good but I'm sure there are better ones.

Rustygames
Rustygames
  • Member since: May. 7, 2005
  • Offline.
Forum Stats
Member
Level 19
Programmer
Response to My New Site... 2007-11-25 16:49:27 Reply

At 11/25/07 03:51 PM, Seachmall wrote: Or go to a decent free hosting site.

hosting365/blogs365

have PHP and MySQL and Domain support. There good but I'm sure there are better ones.

$10 will get him a year free hosting with php and mysql installed and a domain name of his own.

www.netfirms.com


- Matt, Rustyarcade.com

Anim8or666
Anim8or666
  • Member since: Jul. 24, 2007
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to My New Site... 2007-11-25 18:25:34 Reply

At 11/25/07 04:49 PM, Rustygames wrote:
At 11/25/07 03:51 PM, Seachmall wrote: Or go to a decent free hosting site.

hosting365/blogs365

have PHP and MySQL and Domain support. There good but I'm sure there are better ones.
$10 will get him a year free hosting with php and mySQL installed and a domain name of his own.

www.netfirms.com

I said at the beginning of the thread that I'm getting hosting and a domain. The host I'm considering is Fastnext hosting, because they have affordable rates for hosting. Having PHP support is something I'm really looking forward to, because making a comic archive out of Flash is really time-consuming.


This account is no longer active. Let this signature serve as the only existing tribute to this account's former greatness.

Rustygames
Rustygames
  • Member since: May. 7, 2005
  • Offline.
Forum Stats
Member
Level 19
Programmer
Response to My New Site... 2007-11-26 10:07:29 Reply

Netfirms is perfect for you. You get the hosting for free with the domain. And it will be more then enough b/w and power for you. And I have had no problems with them


- Matt, Rustyarcade.com