<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Is HTML a scripting language?</title>
	<link>http://www.killersites.com/blog/2006/is-html-a-scripting-language/</link>
	<description>Real world talk about web design, programming and the business of web design.</description>
	<pubDate>Fri, 29 Aug 2008 02:58:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: shital jethva</title>
		<link>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-77330</link>
		<dc:creator>shital jethva</dc:creator>
		<pubDate>Wed, 11 Jul 2007 06:51:57 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-77330</guid>
		<description>HTML is the "mother tongue" of your browser.
HTML is an abbreviation of "HyperText Mark-up Language" - which is already more than you need to know at this stage. However, for the sake of good order, let us explain in greater detail.

Hyper is the opposite of linear. In the good old days - when a mouse was something the cat chased - computer programs ran linearly: when the program had executed one action it went to the next line and after that, the next line and so on. But HTML is different - you can go wherever you want and whenever you want. For example, it is not necessary to visit MSN.com before you visit HTML.net. 
Text is self-explanatory. 
Mark-up is what you do with the text. You are marking up the text the same way you do in a text editing program with headings, bullets and bold text and so on. 
Language is what HTML is. It uses many English words.</description>
		<content:encoded><![CDATA[<p>HTML is the &#8220;mother tongue&#8221; of your browser.<br />
HTML is an abbreviation of &#8220;HyperText Mark-up Language&#8221; - which is already more than you need to know at this stage. However, for the sake of good order, let us explain in greater detail.</p>
<p>Hyper is the opposite of linear. In the good old days - when a mouse was something the cat chased - computer programs ran linearly: when the program had executed one action it went to the next line and after that, the next line and so on. But HTML is different - you can go wherever you want and whenever you want. For example, it is not necessary to visit MSN.com before you visit HTML.net.<br />
Text is self-explanatory.<br />
Mark-up is what you do with the text. You are marking up the text the same way you do in a text editing program with headings, bullets and bold text and so on.<br />
Language is what HTML is. It uses many English words.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VeNoM</title>
		<link>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-13298</link>
		<dc:creator>VeNoM</dc:creator>
		<pubDate>Wed, 03 Jan 2007 17:49:33 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-13298</guid>
		<description>yes even i have seen many people making a mistake in this. they dnt understand that html is a markup language. and that it is not something which goes and processes into the server.
scripting laguages are like asp, asp.net,php. and i think now a days asp.net rocks. it has a very wide scope because now it has eliminated the funda of hosting server. yes now i dnt have to thnking of windows hosting or linux hosting as it will run on both the servers.</description>
		<content:encoded><![CDATA[<p>yes even i have seen many people making a mistake in this. they dnt understand that html is a markup language. and that it is not something which goes and processes into the server.<br />
scripting laguages are like asp, asp.net,php. and i think now a days asp.net rocks. it has a very wide scope because now it has eliminated the funda of hosting server. yes now i dnt have to thnking of windows hosting or linux hosting as it will run on both the servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3666</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 06 Sep 2006 13:28:03 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3666</guid>
		<description>Would style-conditionals count as decision making? Are those done with HTML or something else? Looks like HTML to me. 

To Greg:
A designer is not a person who should just be slapping things into their HTML editor with DW or Front-page (gah!). If you tend to work in design view you're more than likely producing sloppy html (paragraphs for line breaks, emtpy divs with no reason). For this reason alone I think any competent designer should be able to write clear concise code by hand. 

Non-validated/convoluted code only hurts you.</description>
		<content:encoded><![CDATA[<p>Would style-conditionals count as decision making? Are those done with HTML or something else? Looks like HTML to me. </p>
<p>To Greg:<br />
A designer is not a person who should just be slapping things into their HTML editor with DW or Front-page (gah!). If you tend to work in design view you&#8217;re more than likely producing sloppy html (paragraphs for line breaks, emtpy divs with no reason). For this reason alone I think any competent designer should be able to write clear concise code by hand. </p>
<p>Non-validated/convoluted code only hurts you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3551</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Sat, 02 Sep 2006 17:57:26 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3551</guid>
		<description>@Edward Clarke,

Interesting points. But if HTML is a scripting language, it is one of the most crippled ones out there ...

You cannot (for instance) define your own conditional (uh ..) conditions ... you are restricted to a very limited few predefined options. 

With a true scripting language, you can define a condition, evaluate it and then take an action based on the result. This you cannot do with HTML.

In a nutshell: there are no if statements, no loops, no variables - these are all basic constructs of a language.

But you say that is not a requirement of a scripting language ..? 

I don't know who the authority on this is, but somehow I doubt it.

Sure there is some cross-over between a markup language and scripting ... but there is cross over between a lot of things.</description>
		<content:encoded><![CDATA[<p>@Edward Clarke,</p>
<p>Interesting points. But if HTML is a scripting language, it is one of the most crippled ones out there &#8230;</p>
<p>You cannot (for instance) define your own conditional (uh ..) conditions &#8230; you are restricted to a very limited few predefined options. </p>
<p>With a true scripting language, you can define a condition, evaluate it and then take an action based on the result. This you cannot do with HTML.</p>
<p>In a nutshell: there are no if statements, no loops, no variables - these are all basic constructs of a language.</p>
<p>But you say that is not a requirement of a scripting language ..? </p>
<p>I don&#8217;t know who the authority on this is, but somehow I doubt it.</p>
<p>Sure there is some cross-over between a markup language and scripting &#8230; but there is cross over between a lot of things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Clarke</title>
		<link>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3540</link>
		<dc:creator>Edward Clarke</dc:creator>
		<pubDate>Sat, 02 Sep 2006 09:25:04 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3540</guid>
		<description>HTML *is* a scripting language. A script doesn't need to have decision making capabilities, it can be a set of instructions or rules. A script is interpreted or compiled, then executed. How does HTML not follow this?

Oh, SCRIPT/NOSCRIPT and FRAME/NOFRAMES are interpreted decisions which is logic. HTML is almost object based due to the fact you can embed objects with it and include HTML via SSI.

A script is defined by the fact it's instructions are interpreted by an application. Sounds like HTML to me!!!</description>
		<content:encoded><![CDATA[<p>HTML *is* a scripting language. A script doesn&#8217;t need to have decision making capabilities, it can be a set of instructions or rules. A script is interpreted or compiled, then executed. How does HTML not follow this?</p>
<p>Oh, SCRIPT/NOSCRIPT and FRAME/NOFRAMES are interpreted decisions which is logic. HTML is almost object based due to the fact you can embed objects with it and include HTML via SSI.</p>
<p>A script is defined by the fact it&#8217;s instructions are interpreted by an application. Sounds like HTML to me!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3483</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 01 Sep 2006 07:17:22 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3483</guid>
		<description>As a web designer, I'd be lying if I said you dont need to know how to edit HTML, but please, don't waste any time learning how to write HTML from scratch - you just don't need to know it.</description>
		<content:encoded><![CDATA[<p>As a web designer, I&#8217;d be lying if I said you dont need to know how to edit HTML, but please, don&#8217;t waste any time learning how to write HTML from scratch - you just don&#8217;t need to know it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarrod</title>
		<link>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3475</link>
		<dc:creator>Jarrod</dc:creator>
		<pubDate>Thu, 31 Aug 2006 23:45:06 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3475</guid>
		<description>While JavaScript is the most widely implemented scripting language, it is possible to use any language, provided the browser you are using can understand it. Microsoft, for example, also makes a scripting language for the Internet Explorer browser called VBScript (based on the Visual Basic programming language) and a few other languages (such as Perl) are also usable with some web browsers.</description>
		<content:encoded><![CDATA[<p>While JavaScript is the most widely implemented scripting language, it is possible to use any language, provided the browser you are using can understand it. Microsoft, for example, also makes a scripting language for the Internet Explorer browser called VBScript (based on the Visual Basic programming language) and a few other languages (such as Perl) are also usable with some web browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BluEnt</title>
		<link>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3408</link>
		<dc:creator>BluEnt</dc:creator>
		<pubDate>Mon, 28 Aug 2006 12:08:51 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3408</guid>
		<description>No, HTML is not a scripting language, it is basically a hypertext markup language or a bsic language used to create web pages only. It is the code that tells the web browser how to interpret a web page.</description>
		<content:encoded><![CDATA[<p>No, HTML is not a scripting language, it is basically a hypertext markup language or a bsic language used to create web pages only. It is the code that tells the web browser how to interpret a web page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3381</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Fri, 25 Aug 2006 16:41:15 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/is-html-a-scripting-language/#comment-3381</guid>
		<description>Yes, we knew it already. It is used just to create www pages.</description>
		<content:encoded><![CDATA[<p>Yes, we knew it already. It is used just to create www pages.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
