<?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: Text-shadow in IE with jQuery</title>
	<atom:link href="http://kilianvalkhof.com/2008/javascript/text-shadow-in-ie-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://kilianvalkhof.com/2008/javascript/text-shadow-in-ie-with-jquery/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 07:29:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brandon Stoner</title>
		<link>http://kilianvalkhof.com/2008/javascript/text-shadow-in-ie-with-jquery/comment-page-1/#comment-48525</link>
		<dc:creator>Brandon Stoner</dc:creator>
		<pubDate>Thu, 11 Mar 2010 07:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=206#comment-48525</guid>
		<description>This still doesn&#039;t work in IE8. Not sure about other versions...</description>
		<content:encoded><![CDATA[<p>This still doesn&#8217;t work in IE8. Not sure about other versions&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PK</title>
		<link>http://kilianvalkhof.com/2008/javascript/text-shadow-in-ie-with-jquery/comment-page-1/#comment-47782</link>
		<dc:creator>PK</dc:creator>
		<pubDate>Mon, 01 Mar 2010 18:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=206#comment-47782</guid>
		<description>Sadly, bugged to hell in IE7.</description>
		<content:encoded><![CDATA[<p>Sadly, bugged to hell in IE7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://kilianvalkhof.com/2008/javascript/text-shadow-in-ie-with-jquery/comment-page-1/#comment-47557</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Fri, 26 Feb 2010 06:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=206#comment-47557</guid>
		<description>Demo url http://kilianvalkhof.com/uploads/jquerytextshadow/
text shadow not work in IE8</description>
		<content:encoded><![CDATA[<p>Demo url <a href="http://kilianvalkhof.com/uploads/jquerytextshadow/" rel="nofollow">http://kilianvalkhof.com/uploads/jquerytextshadow/</a><br />
text shadow not work in IE8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10+ Useful jQuery Plugins &#171; Nulls</title>
		<link>http://kilianvalkhof.com/2008/javascript/text-shadow-in-ie-with-jquery/comment-page-1/#comment-44704</link>
		<dc:creator>10+ Useful jQuery Plugins &#171; Nulls</dc:creator>
		<pubDate>Sun, 24 Jan 2010 09:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=206#comment-44704</guid>
		<description>[...] Valkhof posted an article in which he showed how to create shadows for text with jQuery in Internet [...]</description>
		<content:encoded><![CDATA[<p>[...] Valkhof posted an article in which he showed how to create shadows for text with jQuery in Internet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Q Ball, The 800lb Gorilla</title>
		<link>http://kilianvalkhof.com/2008/javascript/text-shadow-in-ie-with-jquery/comment-page-1/#comment-44140</link>
		<dc:creator>Q Ball, The 800lb Gorilla</dc:creator>
		<pubDate>Mon, 18 Jan 2010 18:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=206#comment-44140</guid>
		<description>I am interested in implementing your plugin for IE text shadow conversion, however I am stumped on installing it. I have added the script call in the header, but I am not sure what else to do except address the css code above in my ie.css file. I am an amateur when it comes to javascript impementation. What is the step by step method to install after the header.

What I have done now did not produce any results as of yet.

Thank you for this brilliant script. I hope to be able to translate your efforts from your demo to my site.</description>
		<content:encoded><![CDATA[<p>I am interested in implementing your plugin for IE text shadow conversion, however I am stumped on installing it. I have added the script call in the header, but I am not sure what else to do except address the css code above in my ie.css file. I am an amateur when it comes to javascript impementation. What is the step by step method to install after the header.</p>
<p>What I have done now did not produce any results as of yet.</p>
<p>Thank you for this brilliant script. I hope to be able to translate your efforts from your demo to my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 22 CSS/jQuery Solutions Showcase Tutorials, Beautify Your WebSite Now &#124; Designer Sandbox</title>
		<link>http://kilianvalkhof.com/2008/javascript/text-shadow-in-ie-with-jquery/comment-page-1/#comment-43005</link>
		<dc:creator>22 CSS/jQuery Solutions Showcase Tutorials, Beautify Your WebSite Now &#124; Designer Sandbox</dc:creator>
		<pubDate>Mon, 04 Jan 2010 07:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=206#comment-43005</guid>
		<description>[...] &#8220;With the soon-released FireFox 3.1, three of the four major browsers support text-shadow. That leaves just Internet Explorer with the lack of text-shadow. I have already taken care of that problem, but decided to wrap it up in a nice automated jQuery plugin.&#8221; Demo &#124; Project Home [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8220;With the soon-released FireFox 3.1, three of the four major browsers support text-shadow. That leaves just Internet Explorer with the lack of text-shadow. I have already taken care of that problem, but decided to wrap it up in a nice automated jQuery plugin.&#8221; Demo | Project Home [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 【译文】适用于主流浏览器的5个运用jQuery的css3技术 &#171; Zhao&#39;s Blog</title>
		<link>http://kilianvalkhof.com/2008/javascript/text-shadow-in-ie-with-jquery/comment-page-1/#comment-42111</link>
		<dc:creator>【译文】适用于主流浏览器的5个运用jQuery的css3技术 &#171; Zhao&#39;s Blog</dc:creator>
		<pubDate>Wed, 23 Dec 2009 11:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=206#comment-42111</guid>
		<description>[...] How To » Text-shadow in Internet Explorer [...]</description>
		<content:encoded><![CDATA[<p>[...] How To » Text-shadow in Internet Explorer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Muller</title>
		<link>http://kilianvalkhof.com/2008/javascript/text-shadow-in-ie-with-jquery/comment-page-1/#comment-41469</link>
		<dc:creator>Mark Muller</dc:creator>
		<pubDate>Wed, 16 Dec 2009 11:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=206#comment-41469</guid>
		<description>Kilian,

Great plugin, but, can you tell me how to get it to work with @font-face text if I remove the call to textshadow - then the text renders the .eot font correctly - turn it on and I get an error on the page. http://7souls.co.uk/test.html is where it can be seen

Any help is gratefully received.</description>
		<content:encoded><![CDATA[<p>Kilian,</p>
<p>Great plugin, but, can you tell me how to get it to work with @font-face text if I remove the call to textshadow &#8211; then the text renders the .eot font correctly &#8211; turn it on and I get an error on the page. <a href="http://7souls.co.uk/test.html" rel="nofollow">http://7souls.co.uk/test.html</a> is where it can be seen</p>
<p>Any help is gratefully received.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sourav ray</title>
		<link>http://kilianvalkhof.com/2008/javascript/text-shadow-in-ie-with-jquery/comment-page-1/#comment-41409</link>
		<dc:creator>sourav ray</dc:creator>
		<pubDate>Tue, 15 Dec 2009 04:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=206#comment-41409</guid>
		<description>hi kilian,
   It is not working for me on IE8 (Windows XP with service pack-3).  Demo is also not working!</description>
		<content:encoded><![CDATA[<p>hi kilian,<br />
   It is not working for me on IE8 (Windows XP with service pack-3).  Demo is also not working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Text-shadow in IE with jQuery &#171; Ajax Freak</title>
		<link>http://kilianvalkhof.com/2008/javascript/text-shadow-in-ie-with-jquery/comment-page-1/#comment-41332</link>
		<dc:creator>Text-shadow in IE with jQuery &#171; Ajax Freak</dc:creator>
		<pubDate>Sun, 13 Dec 2009 09:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=206#comment-41332</guid>
		<description>[...] Demo &amp; Download    VN:F [1.7.7_1013]please wait...Rating: 0.0/10 (0 votes cast)VN:F [1.7.7_1013]Rating: 0 (from 0 votes)Share it    Tags: IE, Jquery, text   This entry was posted on December 13, 2009 at 2:23 am, and is filed under Effects, Jquery. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. [...]</description>
		<content:encoded><![CDATA[<p>[...] Demo &amp; Download    VN:F [1.7.7_1013]please wait&#8230;Rating: 0.0/10 (0 votes cast)VN:F [1.7.7_1013]Rating: 0 (from 0 votes)Share it    Tags: IE, Jquery, text   This entry was posted on December 13, 2009 at 2:23 am, and is filed under Effects, Jquery. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
