<?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 stchur-BLOG</title>
	<atom:link href="http://blog.stchur.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stchur.com</link>
	<description>web / programming / javascript / css / html</description>
	<lastBuildDate>Thu, 11 Mar 2010 00:46:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The Ultimate addEvent(..) function by Bob Carver</title>
		<link>http://blog.stchur.com/2008/09/25/the-ultimate-addevent-function/comment-page-1/#comment-35079</link>
		<dc:creator>Bob Carver</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stchur.com/2008/09/25/the-ultimate-addevent-function/#comment-35079</guid>
		<description>I discovered an interesting manifestation, that&#039;s only an issue in IE, when cloning nodes. It was necesssary to remove all event handlers before doing the clone, and then restoring those event handlers after the clone operation (and subsequent insertBefore elsewhere). If this was not done, for example, the mouseenter event was triggered by both the original node as well as the new node, even though the id of the new node was modified to be unique. There was no problem in FF or Chrome, just IE. It took quite a bit of time to figure this one out...</description>
		<content:encoded><![CDATA[<p>I discovered an interesting manifestation, that&#039;s only an issue in IE, when cloning nodes. It was necesssary to remove all event handlers before doing the clone, and then restoring those event handlers after the clone operation (and subsequent insertBefore elsewhere). If this was not done, for example, the mouseenter event was triggered by both the original node as well as the new node, even though the id of the new node was modified to be unique. There was no problem in FF or Chrome, just IE. It took quite a bit of time to figure this one out&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emulating CSS word-wrap for Mozilla/Firefox by 如何跨浏览器使用连续字符的换行 -Cacique9.com</title>
		<link>http://blog.stchur.com/2007/02/22/emulating-css-word-wrap-for-mozillafirefox/comment-page-1/#comment-31597</link>
		<dc:creator>如何跨浏览器使用连续字符的换行 -Cacique9.com</dc:creator>
		<pubDate>Thu, 04 Mar 2010 16:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/02/22/emulating-css-word-wrap-for-mozillafirefox/#comment-31597</guid>
		<description>[...] Firefox ，你还可以通过 XBL bindings 来实现此效果：《Emulating CSS word-wrap for Mozilla/Firefox》 标签:    发表评论 &#124; Trackback       [...]</description>
		<content:encoded><![CDATA[<p>[...] Firefox ，你还可以通过 XBL bindings 来实现此效果：《Emulating CSS word-wrap for Mozilla/Firefox》 标签:    发表评论 | Trackback       [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Word-wrap for Mozilla (take 2) by sstchur</title>
		<link>http://blog.stchur.com/2007/03/01/word-wrap-for-mozilla-take-2/comment-page-1/#comment-19071</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Tue, 02 Feb 2010 14:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/03/01/word-wrap-for-mozilla-take-2/#comment-19071</guid>
		<description>Thanks Raja:
Yeah, this was written before Chrome was released.  And Chrome not supporting XBL isn&#039;t too surprising, right?  But as you pointed out, it supports some alt CSS which can be used to achieve the desired effect.</description>
		<content:encoded><![CDATA[<p>Thanks Raja:<br />
Yeah, this was written before Chrome was released.  And Chrome not supporting XBL isn&#039;t too surprising, right?  But as you pointed out, it supports some alt CSS which can be used to achieve the desired effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Word-wrap for Mozilla (take 2) by Raja</title>
		<link>http://blog.stchur.com/2007/03/01/word-wrap-for-mozilla-take-2/comment-page-1/#comment-19044</link>
		<dc:creator>Raja</dc:creator>
		<pubDate>Tue, 02 Feb 2010 06:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/03/01/word-wrap-for-mozilla-take-2/#comment-19044</guid>
		<description>I really appreciated your code for solving word-wrap in FireFox using TreeWalker.

But it fails for Chrome. For IE &amp; Chrome, we can use styles as,

table-layout:fixed;
word-break: break-all;

Thanks a lot .</description>
		<content:encoded><![CDATA[<p>I really appreciated your code for solving word-wrap in FireFox using TreeWalker.</p>
<p>But it fails for Chrome. For IE &amp; Chrome, we can use styles as,</p>
<p>table-layout:fixed;<br />
word-break: break-all;</p>
<p>Thanks a lot .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE Bug dealing with CSS custom cusors by tee</title>
		<link>http://blog.stchur.com/2006/11/02/ie-bug-dealing-with-css-custom-cusors/comment-page-1/#comment-18619</link>
		<dc:creator>tee</dc:creator>
		<pubDate>Thu, 28 Jan 2010 10:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/11/02/ie-bug-dealing-with-css-custom-cusors/#comment-18619</guid>
		<description>Das Problem ist, dass der Startpunkt des relativen Pfades beim IE nicht die CSS-Datei ist, sondern die Position der HTML-Seite welche das CSS einbindet!

hass hass hass!</description>
		<content:encoded><![CDATA[<p>Das Problem ist, dass der Startpunkt des relativen Pfades beim IE nicht die CSS-Datei ist, sondern die Position der HTML-Seite welche das CSS einbindet!</p>
<p>hass hass hass!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript variable scope confusion by Michael</title>
		<link>http://blog.stchur.com/2007/01/31/javascript-variable-scope-confusion/comment-page-1/#comment-18523</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 28 Jan 2010 00:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/01/31/javascript-variable-scope-confusion/#comment-18523</guid>
		<description>I prefer not to declare variables at all to have the code as small as possible</description>
		<content:encoded><![CDATA[<p>I prefer not to declare variables at all to have the code as small as possible</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Re-routing Events in Javascript by stchur-BLOG &#187; Blog Archive &#187; Programmatically clicking a link in Javascript</title>
		<link>http://blog.stchur.com/2007/11/16/re-routing-events-in-javscript/comment-page-1/#comment-14183</link>
		<dc:creator>stchur-BLOG &#187; Blog Archive &#187; Programmatically clicking a link in Javascript</dc:creator>
		<pubDate>Sat, 16 Jan 2010 01:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/11/16/re-routing-events-in-javscript/#comment-14183</guid>
		<description>[...] anyone who has read my post about Re-routing events in Javascript post, you&#039;ll know that it is possible to simulate an event though the use of [...]</description>
		<content:encoded><![CDATA[<p>[...] anyone who has read my post about Re-routing events in Javascript post, you&#39;ll know that it is possible to simulate an event though the use of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emulating CSS word-wrap for Mozilla/Firefox by IE,FIREFOX文本换行问题 &#171; hellosap</title>
		<link>http://blog.stchur.com/2007/02/22/emulating-css-word-wrap-for-mozillafirefox/comment-page-1/#comment-14182</link>
		<dc:creator>IE,FIREFOX文本换行问题 &#171; hellosap</dc:creator>
		<pubDate>Thu, 24 Dec 2009 06:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/02/22/emulating-css-word-wrap-for-mozillafirefox/#comment-14182</guid>
		<description>[...] 在div+css的设计当中，文本的自动换行是一个比较难以处理的问题。IE下的方法很好解决。用css word-wrap 和break-word就可以解决了,firefox下的文本不支持单词间的自动段行，有两种方法可以解决这个问题，一种是采用javascript重写文本，还有一种是用一种不常见的方法，用一个xml来解决这个问题 具体参考如下链接,这是一个浏览器相关的解决方案，本质上其实也是用javascript来解决，不过事件是在ove 引用文献 [...]</description>
		<content:encoded><![CDATA[<p>[...] 在div+css的设计当中，文本的自动换行是一个比较难以处理的问题。IE下的方法很好解决。用css word-wrap 和break-word就可以解决了,firefox下的文本不支持单词间的自动段行，有两种方法可以解决这个问题，一种是采用javascript重写文本，还有一种是用一种不常见的方法，用一个xml来解决这个问题 具体参考如下链接,这是一个浏览器相关的解决方案，本质上其实也是用javascript来解决，不过事件是在ove 引用文献 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My New Blog by mulezakuk</title>
		<link>http://blog.stchur.com/2008/11/07/my-new-blog/comment-page-1/#comment-14181</link>
		<dc:creator>mulezakuk</dc:creator>
		<pubDate>Sun, 23 Aug 2009 05:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stchur.com/2008/11/07/my-new-blog/#comment-14181</guid>
		<description>&lt;strong&gt;mulezakuk...&lt;/strong&gt;

 &lt;a href=&quot;http://namelindablog.info/v-fly-slingshot-bikini/&quot; rel=&quot;nofollow&quot;&gt;V Fly Slingshot Bikini&lt;/a&gt; ...</description>
		<content:encoded><![CDATA[<p><strong>mulezakuk&#8230;</strong></p>
<p> <a href="http://namelindablog.info/v-fly-slingshot-bikini/" rel="nofollow">V Fly Slingshot Bikini</a> &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beating the IE Resize Bug by Pedro</title>
		<link>http://blog.stchur.com/2006/08/20/beating-the-ie-resize-bug/comment-page-1/#comment-13957</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Wed, 13 May 2009 14:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/08/20/beating-the-ie-resize-bug/#comment-13957</guid>
		<description>Simple but effective solution:

function countViewport(){
winHeight = $(window).height();
winWidth = $(window).width();
}

$(window).bind(&#039;resize&#039;, function(){
  if ($(window).height() != winHeight
  &#124;&#124; $(window).width() != winWidth) {
     countViewport();
     // TODO here
  }
});</description>
		<content:encoded><![CDATA[<p>Simple but effective solution:</p>
<p>function countViewport(){<br />
winHeight = $(window).height();<br />
winWidth = $(window).width();<br />
}</p>
<p>$(window).bind(&#039;resize&#039;, function(){<br />
  if ($(window).height() != winHeight<br />
  || $(window).width() != winWidth) {<br />
     countViewport();<br />
     // TODO here<br />
  }<br />
});</p>
]]></content:encoded>
	</item>
</channel>
</rss>
