<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html" />
  <link rel="self" type="application/atom+xml" href="http://dashes.com/anil/atom.xml" />
  <id>tag:dashes.com,2010:/anil//1/tag:www.dashes.com,2005:/anil//1.2198-</id>
  <updated>2010-01-01T22:50:00Z</updated>
  <title>Comments for Web Development Trends for 2006</title>
  <subtitle>A Blog About Making Culture</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.31-en</generator>
  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198</id>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://dashes.com/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=2198" title="Web Development Trends for 2006" />
    <published>2005-09-07T02:55:07Z</published>
    <updated>2008-09-25T20:13:43Z</updated>
    <title>Web Development Trends for 2006</title>
    <summary>Curious about what technologies and techniques are going to be popular in the coming months and into the next year? Well, our crack team of...</summary>
    <author>
      <name>Anil</name>
      <uri>http://anildash.com/</uri>
    </author>
    
    <category term="Best Of" />
    
    <category term="Most Popular" />
    
    <category term="tech" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
      <![CDATA[<p>Curious about what technologies and techniques are going to be popular in the coming months and into the next year? Well, our crack team of editors here at dashes.com (that is to say, me) have assembled a list of up-and-coming trends that you should keep an eye on. Call it vocational education for people building Web 2.0.</p>

<p>Some of the overall areas of focus are integration (as always) and front-end technologies that have highly visible impacts on end user experience. People won't pay for a service or rely on it if it doesn't have a robust back-end infrastructure, but they'll be happy to pay for it if the front-end is attractive and at least <em>seems</em> usable.</p>

<p>Here, then, is a random assortment of new web development trends to be ready for in 2006.</p>


<ul>
<li><strong>Dampening:</strong></li>
</ul>



<p>These technologies go by a lot of names, but in general, dampening is the softening of a user interface through gradual transition instead of immediate state changes. The demand for dampening reflects the front-end focus that is being rediscovered in web applications, but it can require server-side changes in order to enable some effects. The best-marketed example of dampening is the <a href="http://www.37signals.com/svn/archives/000558.php">yellow fade technique</a>, but overall, user interface elements will be sliding and collapsing instead of simply disappearing.</p>

<p>Key influences on the user experience here are things like the iPod screen backlight fading out instead of merely shutting off, or soft-close doors on newer automobiles.</p>


<ul>
<li><strong><span class="caps">E4X</span>:</strong></li>
</ul>



<p>This <a href="http://www.ecma-international.org/publications/standards/Ecma-357.htm">little-known <span class="caps">ECMA </span>standard</a> is short for "ECMAscript for <span class="caps">XML</span>". That mouthful succinctly describes a powerful concept: Smart, sensible handling of <span class="caps">XML </span>in Javascript. Right now, the J and the X in Ajax don't play well together, or at least not as well as they should. <a href="http://en.wikipedia.org/wiki/E4X"><span class="caps">E4X</span></a> promises to smooth that combination, at least in more modern/capable user agents. Support is already present, or will soon be, in both the Flash player and Firefox.</p>

<p>What's the quick synopsis? How 'bout building a form dynamically by doing this:</p>



<pre><code>
var html = &lt;html/&gt;;
html.head.title = &quot;Hello, World.&quot;;
html.body.form.@name = &quot;hello&quot;;
html.body.form.@action = &quot;test.php&quot;;
html.body.form.@method = &quot;post&quot;;
html.body.form.@onclick = &quot;return foo();&quot;;
html.body.form.input[0] = &quot;&quot;;
html.body.form.input[0].@name = &quot;Submit&quot;;
</code></pre>]]>
      <![CDATA[
<ul>
<li><strong><span class="caps">JSON</span>:</strong></li>
</ul>



<p>Why will you want to use <a href="http://www.crockford.com/JSON/index.html"><span class="caps">JSON</span></a> to send the data your application is managing? Broad language support. It's simple to read and write. It's designed for transporting structs in a manner that your programming language is used to. And despite the comparisons, don't let anyone frame it as an us vs. them thing: It's just a smart way to handle your data, and it works well with <span class="caps">XML</span>: you can just transform to/from <span class="caps">XML </span>when needed. There's even a <a href="http://json-rpc.org/"><span class="caps">JSON</span>-RPC</a> if you're so inclined.</p>


<ul>
<li>Good ole' <strong><span class="caps">XHTML </span>and <span class="caps">CSS</span>:</strong></li>
</ul>



<p>Call me old-fashioned, but the basics are always in style. <em>Plenty</em> of sites still haven't had the time, resources, or education to move to standards-based design, but even fewer applications have made the move. Just as many corporate sites relaunched with valid markup, many web apps for intranets or public consumption will be restyling themselves with well-matched tags.  In a Greasemonkey-enabled web, it's going to be more important than ever to have a reliable structure that you can hang new behaviors on.</p>


<ul>
<li><strong>Buffering:</strong></li>
</ul>



<p>Just like dampening, this is a return of an old favorite desktop application technique, but (re-)inflicted on the web. Users who've just gotten past seeing the "Buffering..." message in RealPlayer or who are tired of watching "Loading..." graphics on the sites that still abuse Flash for skipped intros will be encountering the same "Please Wait" experience again. But this time, it's the advanced behaviors and Javascripts that power their Ajax apps that will have them twiddling their thumbs. Progressive enhancement isn't just about adding behaviors or presentation to only the user agents that support them, it's about offering a useful experience in full-featured browsers even while the oodles of script are still loading.</p>

<p>Let people get to work quicker, even while the whizzy stuff is loading in the background, and you'll never be accused of forgetting that half the people on the web in the United States are still on dial-up.</p>


<ul>
<li><strong>The Atom <span class="caps">API</span>:</strong></li>
</ul>



<p>The fuss (and flamewars) were always over the feed format, but the interesting part of Atom has always been the <span class="caps">API, </span>or the Atom Publishing Protocol, if you want to be formal. Now that the feed format is an <span class="caps">IETF </span>standard, there's a solid enough spec to start planning for how the <span class="caps">API </span>will be built on that core. And with over twenty million blogs already supporting pre-release versions of the spec, it's extremely likely that investing in familiarity with the <span class="caps">API </span>now will give you a heads-up in 2006. Pretty much everyone will be clamoring for their applications to connect to blogs via Atom as it gets added to the standards-compliance checklist.</p>


<ul>
<li><strong>Helping Ruby Grow Up:</strong></li>
</ul>



<p>Everybody loves Ruby on Rails, except those who think it's overhyped. Regardless of where you stand on the best-since-sliced-bread/kills-puppies-for-breakfast continuum, there's a lot of development and even deployment happening on the Ruby platform. But key parts of the infrastructure are missing. Localization? Internationalization? They're a f18king pain. Scaling up servers to handle <em>really</em> large applications or high-demand situations? Nobody's really done that at a global scale yet. Interop with other languages? Aside from the "it's all just <span class="caps">XML</span>!" form of interoperability, there's a lot of unsolved problems here.</p>

<p>While everyone else is just learning the language and oohing and aahing over the elegance of the framework, you can be digging into the hard problems <em>behind</em> the applications and take advantage of a wide-open opportunity.</p>


<ul>
<li><strong>Marketing:</strong></li>
</ul>



<p>Okay, this one's not a technology. But geeks <em>really</em> need to learn how to explain their skills, the benefits of their skills, and the business advantages provided by those benefits. Knowing half a dozen programming languages won't help you if you can't communicate with the people who want to hire you. And your language/platform/development environment of choice won't succeed unless you do a great job of evangelizing it and promoting it to others, including non-technical people.</p>

<p>First, be an expert with a technology. Second, be even better at explaining the value of that technology. If you can do those things, it doesn't matter which of the items you pick off of the list above.</p>

<h3>The Bottom Line</h3>

<p>If you have a friend who's looking to change jobs, or know a disgruntled person who's been laid off and Lou Dobbs has convinced him to blame Indian engineers for it, send them this list, and check back with them in a few months to see if they've taken the time to learn some new skills. No whining, just go do some reading. Buy some <span class="caps">O'R</span>eilly books or Google up some docs online, and then get hacking. By the time you're good enough to start posting your sample applications, employers will be searching for your blog just to find the talent they need.</p>

<p>Got more ideas of what should we should be studying up on? Feel free to comment.</p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8302</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8302" />
    <title>Comment from Joe Clark on 2005-09-07</title>
    <author>
        <name>Joe Clark</name>
        <uri>http://joeclark.org/weblogs/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://joeclark.org/weblogs/">
        <![CDATA[<p>By "dampening," I'm sure you mean "damping." I doubt that misting with water is involved.</p>]]>
    </content>
    <published>2005-09-07T06:31:55Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8308</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8308" />
    <title>Comment from David on 2005-09-07</title>
    <author>
        <name>David</name>
        <uri>http://stilleye.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://stilleye.com">
        <![CDATA[<p>Another E4X example that makes it even more appealing:</p>

<pre>
var name = "helloForm";
var action = "some/page.php";
var input = "yourName";
var form = &lt;html&gt;
 &lt;head&gt;
 &lt;title&gt;My Form&lt;/title&gt;
 &lt;/head&gt;
 &lt;body&gt;
  &lt;form name={name} action={action} method="post"&gt;
   &lt;input type="text" name={input} /&gt;
  &lt;/form&gt;
 &lt;/body&gt;
&lt;/html&gt;;
</pre>]]>
    </content>
    <published>2005-09-07T13:54:14Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8311</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8311" />
    <title>Comment from Tim Howland on 2005-09-07</title>
    <author>
        <name>Tim Howland</name>
        <uri>http://www.wdogsystems.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.wdogsystems.com">
        <![CDATA[<p>I think we are overdue for a fundamental re-imagining of what portals should look like.</p>

<p>The basic portal user interface is <b>windows 1.0</b> - maybe even Xerox Parc Pre macintosh - tiled windows you can roll up and down, maybe rearrange, but they can never overlap.</p>

<p>This has been driven by the modal nature of web UI's- you need to get everything done on one screen and watch the whole page refresh. </p>

<p>However, with Ajax-style technologies, it becomes easy to imagine the portal as a web desktop, with unlimited windows, small desk accessories, and real live integration. It would be relatively simple to take a JSR168 portlet and make it play in a more free-form environment- and the aggregation power of portals will be significantly enhanced. They will stop being a collection of discrete window panes, and will become a view onto a virtual file system, one that includes the whole internet. 
</p>

<p>There are tons of proof of concept apps out there that are creeping up on this idea; it's only a matter of time before one of the big portal products picks it up.</p>
]]>
    </content>
    <published>2005-09-07T14:10:46Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8323</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8323" />
    <title>Comment from Anil Dash on 2005-09-07</title>
    <author>
        <name>Anil Dash</name>
        <uri>http://www.anildash.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.anildash.com/">
        <![CDATA[<p>Actually, usage supports both "damping" and "dampening" for this scenario, but I'll take the feedback under advisement.</p>]]>
    </content>
    <published>2005-09-07T22:07:46Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8334</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8334" />
    <title>Comment from David on 2005-09-08</title>
    <author>
        <name>David</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>You suggest to read up on O'Reilly books to get a handle on some of these new technologies, but I have recently come to realize just how far I fall short on point 9. Do you have any recommendations on how to improve a geek's marketing skills?</p>]]>
    </content>
    <published>2005-09-08T10:46:29Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8336</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8336" />
    <title>Comment from Mike Rankin on 2005-09-08</title>
    <author>
        <name>Mike Rankin</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hey, shouldn't that be "f2king" instead of "f18king"?</p>

<p>Please don't feel obligated to let this appear on your blog.  I just thought you might want to edit.</p>]]>
    </content>
    <published>2005-09-08T15:40:55Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8338</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8338" />
    <title>Comment from Randy Peterman on 2005-09-08</title>
    <author>
        <name>Randy Peterman</name>
        <uri>http://www.randypeterman.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.randypeterman.com">
        <![CDATA[<p>If you check out the new Microsoft owned site www.start.com you will see much of these technologies in action.  Stunning given that they've released it so quietly.  I haven't seen a lot of fanfair for it, but that could be simply because its Microsoft and people are ashamed to admit that MSFT can do a good job.  It works in IE, Firefox and dies terribly in Safari :)  It's a start.</p>]]>
    </content>
    <published>2005-09-08T17:58:13Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8346</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8346" />
    <title>Comment from Carlos on 2005-09-09</title>
    <author>
        <name>Carlos</name>
        <uri>http://www.shutterlog.com/journal/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.shutterlog.com/journal/">
        <![CDATA[<p>Good summary</p>]]>
    </content>
    <published>2005-09-09T11:09:20Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8350</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8350" />
    <title>Comment from mikey on 2005-09-09</title>
    <author>
        <name>mikey</name>
        <uri>http://www.uneeknet.com/blog</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.uneeknet.com/blog">
        <![CDATA[<p>Hey David:</p>

<p>I strongly suggest <a href="http://sethgodin.typepad.com/" rel="nofollow">Seth Godin's blog</a> - it's really new age marketing. And geeks will love his self-effacing, smart ass style. (His latest book is "All Marketers Are Liars."</p>]]>
    </content>
    <published>2005-09-09T14:32:28Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8353</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8353" />
    <title>Comment from wtanaka [livejournal.com] on 2005-09-09</title>
    <author>
        <name>wtanaka [livejournal.com]</name>
        <uri>http://treehouse.ofb.net/chat/?lang=en</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://treehouse.ofb.net/chat/?lang=en">
        <![CDATA[<p>Damping (or dampening in your usage), especially the "yellow fade" effect, seems like it's completely gratuitious.  I sure hope it doesn't become a trend.</p>]]>
    </content>
    <published>2005-09-10T02:44:45Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8362</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8362" />
    <title>Comment from James on 2005-09-11</title>
    <author>
        <name>James</name>
        <uri>http://www.jamesbritt.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.jamesbritt.com">
        <![CDATA[<p>"Call it vocational education for people building Web 2.0."<br />
<p><br />
Um, you seem to have missed a really obvious trend: Developers will realize Web 2.0 came and went a while back, and we're on Web 3.5 or something by now.</p><br />
<p>Actually, with regards to improved marketing, I hope developers will also improve their marketing counter-mojo, and start rejecting content-free terms such as "Web 2.0", and Humpty Dumpty-stlye vocabulary, such as "AJAX."</p></p>]]>
    </content>
    <published>2005-09-11T15:04:55Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8639</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8639" />
    <title>Comment from speed.insane.com on 2005-09-25</title>
    <author>
        <name>speed.insane.com</name>
        <uri>http://speed.insane.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://speed.insane.com/">
        <![CDATA[<p>I had never heard of E4X before reading this post, but it looks like an extremely useful technology.  It should certainly make serving my xhtml as text/xml or application/xml+xhtml much easier.<br />
<br /><br /><br />
Great roundup of new (and old) technologies, Anil.  This is an excellent list of pointers for what's hot now and most certainly in the near future.</p>]]>
    </content>
    <published>2005-09-25T16:36:52Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:8832</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c8832" />
    <title>Comment from freddy on 2005-09-30</title>
    <author>
        <name>freddy</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This is like 2 years old trend, at least when developing with MM Flash(and I mean programming, not just useless intros!!!), the deal is that you need a good Flash developers to take control over all the data handling and transition between aplication states, and as direct result the server side becomes easier to develop.</p>

<p>And works ok multiplatfom, unlike javascript.</p>

<p>Been there at least 3 times, with great success.</p>]]>
    </content>
    <published>2005-09-30T18:54:08Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:9108</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c9108" />
    <title>Comment from Dav on 2005-10-06</title>
    <author>
        <name>Dav</name>
        <uri>http://AkuAku.org/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://AkuAku.org/">
        <![CDATA[<p>Another trend I've been predicting since spring is <a href="http://akuaku.org/archives/2005/09/blank_white_ser.shtml" rel="nofollow">Blank White Servers</a>. There are now two of these: <a href="http://ning.com/" rel="nofollow">Ning</a> (nee 24 Hour Laundry) and <a href="http://www.bunchball.com/" rel="nofollow">Bunchball</a> (a Flash-based BWS). I'm sure more are to come, additionally you'll see existing sites trying to capture some of the action by extending the power of their users to customize their experience.</p>]]>
    </content>
    <published>2005-10-06T12:52:15Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:10004</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c10004" />
    <title>Comment from Emma Kalson - littlefishwebdesign.com on 2005-10-25</title>
    <author>
        <name>Emma Kalson - littlefishwebdesign.com</name>
        <uri>http://www.littlefishwebdesign.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.littlefishwebdesign.com">
        <![CDATA[<p>E4X certainly looks promising. As someone relatively new to XML technologies, the easier they are to implement, the easier the learning curve; an important consideration for a freelance designer trying to balance time constraints against producing validating code in the format the client wants. Thanks for the heads up Anil, I'll certainly be checking the blog regularly! </p>]]>
    </content>
    <published>2005-10-25T20:01:28Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:12506</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c12506" />
    <title>Comment from Adrian Lee - Web Development 2006 on 2005-12-12</title>
    <author>
        <name>Adrian Lee - Web Development 2006</name>
        <uri>http://www.vibrantstyle.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.vibrantstyle.com">
        <![CDATA[<p>You mention marketing as a web development trend in 2006.</p>

<p>On top of that, I just thought that many bigger corporates are really learning going back to the stone age in web development by properly redoing their HTMLs on their sites.</p>

<p>It seems to me especially being based in Asia, especially in Asia, the awareness of the internet as a lower cost platform to market businesses is growing.</p>

<p>Many internet marketing companies are sprewing up in Asia, China, Hongkong and Singapore over the past 1 year. The speed at this is happening and the massive increment of internet marketing company is a good thing to hear.<br />
</p>]]>
    </content>
    <published>2005-12-12T11:16:39Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:17758</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c17758" />
    <title>Comment from Marc van den Dobbelsteen on 2006-02-09</title>
    <author>
        <name>Marc van den Dobbelsteen</name>
        <uri>http://blog.webbforce.nl</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.webbforce.nl">
        <![CDATA[<p>Nice article!<br />
Just for your info, i also published some trends myself.<br />
Take a peek!<br />
http://blog.webbforce.nl</p>]]>
    </content>
    <published>2006-02-09T10:48:38Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:17886</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c17886" />
    <title>Comment from Imran Tahakar on 2006-02-12</title>
    <author>
        <name>Imran Tahakar</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Simplicity and intuitiveness are the main criteria for any B2C web marketing type web app. The trend here is AI. User interface gloss will always be just gloss. Besides, cost is a driver, and AJAX etc just add cost for no business benefit.</p>]]>
    </content>
    <published>2006-02-12T12:12:25Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:51164</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c51164" />
    <title>Comment from Max on 2006-09-03</title>
    <author>
        <name>Max</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>AJAX is a good example of poor marketing.<br />
It reminds me too much of the Ajax cleaner product.<br />
</p>]]>
    </content>
    <published>2006-09-04T01:19:05Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:83335</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c83335" />
    <title>Comment from Doug Karr on 2006-11-17</title>
    <author>
        <name>Doug Karr</name>
        <uri>http://www.douglaskarr.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.douglaskarr.com">
        <![CDATA[<p>Anil,</p>

<p>I just happened across your blog and am happy I found it.  We met briefly at MashupCamp last year and I enjoyed our conversation immensely.  I'm now a subscriber.</p>

<p>Warmest Regards,<br />
Doug</p>]]>
    </content>
    <published>2006-11-18T01:55:04Z</published>
  </entry>

  <entry>
    <id>tag:www.dashes.com,2005:/anil//1.2198-comment:575124</id>
    <thr:in-reply-to ref="tag:www.dashes.com,2005:/anil//1.2198" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html"/>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2005/09/web-development-trends-for-200.html#c575124" />
    <title>Comment from Ramnika Singh on 2008-07-02</title>
    <author>
        <name>Ramnika Singh</name>
        <uri>http://www.webdevelopment-1.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.webdevelopment-1.com">
        <![CDATA[<p>The Web Standards movement has increasingly been gaining speed over the last couple of years. Once the preserve of a few high profile bloggers and evangelists, more and more developers have become wise to the benefits of meaningfully marked-up documents that separate content, presentation and behaviour.2005 saw a rising demand for standards based developers, both from web design agencies, and remarkably also from end clients. 2005 also saw the success of @media, Europeâ€™s first conference devoted to web standards.</p>

<p>I think 2006 will be the tipping point for standards based development as more and more companies come see web standards as a core part of their process.2006 is going to see Ruby on Rails development take off in a big way, with Rails developers never short of work. There will be an increasing number of hosts offering Rails support, as well as a slew of new books on the subject.</p>

<p>With 2006â€™s focus on web applications, slick user interface and interaction design is going to become even more essential. Some applications will attempt to mimic the desktop environment, and fail abysmally. Instead the trend for simple and elegant solutions will continue. <br />
</p>]]>
    </content>
    <published>2008-07-02T07:18:34Z</published>
  </entry>

</feed>