<?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: To be a web developer</title>
	<atom:link href="http://minhd.net/2009/10/17/to-be-a-web-developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://minhd.net/2009/10/17/to-be-a-web-developer/</link>
	<description>Technology and Development</description>
	<lastBuildDate>Fri, 20 Aug 2010 05:45:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Karol Zielinski</title>
		<link>http://minhd.net/2009/10/17/to-be-a-web-developer/comment-page-1/#comment-38</link>
		<dc:creator>Karol Zielinski</dc:creator>
		<pubDate>Mon, 19 Oct 2009 10:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://minhd.net/?p=90#comment-38</guid>
		<description>I wrote about it some time ago...

maybe you could be interested:
http://blog.karolzielinski.com/charasterics-of-good-web-developer</description>
		<content:encoded><![CDATA[<p>I wrote about it some time ago&#8230;</p>
<p>maybe you could be interested:<br />
<a href="http://blog.karolzielinski.com/charasterics-of-good-web-developer" rel="nofollow">http://blog.karolzielinski.com/charasterics-of-good-web-developer</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashant</title>
		<link>http://minhd.net/2009/10/17/to-be-a-web-developer/comment-page-1/#comment-37</link>
		<dc:creator>prashant</dc:creator>
		<pubDate>Mon, 19 Oct 2009 09:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://minhd.net/?p=90#comment-37</guid>
		<description>Nice article.

Thanks
Prashant</description>
		<content:encoded><![CDATA[<p>Nice article.</p>
<p>Thanks<br />
Prashant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dekarvn</title>
		<link>http://minhd.net/2009/10/17/to-be-a-web-developer/comment-page-1/#comment-36</link>
		<dc:creator>dekarvn</dc:creator>
		<pubDate>Mon, 19 Oct 2009 09:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://minhd.net/?p=90#comment-36</guid>
		<description>From what I have experienced (would might be wrong or inconsistent with others experience). It&#039;s used to be that the web developer would work in parallel with the web designer. 
The web developer produce the HTML/basic CSS to get things running (maybe just a list of divs and spans with correct ordering) and PHP code that generate basic stuff. 
The designer then spice it up with fancy-full CSS and images, flash or videos.... (this is often called templating)
The developer then work with the designer for the UI - Mainly javascripting...

Somehow I feel it&#039;s much better that the Web Developer should also have (maybe a little bit) of designing skill, and the Web Designer should also have a bit of coding skill -&gt; So that they can understand each other better, or even replacing each other in some situation</description>
		<content:encoded><![CDATA[<p>From what I have experienced (would might be wrong or inconsistent with others experience). It&#8217;s used to be that the web developer would work in parallel with the web designer.<br />
The web developer produce the HTML/basic CSS to get things running (maybe just a list of divs and spans with correct ordering) and PHP code that generate basic stuff.<br />
The designer then spice it up with fancy-full CSS and images, flash or videos&#8230;. (this is often called templating)<br />
The developer then work with the designer for the UI &#8211; Mainly javascripting&#8230;</p>
<p>Somehow I feel it&#8217;s much better that the Web Developer should also have (maybe a little bit) of designing skill, and the Web Designer should also have a bit of coding skill -> So that they can understand each other better, or even replacing each other in some situation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://minhd.net/2009/10/17/to-be-a-web-developer/comment-page-1/#comment-35</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Mon, 19 Oct 2009 08:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://minhd.net/?p=90#comment-35</guid>
		<description>I do not think the developer should design HTML files at all. The developer could prototype the templates:


....

....


The designer should decorate them:



  

....


Of course, we cannot separate the things 100%, as the heavy javascript is also developer&#039;s work. And the javascript depends (in many cases) on the html structure...</description>
		<content:encoded><![CDATA[<p>I do not think the developer should design HTML files at all. The developer could prototype the templates:</p>
<p>&#8230;.</p>
<p>&#8230;.</p>
<p>The designer should decorate them:</p>
<p>&#8230;.</p>
<p>Of course, we cannot separate the things 100%, as the heavy javascript is also developer&#8217;s work. And the javascript depends (in many cases) on the html structure&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dekarvn</title>
		<link>http://minhd.net/2009/10/17/to-be-a-web-developer/comment-page-1/#comment-34</link>
		<dc:creator>dekarvn</dc:creator>
		<pubDate>Mon, 19 Oct 2009 08:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://minhd.net/?p=90#comment-34</guid>
		<description>About the CSS. I was thinking in the same department. It&#039;s for the designer to worry about. But when I think about the trouble the designer have to go through to &quot;CSS&quot; our design. 

Of course while developing apps, we will have some styles (may that be embedded fonts or colour tags) that would provide immediate feedback...

The designer would have A LOT of trouble reading our badly designed HTML files and try to squeeze their CSS in to style them.

I&#039;m just thinking on the &quot;standardize&quot; way of web developing :)</description>
		<content:encoded><![CDATA[<p>About the CSS. I was thinking in the same department. It&#8217;s for the designer to worry about. But when I think about the trouble the designer have to go through to &#8220;CSS&#8221; our design. </p>
<p>Of course while developing apps, we will have some styles (may that be embedded fonts or colour tags) that would provide immediate feedback&#8230;</p>
<p>The designer would have A LOT of trouble reading our badly designed HTML files and try to squeeze their CSS in to style them.</p>
<p>I&#8217;m just thinking on the &#8220;standardize&#8221; way of web developing <img src='http://minhd.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://minhd.net/2009/10/17/to-be-a-web-developer/comment-page-1/#comment-33</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Mon, 19 Oct 2009 07:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://minhd.net/?p=90#comment-33</guid>
		<description>I disagree with CSS - I know the basics of CSS, but not beyond that. For example, I cannot slice photoshop templates, I know almost nothing about css positioning and so on...
Alghough I claim, I am above average web developer. 
While I agree with the other 6 technology points, in my opinion the CSS is designer&#039;s work, especially the browser quirks.</description>
		<content:encoded><![CDATA[<p>I disagree with CSS &#8211; I know the basics of CSS, but not beyond that. For example, I cannot slice photoshop templates, I know almost nothing about css positioning and so on&#8230;<br />
Alghough I claim, I am above average web developer.<br />
While I agree with the other 6 technology points, in my opinion the CSS is designer&#8217;s work, especially the browser quirks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Sironi</title>
		<link>http://minhd.net/2009/10/17/to-be-a-web-developer/comment-page-1/#comment-32</link>
		<dc:creator>Giorgio Sironi</dc:creator>
		<pubDate>Mon, 19 Oct 2009 06:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://minhd.net/?p=90#comment-32</guid>
		<description>I would argue too that a javascript framework such as Dojo or Jquery is more focused that javascript. :) Also knowing *your* Sql database is more useful than using standard Sql, for instance to choose column types.</description>
		<content:encoded><![CDATA[<p>I would argue too that a javascript framework such as Dojo or Jquery is more focused that javascript. <img src='http://minhd.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Also knowing *your* Sql database is more useful than using standard Sql, for instance to choose column types.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dekarvn</title>
		<link>http://minhd.net/2009/10/17/to-be-a-web-developer/comment-page-1/#comment-31</link>
		<dc:creator>dekarvn</dc:creator>
		<pubDate>Mon, 19 Oct 2009 05:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://minhd.net/?p=90#comment-31</guid>
		<description>Thanks for all of your kind comments. What I do think is: 

Basic Graphic, yes, is very essential, but there is more to it than meets the eye. Graphics got a lot of complexity level that cannot be described in short. 

About javascript, maybe just the minimum basic is needed (for basic understanding). Further development should be done based on an existing framework, or else it would be horrible to read and to implement.</description>
		<content:encoded><![CDATA[<p>Thanks for all of your kind comments. What I do think is: </p>
<p>Basic Graphic, yes, is very essential, but there is more to it than meets the eye. Graphics got a lot of complexity level that cannot be described in short. </p>
<p>About javascript, maybe just the minimum basic is needed (for basic understanding). Further development should be done based on an existing framework, or else it would be horrible to read and to implement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pradeep</title>
		<link>http://minhd.net/2009/10/17/to-be-a-web-developer/comment-page-1/#comment-30</link>
		<dc:creator>pradeep</dc:creator>
		<pubDate>Mon, 19 Oct 2009 05:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://minhd.net/?p=90#comment-30</guid>
		<description>yeh a good path for a new learner ......but i think javadcript/client side server should be xplained a little more....because all depends upon it how beutiful ur  site is going to be...</description>
		<content:encoded><![CDATA[<p>yeh a good path for a new learner &#8230;&#8230;but i think javadcript/client side server should be xplained a little more&#8230;.because all depends upon it how beutiful ur  site is going to be&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codex73</title>
		<link>http://minhd.net/2009/10/17/to-be-a-web-developer/comment-page-1/#comment-29</link>
		<dc:creator>codex73</dc:creator>
		<pubDate>Mon, 19 Oct 2009 03:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://minhd.net/?p=90#comment-29</guid>
		<description>I agree totally. Also I think the list should contain a item 8 which could be &#039;Basic Graphic Design&#039; which is always needed to accomplish most UI and job requirements. Thanks</description>
		<content:encoded><![CDATA[<p>I agree totally. Also I think the list should contain a item 8 which could be &#8216;Basic Graphic Design&#8217; which is always needed to accomplish most UI and job requirements. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
