Website is using HTML 2

You think you have found a bug ? You've got a suggestion to modify PhotoFiltre ? /
Ĉu vi opinias vi trovis malbonadĵon ? Ĉu vi havas sugeston por modifi PhotoFiltre ?

Modérateur : Modérateurs

scootergrisen
Nouveau(elle)|Nouveau|Nouvelle
Nouveau(elle)|Nouveau|Nouvelle
Messages : 49
Inscription : 08 janv. 2011 20:55
Système d'exploitation : Windows 7

Website is using HTML 2

Message par scootergrisen »

:shock: Not often i see a website using HTML 2, but http://www.photofiltre.com/ does.

Code : Tout sélectionner

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
Also why are there three domains ?
http://photofiltre.free.fr/
http://www.photofiltre.com/
http://www.photofiltre-studio.com/

Would it not be better to combine them into the same website ?

If you want i can help update the website to HTML5 and get rid of <frameset>.
Antonio
Administrateur(trice)|Administrateur|Administratrice
Administrateur(trice)|Administrateur|Administratrice
Messages : 12740
Inscription : 28 oct. 2003 22:49
Contact :

Re: Website is using HTML 2

Message par Antonio »

what is the problem withy html 2 ?

for the moment i want 2 sites ;-) (not 3, photofiltre.com is just a redirection)
scootergrisen
Nouveau(elle)|Nouveau|Nouvelle
Nouveau(elle)|Nouveau|Nouvelle
Messages : 49
Inscription : 08 janv. 2011 20:55
Système d'exploitation : Windows 7

Re: Website is using HTML 2

Message par scootergrisen »

HTML 2 is from 1995. So its 20 years old and alot of things have happens since.
Also your code is not HTML 2, because there are no <frameset> in HTML 2 i think.
You can validate your code with http://validator.w3.org/ but first you have to decide what standard to use.
I would recommend HTML5.

You can use CSS instead of all the <b> and <font>.
Its easier to make style changes to the whole website if you use CSS for all the styling and keep it in a CSS file.

Also most of the pages dont have a doctype, so if you add doctype you can be more sure to get the same look in different browsers.

If you want to redirect you can do it with ".htaccess" file if your using Apache.
I think its confusing when you search for photofiltre in a search engine and three different websites show up, which one do i choose.

HTML5 offers new possibilities, for example you can add videos, and you can use canvas to draw things with JavaScript, maybe that would be interesting.

Also you could add favicon.

And convert your files to UTF-8 so you can write Français instead of Français.

And add meta description to each page for search engines to show.
Répondre