02-28-2009
|
#1 (permalink)
|
|
Registered User
Join Date: Feb 2009
Posts: 3
|
Is there is a special or secret way to use HTML while designing a webpage?
For instance, if you just use "regular" HTML, will people still be able to see and use my website normally, even if they are not using Internet Explorer? For example, I always use Firefox. Other people use things like AOL or Opera to browse the web. Thanks for your help!
|
|
|
02-28-2009
|
#2 (permalink)
|
|
Janitor of Lunacy
Join Date: May 2006
Location: Sitting in the Wishing Chair
Posts: 5,758
Battle Wins: 20 (rank: #1)
|
There is no "special" or "secret" way to use HTML - just a standards-compliant way (which should display content uniformly across browsers) and a non-standards-compliant way (which may not).
To find out what constitutes standards-compliant HTML, the best starting point is the World Wide Web Consortium: World Wide Web Consortium - Web Standards
__________________
"I might join your century, but only as a doubtful guest"
|
|
|
03-02-2009
|
#3 (permalink)
|
|
MOOderator
|
I have always done my html coding in a darkened room, with tinfoil on the windows.
it keeps out the governmental mind control rays.
__________________
"making the colorblind queasy since 1970"

|
|
|
03-02-2009
|
#4 (permalink)
|
|
Janitor of Lunacy
Join Date: May 2006
Location: Sitting in the Wishing Chair
Posts: 5,758
Battle Wins: 20 (rank: #1)
|
Quote:
Originally Posted by supertackyman
I have always done my html coding in a darkened room, with tinfoil on the windows.
it keeps out the governmental mind control rays.

|
 
__________________
"I might join your century, but only as a doubtful guest"
|
|
|
03-02-2009
|
#5 (permalink)
|
|
Kenneth
Join Date: Jul 2005
Location: Gotland.
Posts: 476
|
If you, for some reason find it difficult to do your coding in a dark room, I can only suggest you to have at least two web-browsers (I.e or F.f, for example) installed on your computer.
Then check your Html in both, regular.
There is also a useful Add-on tool, in Firefox: “ Web Developer”. You can even validate your script. This page, for instance seems to have: 125 errors (!) according to W3C.
Mostly minor errors, I guess.
Last edited by Kenneth; 03-02-2009 at 06:22 PM.
|
|
|
03-04-2009
|
#6 (permalink)
|
|
Registered User
Join Date: Sep 2005
Posts: 88
|
I'd recomend as many browsers/platforms as possible, I myself have IE, FF, Safari on my PC, a Blackberry, PSP, Ipod Touch, PS3 just so you can code for different platforms. Especially hand helds, friendly sites for hand helds are the future imo.
|
|
|
2 Weeks Ago
|
#7 (permalink)
|
|
Registered User
Simon Champion!
Join Date: Oct 2003
Location: Trenton, Georgia
Posts: 1,845
|
Quote:
Originally Posted by supertackyman
I have always done my html coding in a darkened room, with tinfoil on the windows.
it keeps out the governmental mind control rays.

|
Haha.
Quote:
Originally Posted by U'ziel
I'd recomend as many browsers/platforms as possible, I myself have IE, FF, Safari on my PC, a Blackberry, PSP, Ipod Touch, PS3 just so you can code for different platforms. Especially hand helds, friendly sites for hand helds are the future imo.
|
I'd have to agree with you on both of those opinions. Not only is it best to have multiple browsers and formats to test a website with, but handheld web browsing devices do appear to be a good piece of the internet going forward.
Alex
|
|
|
2 Weeks Ago
|
#8 (permalink)
|
|
Registered User
Join Date: Aug 2004
Posts: 143
|
Actually, there ARE special HTML tags and CSS modifications specifically directed at correcting horrible issues with almost all version of IE. This relates more to CSS than HTML though.
__________________
Adobe Certified Expert, Illustrator
|
|
|
2 Weeks Ago
|
#9 (permalink)
|
|
Registered User
Simon Champion!
Join Date: Oct 2003
Location: Trenton, Georgia
Posts: 1,845
|
Quote:
Originally Posted by Jolt
Actually, there ARE special HTML tags and CSS modifications specifically directed at correcting horrible issues with almost all version of IE. This relates more to CSS than HTML though.
|
Not exactly "special tags." Conditional comments are commonly used for cross-browser compatibility issues but they ARE NOT the proper way of solving the issue. You see, in some rare cases conditional comments are the only solution, but most browser-compatibility issues can be solved with semantic, standard markup.
More information on IE's conditional comments: Internet Explorer Conditional Comments
Alex
|
|
|
3 Days Ago
|
#10 (permalink)
|
|
Registered User
Join Date: Aug 2004
Posts: 143
|
Correct ahstandford, however....
CSS needs special markup as well to designate IE6 between IE7 and IE8. You can do it with three separate IE conditional comments, or you can do it with 1 conditional comment than a well written, markup specific, CSS page.
For example the CSS * hack for IE works great for IE6 but IE7 and 8 ignore it.
__________________
Adobe Certified Expert, Illustrator
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 05:32 AM.
|