Author Topic: My site/blog/...  (Read 450 times)

0 Members and 1 Guest are viewing this topic.

Offline Matthias_Topic starter

  • Irregular
    • View Profile
My site/blog/...
« on: March 04, 2010, 03:38:15 PM »
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

Offline Dennis1986

  • Enthusiast
  • Gender: Male
  • PHP for life!
    • View Profile
    • DennisRasmussen.dk
Re: My site/blog/...
« Reply #1 on: March 04, 2010, 06:41:54 PM »
It's pretty okay.
And you made sure to prevent injection on the admin form ;)

If you don't know what to show on the frontpage, maybe add in some widgets showing the latest content of blog, release or something similar.
Just ask and I'll answer your question(s)! ;)

Offline Dennis1986

  • Enthusiast
  • Gender: Male
  • PHP for life!
    • View Profile
    • DennisRasmussen.dk
Re: My site/blog/...
« Reply #2 on: March 04, 2010, 06:52:32 PM »
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.
Just ask and I'll answer your question(s)! ;)

Offline Matthias_Topic starter

  • Irregular
    • View Profile
Re: My site/blog/...
« Reply #3 on: March 05, 2010, 12:51:01 AM »
Thank you for your replies!

Offline lostprophetpunk

  • Enthusiast
  • Gender: Male
    • View Profile
Re: My site/blog/...
« Reply #4 on: March 05, 2010, 05:04:47 AM »
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...
Code: [Select]
<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.

PHP Freaks Forums

« on: »

Tired of these ads? Purchase a supporter subscription to get rid of them.