• Welcome to Valhalla Legends Archive.
 

[HTML] Upgrading to XHTML Standards

Started by Grok, November 22, 2003, 08:46 AM

Previous topic - Next topic

Grok

Here's a short read on how SlashDot /. is rewriting their HTML 3.2 to current web standard XHTML 1.0 Transitional.  They also upgrade their CSS so it is valid.

http://www.alistapart.com/articles/slashdot/

If you do web pages, you might get some ideas from the steps listed.  Keeping your pages as HTML 3.2 is NOT making them more flexible.  Contary, it is making them more difficult for browsers to interpret, and the different browsers treat many things differently.  By implementing XHTML 1.0 (or 1.1 if you want to go modular), you make it simple for all types of browser devices to view your content.

Kp

Quote from: Grok on November 22, 2003, 08:46 AM
By implementing XHTML 1.0 (or 1.1 if you want to go modular), you make it simple for all types of browser devices to view your content.

(Semi-serious question) So what do I do if I want to make it difficult for people on cell phones to view my pages (but also ensure general compatibility with the major PC based browsers)?  I want those cell phone people to get a real computer! ;)
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

Grok

Haha, there's ways to do that.  If their devices identify their browser type, you can send them alternate pages.  I like that thought though.  If someone tries to view your page from their refrigerator, you can show them a ham (no water added).

quasi-modo

#3
Yea, you could use asp.net mobile controls. They are sexy, they adapt for palms, cell phones, pocket pc, black berry, etc, one site works for all mobile. But to work on all browsers use css for your layout then hack the crap out of it for old ie. My latest site ( The layout is finished but I am doing the content now) http://knights.europe.webmatrixhosting.net/wfrp/index.aspx works on ns opera ie6 ie5.5 ie5 and then the it goes text based for non complient browsers but the content is still accessable. I tested it on lynx and it worked even!
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

j0k3r

Quote from: Grok on November 22, 2003, 11:12 AM
Haha, there's ways to do that.  If their devices identify their browser type, you can send them alternate pages.  I like that thought though.  If someone tries to view your page from their refrigerator, you can show them a ham (no water added).

www.try2hack.nl level 8 or 9 is that... You have to spoof your IE version to trick it to let you in (you need IE version 11.0 or something). I got stuck on it.
QuoteAnyone attempting to generate random numbers by deterministic means is, of course, living in a state of sin
John Vo

Thing

That sucking sound you hear is my bandwidth.