![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||||
| |||||
|
|
Take a look at what we are doing ! we create TAGS, things like <H1> etc. and although there are tools (dreamweaver and the like), they are all at the lowest level of programming (something like assembly as oposed to C++ etc.). |
|
These tools create "brain-dead" developers that constantly have to plough through tons of tags to do the simplest thing. |
|
Let me make my point by example: if i want to create a page with "say" a tab notebook inside it. |
|
Notebook (arg1,arg2,...) rather than some mumbo/jumbo using table & div tags |
|
Languages do not solve our problems, they may actually add to them (Java's and the like). I have nothing against Java per say, but remember we placed MAN-ON-THE-MOON with assembly language and PDB computers. |
#2
| |||
| |||
|
|
In article <c7g7th$4ej$1 (AT) s0b1a68 (DOT) ssa.gov>, Mel writes: Take a look at what we are doing ! we create TAGS, things like <H1 etc. and although there are tools (dreamweaver and the like), they are all at the lowest level of programming (something like assembly as oposed to C++ etc.). Hardly. It's pretty obvious that you: a. Never programmed in assembly language for a living b. Don't understand what the tags are doing for you. When somebody writes some HTML, they're doing something that's incredibly high-level, leaving huge amounts of implementation details to the user agent. [snip] |
#3
| |||
| |||
|
|
In article <c7g7th$4ej$1 (AT) s0b1a68 (DOT) ssa.gov>, Mel writes: Take a look at what we are doing ! we create TAGS, things like <H1> etc. and although there are tools (dreamweaver and the like), they are all at the lowest level of programming (something like assembly as oposed to C++ etc.). Hardly. It's pretty obvious that you: a. Never programmed in assembly language for a living b. Don't understand what the tags are doing for you. When somebody writes some HTML, they're doing something that's incredibly high-level, leaving huge amounts of implementation details to the user agent. For instance, when you put (to use your example): H1>Moose Bites versus Llama Bites</h1 you're doing both of the following: 1. You're indicating that the page in question compares moose and llama bites. This enables computers in a different part of the country to be aware that you have information available to them on that subject. 2. You're indicating to the user agent that the words "Moose Bites versus Llama Bites" are very important, and should be presented to the user in such a way that the user will know that these are a high-level description of the contents of your page. You do all of this in a completely platform-independent manner. That's a lot of bang for very few bytes. |
|
I have nothing against Java per say, but remember we placed MAN-ON-THE-MOON with assembly language and PDB computers. Now, you sound as if you're sticking up for assembly language, when before you were asking why we haven't advanced beyond it. |
![]() |
| Thread Tools | |
| Display Modes | |
| |