Results 1 to 18 of 18

Thread: html or xml

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2005
    Location
    Lisbon, Ohio, 44432
    Posts
    826

    Default html or xml

    any suggestions on learning html or xml, any specific books or anything?

  2. #2
    Join Date
    Jul 2005
    Location
    Bloomfield, NJ
    Posts
    127

    Default

    Well right now the latest standard is XHTML which is HTML in XML.

    You can use http://www.w3.org/ for reference on specific tags and for learning http://w3schools.com is a good start. As far as books go, the oreilly ones are usually the best:
    http://www.oreilly.com/catalog/html5/index.html
    http://xml.oreilly.com/

    Depends on your needs, but if you are jut planning on making websites then learn XHTML. If you plan on doing something a bit more complex then you can learn XML itself to generate your own XML file formats.

  3. Default What is your goal?

    I suggest ANSI C :)

    What are you trying to do? What's your goal?

    For the most part, XML is just a Data Definition Language. It can be a good way to organize data (which means different things to different people).

    HTML is technically a subset of XML used to make web pages (technically, it's for organizing hypertext data, but that's another story for another time)...

    XHTML (correct me if I'm wrong) is just HTML that fits into the strict XML format. Most web browsers are lenient and will display stuff that is not well-formed XML, so XHTML is used to mean "HTML that is well-formed XML". (I just call well-formed XML)

  4. Default

    If you just want to make simple web pages, html is pretty easy to pick up.

    For a quick start, I've always found the Sams Teach Yourself _____ In 24 Hours series to be very useful. There's enough information to get you going without bogging you down in too much detail.

    I have an old but not obselete book at home. I forget the title right now. It's a hardcover 1200 pages with cd. Cost me $50 or so a couple of years ago. I haven't used it in a while and I'd be willing to let you have it for the cost of shipping. Unfortunately it weighs 6lbs. You'd probably be better offer ordering the SAMS book in paperback from amazon.

  5. #5
    Join Date
    Jun 2005
    Location
    Granger, Indiana
    Posts
    1,393

    Default

    Making simple web pages is easy. As a matter of fact, most word processors and office apps. will do it for you. You end up with an html page, and a directory of supporting files, such as graphics. Simply upload both to the web directory of your choice.

  6. #6
    Join Date
    Jul 2005
    Location
    Twin Lakes, WI 53181
    Posts
    771

    Default

    I think I still have a couple of books lying around from when I went to school. My major was Micro Computer Speacialist and I had to take a whole class on HTML and XML. If you would like, I can try and dig up my books. They should not be outdated, as I just took the class a little over a year ago. Send me a PM and I can send them to you.

  7. #7
    Join Date
    Feb 2005
    Location
    P.O. Box 14403 Tallahassee, FL 32317
    Posts
    1,906
    Blog Entries
    4

    Default

    Quote Originally Posted by Kenyth
    Making simple web pages is easy. As a matter of fact, most word processors and office apps. will do it for you. You end up with an html page, and a directory of supporting files, such as graphics. Simply upload both to the web directory of your choice.
    *cringe*

    While Word, and some other similar apps will output documents as HTML, it’s pretty damn ugly. I’m a purist. I like my (X)HTML to be neatly formatted and free of the crap that most of these apps auto generate.

    http://www.htmlhelp.com is a great resource. As mentioned http://www.w3schools.com is great as well. I generally learn what I need to learn online. I rarely use the books that I’ve bought over the years. (looking at the shelf of dusty O’reilly books that I never use) .

    What do you want to learn HTML/XML is the main question I have. We can point you in the right direction once we know.
    Imagination will often carry us to worlds that never were. But without it we go nowhere. -- Carl Sagan

  8. #8
    Join Date
    Jan 2005
    Location
    Lisbon, Ohio, 44432
    Posts
    826

    Default

    I basically want to be able to make any kind of website. I'm taking a javascript/perl class right now, yet I don't know html.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •