On Sun, 9 May 2010 16:02:15 -0400, Dave McGuire wrote:
On May 9, 2010, at 3:50 PM, Kirn Gill wrote:
>>>>> Some of the new features grafted onto HTML5 could be considered
>>>>> programming constructs, no?
>>>>
>>>> I don't know, I haven't looked at them. Does it have variables,
>>>> conditionals, and looping constructs?
>>>
>>> Variables, yes. Conditionals, yes. Looping, not sure. Have to
>>> go look.
>>
>> Cool. In that case, I will happily acknowledge that anyone who
>> writes such constructs correctly BY HAND in HTML5 is a
>> "programmer", or at the very least, "a web developer who
>> occasionally dabbles in programming".
>
> This leads me to wonder, what terms would you use for someone who
> specializes in computer languages for structuring and formatting
> data, such as HTML/CSS or Docbook XML (but not limited to these by
> any stretch)
Well, they're not programming languages,
they're markup
languages. Writing in a programming language is programming.
Writing in a markup language is...marking up, perhaps?
-Dave
--
Dave McGuire
Port Charlotte, FL
"Codeing" cover both the markup component, as well as much of the scripting done
these days that results in
HTMLx being sent directly to the "eyeballs" in responce to a http: get or post
command.
on that note:
Hacking/using/reformatting Javascript is codeing, createing new Javascript applications
from scratch is
programming.
The Other Bob