<?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: Gucci places faith in Scriptaculous over Flash</title> <atom:link href="http://www.redcardinal.ie/javascript/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/feed/" rel="self" type="application/rss+xml" /><link>http://www.redcardinal.ie/javascript/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/</link> <description>Search Engine Optimisation Ireland</description> <lastBuildDate>Tue, 06 Dec 2011 20:35:07 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1.3</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com" /> <atom:link rel="hub" href="http://superfeedr.com/hubbub" /> <item><title>By: Jonathan</title><link>http://www.redcardinal.ie/javascript/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-169</link> <dc:creator>Jonathan</dc:creator> <pubDate>Tue, 21 Nov 2006 09:28:14 +0000</pubDate> <guid
isPermaLink="false">http://www.redcardinal.ie/webdev/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-169</guid> <description>Hi BrettThanks for the posts/replys.I know that Javascript support is improving on many user agents, such as JAWS and Window Eyes etc...but still find it slightly frustrating having been involved in user tests with customers with accessibility requirements, know how frustrated they get using sites such as this, as well as Flash driven content.JonathanPS Richard - thanks for your comment on the site. Cool Blog, will stay in touch.</description> <content:encoded><![CDATA[<p>Hi Brett</p><p>Thanks for the posts/replys.</p><p>I know that Javascript support is improving on many user agents, such as JAWS and Window Eyes etc&#8230;but still find it slightly frustrating having been involved in user tests with customers with accessibility requirements, know how frustrated they get using sites such as this, as well as Flash driven content.</p><p>Jonathan</p><p>PS Richard &#8211; thanks for your comment on the site. Cool Blog, will stay in touch.</p> ]]></content:encoded> </item> <item><title>By: Richard Hearne</title><link>http://www.redcardinal.ie/javascript/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-168</link> <dc:creator>Richard Hearne</dc:creator> <pubDate>Tue, 21 Nov 2006 08:19:43 +0000</pubDate> <guid
isPermaLink="false">http://www.redcardinal.ie/webdev/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-168</guid> <description>Good point BrettAnd if you really want to check out your accessible site you can actually go one step further and install a text browser such as Lynx.Then your mind will truly be opened to how vision impaired people see your wesbite. I have to say I have a very much deeper appreciation for accessible mark-up ever since installing Lynx.I wonder where flash only sites would fit into this?RgdsRichard</description> <content:encoded><![CDATA[<p>Good point Brett</p><p>And if you really want to check out your accessible site you can actually go one step further and install a text browser such as Lynx.</p><p>Then your mind will truly be opened to how vision impaired people see your wesbite. I have to say I have a very much deeper appreciation for accessible mark-up ever since installing Lynx.</p><p>I wonder where flash only sites would fit into this?</p><p>Rgds</p><p>Richard</p> ]]></content:encoded> </item> <item><title>By: Brett Terpstra</title><link>http://www.redcardinal.ie/javascript/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-167</link> <dc:creator>Brett Terpstra</dc:creator> <pubDate>Tue, 21 Nov 2006 00:59:43 +0000</pubDate> <guid
isPermaLink="false">http://www.redcardinal.ie/webdev/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-167</guid> <description>It&#039;s relatively easy--on a small site--to provide fallbacks for browsers that have javascript disabled.  Gucci&#039;s site is so saturated with effects that there is little semantic markup left for the non-javascript browser.  Which is okay for Gucci, they know their target audience, and can afford to snub some folks.  Until Target-style litigation, anyway.If you ever question whether a site is accessible, use Firefox with the Web Developer extension.  That will let you turn off javascript and CSS individually and see what&#039;s left, as well as test other accessibility features.</description> <content:encoded><![CDATA[<p>It&#8217;s relatively easy&#8211;on a small site&#8211;to provide fallbacks for browsers that have javascript disabled.  Gucci&#8217;s site is so saturated with effects that there is little semantic markup left for the non-javascript browser.  Which is okay for Gucci, they know their target audience, and can afford to snub some folks.  Until Target-style litigation, anyway.</p><p>If you ever question whether a site is accessible, use Firefox with the Web Developer extension.  That will let you turn off javascript and CSS individually and see what&#8217;s left, as well as test other accessibility features.</p> ]]></content:encoded> </item> <item><title>By: Richard Hearne</title><link>http://www.redcardinal.ie/javascript/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-166</link> <dc:creator>Richard Hearne</dc:creator> <pubDate>Mon, 20 Nov 2006 17:00:14 +0000</pubDate> <guid
isPermaLink="false">http://www.redcardinal.ie/webdev/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-166</guid> <description>Hi JonathanI haven&#039;t done any testing with script.aculo.us and accessibility, but I know you run into all sorts of difficulties when you use a dynamic approach to building your page/DOM.I would be inclined to avoid the use of DHTML and AJAX if accessibility is a major concern, unless you can ensure that all JS functionality degrades gracefully. It is possible but quite difficult to implement.If you want a nice tutorial on DOM scripting in a way that degrades nicely in the absence of JS give me a shout and I&#039;ll send you the link.RgdsRichard</description> <content:encoded><![CDATA[<p>Hi Jonathan</p><p>I haven&#8217;t done any testing with script.aculo.us and accessibility, but I know you run into all sorts of difficulties when you use a dynamic approach to building your page/DOM.</p><p>I would be inclined to avoid the use of DHTML and AJAX if accessibility is a major concern, unless you can ensure that all JS functionality degrades gracefully. It is possible but quite difficult to implement.</p><p>If you want a nice tutorial on DOM scripting in a way that degrades nicely in the absence of JS give me a shout and I&#8217;ll send you the link.</p><p>Rgds</p><p>Richard</p> ]]></content:encoded> </item> <item><title>By: Jonathan</title><link>http://www.redcardinal.ie/javascript/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-165</link> <dc:creator>Jonathan</dc:creator> <pubDate>Mon, 20 Nov 2006 16:52:27 +0000</pubDate> <guid
isPermaLink="false">http://www.redcardinal.ie/webdev/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-165</guid> <description>Sorry, totally used incorrect email address have amended now...</description> <content:encoded><![CDATA[<p>Sorry, totally used incorrect email address have amended now&#8230;</p> ]]></content:encoded> </item> <item><title>By: Jonathan</title><link>http://www.redcardinal.ie/javascript/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-164</link> <dc:creator>Jonathan</dc:creator> <pubDate>Mon, 20 Nov 2006 16:50:54 +0000</pubDate> <guid
isPermaLink="false">http://www.redcardinal.ie/webdev/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-164</guid> <description>Was just wondering, how Script.aculo.us affects accessibility, especially in Browsers/User agents that do not have Javascript enabled. Any ideas?</description> <content:encoded><![CDATA[<p>Was just wondering, how Script.aculo.us affects accessibility, especially in Browsers/User agents that do not have Javascript enabled. Any ideas?</p> ]]></content:encoded> </item> <item><title>By: Richard Hearne</title><link>http://www.redcardinal.ie/javascript/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-163</link> <dc:creator>Richard Hearne</dc:creator> <pubDate>Tue, 29 Aug 2006 20:39:18 +0000</pubDate> <guid
isPermaLink="false">http://www.redcardinal.ie/webdev/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-163</guid> <description>Cheers BrettThat was one serious typo.No offense to Thomas - innocent slip :)</description> <content:encoded><![CDATA[<p>Cheers Brett</p><p>That was one serious typo.</p><p>No offense to Thomas &#8211; innocent slip <img
src='http://d3ohi9reiehxab.cloudfront.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Brett Terpstra</title><link>http://www.redcardinal.ie/javascript/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-162</link> <dc:creator>Brett Terpstra</dc:creator> <pubDate>Tue, 29 Aug 2006 16:51:08 +0000</pubDate> <guid
isPermaLink="false">http://www.redcardinal.ie/webdev/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-162</guid> <description>You might want to check the spelling of Thomas&#039; name in that last paragraph ;-).</description> <content:encoded><![CDATA[<p>You might want to check the spelling of Thomas&#8217; name in that last paragraph <img
src='http://d3ohi9reiehxab.cloudfront.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p> ]]></content:encoded> </item> <item><title>By: TimmyBLOG &#187; links for 2006-08-29</title><link>http://www.redcardinal.ie/javascript/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-161</link> <dc:creator>TimmyBLOG &#187; links for 2006-08-29</dc:creator> <pubDate>Tue, 29 Aug 2006 00:30:12 +0000</pubDate> <guid
isPermaLink="false">http://www.redcardinal.ie/webdev/23-08-2006/gucci-places-faith-in-scriptaculous-over-flash/#comment-161</guid> <description>[...] Search Engine Optimisation Ireland .:. Red Cardinal » Gucci places faith in Scriptaculous over Flash (tags: ajax script.aculo.us) [...]</description> <content:encoded><![CDATA[<p>[...] Search Engine Optimisation Ireland .:. Red Cardinal » Gucci places faith in Scriptaculous over Flash (tags: ajax script.aculo.us) [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Content Delivery Network via Amazon Web Services: CloudFront: d3ohi9reiehxab.cloudfront.net

Served from: www.redcardinal.ie @ 2012-02-10 19:52:49 -->
