Couple of updates: wanted to give you these URLs I went over at the workshop by request:
http://www.tinyurl.com (makes URL addresses much shorter and is free to use)
Sizzling Jalfrezi (HTML by example) for everything you could want to know on html code:
http://vzone.virgin.net/sizzling.jalfrezi/iniframe.htm
Lastly (to answer questions I couldn't answer on the 16th):
(From http://www.informit.com/guides
What's the difference between XML and HTML?
Last updated Jan 1, 2004.
On the surface, XML and HTML look similar. Both use tags (such as
or
align="left" or type="personal") to add information to the content. In
fact, a carefully prepared HTML document can double as an XML
document. The difference is that HTML is a well-defined set of
elements and attributes. For example, the following is a well-formed
XML document, but because it only uses tags that are defined in HTML,
it's also an HTML document:
On the other hand, HTML has somewhat looser rules than XML, so some
HTML documents are not well-formed XML documents. (See the next
section.)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What is php? (from
http://forums.hostrocket.com
HP is a scripting language you can use on your "html" pages. Using the
"php" extension on a file tells the server to look for php code in the
file. So, if you want to use php, you have to have it end in .php (or
a few other options). If you have no php code on the page there is no
need to use .php on that page, but it doesn't really hurt anything if
you do. Only possible thing I can think of is that the server might
take a little more work because it's looking for something that's not
there. :)
1 comment:
hey,
just wanted to let you know that I posted this to the Wiki Page. it is under the table of contents as
"Web Design Techniques"
Post a Comment