Feedback for my website

I made a website at www.shareyourcreations.com and I’d like to get some feedback on it.

I’ve been working on it a while and would like to know little things like: is the navigation good, would you ever use it or know anyone who might use it, and can you understand what the website is for?

The navigation is easy and straightforward.
I know several people, including myself, who would be interested in a site like that.
Yep, pretty easy to understand the purpose of the site.

My advice; add some color and/or graphics to make it more eyecatching. But NO MUSIC! :slight_smile:

First page displayed in 2.09 seconds which is pretty fast. It looks pretty clean. If it’s an artistic site, shouldn’t it have a more artistic appearence?

It’s an an easy site to move around (unlike the brotherhood) , and I’d also agree with the colour, but avoid picture backgrounds, they irritate the funk out of me.

Good stuff
egg :smiley:

You need to work on your HTML code.

  1. You have redundant tags. For example, you only need to center things by one method. Not three times!

  2. You have redundant attributes for some of your tags. For example, the paragraph tag aligns left by default. You don’t have to say it.

  3. You’re doing well with PHP. Now try CSS and get rid of all those font tags in the process. Also, consider using headers.

  4. Pad your table cells. It’s easier to read text that does not come up against visible vertical/horizontal lines.

  5. Work on the site design. It needs work. It really does! Can you say b o r i n g ?

Nice start.

At this stage, though, don’t give up your day job! :smiley:

Eh…

it needs more nekkid pics. :slight_smile:

(shameless plug for my site)
www.trulyrandom.4t.com

:smiley:

I would agree with Ducksters comments.

Try downloading a HTML editor from www.CNET.com, there’s a lot of shareware programs about which will clean up your HTML for you.

Learning CSS (Cascading Style Sheets) is also a very good idea.

Add some graphics, and check the existing ones, I found one picture that was incorrectly linked so it didn’t display.
If you don’t have graphics of your own, there are hundreds of free graphics sites, most will either let you take their piccies in exchange for a link back to them, and some not even that! Try googling for the type of pictures you looking for and add “free”.

Maybe add a little colour, I like the site, it’s clean and easy to navigate, but it does need a bit more ooompf.

:slight_smile:

Sounds like I need to make the website more eyecatching. I changed the padding from 2 to 3.

What is CSS exactly? I don’t see the point of using it over plain html. Also what do I need headers for?

As far as the incorrectly linked graphic its just a picture with 0 bytes. The actual pictures of the creations on the site are all done through a database that people submit to and that one just got overwritten.

CSS - Cascading Style Sheets

Headers - Umm, ah, try “titles,” paragraph headings, etc. In normal HTML, we talking …

<h1>Main Header</h1>

<h2>Header Level Two</h2>

all the way down to h6

Bad link? Don’t excuse for it - just fix it. :slight_smile:

CSS does what I am basically doing already with the require function in php. That way I just require /toplayout.php and any thing other than that just goes in the main area.

For headers I thought you were talking about <head> </head> Is using font size worse?