17 Replies - 1479 Views - Last Post: 05 June 2009 - 12:06 AM
#1
Pure HTML
Posted 02 June 2009 - 12:46 AM
Replies To: Pure HTML
#2
Re: Pure HTML
Posted 02 June 2009 - 12:51 AM
#3
Re: Pure HTML
Posted 02 June 2009 - 02:55 AM
Thats the way we still learn it at our school
#4
Re: Pure HTML
Posted 02 June 2009 - 04:10 AM
#5
Re: Pure HTML
Posted 02 June 2009 - 05:21 AM
I don't see them ever completely replacing hand-coded HTML. Even if they're good enough to handle static pages, dynamic sites/web apps tend to build the page up from a collection of templates, each of which is an HTML fragment, not a complete document, and WYSIWYMG editors don't seem well-suited to that model.
#6
Re: Pure HTML
Posted 03 June 2009 - 12:01 AM
dsherohman, on 2 Jun, 2009 - 04:21 AM, said:
I don't see them ever completely replacing hand-coded HTML. Even if they're good enough to handle static pages, dynamic sites/web apps tend to build the page up from a collection of templates, each of which is an HTML fragment, not a complete document, and WYSIWYMG editors don't seem well-suited to that model.
Hmm.. Very true.
I didn't want to dis HTML, I love it! I was just saying It's sort of sad most people don't use HTML anymore.
#7
Re: Pure HTML
Posted 03 June 2009 - 01:32 AM
#8
Re: Pure HTML
Posted 03 June 2009 - 03:23 AM
paperclipmuffin, on 3 Jun, 2009 - 01:01 AM, said:
In a sense, that's like saying most people don't use machine code anymore. HTML is in there, somewhere, it's just that some environments shield the user from it. It's still the foundation of any web content, even if it's just a bootstrap to some embedded junk.
Even if you do web pages in some convoluted IDE, I think knowledge of HTML is still relevant. I still use a text editor for the stuff.
#9
Re: Pure HTML
Posted 03 June 2009 - 10:25 AM
paperclipmuffin, on 2 Jun, 2009 - 06:46 AM, said:
Are you suggesting Word's save-as-HTML option is a new thing? Because it's not. It's been helping clueless, talentless idiots fill the web with horrible, horrible web pages for years. And nobody goes to those pages because they're awful.
HTML is not only still around, it's essential for anyone in the web development field.
#10
Re: Pure HTML
Posted 03 June 2009 - 11:06 AM
#11
Re: Pure HTML
Posted 03 June 2009 - 01:52 PM
I by far prefer
<HTML> <HEAD> <TITLE>Readable HTML</TITLE> <META Name="Keywords" content="nice html"> <script> <!-- Script Here --> </script> </head> <Body> <p>text</p> <br> <!-- comments --> <!-- More HTML Code --> </body> </HTML>
to annoying generated code
<HTML><HEAD><TITLE>Annoying HTML</TITLE><META Name="Keywords" content="annoying html"><script></script></head><Body><p>text</p><br></body></HTML>
This post has been edited by Gorian: 03 June 2009 - 01:53 PM
#12
Re: Pure HTML
Posted 03 June 2009 - 02:11 PM
Tim Berners-Lee created HTML in 1989 and it became a documented standard around 1992. His whole intentions were merely to exchange data between universities. He was employed at CERN (European Center for Nuclear Research).
Tags like <font>, <u>, were never meant to be incorporated into HTML. Those are considered extension tags and were used to create a fancy markup by the then dominant Netscape Browser. HTML 3.0 rid those from it's standards even though most browsers will still render them.
HTML was never meant to stray into a styling markup, just merely a document structure.
HTML 5 Standard I believe was just submitted in January of 2008 for approval.
XHTML is becoming more and more common, and will probably eventually send HTML to its final resting place.
This post has been edited by Nykc: 03 June 2009 - 02:21 PM
#13
Re: Pure HTML
Posted 04 June 2009 - 01:06 AM
#14
Re: Pure HTML
Posted 04 June 2009 - 01:26 AM
moopet, on 3 Jun, 2009 - 09:25 AM, said:
paperclipmuffin, on 2 Jun, 2009 - 06:46 AM, said:
Are you suggesting Word's save-as-HTML option is a new thing? Because it's not. It's been helping clueless, talentless idiots fill the web with horrible, horrible web pages for years. And nobody goes to those pages because they're awful.
HTML is not only still around, it's essential for anyone in the web development field.
CRAP!! Calm down, mate!
#15
Re: Pure HTML
Posted 04 June 2009 - 06:01 AM
|
|

New Topic/Question
Reply



MultiQuote









|