<?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: How to generate valid XHTML with .NET</title>
	<atom:link href="http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/</link>
	<description>Web development and Internet trends</description>
	<lastBuildDate>Sat, 13 Mar 2010 22:37:13 +0100</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/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-695</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 20 Jul 2005 06:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-695</guid>
		<description>inoodle,

Thanks for the tip, looks interesting!
I&#039;ll have to look into that one.

By the way, I took the liberty to change the text of your link, since it was a little bit long. Hope you don&#039;t mind.  :-)</description>
		<content:encoded><![CDATA[<p>inoodle,</p>
<p>Thanks for the tip, looks interesting!<br />
I&#8217;ll have to look into that one.</p>
<p>By the way, I took the liberty to change the text of your link, since it was a little bit long. Hope you don&#8217;t mind.  <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inoodle</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-693</link>
		<dc:creator>inoodle</dc:creator>
		<pubDate>Tue, 19 Jul 2005 22:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-693</guid>
		<description>Hi,
Had a brief search around this area recently, prompted by your article... this seems ok so far.

&lt;a href=&quot;http://riderdesign.com/products/productdetails.aspx?ProductCode=xhtml_tf10&quot;&gt;RiderDesign XHTML 1.0 Transitional Filter&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Had a brief search around this area recently, prompted by your article&#8230; this seems ok so far.</p>
<p><a href="http://riderdesign.com/products/productdetails.aspx?ProductCode=xhtml_tf10">RiderDesign XHTML 1.0 Transitional Filter</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-529</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 21 Jun 2005 09:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-529</guid>
		<description>Josef,

Ha ha!  :-)
No. no, my fault. Now I understand what you meant!

And yes, I think the dialog settings in Visual Studio.NET are good to know for everyone.</description>
		<content:encoded><![CDATA[<p>Josef,</p>
<p>Ha ha!  <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
No. no, my fault. Now I understand what you meant!</p>
<p>And yes, I think the dialog settings in Visual Studio.NET are good to know for everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josef</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-528</link>
		<dc:creator>Josef</dc:creator>
		<pubDate>Tue, 21 Jun 2005 09:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-528</guid>
		<description>Oh sorry Robert, i was misunderstood, when i said &quot;I just wondered if this is of any use to anyone&quot; i meant the website that i made, not your post. Sorry if you misunderstood me. Im from England ;)

But you are right, i really hope .NET will improve.</description>
		<content:encoded><![CDATA[<p>Oh sorry Robert, i was misunderstood, when i said &#8220;I just wondered if this is of any use to anyone&#8221; i meant the website that i made, not your post. Sorry if you misunderstood me. Im from England <img src='http://robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>But you are right, i really hope .NET will improve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-517</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 20 Jun 2005 18:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-517</guid>
		<description>Josef,

&lt;blockquote&gt;I just wondered if this is of any use to anyone?&lt;/blockquote&gt;
Well, that is up to one and each to make that call. But to me, it&#039;s a start to get rid of (some of the most common) invalid code automatically generated.

To disable &lt;em&gt;all&lt;/em&gt; invalid things, you need to do some more work. But basically, use inheritance in .NET to override those things that aren&#039;t apropriate.
Another good practice/tip is not using WebControls, but HtmlControls instead.

Thanks to the link to the web site with screenshots of the Visual Studio.NET dialog settings. They&#039;re something every System Developer should take a look at.</description>
		<content:encoded><![CDATA[<p>Josef,</p>
<blockquote><p>I just wondered if this is of any use to anyone?</p></blockquote>
<p>Well, that is up to one and each to make that call. But to me, it&#8217;s a start to get rid of (some of the most common) invalid code automatically generated.</p>
<p>To disable <em>all</em> invalid things, you need to do some more work. But basically, use inheritance in .NET to override those things that aren&#8217;t apropriate.<br />
Another good practice/tip is not using WebControls, but HtmlControls instead.</p>
<p>Thanks to the link to the web site with screenshots of the Visual Studio.NET dialog settings. They&#8217;re something every System Developer should take a look at.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josef</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-516</link>
		<dc:creator>Josef</dc:creator>
		<pubDate>Mon, 20 Jun 2005 17:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-516</guid>
		<description>I just wondered if this is of any use to anyone? It helps slightly, but it .NET is still really bad when it comes to fucking with your code automtically. Anyway have a look at this:

&lt;a href=&quot;http://dev.blumedia.co.uk/visualops/&quot; title=&quot;Some tips for turning off automatic formatting in .NET&quot; rel=&quot;nofollow&quot;&gt;Some tips for turning off automatic formatting in .NET&lt;/a&gt;

I hope the next version of .NET improves!</description>
		<content:encoded><![CDATA[<p>I just wondered if this is of any use to anyone? It helps slightly, but it .NET is still really bad when it comes to fucking with your code automtically. Anyway have a look at this:</p>
<p><a href="http://dev.blumedia.co.uk/visualops/" title="Some tips for turning off automatic formatting in .NET" rel="nofollow">Some tips for turning off automatic formatting in .NET</a></p>
<p>I hope the next version of .NET improves!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-513</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 17 Jun 2005 13:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-513</guid>
		<description>Martin,

Thank you. Or rather, thank Milan who wrote it.

If possible, I go for the &lt;acronym title=&quot;eXtensible Markup Language&quot;&gt;XML&lt;/acronym&gt;/&lt;acronym title=&quot;eXtensible Markup Language Transformations&quot;&gt;XSLT&lt;/acronym&gt; scenario. And that is an option in .NET as well as Java or PHP.</description>
		<content:encoded><![CDATA[<p>Martin,</p>
<p>Thank you. Or rather, thank Milan who wrote it.</p>
<p>If possible, I go for the <acronym title="eXtensible Markup Language">XML</acronym>/<acronym title="eXtensible Markup Language Transformations">XSLT</acronym> scenario. And that is an option in .NET as well as Java or PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin S.</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-511</link>
		<dc:creator>Martin S.</dc:creator>
		<pubDate>Fri, 17 Jun 2005 13:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-511</guid>
		<description>Robert, the &lt;a href=&quot;http://aspnetresources.com/blog/adaptive_rendering_redux.aspx&quot; title=&quot;Dissecting Adaptive Rendering&quot; rel=&quot;nofollow&quot;&gt;Dissecting Adaptive Rendering&lt;/a&gt; link was kind of great, I will take a closer look at it later. Thanks. ;)

But which language today is the best when you want to completely separate content from structure? It isn&#039;t fully possible with PHP, but how is it with Java?

I use .NET and will do so &#039;til I find a perfect programming language and development environment. It still works for me, even though it some times mess things up and makes me spend time on things that shouldn&#039;t have messed from the beginning. ;)</description>
		<content:encoded><![CDATA[<p>Robert, the <a href="http://aspnetresources.com/blog/adaptive_rendering_redux.aspx" title="Dissecting Adaptive Rendering" rel="nofollow">Dissecting Adaptive Rendering</a> link was kind of great, I will take a closer look at it later. Thanks. <img src='http://robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>But which language today is the best when you want to completely separate content from structure? It isn&#8217;t fully possible with PHP, but how is it with Java?</p>
<p>I use .NET and will do so &#8217;til I find a perfect programming language and development environment. It still works for me, even though it some times mess things up and makes me spend time on things that shouldn&#8217;t have messed from the beginning. <img src='http://robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-507</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 17 Jun 2005 11:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-507</guid>
		<description>Kalle,

I get your point, and of course the ultimate goal is to &quot;treat the disease&quot;.
Another reason for trying not to exclude certain controls is that it&#039;s easier to sell in to system developers in projects.

If I, for instance, were to tell them that they can &lt;em&gt;only&lt;/em&gt; use HtmlControls instead of WebControls, it would be a hard sell.

Hence, for now trying to get the current ones compliant might then be an option to stay friends with them and at the same time get what you want...  :-)</description>
		<content:encoded><![CDATA[<p>Kalle,</p>
<p>I get your point, and of course the ultimate goal is to &#8220;treat the disease&#8221;.<br />
Another reason for trying not to exclude certain controls is that it&#8217;s easier to sell in to system developers in projects.</p>
<p>If I, for instance, were to tell them that they can <em>only</em> use HtmlControls instead of WebControls, it would be a hard sell.</p>
<p>Hence, for now trying to get the current ones compliant might then be an option to stay friends with them and at the same time get what you want&#8230;  <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalle Wibeck</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-506</link>
		<dc:creator>Kalle Wibeck</dc:creator>
		<pubDate>Fri, 17 Jun 2005 10:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-506</guid>
		<description>Robert,

In the name of validity my opinion is that there are some built in ASP.Net controls you shouldn&#039;t use at all since they messes thing up too much.

I respect your &quot;non-limiting&quot; point of view but in my world these fixes merely treats the symptom, not the actual disease.
A set of tailored w3c-compliant user controls on the other hand would indeed treat the disease...</description>
		<content:encoded><![CDATA[<p>Robert,</p>
<p>In the name of validity my opinion is that there are some built in ASP.Net controls you shouldn&#8217;t use at all since they messes thing up too much.</p>
<p>I respect your &#8220;non-limiting&#8221; point of view but in my world these fixes merely treats the symptom, not the actual disease.<br />
A set of tailored w3c-compliant user controls on the other hand would indeed treat the disease&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-505</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 17 Jun 2005 09:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-505</guid>
		<description>Kalle,

Absolutely! But who does?  :-)

I don&#039;t want to limit the system developers in what kind of controls they can use, I want to fix what those controls outputs.

Otherwise, I do like .NET as a development environment, and I also relly like a structure where the presentation layer is generated from &lt;acronym title=&quot;eXtensible Markup Language&quot;&gt;XML&lt;/acronym&gt; through &lt;acronym title=&quot;eXtensible Markup Language Transformations&quot;&gt;XSLT&lt;/acronym&gt;.

&lt;acronym title=&quot;eXtensible Markup Language Transformations&quot;&gt;XSLT&lt;/acronym&gt; allows total control of the output (you have to write &lt;acronym title=&quot;eXtensible HyperText Markup Language&quot;&gt;XHTML&lt;/acronym&gt; which you then choose to output as &lt;acronym title=&quot;eXtensible HyperText Markup Language&quot;&gt;XHTML&lt;/acronym&gt; or &lt;acronym title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/acronym&gt;), and it also offers a lot of good ways to handle the data.</description>
		<content:encoded><![CDATA[<p>Kalle,</p>
<p>Absolutely! But who does?  <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I don&#8217;t want to limit the system developers in what kind of controls they can use, I want to fix what those controls outputs.</p>
<p>Otherwise, I do like .NET as a development environment, and I also relly like a structure where the presentation layer is generated from <acronym title="eXtensible Markup Language">XML</acronym> through <acronym title="eXtensible Markup Language Transformations">XSLT</acronym>.</p>
<p><acronym title="eXtensible Markup Language Transformations">XSLT</acronym> allows total control of the output (you have to write <acronym title="eXtensible HyperText Markup Language">XHTML</acronym> which you then choose to output as <acronym title="eXtensible HyperText Markup Language">XHTML</acronym> or <acronym title="HyperText Markup Language">HTML</acronym>), and it also offers a lot of good ways to handle the data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalle Wibeck</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-504</link>
		<dc:creator>Kalle Wibeck</dc:creator>
		<pubDate>Fri, 17 Jun 2005 08:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-504</guid>
		<description>Does anyone know if there exists a set of controls that are made with focus on quality instead of speed in development?

Martin,

Of course you can build dynamic sites with a complete separation!
Just because ASP.Net contains these invalid controls doesn&#039;t mean you &lt;strong&gt;have&lt;/strong&gt; to use them... ;)
.Net controls are one thing, a dynamic website something completely different. 
The must powerful way to create a complete separation  is to let your CMS&#039;s business logic end in an XML structure where you let an XSLT powered presentation logic take over...
Programming language isn&#039;t really an issue here, this kind of layered architecture is possible to create in must languages available, even though I prefer .Net since I don&#039;t master Java very well ; )</description>
		<content:encoded><![CDATA[<p>Does anyone know if there exists a set of controls that are made with focus on quality instead of speed in development?</p>
<p>Martin,</p>
<p>Of course you can build dynamic sites with a complete separation!<br />
Just because ASP.Net contains these invalid controls doesn&#8217;t mean you <strong>have</strong> to use them&#8230; <img src='http://robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
.Net controls are one thing, a dynamic website something completely different.<br />
The must powerful way to create a complete separation  is to let your CMS&#8217;s business logic end in an XML structure where you let an XSLT powered presentation logic take over&#8230;<br />
Programming language isn&#8217;t really an issue here, this kind of layered architecture is possible to create in must languages available, even though I prefer .Net since I don&#8217;t master Java very well ; )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-503</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 17 Jun 2005 07:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-503</guid>
		<description>Roger,

Thanks for some additional tips!</description>
		<content:encoded><![CDATA[<p>Roger,</p>
<p>Thanks for some additional tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Johansson</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-502</link>
		<dc:creator>Roger Johansson</dc:creator>
		<pubDate>Fri, 17 Jun 2005 06:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-502</guid>
		<description>Yeah remember to turn off adaptive rendering. The whole idea of that is so nineties. 

A couple of other things: turn off or reduce Viewstate as much as possible and only wrap that weird form that .net insists on using around whatever part of the page that actually needs it instead of around the whole thing. That way you can use normal forms as well when needed (i.e. have more than one form without faking).

And I&#039;m not in the least surprised that ASP.NET 2.0 still is way behind.</description>
		<content:encoded><![CDATA[<p>Yeah remember to turn off adaptive rendering. The whole idea of that is so nineties. </p>
<p>A couple of other things: turn off or reduce Viewstate as much as possible and only wrap that weird form that .net insists on using around whatever part of the page that actually needs it instead of around the whole thing. That way you can use normal forms as well when needed (i.e. have more than one form without faking).</p>
<p>And I&#8217;m not in the least surprised that ASP.NET 2.0 still is way behind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-501</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 17 Jun 2005 05:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-501</guid>
		<description>Martin,

The automatically generated JavaScripts in .NET are a shame, they seem to be written by someone that doesn&#039;t know JavaScript.

One thing I didn&#039;t mention in my post is also that I recommend web developers to turn off .NET&#039;s adaptive rendering so it doesn&#039;t do what its default setting is: generate (invalid) &lt;acronym title=&quot;eXtensible HyperText Markup Language&quot;&gt;XHTML&lt;/acronym&gt; to &lt;acronym title=&quot;Internet Explorer&quot;&gt;IE&lt;/acronym&gt; and some mix of &lt;acronym title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/acronym&gt; 3.2 and (one again, invalid) &lt;acronym title=&quot;eXtensible HyperText Markup Language&quot;&gt;XHTML&lt;/acronym&gt; to all other web browsers.

To quote &lt;a href=&quot;http://aspnetresources.com/default.aspx&quot; rel=&quot;nofollow&quot;&gt;Milan Negovan&lt;/a&gt; from his post &lt;a href=&quot;http://aspnetresources.com/blog/adaptive_rendering_redux.aspx&quot; rel=&quot;nofollow&quot;&gt;Dissecting Adaptive Rendering&lt;/a&gt; (Milan is a guy with the rare interest ASP.NET and web standards):
&lt;blockquote&gt;It&#039;s a subject for a heated debate which browsers are superior and which one(s) are &quot;downlevel&quot;, but the fact is Internet Explorer/Win is badly outdated and yet is given the upper hand, while more advanced browsers are still treated by the engine as &quot;downlevel&quot; and their rich capabilities aren&#039;t taken advantage of.&lt;/blockquote&gt;

The only downside to this is that the validation controls generate scripts that will only work in &lt;acronym title=&quot;Internet Explorer&quot;&gt;IE&lt;/acronym&gt;. Solution? Tweak the controls, write your own or only do server-side validation (to me, the ultimate validation is made both on the client-side and the server-side)?</description>
		<content:encoded><![CDATA[<p>Martin,</p>
<p>The automatically generated JavaScripts in .NET are a shame, they seem to be written by someone that doesn&#8217;t know JavaScript.</p>
<p>One thing I didn&#8217;t mention in my post is also that I recommend web developers to turn off .NET&#8217;s adaptive rendering so it doesn&#8217;t do what its default setting is: generate (invalid) <acronym title="eXtensible HyperText Markup Language">XHTML</acronym> to <acronym title="Internet Explorer">IE</acronym> and some mix of <acronym title="HyperText Markup Language">HTML</acronym> 3.2 and (one again, invalid) <acronym title="eXtensible HyperText Markup Language">XHTML</acronym> to all other web browsers.</p>
<p>To quote <a href="http://aspnetresources.com/default.aspx" rel="nofollow">Milan Negovan</a> from his post <a href="http://aspnetresources.com/blog/adaptive_rendering_redux.aspx" rel="nofollow">Dissecting Adaptive Rendering</a> (Milan is a guy with the rare interest ASP.NET and web standards):</p>
<blockquote><p>It&#8217;s a subject for a heated debate which browsers are superior and which one(s) are &#8220;downlevel&#8221;, but the fact is Internet Explorer/Win is badly outdated and yet is given the upper hand, while more advanced browsers are still treated by the engine as &#8220;downlevel&#8221; and their rich capabilities aren&#8217;t taken advantage of.</p></blockquote>
<p>The only downside to this is that the validation controls generate scripts that will only work in <acronym title="Internet Explorer">IE</acronym>. Solution? Tweak the controls, write your own or only do server-side validation (to me, the ultimate validation is made both on the client-side and the server-side)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin S.</title>
		<link>http://robertnyman.com/2005/06/17/how-to-generate-valid-xhtml-with-net/#comment-500</link>
		<dc:creator>Martin S.</dc:creator>
		<pubDate>Fri, 17 Jun 2005 03:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=101#comment-500</guid>
		<description>Well, I don&#039;t use any of those techniques. I guess I&#039;m quite lucky when it comes to what&#039;s necessary in my development - I don&#039;t use objects as the DataList which creates invalid XHTML and makes use of JavaScript causing errors. Maybe I&#039;m silly and too naive, but it works great for me.
Now the only things disturbing me considering .NET is the lack of support for correct (XHTML) markup and objects that &lt;em&gt;could&lt;/em&gt; make my work easier if they did validate.

I&#039;ve also found out you can&#039;t separate content from structure to 100 % when it comes to .NET, accessibility and web standards (can you make a complete separation when building dynamic sites at all?), even though Microsoft seems to have thought some about it - using codebehind is one of the great advantages in .NET if you ask me.</description>
		<content:encoded><![CDATA[<p>Well, I don&#8217;t use any of those techniques. I guess I&#8217;m quite lucky when it comes to what&#8217;s necessary in my development &#8211; I don&#8217;t use objects as the DataList which creates invalid XHTML and makes use of JavaScript causing errors. Maybe I&#8217;m silly and too naive, but it works great for me.<br />
Now the only things disturbing me considering .NET is the lack of support for correct (XHTML) markup and objects that <em>could</em> make my work easier if they did validate.</p>
<p>I&#8217;ve also found out you can&#8217;t separate content from structure to 100 % when it comes to .NET, accessibility and web standards (can you make a complete separation when building dynamic sites at all?), even though Microsoft seems to have thought some about it &#8211; using codebehind is one of the great advantages in .NET if you ask me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
