Jump to content

My site/blog/...


Matthias_

Recommended Posts

Hello,

 

http://kiwi.wesleylancel.nl/matthias/Site/

 

Basically, I just want opinions about the site, the layout, the coding... whatever. If you feel like any changes should be made, reply please!

 

(I don't have a domain yet, I'm planning on buying one as soon as my site is 'done').

 

I'm sorry if it's not too good, I'm only 15 :P.

 

Thank you for reading,

Matthias

Link to comment
https://forums.phpfreaks.com/topic/194173-my-siteblog/
Share on other sites

Oh and for the HTML/CSS part...

Maybe use #ID's instead of .classes for your unique elements (like header, menu, maincolumn and footer).

It's not required but a good preparation for if/when you're going to work with JavaScript.

 

The DOCTYPE is unfinished. You should be more specific with what kind of document you're giving the visitor :)

Add in some meta tags as well to help your index on search sites.

 

http://www.w3schools.com/tags/tag_doctype.asp

http://www.w3schools.com/html/html_meta.asp

 

When you want to figure out what kind of doctype your page should be, use this table:

http://www.w3schools.com/tags/ref_html_dtd.asp

 

Use this website to check for errors and learn from your mistakes :)

http://validator.w3.org/

If you keep clearing your website for errors, you will learn how to create great websites that just works flawlessly for everyone.

Link to comment
https://forums.phpfreaks.com/topic/194173-my-siteblog/#findComment-1021719
Share on other sites

The DOCTYPE is unfinished. You should be more specific with what kind of document you're giving the visitor :)

Add in some meta tags as well to help your index on search sites.

 

http://www.w3schools.com/tags/tag_doctype.asp

http://www.w3schools.com/html/html_meta.asp

 

When you want to figure out what kind of doctype your page should be, use this table:

http://www.w3schools.com/tags/ref_html_dtd.asp

The doctype is correct for the page he is using. That is all you need for the the doctype of an html 5 page.

 

Anyway, there are some validation errors within your page, but they can easily be fixed as they are simple mistakes. You could maybe jazz the header up a bit by creating a graphic in photoshop or paint.net.

 

You may need to put a title for the page like so...

<titleTitle of page</title>

 

Research up on typography will help you to make a better design as well. I can see you have different fonts selected but for only the body which  is basically the whole of the page. Mix the fonts up a little, using serifs for headings and sans-serifs for content.

 

Not bad for a first website, but just keep practicing.

Link to comment
https://forums.phpfreaks.com/topic/194173-my-siteblog/#findComment-1021861
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.