"Jan Faerber" <jancfaerber_spider (AT) monkey_hotmail (DOT) com> wrote
Oh my. I actually started to reply to your original post but then, well, it
started raining and the rain became more interesting. Then it stopped
raining and I saw this post.
Quote:
I'm a little confused about all this ...ML languages. |
ML? Markup Language?
Quote:
Can somebody explain me in a few words what are they used for ? |
Describing the content of a web document so the browser can render it sort
of like the author intended it to be rendered.
Quote:
What should I learn after HTML |
CSS.
HTML is an SGML application. XHTML is exactly the same application expressed
in XML. There is no difference (except for the SGML -> XML differences)
between HTML and XHTML. In addition the most common browser in use simply
does not understand XHTML. Don't bother with it just now.
DHTML is a microsoft invented acronym, [D]ynamic [html]. It really means
HTML, and CSS with JScript (microsofts version of JavaScript) used to
manipulate the DOM.
See above.
PHP is an entirely different animal. It is a server side scripting language.
Nothing to do with (X)HTML nor javascript nor "DHTML".
Quote:
Does DHTML and PHP have the same purpouse |
No. "DHTML", or rather javascript, is client side. PHP is server side.
Quote:
(building of dynamic web pages) |
Define a "dynamic" web page.
If you mean a page that changes with user interaction without contact with
the server then javascript is the tool, providing that it is available to
your user so don't rely on it for anything other than eye candy.
If you mean a page that changes due to some change in a database or whatever
then PHP or one of the other server side scripting languages is in order.
Quote:
so basicly I don't have to learn both ? Thanks for any help |
Both? Well, it pays to learn them all :-)
Now, as to Jan....
Quote:
DHTML does not need the server support like PHP does. |
Correct. Althouth "DHTML" *does* need client side support. Hint: the search
engine bots don't understand javascript.
Quote:
DHTML is integrated in the HTML page and needs browser that support DHTML. |
No it is not. "DHTML" is Jscript manipulating the DOM. It is *added* to the
HTML page. As eye candy.
Quote:
and needs browser that support DHTML. |
Yes, well I suppose one could say that DHTML requires a browser that
supports DHTML, just as one could say that javascript requires a browser
that supports javascript.
Quote:
PHP can not only replace frames, there are hundreds of tasks when you use |
Er. PHP is server side. Frames are client side. How then could PHP possibly
replace frames.
Oh, I know what you mean, you mean that one can use PHP includes etc to
provide some of the functionality (from the authors point of view) of
frames. Well, yes I suppose so :-)
Quote:
PHP. Search for WAMP(Win) or LAMP(Linux) or MAMP(? - Mac Apache MySQL
PHP).
|
er, why?
Quote:
XML seperates data and display, |
Nope.
Quote:
you need a browser which supports XML and |
Not many current browsers support XML. Many of them support XHTM, with one
glaring exception.
Quote:
XHTML is an integration of XML into HTML. |
Er I really don't think so. XML into HTML? See above