•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 361,914 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,575 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 2118 | Replies: 24
![]() |
For an editor, I use TextPad for nearly everything.
For HTML vs XHTML, I just wrote the following on another site:
This conversation has moved beyond "password protecting", but I'm too lazy to split the thread. For future discussion, please start a new thread?
For HTML vs XHTML, I just wrote the following on another site:
•
•
•
•
There is no such thing as "HTML". There are HTML specifications. The pages you author need to follow a particular specification, or "flavor" of HTML.
You tell the browser which specification you adhere to by using a "doctype". It's a declaration you make just prior to the <html> tag.
The vBulletin system is written to the XHTML 1.0 Transitional doctype/specification. That means, only those tags which are within that specification should be used.
A document that is "valid" is one that adheres to the specification.
Q. What if I don't declare a doctype?
A. The browser will just "guess", and use its own internal defaults. This is very bad news particularly with IE, which is simply screwball about things. You'll wonder why your code "works" in one browser but not another.
Q. What if I use a non-standard tag, or something from another HTML specification (such as <center>)?
A. It will probably render fine. However, the danger is two-fold:
1. You don't really know, as the browser is rendering that tag however it likes, NOT in relation to a published specification.
2. The day is coming when the user will control what to do with non-compliant code, just as they can control whether to render graphics, styles, and scripts today. On that day, millions of pages break because the authors didn't care about validation.
This conversation has moved beyond "password protecting", but I'm too lazy to split the thread. For future discussion, please start a new thread?
Last edited by tgreer : Jul 21st, 2006 at 10:47 am.
•
•
Join Date: Aug 2005
Location: Trailer trash caravan park, just down the road from loserville
Posts: 4,549
Reputation:
Rep Power: 15
Solved Threads: 284
•
•
Join Date: Jan 2006
Location: Tennessee
Posts: 1,567
Reputation:
Rep Power: 6
Solved Threads: 102
Awsome, tgreer.
My apologies :o
Thanks again everybody.
•
•
•
•
Originally Posted by tgreer
This conversation has moved beyond "password protecting", but I'm too lazy to split the thread. For future discussion, please start a new thread?
My apologies :o
Thanks again everybody.
Now if ya like the help ya could always raise our reputation...
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
- Password Protection from a txt.file (HTML and CSS)
- Access Sub switchboard password protection (Visual Basic 4 / 5 / 6)
- password protecting files on another HD (Windows NT / 2000 / XP / 2003)
Other Threads in the HTML and CSS Forum
- Previous Thread: hi all need help reg button images
- Next Thread: how to place media page requests on background color



Linear Mode