It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index For Webmasters Showroom

Vermanen.nl

Want comments on your homepage, post the link here.

Vermanen.nl

Postby ReFredzRate on Mon Nov 08, 2004 10:32 am

Hey guys, I redid my website. It's an entirely new design, so give me some directions alright? In my opinion the website is quite finished, but some of you may just have some good ideas for me to improve the site.
So what do you guys think?
Last edited by ReFredzRate on Tue Nov 09, 2004 9:10 am, edited 1 time in total.
ReFredzRate
1000+ Club
 

Postby ReFredzRate on Mon Nov 08, 2004 10:33 am

Oh btw, click this link for the website: www.vermanen.nl
ReFredzRate
1000+ Club
 

Postby webmaster on Mon Nov 08, 2004 3:14 pm

Make sure to check out our TNX Review and Link Vault Review
User avatar
webmaster
Site Admin
 
Posts: 2695
Joined: Tue Aug 17, 2004 1:07 pm
Location: Sweden

Postby ReFredzRate on Mon Nov 08, 2004 3:17 pm

omfg, I can't believe I forgot to add links 0_0!!
ReFredzRate
1000+ Club
 

Postby ReFredzRate on Tue Nov 09, 2004 9:12 am

Alrighty, I'm feeling a lot better now. I added links to the picture pages, so from now on thumbnails are actually clickable ;)
I also added a picture page from when I went to Paris, to propose to my girlfriend :)
ReFredzRate
1000+ Club
 

Postby Kotik on Tue Nov 09, 2004 11:58 am

We still dont understand shit :wink: . No offence

Edit: What I mean is we dont understand Germen (if thats the language).
Last edited by Kotik on Wed Nov 10, 2004 10:31 am, edited 1 time in total.
DEVPPL : News Publisher
User avatar
Kotik
1000+ Club
 
Posts: 1086
Joined: Mon Aug 23, 2004 12:25 am
Location: Sweden

Postby webmaster on Tue Nov 09, 2004 1:45 pm

The PHP tags is not visible for the user, for PHP only write html code. The validator is checking your code so everything is as it should. It tells you what you should change to make the site faster to read for the browers.

To do this you need a doctype which you already have. But you are missing the charset, add this inside your <head></head> tags:

Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />


You can also do it with PHP if you want that. Add this in the top of all your PHP files:

Code: Select all
<?
header("Content-type: text/html; charset=iso-8859-1");
?>
Make sure to check out our TNX Review and Link Vault Review
User avatar
webmaster
Site Admin
 
Posts: 2695
Joined: Tue Aug 17, 2004 1:07 pm
Location: Sweden

Postby ReFredzRate on Fri Nov 19, 2004 11:39 am

Kotik wrote:We still dont understand shit :wink: . No offence

Edit: What I mean is we dont understand Germen (if thats the language).

Kotik: Try CTRL+F5'ing the page. I've uploaded a completely new website, but you still seem to be viewing the old pages õ_o

Razz: I'll try editing that into all my php pages. That'll take a helluva lot of time to do, but hey, it's prolly gonna be worth it ;) Get back onto that when it's done...
ReFredzRate
1000+ Club
 

Postby ReFredzRate on Sat Nov 20, 2004 3:41 pm

http://validator.w3.org/check?verbose=1 ... /index.php

Check again Razz, I'm getting an entire shitlist with the same warning over and over again. I did modify that little thing you mentioned earlier, but that didn't stop those from occuring. Do you (or anyone else) have any idea what this is about?
ReFredzRate
1000+ Club
 

Postby webmaster on Sat Nov 20, 2004 4:06 pm

The new "version" of HTML is called XHTML. XHTML will load faster than HTML because its easier for the browers to load it.

The main thing with XHTML is that all tags must have an ending. If the tag doesn't have any ending, the brower will look for the ending while reading the rest of the code, and it will be slower to load.

Most of the tags in HTML already have ending tags, for example <b></b> or <td></td>

But there is some tags that don't have any ending, like: <p> <br> or <img>

A correct HTML img tag should look like:
<img src="weee.jpg">

A correct XHTML tag should look like:
<img src="weee.jpg" alt="Decription of the image" />

The <br> tags should be <br /> and the <p> tags should be <p />

The alt="" text in the <img> tag is for browers with no image support, and for the search engines (if you are interested to be ranked high on for example google)

Change thoose things and the validation-site will look better.
Make sure to check out our TNX Review and Link Vault Review
User avatar
webmaster
Site Admin
 
Posts: 2695
Joined: Tue Aug 17, 2004 1:07 pm
Location: Sweden

Next

Who is online

Users browsing this forum: No registered users and 0 guests