ForumsProgramming ForumEvaluate my website!!

63 16711
manny6574
offline
manny6574
922 posts
Nomad

Hi, this is my first website in HTML (don't have much to put on yet). It is a website of umm... me!! I don't know if it is good or not so if could give feedback on bad and good points, improvements so on (ignore the amount of pics and anims/games, that will come soon).

It took me 2 days to do it all: art, HTML, Flash, TIME!!!

Can't believe I made it so good though!!

My Website

  • 63 Replies
bacobit
offline
bacobit
1,671 posts
Nomad
Darkroot
offline
Darkroot
2,763 posts
Peasant

Or just write it from scratch and then make sure everything is valid.

BeastMode10
offline
BeastMode10
374 posts
Nomad

You could use some creativity. Stick figures are a classic theme, but generally express a lack of artistic talent (no offense or anything ^-^). Nice and light coloring, although it seems...peculiarily light. I don't know.

As stated by many others, the text is boring, almost. Also, you might not want to riddle your intro with stuff about you being awesome. People tend to dislike others who do that. Just thought I'd warn you.

You might want to make your front page unique and interesting, and maybe store the intro in a separate folder, or something.

manny6574
offline
manny6574
922 posts
Nomad

People tend to dislike others who do that. Just thought I'd warn you.


Yeah, after some thought thats what I thought and did

You might want to make your front page unique and interesting,


Yeah but I don't know what to do though

I changed the font but it doesn't seem to work on Home page
Elitemagical
offline
Elitemagical
1,207 posts
Nomad

I changed the font but it doesn't seem to work on Home page


<style type="text/css">
<!--
body,td,th {
font-family: Courier New, Courier, monospace;
}
-->
</style>

You've got to change that. I don't see what the problem is with Courier New, it's a beautiful font. :-|
manny6574
offline
manny6574
922 posts
Nomad

Same, but some don't like it???

Just added comments!!

manny6574
offline
manny6574
922 posts
Nomad

I'm doing loads on my site now!! Hit counter!!

manny6574
offline
manny6574
922 posts
Nomad

Hang on a second!! Where did you get my code from, Elitemagical?!!

Leafman
offline
Leafman
88 posts
Nomad

It's good for a 13 years old boy.
You should post some real pictures not those that are made in paint

manny6574
offline
manny6574
922 posts
Nomad

Use MS visual web developer instead.


Got that too but I don't see he difference?
Elitemagical
offline
Elitemagical
1,207 posts
Nomad

LOL. You didn't know you could access source code from a browser? Right click and click Source. Easy as pie.

By the way do you want to add a favicon (a picture that goes next to the URL in the address bar)?

manny6574
offline
manny6574
922 posts
Nomad

made in paint


Hand drawn and photoshop not paint!!
manny6574
offline
manny6574
922 posts
Nomad

By the way do you want to add a favicon (a picture that goes next to the URL in the address bar)?


thanks for reminding me. I was going to do that today!!
Elitemagical
offline
Elitemagical
1,207 posts
Nomad

<link rel="icon" type="image/png" href="insertfilenamehere">

Put that in the Head, and you can insert a .PNG, .ICO or possibly a JPG - but if you put something that is not a PNG, remember to change the type to the file format. For example if you were to use an ico as your favicon you'd have code that looks like this:

<link rel="icon" type="image/ico" href="favicon.ico">

Your picture has to be 64 x 64, 32 x 32 or 16 x 16. I'd suggest a 64 x 64 and then zooming in because it's easier to work with.

manny6574
offline
manny6574
922 posts
Nomad

I just did it I'll upload it in 1 min

(also, I already knew how to do it)

Showing 16-30 of 63