different languages |
different languages |
Jun 12 2004, 06:22 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: Apr 2004 Member No: 12,612 |
this might seem like a really dumb question but what is psp, cgi, css?
and what is the difference between html, xml, xhtml and dhtml? |
|
|
|
![]() |
Jun 12 2004, 09:33 PM
Post
#2
|
|
![]() local html help ![]() ![]() ![]() ![]() Group: Member Posts: 146 Joined: Mar 2004 Member No: 9,395 |
psp = paintshoppro
this isnt a language, this is a graphics program similar to photoshop (ps) cgi this is a language used for scripting. it uses external files and is called via direct requests or ssi (server side includes) includes. perl is the most commonly used. css = cascading style sheets this is used directly in html via a style tag or through an external .css file called by the html file. this is the language you will most likely use outside of html. html = hypertext markup language well, duh... xhtml this is a newer form of html that uses specific rules, such as maintanence of properly nested tags, all variables enclosed in quotes, all tags capitalized, etc. this is becoming new standard for websites. one of the original purposes of xhtml was support for browsers that could not process the wide variety of ways normal html code can be written (such as if you were using a pda or wireless device to view websites or if you use a different browser than IE or Netscape). dhtml = dynamic html this is used for 'dynamic' html effects such as hovers, image changes on mouseover, etc. most people will use javascript instead of dhtml. dhtml is easily used in microsoft frontpage but is not nearly as customizable as javascript. |
|
|
|
tophwhat different languages Jun 12 2004, 06:22 PM
LatinaLady wow. i cant help much on that but the css is the s... Jun 12 2004, 07:04 PM
angel-roh it`z not dumb...cus i dont know it either LOL.... Jun 12 2004, 08:21 PM
tophwhat wow, thanks alot cyphervi for the info Jun 13 2004, 10:25 PM![]() ![]() |