|
 |
|
|
05-09-2007, 10:44 PM
|
What is DHTML?
|
Posts: 5,662
Name: John Alexander
|
I've been hearing more and more about this lately, and today a coworker asked me if I could recommend using it or avoiding it in a new web site? I've done about a half hour of reading the MSDN documentation, and I'm more confused now than when I started.
Any advice from the experts?
|
|
|
|
05-10-2007, 01:17 AM
|
Re: What is DHTML?
|
Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
The D in DHTML stands for "Dynamic". So DHTML = Dynamic HTML = stuff that changes on the fly using Javascript (if there's any other technology that does it besides Javascript, I'm not aware of it...and I'm not counting AJAX because AJAX is Javascript too.)
There really isn't much more to it than that. You just ran into the usual BS Baffles Brains routine, and you were smart enough to be thoroughly confused. Not your fault though; it's the disadvantage of intelligence.
|
|
|
|
05-10-2007, 05:58 AM
|
Re: What is DHTML?
|
Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
|
VBScript could also provide the dynamic capabilities for DHTML.
And, CSS may be included in this (especially with the pseudoclasses like hover).
__________________
Jeremy Miller
Please login or register to view this content. Registration is FREE
|
|
|
|
05-10-2007, 11:28 AM
|
Re: What is DHTML?
|
Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
I'm not really sure that CSS would qualify, pseudoclasses or not. The HTML itself remains identical; the only difference is that CSS properties change (e.g. multi-tiered menus.)
VBScript...always meant to try it, never had the chance to.
|
|
|
|
05-10-2007, 12:39 PM
|
Re: What is DHTML?
|
Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
|
First paragraph here seems to be happy with it: http://en.wikipedia.org/wiki/DHTML
__________________
Jeremy Miller
Please login or register to view this content. Registration is FREE
|
|
|
|
05-10-2007, 04:08 PM
|
Re: What is DHTML?
|
Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
Hmmm. Interesting.
http://www.yourhtmlsource.com/javasc...ml#WhatIsDHTML <-- I always preferred that definition, though. Makes more sense to me personally, since CSS by itself isn't dynamic.
|
|
|
|
05-10-2007, 04:46 PM
|
Re: What is DHTML?
|
Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
|
This is maybe on of those situations where people argue about English instead of technology? I worked with somebody who refused to take advantage of css:hover because "that's scripting's job."
I think "DHTML" is a silly buzzword that needs to disappear. Probably the same goes for (x)html/css. You can do a lot without javascript, but eventually if you build enough web sites you'll have to get your hands dirty with the stuff. It seems like we have a million complicated-sounding terms to refer to the same basic thing.
|
|
|
|
05-11-2007, 06:50 PM
|
Re: What is DHTML?
|
Posts: 5,662
Name: John Alexander
|
So all this time I thought it was some other variant markup language and I've been cheating myself, saying I don't know it. The Microsoft documentation talks about behaviors inherent to tags like it's a foreign concept, but I guess it was just talking about the basics for people who don't know what a span is?
|
|
|
|
05-13-2007, 03:21 PM
|
Re: What is DHTML?
|
Posts: 22
Name: Gigitrix
|
I only use dynamic drive and other "borrowed" DHTML scriptlets, since anything else is just overkill. If you want something unique and complicated, you're probably best off with AJAX or Flash
|
|
|
|
05-14-2007, 01:05 AM
|
Re: What is DHTML?
|
Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
Pretty much, John. The MSDN has an annoying habit of making things sound much more complicated than they actually are.
|
|
|
|
05-16-2007, 06:05 PM
|
Re: What is DHTML?
|
Posts: 340
Name: Alex
Location: Behind You
|
Yes, it is Dynamic HTML. It is sort of like ajax, but it does not send requests to the server, and it is written in Javascript.
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
|
|
|
|
05-17-2007, 01:34 PM
|
Re: What is DHTML?
|
Posts: 1,533
Name: Paul Davis
Location: San Francisco
|
Quote:
Originally Posted by Learning Newbie
So all this time I thought it was some other variant markup language and I've been cheating myself, saying I don't know it. The Microsoft documentation talks about behaviors inherent to tags like it's a foreign concept, but I guess it was just talking about the basics for people who don't know what a span is?
|
That probably has to do with the age of the technology. There are a lot of assumptions.
Generally, DHTML is going to be plain old HTML + CSS + a scripting language. The scripting language is most often Javascript/ECMAScript but, many also use VBScript for IE, and with a browser pulgin, you could also have Perl, Python, Ruby, etc...
|
|
|
|
05-18-2007, 06:45 AM
|
Re: What is DHTML?
|
Posts: 60
Name: bilton
|
DHTML = (D=(CSS+javascript/vbscritp)+HTML)
if u find this confusing refer MSDN, to get more confused
|
|
|
|
|
« Reply to What is DHTML?
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
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
|
|
|
|