<?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 for ArtzStudio</title>
	<atom:link href="http://www.artzstudio.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artzstudio.com</link>
	<description>Dave Artz and his discoveries in web design and development.</description>
	<lastBuildDate>Fri, 18 Jun 2010 13:32:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on jQuery Performance Rules by Alex</title>
		<link>http://www.artzstudio.com/2009/04/jquery-performance-rules/comment-page-2/#comment-5165</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 18 Jun 2010 13:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=83#comment-5165</guid>
		<description>Thank you for the great tips! But I have a problem with &quot;Leverage Event Delegation&quot;. I am building a RIA and I am using Drupal with jQuery for that. I have a big table (really big ... with around 10k cells) and also big cpu performance problems on old computers (P3s and P4s ... client&#039;s computers that I can not decide change them). I am almost sure that this problems are from the binding of different events to each cell (hover, click and dblclick) and I tried your approach to this. My problem mainly is with hover. I tried to bind hover event to the parent (the table which contains the tds) but when I hover a cell it toggles only once and it does not toggle back when the mouse is leaving cell&#039;s region. I know for a fact that happens because I bind the action to the table and not to the cell so the browser will act when I hover out of the table and not the cell. What would your approach be to this problem?

Thanks,
Alex</description>
		<content:encoded><![CDATA[<p>Thank you for the great tips! But I have a problem with &#8220;Leverage Event Delegation&#8221;. I am building a RIA and I am using Drupal with jQuery for that. I have a big table (really big &#8230; with around 10k cells) and also big cpu performance problems on old computers (P3s and P4s &#8230; client&#8217;s computers that I can not decide change them). I am almost sure that this problems are from the binding of different events to each cell (hover, click and dblclick) and I tried your approach to this. My problem mainly is with hover. I tried to bind hover event to the parent (the table which contains the tds) but when I hover a cell it toggles only once and it does not toggle back when the mouse is leaving cell&#8217;s region. I know for a fact that happens because I bind the action to the table and not to the cell so the browser will act when I hover out of the table and not the cell. What would your approach be to this problem?</p>
<p>Thanks,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Foreground &lt;img&gt; Sprites &#8211; High Contrast Mode Optimization by Thierry Koblentz</title>
		<link>http://www.artzstudio.com/2010/04/img-sprites-high-contrast/comment-page-1/#comment-5163</link>
		<dc:creator>Thierry Koblentz</dc:creator>
		<pubDate>Sun, 13 Jun 2010 03:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=127#comment-5163</guid>
		<description>@ArtzStudio  your method enhances my solution regarding transparent images as you use the image to push the text down while I am hiding that text behind the image. Slightly different, but it solves a real problem. I&#039;ll use that :)</description>
		<content:encoded><![CDATA[<p>@ArtzStudio  your method enhances my solution regarding transparent images as you use the image to push the text down while I am hiding that text behind the image. Slightly different, but it solves a real problem. I&#8217;ll use that <img src='http://www.artzstudio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Foreground &lt;img&gt; Sprites &#8211; High Contrast Mode Optimization by Chris Blouch</title>
		<link>http://www.artzstudio.com/2010/04/img-sprites-high-contrast/comment-page-1/#comment-5122</link>
		<dc:creator>Chris Blouch</dc:creator>
		<pubDate>Thu, 06 May 2010 15:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=127#comment-5122</guid>
		<description>@Michelangelo - While there are techniques for discerning whether someone has AT (assistive technology) running on windows making use of the MSAA (microsoft active accessibility) API or high contrast mode, this question quickly moves into the realm of consumer advocacy and privacy. Most AT users do not want to self-identify as having some kind of disability or have us probing their system to find out. It&#039;s a tough nut because we would really like to know so we can make stronger arguments for supporting AT in our products, but privacy does and should trump this desire for personal user data.</description>
		<content:encoded><![CDATA[<p>@Michelangelo &#8211; While there are techniques for discerning whether someone has AT (assistive technology) running on windows making use of the MSAA (microsoft active accessibility) API or high contrast mode, this question quickly moves into the realm of consumer advocacy and privacy. Most AT users do not want to self-identify as having some kind of disability or have us probing their system to find out. It&#8217;s a tough nut because we would really like to know so we can make stronger arguments for supporting AT in our products, but privacy does and should trump this desire for personal user data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Foreground &lt;img&gt; Sprites &#8211; High Contrast Mode Optimization by fwolf</title>
		<link>http://www.artzstudio.com/2010/04/img-sprites-high-contrast/comment-page-1/#comment-5120</link>
		<dc:creator>fwolf</dc:creator>
		<pubDate>Thu, 06 May 2010 06:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=127#comment-5120</guid>
		<description>Ok ... tested my hover idea, and looks like it works (except IE _OF COURSE_, but I havent tested out the absolute position-method yet, maybe that one does) ;)

cu, w0lf.</description>
		<content:encoded><![CDATA[<p>Ok &#8230; tested my hover idea, and looks like it works (except IE _OF COURSE_, but I havent tested out the absolute position-method yet, maybe that one does) <img src='http://www.artzstudio.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>cu, w0lf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Foreground &lt;img&gt; Sprites &#8211; High Contrast Mode Optimization by fwolf</title>
		<link>http://www.artzstudio.com/2010/04/img-sprites-high-contrast/comment-page-1/#comment-5118</link>
		<dc:creator>fwolf</dc:creator>
		<pubDate>Thu, 06 May 2010 06:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=127#comment-5118</guid>
		<description>@ArtzStudio + Pat: About the hover problem - I think it should still be possible to get this done [without] using Javascript. At least, for any tag that encloses an image tag, ie. in the standard case that would be an linked image (a + img tag).

In said example, that should be something like 


h2 a:hover img {
top: -300px; // the hover state is starting at a height of 300px
}


cu, w0lf.</description>
		<content:encoded><![CDATA[<p>@ArtzStudio + Pat: About the hover problem &#8211; I think it should still be possible to get this done [without] using Javascript. At least, for any tag that encloses an image tag, ie. in the standard case that would be an linked image (a + img tag).</p>
<p>In said example, that should be something like </p>
<p>h2 a:hover img {<br />
top: -300px; // the hover state is starting at a height of 300px<br />
}</p>
<p>cu, w0lf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Foreground &lt;img&gt; Sprites &#8211; High Contrast Mode Optimization by Thierry Koblentz</title>
		<link>http://www.artzstudio.com/2010/04/img-sprites-high-contrast/comment-page-1/#comment-5116</link>
		<dc:creator>Thierry Koblentz</dc:creator>
		<pubDate>Wed, 05 May 2010 23:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=127#comment-5116</guid>
		<description>@ArtzStudio Thanks. It&#039;s pending... :)</description>
		<content:encoded><![CDATA[<p>@ArtzStudio Thanks. It&#8217;s pending&#8230; <img src='http://www.artzstudio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Foreground &lt;img&gt; Sprites &#8211; High Contrast Mode Optimization by Richard - web accessibility testing</title>
		<link>http://www.artzstudio.com/2010/04/img-sprites-high-contrast/comment-page-1/#comment-5115</link>
		<dc:creator>Richard - web accessibility testing</dc:creator>
		<pubDate>Wed, 05 May 2010 19:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=127#comment-5115</guid>
		<description>I can see why you remove the alt text in the example heading you give, but I think it is important to emphasise that alt text should be present where the image has informational meaning that isn&#039;t otherwise presented as text. For example in the case of buttons disappearing from Google video, if these were changed to an image sprite then it wouldn&#039;t solve the accessibility problem because the individual buttons need to have alt text of &quot;previous&quot; and &quot;next&quot; or similar. A single sprite image wouldn&#039;t be able to identify this. 
I do think that sprites can be used in some circumstances, but rarely in the case of informational images, in which case the problem of the image disappearing in high-contrast mode is no longer a problem. 
The only situation I can think of where an html sprite image might work is if you had the same information repeated across the different parts of the image (so only one alt text is needed), e.g. a form submit button that was portrayed in different fonts or colours on different parts of the page.</description>
		<content:encoded><![CDATA[<p>I can see why you remove the alt text in the example heading you give, but I think it is important to emphasise that alt text should be present where the image has informational meaning that isn&#8217;t otherwise presented as text. For example in the case of buttons disappearing from Google video, if these were changed to an image sprite then it wouldn&#8217;t solve the accessibility problem because the individual buttons need to have alt text of &#8220;previous&#8221; and &#8220;next&#8221; or similar. A single sprite image wouldn&#8217;t be able to identify this.<br />
I do think that sprites can be used in some circumstances, but rarely in the case of informational images, in which case the problem of the image disappearing in high-contrast mode is no longer a problem.<br />
The only situation I can think of where an html sprite image might work is if you had the same information repeated across the different parts of the image (so only one alt text is needed), e.g. a form submit button that was portrayed in different fonts or colours on different parts of the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Foreground &lt;img&gt; Sprites &#8211; High Contrast Mode Optimization by ArtzStudio</title>
		<link>http://www.artzstudio.com/2010/04/img-sprites-high-contrast/comment-page-1/#comment-5114</link>
		<dc:creator>ArtzStudio</dc:creator>
		<pubDate>Wed, 05 May 2010 18:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=127#comment-5114</guid>
		<description>@Thierry - Done, I meant in no way to infringe on any patents you may hold :)</description>
		<content:encoded><![CDATA[<p>@Thierry &#8211; Done, I meant in no way to infringe on any patents you may hold <img src='http://www.artzstudio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Foreground &lt;img&gt; Sprites &#8211; High Contrast Mode Optimization by Thierry Koblentz</title>
		<link>http://www.artzstudio.com/2010/04/img-sprites-high-contrast/comment-page-1/#comment-5113</link>
		<dc:creator>Thierry Koblentz</dc:creator>
		<pubDate>Wed, 05 May 2010 14:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=127#comment-5113</guid>
		<description>@ArtzStudio
I cannot find a contact form or link on this site, but I wanted to tell you that I kind of expected you to mention in your article that there was &quot;prior art&quot;. After my first post, I thought you would acknowledge that in the article itself (as we know, most people do not read comments).
Thanks.</description>
		<content:encoded><![CDATA[<p>@ArtzStudio<br />
I cannot find a contact form or link on this site, but I wanted to tell you that I kind of expected you to mention in your article that there was &#8220;prior art&#8221;. After my first post, I thought you would acknowledge that in the article itself (as we know, most people do not read comments).<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Foreground &lt;img&gt; Sprites &#8211; High Contrast Mode Optimization by ArtzStudio</title>
		<link>http://www.artzstudio.com/2010/04/img-sprites-high-contrast/comment-page-1/#comment-5112</link>
		<dc:creator>ArtzStudio</dc:creator>
		<pubDate>Wed, 05 May 2010 14:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.artzstudio.com/?p=127#comment-5112</guid>
		<description>@Mike - While I agree with you, our challenge is ensuring our IE7 and lower users (50% of our audience) get a faster experience than our competitors and image sprites help us towards this goal. They can also make skinning and maintenance easier when used effectively.  That said, I need to look into &lt;a href=&quot;http://www.phpied.com/mhtml-when-you-need-data-uris-in-ie7-and-under/&quot; rel=&quot;nofollow&quot;&gt;MHTML, a solution for Data URIs in IE6/7 that Stoyan blogged about here&lt;/a&gt;.

@Michelangelo - I don&#039;t have stats but will ask someone from our Accessibility department at AOL to chime in. I have to think Zoomtext is more popular based on the youtube video I posted above. It does appear to display background images.</description>
		<content:encoded><![CDATA[<p>@Mike &#8211; While I agree with you, our challenge is ensuring our IE7 and lower users (50% of our audience) get a faster experience than our competitors and image sprites help us towards this goal. They can also make skinning and maintenance easier when used effectively.  That said, I need to look into <a href="http://www.phpied.com/mhtml-when-you-need-data-uris-in-ie7-and-under/" rel="nofollow">MHTML, a solution for Data URIs in IE6/7 that Stoyan blogged about here</a>.</p>
<p>@Michelangelo &#8211; I don&#8217;t have stats but will ask someone from our Accessibility department at AOL to chime in. I have to think Zoomtext is more popular based on the youtube video I posted above. It does appear to display background images.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
