<?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: XHTML disrupted by Mobile access</title>
	<atom:link href="http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/feed/" rel="self" type="application/rss+xml" />
	<link>http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/</link>
	<description>Kything web interactions</description>
	<lastBuildDate>Mon, 21 Jun 2010 21:13:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Daniel Brumbaugh Keeney</title>
		<link>http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/comment-page-1/#comment-21331</link>
		<dc:creator>Daniel Brumbaugh Keeney</dc:creator>
		<pubDate>Sun, 02 Sep 2007 22:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/#comment-21331</guid>
		<description>Sorry, I read the example wrong. You could try putting arbitrary text at the end, like
&lt;!---[if !IE]&gt; ---&gt;
        
&lt;!---a&gt; ---&gt;

Wow, I have never considered the effects that sort of compression for mobile devices would have on pages...</description>
		<content:encoded><![CDATA[<p>Sorry, I read the example wrong. You could try putting arbitrary text at the end, like<br />
&lt;!&#8212;[if !IE]&gt; &#8212;&gt;</p>
<p>&lt;!&#8212;a&gt; &#8212;&gt;</p>
<p>Wow, I have never considered the effects that sort of compression for mobile devices would have on pages&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlastairC</title>
		<link>http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/comment-page-1/#comment-21327</link>
		<dc:creator>AlastairC</dc:creator>
		<pubDate>Sun, 02 Sep 2007 22:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/#comment-21327</guid>
		<description>Sorry about that, not sure how to adjust that in Wordpress.

Regarding the validity, I don&#039;t beleive that it uses double dashes except as comment open/closes, so I don&#039;t think it&#039;s invalid (although thanks for the link).

Unless it&#039;s invalid to have the greater/less than signs next to the double dash? I cut and paste that code into the validator and it didn&#039;t complain, so unless there&#039;s a bug in that, it seems valid (except for the one mangled by the network, obviously).</description>
		<content:encoded><![CDATA[<p>Sorry about that, not sure how to adjust that in WordPress.</p>
<p>Regarding the validity, I don&#8217;t beleive that it uses double dashes except as comment open/closes, so I don&#8217;t think it&#8217;s invalid (although thanks for the link).</p>
<p>Unless it&#8217;s invalid to have the greater/less than signs next to the double dash? I cut and paste that code into the validator and it didn&#8217;t complain, so unless there&#8217;s a bug in that, it seems valid (except for the one mangled by the network, obviously).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Brumbaugh Keeney</title>
		<link>http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/comment-page-1/#comment-21320</link>
		<dc:creator>Daniel Brumbaugh Keeney</dc:creator>
		<pubDate>Sun, 02 Sep 2007 20:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/#comment-21320</guid>
		<description>Your comments thing eats double dashes.
Unicode? &amp;#2D;&#x2D;</description>
		<content:encoded><![CDATA[<p>Your comments thing eats double dashes.<br />
Unicode? &amp;#2D;&#x2D;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Brumbaugh Keeney</title>
		<link>http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/comment-page-1/#comment-21318</link>
		<dc:creator>Daniel Brumbaugh Keeney</dc:creator>
		<pubDate>Sun, 02 Sep 2007 20:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/#comment-21318</guid>
		<description>[if !IE] blocks are NOT valid XML and thus are similarly invalid XHTML as the string &#039;--&#039; is not allowed in XML comments as described in the specification:

http://www.w3.org/TR/REC-xml/#sec-comments</description>
		<content:encoded><![CDATA[<p>[if !IE] blocks are NOT valid XML and thus are similarly invalid XHTML as the string &#8216;&#8211;&#8217; is not allowed in XML comments as described in the specification:</p>
<p><a href="http://www.w3.org/TR/REC-xml/#sec-comments" rel="nofollow">http://www.w3.org/TR/REC-xml/#sec-comments</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben 'Cerbera' Millard</title>
		<link>http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/comment-page-1/#comment-18173</link>
		<dc:creator>Ben 'Cerbera' Millard</dc:creator>
		<pubDate>Sun, 01 Jul 2007 07:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/#comment-18173</guid>
		<description>Project Cerbera now uses &lt;code&gt;overflow-x: scroll;&lt;/code&gt; because it works the same in IE6 and Fx2. O9 doesn&#039;t apply it.

Declaring &lt;code&gt;overflow: auto;&lt;/code&gt; with &lt;code&gt;overflow-x: scroll;&lt;/code&gt; and &lt;code&gt;overflow-y: visible;&lt;/code&gt; below it might work better.

I&#039;m not losing sleep over it, though.</description>
		<content:encoded><![CDATA[<p>Project Cerbera now uses <code>overflow-x: scroll;</code> because it works the same in IE6 and Fx2. O9 doesn&#8217;t apply it.</p>
<p>Declaring <code>overflow: auto;</code> with <code>overflow-x: scroll;</code> and <code>overflow-y: visible;</code> below it might work better.</p>
<p>I&#8217;m not losing sleep over it, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben 'Cerbera' Millard</title>
		<link>http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/comment-page-1/#comment-18003</link>
		<dc:creator>Ben 'Cerbera' Millard</dc:creator>
		<pubDate>Thu, 28 Jun 2007 05:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/#comment-18003</guid>
		<description>Did they answer?

You might find &lt;code&gt;overflow-x: scroll;&lt;/code&gt; does what you are looking for.

I use &lt;code&gt;overflow-y: scroll;&lt;/code&gt; in Firefox&#039;s &lt;code&gt;userContent.css&lt;/code&gt; file so I always have a vertical scrollbar which disables correctly when there&#039;s nowhere to scroll.

IE seemed to respond to the &lt;code&gt;scroll&lt;/code&gt; value better than the &lt;code&gt;auto&lt;/code&gt; value when I was doing Project Cerbera&#039;s boxes. I might play with this today because, much like yourself, I like to understand problems too. Even if I can&#039;t find a solution. :)</description>
		<content:encoded><![CDATA[<p>Did they answer?</p>
<p>You might find <code>overflow-x: scroll;</code> does what you are looking for.</p>
<p>I use <code>overflow-y: scroll;</code> in Firefox&#8217;s <code>userContent.css</code> file so I always have a vertical scrollbar which disables correctly when there&#8217;s nowhere to scroll.</p>
<p>IE seemed to respond to the <code>scroll</code> value better than the <code>auto</code> value when I was doing Project Cerbera&#8217;s boxes. I might play with this today because, much like yourself, I like to understand problems too. Even if I can&#8217;t find a solution. <img src='http://alastairc.ac/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlastairC</title>
		<link>http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/comment-page-1/#comment-17835</link>
		<dc:creator>AlastairC</dc:creator>
		<pubDate>Mon, 25 Jun 2007 15:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/#comment-17835</guid>
		<description>I&#039;d still like to understand the problem.

Anyway, I got this from Orange:

&lt;blockquote&gt;&lt;p&gt;For further assistance regarding this matter, please call our Wirefree Data Services Department on 156 from your Orange phone ... a Representative will be able to assist you in this matter.&lt;/p&gt;

&lt;p&gt;Kind regards&lt;/p&gt;

&lt;p&gt;XXXX&lt;br /&gt;
Orange Customer Services&lt;/p&gt;&lt;/blockquote&gt;

I&#039;ll give them a ring later.</description>
		<content:encoded><![CDATA[<p>I&#8217;d still like to understand the problem.</p>
<p>Anyway, I got this from Orange:</p>
<blockquote><p>For further assistance regarding this matter, please call our Wirefree Data Services Department on 156 from your Orange phone &#8230; a Representative will be able to assist you in this matter.</p>
<p>Kind regards</p>
<p>XXXX<br />
Orange Customer Services</p>
</blockquote>
<p>I&#8217;ll give them a ring later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben 'Cerbera' Millard</title>
		<link>http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/comment-page-1/#comment-17795</link>
		<dc:creator>Ben 'Cerbera' Millard</dc:creator>
		<pubDate>Mon, 25 Jun 2007 04:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/#comment-17795</guid>
		<description>Well, it&#039;s only a blog. Don&#039;t lose sleep over it. :)

Any response from Orange?</description>
		<content:encoded><![CDATA[<p>Well, it&#8217;s only a blog. Don&#8217;t lose sleep over it. <img src='http://alastairc.ac/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Any response from Orange?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlastairC</title>
		<link>http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/comment-page-1/#comment-17576</link>
		<dc:creator>AlastairC</dc:creator>
		<pubDate>Fri, 22 Jun 2007 08:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/#comment-17576</guid>
		<description>I might be able to use an IE only overflow-x or y rule to get over it, I&#039;m using a conditional comments style sheet.

Slight worse, I&#039;ve just noticed a bug in IE7 (possibly 6) where the first paragraph extends under the navigation bar at certain screen widths. Something to do with the fixed width code item and floated image?</description>
		<content:encoded><![CDATA[<p>I might be able to use an IE only overflow-x or y rule to get over it, I&#8217;m using a conditional comments style sheet.</p>
<p>Slight worse, I&#8217;ve just noticed a bug in IE7 (possibly 6) where the first paragraph extends under the navigation bar at certain screen widths. Something to do with the fixed width code item and floated image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben 'Cerbera' Millard</title>
		<link>http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/comment-page-1/#comment-17544</link>
		<dc:creator>Ben 'Cerbera' Millard</dc:creator>
		<pubDate>Fri, 22 Jun 2007 01:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/2007/06/xhtml-disrupted-by-mobile-access/#comment-17544</guid>
		<description>Btw, just noticed your scrollable code boxes don&#039;t work quite right in IE6. The third line is obscured by the horizontal scrollbar.

Only way I&#039;ve managed to make them work at all cross-browser is &lt;a href=&quot;http://projectcerbera.com/tutorials/gta2/coding/frenzies&quot; rel=&quot;nofollow&quot;&gt;using &lt;code&gt;overflow: scroll;&lt;/code&gt; with lots of &lt;code&gt;padding&lt;/code&gt;&lt;/a&gt;. Even this has problems, like visible scrollbars when you don&#039;t need them and Firefox doesn&#039;t them disable correctly in single-line samples.

The &lt;code&gt;overflow: auto;&lt;/code&gt; would be much more elegant..if only it was supported.

Can&#039;t wait &#039;till we can drop support for IE6!</description>
		<content:encoded><![CDATA[<p>Btw, just noticed your scrollable code boxes don&#8217;t work quite right in IE6. The third line is obscured by the horizontal scrollbar.</p>
<p>Only way I&#8217;ve managed to make them work at all cross-browser is <a href="http://projectcerbera.com/tutorials/gta2/coding/frenzies" rel="nofollow">using <code>overflow: scroll;</code> with lots of <code>padding</code></a>. Even this has problems, like visible scrollbars when you don&#8217;t need them and Firefox doesn&#8217;t them disable correctly in single-line samples.</p>
<p>The <code>overflow: auto;</code> would be much more elegant..if only it was supported.</p>
<p>Can&#8217;t wait &#8217;till we can drop support for IE6!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
