<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: What A Web Developer Is-And Isn&#8217;t</title> <atom:link href="http://www.amberweinberg.com/what-a-web-developer-is-and-isnt/feed/" rel="self" type="application/rss+xml" /><link>http://www.amberweinberg.com/what-a-web-developer-is-and-isnt/</link> <description>Design, Development and Freelance Articles and Tutorials</description> <lastBuildDate>Tue, 07 Feb 2012 14:26:55 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Matt Hill</title><link>http://www.amberweinberg.com/what-a-web-developer-is-and-isnt/#comment-4479</link> <dc:creator>Matt Hill</dc:creator> <pubDate>Wed, 04 Aug 2010 02:08:56 +0000</pubDate> <guid
isPermaLink="false">http://www.amberweinberg.com/?p=1770#comment-4479</guid> <description>Yes, of course we are arguing semantics, but that&#039;s the point -- using the right words in the correct way is important, it&#039;s what language comprehension is all about. We have nuance in our normal every day language for obvious reasons; the same is true of the meaning of words used in more specialised fields. It&#039;s very simple: If you use the wrong words in the wrong instance, people will misunderstand you.Markup languages were around a long time before HTML, and were called that *specifically* because of what they do. They &quot;mark up&quot; the structure of data or content. They usually do not contain anything that allows the altering of that data, which by your own definition is what code does. If you spend any time on the W3C site, you will see that they *never* describe HTML as code, it is always called &quot;markup&quot;. Code on the other hand has traditionally been used to mean program code, ie, anything written in a programming language that performs processing on some data and creates some kind of output of that processed data.If markup was code, we wouldn&#039;t have needed the word &quot;markup&quot;.Now of course I know that there are loads of web workers who use &quot;HTML&quot; and &quot;code&quot; interchangably. That doesn&#039;t mean it&#039;s right though.I&#039;m not calling you out for the sake of it, or to be mean or anything like that. I just think that it&#039;s unsurprising there&#039;s so much confusion around what we do when a highly respected developer such as yourself is using industry terminology in a misleading way.The simple view I have is that if one writes HTML and CSS and nothing else, then one is writing markup. If you throw PHP and JS into the mix, it&#039;s fair enough to call it coding. But HTML *itself* is not code.</description> <content:encoded><![CDATA[<p>Yes, of course we are arguing semantics, but that&#8217;s the point &#8212; using the right words in the correct way is important, it&#8217;s what language comprehension is all about. We have nuance in our normal every day language for obvious reasons; the same is true of the meaning of words used in more specialised fields. It&#8217;s very simple: If you use the wrong words in the wrong instance, people will misunderstand you.</p><p>Markup languages were around a long time before HTML, and were called that *specifically* because of what they do. They &#8220;mark up&#8221; the structure of data or content. They usually do not contain anything that allows the altering of that data, which by your own definition is what code does. If you spend any time on the W3C site, you will see that they *never* describe HTML as code, it is always called &#8220;markup&#8221;. Code on the other hand has traditionally been used to mean program code, ie, anything written in a programming language that performs processing on some data and creates some kind of output of that processed data.</p><p>If markup was code, we wouldn&#8217;t have needed the word &#8220;markup&#8221;.</p><p>Now of course I know that there are loads of web workers who use &#8220;HTML&#8221; and &#8220;code&#8221; interchangably. That doesn&#8217;t mean it&#8217;s right though.</p><p>I&#8217;m not calling you out for the sake of it, or to be mean or anything like that. I just think that it&#8217;s unsurprising there&#8217;s so much confusion around what we do when a highly respected developer such as yourself is using industry terminology in a misleading way.</p><p>The simple view I have is that if one writes HTML and CSS and nothing else, then one is writing markup. If you throw PHP and JS into the mix, it&#8217;s fair enough to call it coding. But HTML *itself* is not code.</p> ]]></content:encoded> </item> <item><title>By: Amber Weinberg</title><link>http://www.amberweinberg.com/what-a-web-developer-is-and-isnt/#comment-4478</link> <dc:creator>Amber Weinberg</dc:creator> <pubDate>Wed, 04 Aug 2010 01:21:15 +0000</pubDate> <guid
isPermaLink="false">http://www.amberweinberg.com/?p=1770#comment-4478</guid> <description>@Matt And where do you get your definition of code? Markup is a subsection of code. The definition of code is a language that alters something on a device. You&#039;re arguing semantics, but the simple point is to pick up any HTML book written by any expert and they&#039;ll plainly refer to HTML as both code and markup.Similar things to PHP and Obj C - semantics, structuring and both require a knowledge of how everything works. I began learning Obj C with only a previous knowledge of CSS, HTML and WordPress-based PHP and it caught on quickly. Had I not know HTML, I would&#039;ve been pretty lost in the actual meaning and workings on Obj C.</description> <content:encoded><![CDATA[<p>@Matt And where do you get your definition of code? Markup is a subsection of code. The definition of code is a language that alters something on a device. You&#8217;re arguing semantics, but the simple point is to pick up any HTML book written by any expert and they&#8217;ll plainly refer to HTML as both code and markup.</p><p>Similar things to PHP and Obj C &#8211; semantics, structuring and both require a knowledge of how everything works. I began learning Obj C with only a previous knowledge of CSS, HTML and WordPress-based PHP and it caught on quickly. Had I not know HTML, I would&#8217;ve been pretty lost in the actual meaning and workings on Obj C.</p> ]]></content:encoded> </item> <item><title>By: Matt Hill</title><link>http://www.amberweinberg.com/what-a-web-developer-is-and-isnt/#comment-4477</link> <dc:creator>Matt Hill</dc:creator> <pubDate>Wed, 04 Aug 2010 01:17:10 +0000</pubDate> <guid
isPermaLink="false">http://www.amberweinberg.com/?p=1770#comment-4477</guid> <description>I&#039;m not fighting at all, I just don&#039;t really understand how you can claim HTML/CSS is code.Code has logic structures that DO something. Code normally processes inputs and data and then outputs the result of those processes.Markup describes structure and content, it does not contain any form of logic processing, and it does not output the results of any processing. Markup simply describes a structure of content and data.I&#039;m just not understanding how you rationalise that code and HTML are &quot;similar in many more ways that one&quot; when they are designed for completely different purposes. Can you provide examples of this similarity to help me understand what you mean?</description> <content:encoded><![CDATA[<p>I&#8217;m not fighting at all, I just don&#8217;t really understand how you can claim HTML/CSS is code.</p><p>Code has logic structures that DO something. Code normally processes inputs and data and then outputs the result of those processes.</p><p>Markup describes structure and content, it does not contain any form of logic processing, and it does not output the results of any processing. Markup simply describes a structure of content and data.</p><p>I&#8217;m just not understanding how you rationalise that code and HTML are &#8220;similar in many more ways that one&#8221; when they are designed for completely different purposes. Can you provide examples of this similarity to help me understand what you mean?</p> ]]></content:encoded> </item> <item><title>By: Amber Weinberg</title><link>http://www.amberweinberg.com/what-a-web-developer-is-and-isnt/#comment-4476</link> <dc:creator>Amber Weinberg</dc:creator> <pubDate>Wed, 04 Aug 2010 01:09:19 +0000</pubDate> <guid
isPermaLink="false">http://www.amberweinberg.com/?p=1770#comment-4476</guid> <description>There are plenty of people who code without PHP, just like there are plenty of people who work in the web and can&#039;t code proper HTML (cough cough PHP developers). Many sites you might think are in PHP, probably aren&#039;t. For example, dribbble is written in RoR.</description> <content:encoded><![CDATA[<p>There are plenty of people who code without PHP, just like there are plenty of people who work in the web and can&#8217;t code proper HTML (cough cough PHP developers). Many sites you might think are in PHP, probably aren&#8217;t. For example, dribbble is written in RoR.</p> ]]></content:encoded> </item> <item><title>By: Amber Weinberg</title><link>http://www.amberweinberg.com/what-a-web-developer-is-and-isnt/#comment-4475</link> <dc:creator>Amber Weinberg</dc:creator> <pubDate>Wed, 04 Aug 2010 01:08:16 +0000</pubDate> <guid
isPermaLink="false">http://www.amberweinberg.com/?p=1770#comment-4475</guid> <description>Matt, I write PHP and Objective C, which are most certainly &quot;code&quot;, and HTML is similar in many more ways that one. Call it what you want, the proper thing I do is development, not design. I never design or even touch a PSD (except to grab images). I only code.You can fight about it all you want, but HTML is a proper coding language. It&#039;s only the &quot;IT&quot; people who fight that definition. All of my clients are web agencies, freelancers and other developers, and they&#039;ve never said different.</description> <content:encoded><![CDATA[<p>Matt, I write PHP and Objective C, which are most certainly &#8220;code&#8221;, and HTML is similar in many more ways that one. Call it what you want, the proper thing I do is development, not design. I never design or even touch a PSD (except to grab images). I only code.</p><p>You can fight about it all you want, but HTML is a proper coding language. It&#8217;s only the &#8220;IT&#8221; people who fight that definition. All of my clients are web agencies, freelancers and other developers, and they&#8217;ve never said different.</p> ]]></content:encoded> </item> <item><title>By: Matt Hill</title><link>http://www.amberweinberg.com/what-a-web-developer-is-and-isnt/#comment-4474</link> <dc:creator>Matt Hill</dc:creator> <pubDate>Wed, 04 Aug 2010 01:03:44 +0000</pubDate> <guid
isPermaLink="false">http://www.amberweinberg.com/?p=1770#comment-4474</guid> <description>I&#039;d have to agree here. HTML is not code, it&#039;s a markup language. You use markup to describe the structure of a page, not its logic. Code is used for creating logical programs that at a minimum take an input, do something with it, and make an output. HTML doesn&#039;t do that and it&#039;s disingenuous to programmers (&quot;developers&quot;, same thing as far as I&#039;m concerned) to claim that HTML is in anyway similar to code. It really isn&#039;t.Maybe this is why you&#039;re getting all sorts of strange enquiries that don&#039;t match your skillset, Amber?</description> <content:encoded><![CDATA[<p>I&#8217;d have to agree here. HTML is not code, it&#8217;s a markup language. You use markup to describe the structure of a page, not its logic. Code is used for creating logical programs that at a minimum take an input, do something with it, and make an output. HTML doesn&#8217;t do that and it&#8217;s disingenuous to programmers (&#8220;developers&#8221;, same thing as far as I&#8217;m concerned) to claim that HTML is in anyway similar to code. It really isn&#8217;t.</p><p>Maybe this is why you&#8217;re getting all sorts of strange enquiries that don&#8217;t match your skillset, Amber?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/7 queries in 0.013 seconds using disk: basic
Object Caching 234/237 objects using disk: basic

Served from: www.amberweinberg.com @ 2012-02-07 17:48:53 -->
