<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Podcast 27: Pragmatic accessibility</title>
	<atom:link href="http://boagworld.com/podcast/podcast-27-pragmatic-accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://boagworld.com/podcast/podcast-27-pragmatic-accessibility/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=podcast-27-pragmatic-accessibility</link>
	<description>Advice on web design and digital strategy from Paul Boag</description>
	<lastBuildDate>Wed, 12 Jun 2013 15:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: chain saw</title>
		<link>http://boagworld.com/podcast/podcast-27-pragmatic-accessibility/#comment-1131</link>
		<dc:creator>chain saw</dc:creator>
		<pubDate>Tue, 11 Dec 2007 14:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/podcast-27-pragmatic-accessibility#comment-1131</guid>
		<description><![CDATA[&lt;p&gt;I think this is still an important topic, and deserves more exposure. Accessibility is becoming a highly important field of design, and it&#039;s important for designers to catch on. The problem is that most designers are not disabled themselves, and so only create what they &lt;em&gt;think&lt;/em&gt; accessibility is... or what they think will work. It may end up that it is not practical at all for the users of the sites.
Certain accessibility issues need to be adressed by the browsers themselves, as well. If a browser could find something that really works, it would probably skyrocket that browser in the browser wars.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I think this is still an important topic, and deserves more exposure. Accessibility is becoming a highly important field of design, and it&#8217;s important for designers to catch on. The problem is that most designers are not disabled themselves, and so only create what they <em>think</em> accessibility is&#8230; or what they think will work. It may end up that it is not practical at all for the users of the sites.<br />
Certain accessibility issues need to be adressed by the browsers themselves, as well. If a browser could find something that really works, it would probably skyrocket that browser in the browser wars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://boagworld.com/podcast/podcast-27-pragmatic-accessibility/#comment-1130</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 17 Mar 2006 16:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/podcast-27-pragmatic-accessibility#comment-1130</guid>
		<description><![CDATA[&lt;p&gt;For Mac users, there is now another option for testing on Windows: Install Windows on your Mac. This would mean obtaining a copy of Windows XP, and probably having to reinstall your Mac OS too, but it is something to think about!&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>For Mac users, there is now another option for testing on Windows: Install Windows on your Mac. This would mean obtaining a copy of Windows XP, and probably having to reinstall your Mac OS too, but it is something to think about!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://boagworld.com/podcast/podcast-27-pragmatic-accessibility/#comment-1129</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Fri, 17 Mar 2006 15:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/podcast-27-pragmatic-accessibility#comment-1129</guid>
		<description><![CDATA[&lt;p&gt;&quot;Right, and fair enough, although there is something to be said for the idea of a single file making changes, which can then be removed when no longer needed.&quot;
True, and if that&#039;s the method someone prefers, that&#039;s fine.  But then you can still use server side scripting to do the detection and select among the stylesheets.  It would just be in the html instead of the style.
And I think the whole manual approval thing happened because I was submitting from a Palm device this morning instead of my desktop.  Maybe something didn&#039;t transfer over correctly.  &lt;em&gt;shrug&lt;/em&gt;
Oh, one more thing about dynamic css... It is technically more work for the server, but the browsers should cache the stylesheet anyway.  So it&#039;s more work once, but after it&#039;s cached, it shouldn&#039;t be an issue.  I&#039;m still looking into browser caching php information.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>&#8220;Right, and fair enough, although there is something to be said for the idea of a single file making changes, which can then be removed when no longer needed.&#8221;<br />
True, and if that&#8217;s the method someone prefers, that&#8217;s fine.  But then you can still use server side scripting to do the detection and select among the stylesheets.  It would just be in the html instead of the style.<br />
And I think the whole manual approval thing happened because I was submitting from a Palm device this morning instead of my desktop.  Maybe something didn&#8217;t transfer over correctly.  <em>shrug</em><br />
Oh, one more thing about dynamic css&#8230; It is technically more work for the server, but the browsers should cache the stylesheet anyway.  So it&#8217;s more work once, but after it&#8217;s cached, it shouldn&#8217;t be an issue.  I&#8217;m still looking into browser caching php information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://boagworld.com/podcast/podcast-27-pragmatic-accessibility/#comment-1128</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 17 Mar 2006 14:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/podcast-27-pragmatic-accessibility#comment-1128</guid>
		<description><![CDATA[&lt;p&gt;&quot;It&#039;s just as easy to update your CSS with new browser versions that deviate from expected interpretation. You would have to do that anyway with separate stylesheets to cover the variation, right?&quot;
Right, and fair enough, although there is something to be said for the idea of a single file making changes, which can then be removed when no longer needed.
&quot;manual approval?&quot;
I think as long as you type the Security code, the post should show up.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>&#8220;It&#8217;s just as easy to update your CSS with new browser versions that deviate from expected interpretation. You would have to do that anyway with separate stylesheets to cover the variation, right?&#8221;<br />
Right, and fair enough, although there is something to be said for the idea of a single file making changes, which can then be removed when no longer needed.<br />
&#8220;manual approval?&#8221;<br />
I think as long as you type the Security code, the post should show up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://boagworld.com/podcast/podcast-27-pragmatic-accessibility/#comment-1127</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Fri, 17 Mar 2006 14:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/podcast-27-pragmatic-accessibility#comment-1127</guid>
		<description><![CDATA[&lt;p&gt;I think the problems with Javascript based browser sniffing is that it relies too much on the client and whether or not their browser can do it if Javascript is enabled at all.  Turning off Javascript is much easier to do than spoofing/cloaking your user-agent.
It&#039;s just as easy to update your CSS with new browser versions that deviate from expected interpretation.  You would have to do that anyway with separate stylesheets to cover the variation, right?
This may be restating some of what I typed in a reply earlier this morning (that didn&#039;t post automatically because of manual approval ?), but I think if the fix for inconsistent browser style interpretation can be resolved at the server level and not rely on the client, you can get more reliable behaviour.  Not to mention greater precision in the fix.  &quot;You can stitch the wound or amputate the limb&quot;.  You can fix the exact piece of css information that&#039;s causing trouble, or you can create a completely different stylesheet that you have to maintain.  That seems messy to me (please forgive the associated visual).  Also, conditional commenting only detects if the client is IE or not.
The only drawback I can think of from using dynamic css is requiring the web server to support scripting, whether PHP,  ASP, etc.  But as professional developers, we should all realise the importance of server side scripting.  If we maintain our own servers, PHP is free as is Apache server on Windows, OS X and Linux based servers.  If we use a third party webhost, there are many inexpensive services that provide scripting as part of the package.
As for object detection, you&#039;re right.  I had to fix something of mine that had that issue last night.  Something I forgot to test in IE7 for.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I think the problems with Javascript based browser sniffing is that it relies too much on the client and whether or not their browser can do it if Javascript is enabled at all.  Turning off Javascript is much easier to do than spoofing/cloaking your user-agent.<br />
It&#8217;s just as easy to update your CSS with new browser versions that deviate from expected interpretation.  You would have to do that anyway with separate stylesheets to cover the variation, right?<br />
This may be restating some of what I typed in a reply earlier this morning (that didn&#8217;t post automatically because of manual approval ?), but I think if the fix for inconsistent browser style interpretation can be resolved at the server level and not rely on the client, you can get more reliable behaviour.  Not to mention greater precision in the fix.  &#8220;You can stitch the wound or amputate the limb&#8221;.  You can fix the exact piece of css information that&#8217;s causing trouble, or you can create a completely different stylesheet that you have to maintain.  That seems messy to me (please forgive the associated visual).  Also, conditional commenting only detects if the client is IE or not.<br />
The only drawback I can think of from using dynamic css is requiring the web server to support scripting, whether PHP,  ASP, etc.  But as professional developers, we should all realise the importance of server side scripting.  If we maintain our own servers, PHP is free as is Apache server on Windows, OS X and Linux based servers.  If we use a third party webhost, there are many inexpensive services that provide scripting as part of the package.<br />
As for object detection, you&#8217;re right.  I had to fix something of mine that had that issue last night.  Something I forgot to test in IE7 for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://boagworld.com/podcast/podcast-27-pragmatic-accessibility/#comment-1126</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 17 Mar 2006 13:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/podcast-27-pragmatic-accessibility#comment-1126</guid>
		<description><![CDATA[&lt;p&gt;&quot;If you user is spoofing their user agent, do you really care?&quot;
Practically there&#039;s not much you can do in that situation, but isn&#039;t that what brought down the JavaScript browser sniffing?
Do you really want to be updating your CSS every time a new variation on a browser comes out that doesn&#039;t render your site as you wish?
(By the way, I do actually quite like the php css idea, but just asking some questions to get some things clear about it.)
And in terms of object detection - I think if you are detecting an object, you should only do so to see if that object is there, rather than to infer something else about the browser - as shown with the XMLHttpRequest and IE7 situation.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>&#8220;If you user is spoofing their user agent, do you really care?&#8221;<br />
Practically there&#8217;s not much you can do in that situation, but isn&#8217;t that what brought down the JavaScript browser sniffing?<br />
Do you really want to be updating your CSS every time a new variation on a browser comes out that doesn&#8217;t render your site as you wish?<br />
(By the way, I do actually quite like the php css idea, but just asking some questions to get some things clear about it.)<br />
And in terms of object detection &#8211; I think if you are detecting an object, you should only do so to see if that object is there, rather than to infer something else about the browser &#8211; as shown with the XMLHttpRequest and IE7 situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Hanson</title>
		<link>http://boagworld.com/podcast/podcast-27-pragmatic-accessibility/#comment-1125</link>
		<dc:creator>Robert Hanson</dc:creator>
		<pubDate>Fri, 17 Mar 2006 12:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/podcast-27-pragmatic-accessibility#comment-1125</guid>
		<description><![CDATA[&lt;p&gt;&quot;And there is no way of user-agent-spoofing with the PHP solution?&quot;
If you user is spoofing their user agent, do you really care?  Sure, I could use Opera, and have Opera pretend to be IE... but if I don&#039;t get what I expected, I am the one to blame.  I don&#039;t think you can expect a developer to develop for that possibility.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>&#8220;And there is no way of user-agent-spoofing with the PHP solution?&#8221;<br />
If you user is spoofing their user agent, do you really care?  Sure, I could use Opera, and have Opera pretend to be IE&#8230; but if I don&#8217;t get what I expected, I am the one to blame.  I don&#8217;t think you can expect a developer to develop for that possibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://boagworld.com/podcast/podcast-27-pragmatic-accessibility/#comment-1124</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 17 Mar 2006 11:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/podcast-27-pragmatic-accessibility#comment-1124</guid>
		<description><![CDATA[&lt;p&gt;&quot;But with PHP reading the user-agent, you know what browser is being used directly instead of hacking it&quot;
And there is no way of user-agent-spoofing with the PHP solution?
/////
There is a BBC article on an accessibility organisation, the Usability Exchange, which people might want to check out.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>&#8220;But with PHP reading the user-agent, you know what browser is being used directly instead of hacking it&#8221;<br />
And there is no way of user-agent-spoofing with the PHP solution?<br />
/////<br />
There is a BBC article on an accessibility organisation, the Usability Exchange, which people might want to check out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Boag</title>
		<link>http://boagworld.com/podcast/podcast-27-pragmatic-accessibility/#comment-1123</link>
		<dc:creator>Paul Boag</dc:creator>
		<pubDate>Thu, 16 Mar 2006 14:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/podcast-27-pragmatic-accessibility#comment-1123</guid>
		<description><![CDATA[&lt;p&gt;How I love making rude mac comments :) What a reaction I get every single time! Its only because I suffer mac envy ;)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>How I love making rude mac comments :) What a reaction I get every single time! Its only because I suffer mac envy ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davyG</title>
		<link>http://boagworld.com/podcast/podcast-27-pragmatic-accessibility/#comment-1122</link>
		<dc:creator>davyG</dc:creator>
		<pubDate>Thu, 16 Mar 2006 14:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://wpboagworld:83/uncategorized/podcast-27-pragmatic-accessibility#comment-1122</guid>
		<description><![CDATA[&lt;p&gt;Hey, mac users aren&#039;t stuffed when it comes to testing on &quot;IEWin 6.crappy&quot;.
Try out &lt;a href=&quot;http://www.browsercam.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.browsercam.com/&lt;/a&gt; - you have to pay for it, but it&#039;s a great solution for those of us with the common sense to use macs!!! It&#039;s also good for conscientious PC users who want to test cross browser/platform AND!!! you can use their remote access facility to test functionality.
I should be getting a commission for this... nevermind.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hey, mac users aren&#8217;t stuffed when it comes to testing on &#8220;IEWin 6.crappy&#8221;.<br />
Try out <a href="http://www.browsercam.com/" rel="nofollow">http://www.browsercam.com/</a> &#8211; you have to pay for it, but it&#8217;s a great solution for those of us with the common sense to use macs!!! It&#8217;s also good for conscientious PC users who want to test cross browser/platform AND!!! you can use their remote access facility to test functionality.<br />
I should be getting a commission for this&#8230; nevermind.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: boagworld.com @ 2013-06-20 06:50:58 by W3 Total Cache -->