<?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 to know, what to learn</title>
	<atom:link href="http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/</link>
	<description>Web development and Internet trends</description>
	<lastBuildDate>Sat, 20 Mar 2010 00:53:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/#comment-553532</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 25 Mar 2009 17:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=1197#comment-553532</guid>
		<description>HB,

Thank you. And yeah, people don&#039;t seem to care too much about the results for the end user. 

EC,

Really sorry to hear that. 

Lilibeth,

If you visit their web site, you will see. Basically, complete data loss.</description>
		<content:encoded><![CDATA[<p>HB,</p>
<p>Thank you. And yeah, people don&#8217;t seem to care too much about the results for the end user. </p>
<p>EC,</p>
<p>Really sorry to hear that. </p>
<p>Lilibeth,</p>
<p>If you visit their web site, you will see. Basically, complete data loss.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lilibeth</title>
		<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/#comment-553499</link>
		<dc:creator>Lilibeth</dc:creator>
		<pubDate>Wed, 25 Mar 2009 16:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=1197#comment-553499</guid>
		<description>What happened to http://ma.gnolia.com/ ??</description>
		<content:encoded><![CDATA[<p>What happened to <a href="http://ma.gnolia.com/" rel="nofollow">http://ma.gnolia.com/</a> ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EC</title>
		<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/#comment-545974</link>
		<dc:creator>EC</dc:creator>
		<pubDate>Tue, 17 Mar 2009 13:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=1197#comment-545974</guid>
		<description>It&#039;s so good to read this. 

Unfortunately for some our webapps we&#039;re still suffering from people that simply (STILL!) don&#039;t understand why web standards should bother, they simply don&#039;t see the business benefits. (or don&#039;t want to see them).

All they (developers AND analysts) throw up in (one of many) discussions is that we should support Internet Explorer because that should suffice for our users. Yes, I kid you not. It&#039;s 2009 and I&#039;m taking you on a trip down Memory Lane, back to the 20th century! weeee fasten your seat belts.

&amp;^^*$*$*$... I&#039;m out of arguments (who cares about better ROI, better SEO, being independent, shorter up-to-speed time for freelancers, more flexibility, less redundancy, better usability etc. etc. well, you name it, I don&#039;t need to convince you).

Sorry, /me frustrated and a bit off topic

Feel free to give a shout, all comfort is welcome *grin*  argumens too btw hahaha ;)</description>
		<content:encoded><![CDATA[<p>It&#8217;s so good to read this. </p>
<p>Unfortunately for some our webapps we&#8217;re still suffering from people that simply (STILL!) don&#8217;t understand why web standards should bother, they simply don&#8217;t see the business benefits. (or don&#8217;t want to see them).</p>
<p>All they (developers AND analysts) throw up in (one of many) discussions is that we should support Internet Explorer because that should suffice for our users. Yes, I kid you not. It&#8217;s 2009 and I&#8217;m taking you on a trip down Memory Lane, back to the 20th century! weeee fasten your seat belts.</p>
<p>&amp;^^*$*$*$&#8230; I&#8217;m out of arguments (who cares about better ROI, better SEO, being independent, shorter up-to-speed time for freelancers, more flexibility, less redundancy, better usability etc. etc. well, you name it, I don&#8217;t need to convince you).</p>
<p>Sorry, /me frustrated and a bit off topic</p>
<p>Feel free to give a shout, all comfort is welcome *grin*  argumens too btw hahaha <img src='http://robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HB</title>
		<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/#comment-543043</link>
		<dc:creator>HB</dc:creator>
		<pubDate>Sat, 14 Mar 2009 00:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=1197#comment-543043</guid>
		<description>&lt;cite&gt;Every developer should consider first â€œDo I actually NEED a library for this project?â€.&lt;/cite&gt;

Good point. I&#039;ve seen so many forum posts where someone wants to make a single AJAX call, and a dozen quick posts follow telling them to download jQuery. jQuery&#039;s fine, but really, to include a library of any size if all you&#039;re replacing is 4 JavaScript statements is pretty crazy.

Then again, I guess that&#039;s one of the reasons behind those two (or these three) blog posts - the less people care about forcing end users to download 20k worth of library instead of a handful of traditional code, the less valuable it is to know how to write that handful of code.</description>
		<content:encoded><![CDATA[<p><cite>Every developer should consider first â€œDo I actually NEED a library for this project?â€.</cite></p>
<p>Good point. I&#8217;ve seen so many forum posts where someone wants to make a single AJAX call, and a dozen quick posts follow telling them to download jQuery. jQuery&#8217;s fine, but really, to include a library of any size if all you&#8217;re replacing is 4 JavaScript statements is pretty crazy.</p>
<p>Then again, I guess that&#8217;s one of the reasons behind those two (or these three) blog posts &#8211; the less people care about forcing end users to download 20k worth of library instead of a handful of traditional code, the less valuable it is to know how to write that handful of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/#comment-542859</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 13 Mar 2009 20:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=1197#comment-542859</guid>
		<description>Thanks for the feedback, people!

Marco,

Thank you!
Personally, I think web development now is more exciting than ever, and the reason is that while we need to learn the basics of our technologies, at the same time we go get access to some exciting APIs and services!

Pair that with web browsers getting better and better at standards support, and the future is brighter than it has been in quite some time.

If life as a consultant is better than being a hired developer? Sometimes, but at other times, essentially I&#039;m still &quot;just&quot; a developer.

If you feel good about that making that career move, I&#039;m all behind you! I definitely we think we need more people in those kinds of positions with a developer background.

So, good luck! :-)

Gustaf,

Thanks! Yes, someone will have to stand there in the end and make things right again.

Morgan,

Glad to have inspired you!
I think that&#039;s the key points, really:

- Knowing what to do and what to choose will definitely be the foundtaion of the results.
- Questioning merits and proving the actual value of different things &lt;em&gt;is&lt;/em&gt; a good thing. It&#039;s just important that it is done in a constructive manner, as opposed to just pointing the finger at someone.

Pete,

Absolutely, it&#039;s a common responsibility to show that it is a serious trade that values knowledge and pride in what we do. The failing in many cases in regards to accessibility is just another example of people not knowing/not caring how to do things right.

Phil,

I&#039;m very glad to hear that you experience that customers value real knowledge and good coding skills!

Lea,

Thank you!

&lt;blockquote&gt;
    What makes me sad is that most people use libraries to compensate for their lack of knowledge, not their lack of time.
&lt;/blockquote&gt;

Exactly! JavaScript libraries can truly be a great asset, but think about &lt;em&gt;if&lt;/em&gt; you need it, and then &lt;em&gt;how&lt;/em&gt; you you choose the best fitting one and how to optimize its usage in your project.

Stephen,

I think, from my point of view, is that I&#039;m trying to convince developers to educate each other and have some pride in what they deliver. If a customer want something delivered in a certain amount of time/for a specified amount of money, that&#039;s just fine, but it&#039;s still each and everyones&#039; responsibility to deliver the best thing possible during that time.

Because when they don&#039;t, you and I will have to pay, either in having to fix their inadequate solutions/failures ourselves, or in that our trade will get a bad reputation, resulting in lesser and lesser credibility when we try to convince customers what is good.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback, people!</p>
<p>Marco,</p>
<p>Thank you!<br />
Personally, I think web development now is more exciting than ever, and the reason is that while we need to learn the basics of our technologies, at the same time we go get access to some exciting APIs and services!</p>
<p>Pair that with web browsers getting better and better at standards support, and the future is brighter than it has been in quite some time.</p>
<p>If life as a consultant is better than being a hired developer? Sometimes, but at other times, essentially I&#8217;m still &#8220;just&#8221; a developer.</p>
<p>If you feel good about that making that career move, I&#8217;m all behind you! I definitely we think we need more people in those kinds of positions with a developer background.</p>
<p>So, good luck! <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Gustaf,</p>
<p>Thanks! Yes, someone will have to stand there in the end and make things right again.</p>
<p>Morgan,</p>
<p>Glad to have inspired you!<br />
I think that&#8217;s the key points, really:</p>
<p>- Knowing what to do and what to choose will definitely be the foundtaion of the results.<br />
- Questioning merits and proving the actual value of different things <em>is</em> a good thing. It&#8217;s just important that it is done in a constructive manner, as opposed to just pointing the finger at someone.</p>
<p>Pete,</p>
<p>Absolutely, it&#8217;s a common responsibility to show that it is a serious trade that values knowledge and pride in what we do. The failing in many cases in regards to accessibility is just another example of people not knowing/not caring how to do things right.</p>
<p>Phil,</p>
<p>I&#8217;m very glad to hear that you experience that customers value real knowledge and good coding skills!</p>
<p>Lea,</p>
<p>Thank you!</p>
<blockquote><p>
    What makes me sad is that most people use libraries to compensate for their lack of knowledge, not their lack of time.
</p></blockquote>
<p>Exactly! JavaScript libraries can truly be a great asset, but think about <em>if</em> you need it, and then <em>how</em> you you choose the best fitting one and how to optimize its usage in your project.</p>
<p>Stephen,</p>
<p>I think, from my point of view, is that I&#8217;m trying to convince developers to educate each other and have some pride in what they deliver. If a customer want something delivered in a certain amount of time/for a specified amount of money, that&#8217;s just fine, but it&#8217;s still each and everyones&#8217; responsibility to deliver the best thing possible during that time.</p>
<p>Because when they don&#8217;t, you and I will have to pay, either in having to fix their inadequate solutions/failures ourselves, or in that our trade will get a bad reputation, resulting in lesser and lesser credibility when we try to convince customers what is good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen James</title>
		<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/#comment-542641</link>
		<dc:creator>Stephen James</dc:creator>
		<pubDate>Fri, 13 Mar 2009 15:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=1197#comment-542641</guid>
		<description>I don&#039;t understand. If people want to just use a WordPress theme, then let them. If someone wants to use a three column layout on every page, they can. The outcome will not be up to par and we should tell them that. There will never be a time when custom web design will disappear. Stock programming will always get closer to custom, but will never meet it or it will be custom itself. If the client doesn&#039;t want to be charged for mobile css, print css, SEO, custom JavaScript, etc, then that&#039;s their decision.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand. If people want to just use a WordPress theme, then let them. If someone wants to use a three column layout on every page, they can. The outcome will not be up to par and we should tell them that. There will never be a time when custom web design will disappear. Stock programming will always get closer to custom, but will never meet it or it will be custom itself. If the client doesn&#8217;t want to be charged for mobile css, print css, SEO, custom JavaScript, etc, then that&#8217;s their decision.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lea Verou</title>
		<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/#comment-542593</link>
		<dc:creator>Lea Verou</dc:creator>
		<pubDate>Fri, 13 Mar 2009 14:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=1197#comment-542593</guid>
		<description>I wholeheartedly agree!

I&#039;m not againist JS libraries, I deeply appreciate most of them. However, I think they shouldn&#039;t be a thoughtless choice. Every developer should consider first &quot;Do I actually NEED a library for this project?&quot;. I&#039;ve seen huge libraries in small projects that only need a few lines of code! Libraries are a great tool, but they are not needed &lt;strong&gt;everywhere&lt;/strong&gt;.
What makes me sad is that most people use libraries to compensate for their lack of &lt;em&gt;knowledge&lt;/em&gt;, not their lack of &lt;em&gt;time&lt;/em&gt;.</description>
		<content:encoded><![CDATA[<p>I wholeheartedly agree!</p>
<p>I&#8217;m not againist JS libraries, I deeply appreciate most of them. However, I think they shouldn&#8217;t be a thoughtless choice. Every developer should consider first &#8220;Do I actually NEED a library for this project?&#8221;. I&#8217;ve seen huge libraries in small projects that only need a few lines of code! Libraries are a great tool, but they are not needed <strong>everywhere</strong>.<br />
What makes me sad is that most people use libraries to compensate for their lack of <em>knowledge</em>, not their lack of <em>time</em>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Thompson</title>
		<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/#comment-542530</link>
		<dc:creator>Phil Thompson</dc:creator>
		<pubDate>Fri, 13 Mar 2009 12:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=1197#comment-542530</guid>
		<description>&lt;q&gt;people in charge donâ€™t care about the quality of the markup&lt;/q&gt;

I also disgaree with that statement... As a freelance frontend developer, I find myself getting more and more work from creative agencies who have neglected HTML/CSS until recently but now they all seem to have colectively realised how important it is and that they are understaffed and/or underskilled in that area.

I use jQuery but I&#039;m very grateful that I learnt the basics of JavaScript first* which means I don&#039;t have to over-rely upon jquery plugins - which sometimes don&#039;t quite work in a particular circumstance. 

* Thanks to &lt;cite&gt;Dom Scripting&lt;/cite&gt; by Jeremy Keith :)</description>
		<content:encoded><![CDATA[<p><q>people in charge donâ€™t care about the quality of the markup</q></p>
<p>I also disgaree with that statement&#8230; As a freelance frontend developer, I find myself getting more and more work from creative agencies who have neglected HTML/CSS until recently but now they all seem to have colectively realised how important it is and that they are understaffed and/or underskilled in that area.</p>
<p>I use jQuery but I&#8217;m very grateful that I learnt the basics of JavaScript first* which means I don&#8217;t have to over-rely upon jquery plugins &#8211; which sometimes don&#8217;t quite work in a particular circumstance. </p>
<p>* Thanks to <cite>Dom Scripting</cite> by Jeremy Keith <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/#comment-542443</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 13 Mar 2009 09:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=1197#comment-542443</guid>
		<description>I agree, and have said so before, this kind of attitude that devalues the true learning of craft is only going to create a load of blind web developers, who as you say, will be stumped when they have to modify x widget, or deal with something that isn&#039;t working right in some browser that the client is using.

I think the argument for quality code is strong, the important thing to sell is that accessibility standards are a legal requirement in many countries. I don&#039;t think many managers can argue with that.</description>
		<content:encoded><![CDATA[<p>I agree, and have said so before, this kind of attitude that devalues the true learning of craft is only going to create a load of blind web developers, who as you say, will be stumped when they have to modify x widget, or deal with something that isn&#8217;t working right in some browser that the client is using.</p>
<p>I think the argument for quality code is strong, the important thing to sell is that accessibility standards are a legal requirement in many countries. I don&#8217;t think many managers can argue with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan Roderick</title>
		<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/#comment-542440</link>
		<dc:creator>Morgan Roderick</dc:creator>
		<pubDate>Fri, 13 Mar 2009 09:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=1197#comment-542440</guid>
		<description>Wow, so many comments in my head bursting to get out.

If you zoom out a bit, you will notice that the overall theme of Chris and Marco&#039;s posts are a reluctance to the changes in our industry. The paradox of it is that guys like Chris and Marco are clearly the bright thinkers, thought leaders and catalysts for change in our industry.

The idea that we are becoming obsolete I find very unlikely. If you look at the IT industry as a whole, how many developers have truly been forced to become obsolete? Sure, some decide to stay in their own little rut, and insist on not learning ANYTHING new ... but how many thinkers, thought-leaders, master craftsmen and knowledge-aholics have become obsoleted in our industry?

As with most professions, ours is moving into an era where the ability to choose the right tool for the job, and KNOWING how to use the tool becomes more and more important. Understanding the long-term consequences of your choices are also becoming more and more important, as often times WE are making the choices on behalf of clients / business owners / decision makers. Having the basic knowledge of our craft and knowing how go into detail with problems, is what makes the difference between mediocre and high quality results.

Getting our sponsors to understand the value of our work, and the long-term consequences of choosing between the mediocre and the excellent is certainly no small task... and if Marco decides to become a &#039;bigger gun&#039; and help them do that, then it might not be as big a loss for us, as if he decided to become a master carpenter :-)

I think that having the leaders of our profession constantly question the merits of our trade and the future, are signs of a healthy industry... and I hope that they will continue to question everything and continue to strive towards making the (information) world a better place for all.</description>
		<content:encoded><![CDATA[<p>Wow, so many comments in my head bursting to get out.</p>
<p>If you zoom out a bit, you will notice that the overall theme of Chris and Marco&#8217;s posts are a reluctance to the changes in our industry. The paradox of it is that guys like Chris and Marco are clearly the bright thinkers, thought leaders and catalysts for change in our industry.</p>
<p>The idea that we are becoming obsolete I find very unlikely. If you look at the IT industry as a whole, how many developers have truly been forced to become obsolete? Sure, some decide to stay in their own little rut, and insist on not learning ANYTHING new &#8230; but how many thinkers, thought-leaders, master craftsmen and knowledge-aholics have become obsoleted in our industry?</p>
<p>As with most professions, ours is moving into an era where the ability to choose the right tool for the job, and KNOWING how to use the tool becomes more and more important. Understanding the long-term consequences of your choices are also becoming more and more important, as often times WE are making the choices on behalf of clients / business owners / decision makers. Having the basic knowledge of our craft and knowing how go into detail with problems, is what makes the difference between mediocre and high quality results.</p>
<p>Getting our sponsors to understand the value of our work, and the long-term consequences of choosing between the mediocre and the excellent is certainly no small task&#8230; and if Marco decides to become a &#8216;bigger gun&#8217; and help them do that, then it might not be as big a loss for us, as if he decided to become a master carpenter <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I think that having the leaders of our profession constantly question the merits of our trade and the future, are signs of a healthy industry&#8230; and I hope that they will continue to question everything and continue to strive towards making the (information) world a better place for all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustaf Forsslund</title>
		<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/#comment-542436</link>
		<dc:creator>Gustaf Forsslund</dc:creator>
		<pubDate>Fri, 13 Mar 2009 09:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=1197#comment-542436</guid>
		<description>Well written, Robert. I couldn&#039;t agree more with you on this one. I am actually a bit worried of what feels like a growing acceptance of a lack of knowledge. Of course everyone doesn&#039;t need to know everything, but as you write: when you don&#039;t know why you do something a certain way or why or how something works then it will eventually come back and bite you. Or me (and of course the custome/client). Because someone has to fix it.</description>
		<content:encoded><![CDATA[<p>Well written, Robert. I couldn&#8217;t agree more with you on this one. I am actually a bit worried of what feels like a growing acceptance of a lack of knowledge. Of course everyone doesn&#8217;t need to know everything, but as you write: when you don&#8217;t know why you do something a certain way or why or how something works then it will eventually come back and bite you. Or me (and of course the custome/client). Because someone has to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://robertnyman.com/2009/03/13/what-to-know-what-to-learn/#comment-542342</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Fri, 13 Mar 2009 06:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=1197#comment-542342</guid>
		<description>Good article Robert!

You know, maybe I&#039;m just becoming a grumpy old man or something. I LOVE web development, and design too. It&#039;s just that it seems that being a just a developer means &#039;standing still&#039; and one at some point just HAS to move on. I mean sure we can keep educating ourselves, learning new techniques, making ourselves familiar with new libraries and frameworks but at the end of the day we&#039;ll still be developers.

In my article I figured if I could become more like a product designer / consultant / visionary (these people seem to have a LOT more influence, at least they do in my environment) I can hopefully have a bit more control over what the end result is going to be like. I guess you have actually already made this step since you wrote you&#039;re a consultant. It puts you in an excellent position to fight the battle with a &#039;bigger gun&#039; than a mere developer.

This seems better to me than fighting the uphill battle that makes a lot of web developers into sarcastic naysayers who think that the people who make the important decisions are a bunch of idiots. It would be great to try and get in the chair of one of those &#039;idiots&#039; and try to not be one. The web development and design background should be able to help make decisions that won&#039;t make the engineers think I&#039;m a clueless person who has no idea what he&#039;s doing.

I fully agree that skilled web developers should try the best they can to educate other people about how to do things the right way. No matter what I&#039;ll eventually end up doing I plan to keep having that as a part of what I do.</description>
		<content:encoded><![CDATA[<p>Good article Robert!</p>
<p>You know, maybe I&#8217;m just becoming a grumpy old man or something. I LOVE web development, and design too. It&#8217;s just that it seems that being a just a developer means &#8217;standing still&#8217; and one at some point just HAS to move on. I mean sure we can keep educating ourselves, learning new techniques, making ourselves familiar with new libraries and frameworks but at the end of the day we&#8217;ll still be developers.</p>
<p>In my article I figured if I could become more like a product designer / consultant / visionary (these people seem to have a LOT more influence, at least they do in my environment) I can hopefully have a bit more control over what the end result is going to be like. I guess you have actually already made this step since you wrote you&#8217;re a consultant. It puts you in an excellent position to fight the battle with a &#8216;bigger gun&#8217; than a mere developer.</p>
<p>This seems better to me than fighting the uphill battle that makes a lot of web developers into sarcastic naysayers who think that the people who make the important decisions are a bunch of idiots. It would be great to try and get in the chair of one of those &#8216;idiots&#8217; and try to not be one. The web development and design background should be able to help make decisions that won&#8217;t make the engineers think I&#8217;m a clueless person who has no idea what he&#8217;s doing.</p>
<p>I fully agree that skilled web developers should try the best they can to educate other people about how to do things the right way. No matter what I&#8217;ll eventually end up doing I plan to keep having that as a part of what I do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
