Results 1 to 18 of 18

Thread: html or xml

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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.

  2. #2
    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.

  3. #3
    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

  4. #4
    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.

  5. Default

    So, yeah, (X)HTML would be the route to go down...

    As a personal suggestion, learn PHP. Perl is a thing of the devil.

    Perl has a lot of cool stuff it can do, and it's really great when it comes to string manipulations, but reading it is like reading incoherent Greek.

    In fact, there's an old practice amongst perl programmers to write a small program to obfuscate the phrase "I am a Perl Hacker" to the point where it is completely unreadable. These small programs (2 or 3 lines at most, perl programmers are of the old-school "I can write the entrire system in 1 line of code" mentality) would be included in signature files and would actually stand as your prowess with perl, your ability to make something that cannot be understood by any programmer alive (including yourself).

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

    Default

    Yeah, I remember the perl days back in ~1996/97. I didn’t know the first thing about programming (still in high school) I was already coding basic HTML so I said what the hell and I picked up a book to try and learn. I think when I got to chapter three and they started covering regular expressions I said fuck it and started learning PHP (which at that time was PHP/FI).

    But back to the thread, yeah, I would learn XHTML and CSS before venturing too far into the backend programming, you really should understand the client side first if your going to be writing web applications.
    Imagination will often carry us to worlds that never were. But without it we go nowhere. -- Carl Sagan

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

    Default

    I'm thinking of going with the xtml for dummies. Are the "for dummies" books any good?

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

    Default

    The "Dummie" books are great. We always used them along with our textbook in school. They really helped.

  9. Default

    Quote Originally Posted by hex1848
    I think when I got to chapter three and they started covering regular expressions I said fuck it and started learning PHP (which at that time was PHP/FI).
    What can this mean? Regular expressions are the mutt's nuts. I couldn't live a day without regular expressions.
    Supreme Leader Voltron
    bending over and reaching for the Crisco

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

    Default

    Quote Originally Posted by Corona Gigante
    What can this mean? Regular expressions are the mutt's nuts. I couldn't live a day without regular expressions.
    It means that the mind of a 17 year old with zero programming experience was admittedly too lazy to figure it out.
    Imagination will often carry us to worlds that never were. But without it we go nowhere. -- Carl Sagan

  11. Default

    Quote Originally Posted by Corona Gigante
    What can this mean? Regular expressions are the mutt's nuts. I couldn't live a day without regular expressions.
    The ORA Regex book is the most important tool I have in my office!

    Without it, papers would be flying everywhere!

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
  •