<?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"
	>
<channel>
	<title>Comments on: HTML Sucks for Rich Web Applications</title>
	<atom:link href="http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/</link>
	<description>My software development thoughts, experiments and discoveries</description>
	<pubDate>Sat, 30 Aug 2008 09:15:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: tom</title>
		<link>http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/#comment-374</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 04 Dec 2007 05:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/#comment-374</guid>
		<description>Hi Wim - the template language you will find most useful probably depends on the platform you develop for. I'd recommend taking a look at Apache Velocity (Java), Erb (Ruby) or even the command-line PHP interpreter. All of these can be used to generate CSS, although they're more commonly used to generate HTML. Please be aware of the tradeoff of complexity for flexibility when using template languages to generate CSS.

Aaron: Exactly. HTML is being stretched and contorted in the absence of a similarly ubiquitous alternative suited to pixel perfection. Worse - developers, employers and end-users often pay the price for it.

All that said, I'm excited to see what happens in this space.</description>
		<content:encoded><![CDATA[<p>Hi Wim - the template language you will find most useful probably depends on the platform you develop for. I&#8217;d recommend taking a look at Apache Velocity (Java), Erb (Ruby) or even the command-line PHP interpreter. All of these can be used to generate CSS, although they&#8217;re more commonly used to generate HTML. Please be aware of the tradeoff of complexity for flexibility when using template languages to generate CSS.</p>
<p>Aaron: Exactly. HTML is being stretched and contorted in the absence of a similarly ubiquitous alternative suited to pixel perfection. Worse - developers, employers and end-users often pay the price for it.</p>
<p>All that said, I&#8217;m excited to see what happens in this space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AaronZ</title>
		<link>http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/#comment-373</link>
		<dc:creator>AaronZ</dc:creator>
		<pubDate>Tue, 04 Dec 2007 04:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/#comment-373</guid>
		<description>I too am waiting for the DHTML killer.  I have been watching Silverlight with some interest.  But while WCF is getting solid, WPF is soft and squishy.  I am not sure what the solution is.  I try and convince clients that Web Apps (which is what I do) that require the latest IE is to be expected.  

I have avoided eCommerce which would necessitate cross browser functionality up to now but my current client's CEO uses (gulp) Safari and seems to want him and the other two Safari users to be able to use his web app.

HTML was never meant to support the kind of tight, pixel perfect, requirements some clients want.  With that said, it's no excuse for an ugly UI.

Soooo......perhaps this is just co-miseration.  

Oh yeah, and "Eddie Pasternak", get a life.  This is a blog fer cryinoutloud.  Jeeeesh!</description>
		<content:encoded><![CDATA[<p>I too am waiting for the DHTML killer.  I have been watching Silverlight with some interest.  But while WCF is getting solid, WPF is soft and squishy.  I am not sure what the solution is.  I try and convince clients that Web Apps (which is what I do) that require the latest IE is to be expected.  </p>
<p>I have avoided eCommerce which would necessitate cross browser functionality up to now but my current client&#8217;s CEO uses (gulp) Safari and seems to want him and the other two Safari users to be able to use his web app.</p>
<p>HTML was never meant to support the kind of tight, pixel perfect, requirements some clients want.  With that said, it&#8217;s no excuse for an ugly UI.</p>
<p>Soooo&#8230;&#8230;perhaps this is just co-miseration.  </p>
<p>Oh yeah, and &#8220;Eddie Pasternak&#8221;, get a life.  This is a blog fer cryinoutloud.  Jeeeesh!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wim</title>
		<link>http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/#comment-372</link>
		<dc:creator>Wim</dc:creator>
		<pubDate>Mon, 03 Dec 2007 19:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/#comment-372</guid>
		<description>Hi Tom,

Would you mind pointing me to the $TEMPLATE_LANGUAGE you mentioned? I'm interested and google doesn't want to tell me. She's bitching something about me fondling other search engines....

Kind Regards,

Wim.</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>Would you mind pointing me to the $TEMPLATE_LANGUAGE you mentioned? I&#8217;m interested and google doesn&#8217;t want to tell me. She&#8217;s bitching something about me fondling other search engines&#8230;.</p>
<p>Kind Regards,</p>
<p>Wim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/#comment-370</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Mon, 03 Dec 2007 11:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/#comment-370</guid>
		<description>Hi Eddie - what browser are you using? It works fine for me in Firefox. Perhaps you're referring to the preformatted text?

Anyway, I'm not looking for an argument: by all means, use HTML where it makes sense. If you disagree with what I have to say, feel free to continue hacking around HTML's shortcomings despite better technologies being available for rich application UIs. I really don't know why the HTML die-hards are so dogmatic about using HTML for *everything* on the web: the simple fact is it's not always suited to certain types of application - even if that application happens to be delivered over HTTP.

On the topic of this site's HTML, I couldn't possibly take the credit for this wonderful design. It's a Wordpress template called "Palaam" by Sadish Balasubramanian - a man with far more aesthetic sense than I could ever muster. I replaced the banner image with something a little less American, but other than that I've barely touched it.

Steve: that's the beauty of some of the stuff that's coming out of Adobe, Microsoft and Sun - the presentation tier is *designed* to be able to take advantage of modern, more complicated service tiers whether that be via XML-RPC, SOAP or REST. You're largely forced to separate your presentation code from your business logic because the technology promotes such an architecture.</description>
		<content:encoded><![CDATA[<p>Hi Eddie - what browser are you using? It works fine for me in Firefox. Perhaps you&#8217;re referring to the preformatted text?</p>
<p>Anyway, I&#8217;m not looking for an argument: by all means, use HTML where it makes sense. If you disagree with what I have to say, feel free to continue hacking around HTML&#8217;s shortcomings despite better technologies being available for rich application UIs. I really don&#8217;t know why the HTML die-hards are so dogmatic about using HTML for *everything* on the web: the simple fact is it&#8217;s not always suited to certain types of application - even if that application happens to be delivered over HTTP.</p>
<p>On the topic of this site&#8217;s HTML, I couldn&#8217;t possibly take the credit for this wonderful design. It&#8217;s a Wordpress template called &#8220;Palaam&#8221; by Sadish Balasubramanian - a man with far more aesthetic sense than I could ever muster. I replaced the banner image with something a little less American, but other than that I&#8217;ve barely touched it.</p>
<p>Steve: that&#8217;s the beauty of some of the stuff that&#8217;s coming out of Adobe, Microsoft and Sun - the presentation tier is *designed* to be able to take advantage of modern, more complicated service tiers whether that be via XML-RPC, SOAP or REST. You&#8217;re largely forced to separate your presentation code from your business logic because the technology promotes such an architecture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/#comment-368</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 02 Dec 2007 19:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/#comment-368</guid>
		<description>Yeah, I'm really starting to wonder why so many of us gave up on rich client apps to begin with.  The web automatically made linking easy of course, and gave us cross-platform for free, but rich client apps can do the same with Java and (to a lesser degree) mono on the front end, being driven by RESTful backends which would make them more "web-principled" than most web apps.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;m really starting to wonder why so many of us gave up on rich client apps to begin with.  The web automatically made linking easy of course, and gave us cross-platform for free, but rich client apps can do the same with Java and (to a lesser degree) mono on the front end, being driven by RESTful backends which would make them more &#8220;web-principled&#8221; than most web apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Pasternak</title>
		<link>http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/#comment-367</link>
		<dc:creator>Eddie Pasternak</dc:creator>
		<pubDate>Sun, 02 Dec 2007 16:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2007/12/02/html-sucks-for-rich-web-applications/#comment-367</guid>
		<description>Of course, when I make my browser window smaller, your text doesn't flow.
Instead, the ends of the lines are cut off.  This is a very common mistake that
newbies make.   Please learn HTML and fix this.</description>
		<content:encoded><![CDATA[<p>Of course, when I make my browser window smaller, your text doesn&#8217;t flow.<br />
Instead, the ends of the lines are cut off.  This is a very common mistake that<br />
newbies make.   Please learn HTML and fix this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
