<?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: Multiple Fancy Drop Caps</title>
	<atom:link href="http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps</link>
	<description>Tips, techniques, and tutorials for the jQuery JavaScript library</description>
	<lastBuildDate>Sun, 14 Mar 2010 16:12:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps/comment-page-1#comment-79843</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Sat, 13 Mar 2010 02:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps#comment-79843</guid>
		<description>Hi Adam,
Wow. Yeah, &lt;code&gt;.src()&lt;/code&gt; was removed from jQuery ages ago. I&#039;m curious now about where you saw that? I can&#039;t seem to find it in this tutorial.</description>
		<content:encoded><![CDATA[<p>Hi Adam,<br />
Wow. Yeah, <code>.src()</code> was removed from jQuery ages ago. I&#8217;m curious now about where you saw that? I can&#8217;t seem to find it in this tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Silverman</title>
		<link>http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps/comment-page-1#comment-79842</link>
		<dc:creator>Adam Silverman</dc:creator>
		<pubDate>Fri, 12 Mar 2010 22:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps#comment-79842</guid>
		<description>I am working through this as a tutorial running jQuery 1.4. I had trouble with the &lt;pre&gt;$(&#039;&lt;img /&gt;&#039;).src()&lt;/pre&gt; I am guessing that the &quot;.src()&quot;  function maybe doesn&#039;t work anymore, or I typed something incorrectly :)

I changed it to the following and it worked for me...
&lt;pre&gt;
$(&#039;&lt;img /&gt;&#039;)
 .attr(&#039;src&#039;, &#039;alphabet/&#039; + first_letter.toLowerCase() + &#039;.gif&#039;)
 .attr(&#039;alt&#039;,first_letter)
 .addClass(&#039;fancy-letter&#039;)
 .prependTo( first_paragraph );
&lt;/pre&gt;

Does that make sense?</description>
		<content:encoded><![CDATA[<p>I am working through this as a tutorial running jQuery 1.4. I had trouble with the
<pre>$('&lt;img /&gt;').src()</pre>
<p> I am guessing that the &#8220;.src()&#8221;  function maybe doesn&#8217;t work anymore, or I typed something incorrectly :)</p>
<p>I changed it to the following and it worked for me&#8230;</p>
<pre>
$('&lt;img /&gt;')
 .attr('src', 'alphabet/' + first_letter.toLowerCase() + '.gif')
 .attr('alt',first_letter)
 .addClass('fancy-letter')
 .prependTo( first_paragraph );
</pre>
<p>Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP-help &#187; Excellent jQuery Tutorials</title>
		<link>http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps/comment-page-1#comment-79823</link>
		<dc:creator>PHP-help &#187; Excellent jQuery Tutorials</dc:creator>
		<pubDate>Mon, 08 Mar 2010 12:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps#comment-79823</guid>
		<description>[...] Tutorial Link Related Posts:10 Steps to Becoming a Great Web DeveloperUltimate Collection of PHP Libraries10 Practical PHP Regular Expression RecipesPHP Tutorials for PHP Programmer20 Great PHP Libraries You Need to KnowShare/Bookmark [...]</description>
		<content:encoded><![CDATA[<p>[...] Tutorial Link Related Posts:10 Steps to Becoming a Great Web DeveloperUltimate Collection of PHP Libraries10 Practical PHP Regular Expression RecipesPHP Tutorials for PHP Programmer20 Great PHP Libraries You Need to KnowShare/Bookmark [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 40多个jquery插件 &#124; QK31</title>
		<link>http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps/comment-page-1#comment-79738</link>
		<dc:creator>40多个jquery插件 &#124; QK31</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps#comment-79738</guid>
		<description>[...] Tutorial Link [...]</description>
		<content:encoded><![CDATA[<p>[...] Tutorial Link [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 37 More Shocking jQuery Plugins &#171; PSD to HTML , Slicing PSD to HTML</title>
		<link>http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps/comment-page-1#comment-79498</link>
		<dc:creator>37 More Shocking jQuery Plugins &#171; PSD to HTML , Slicing PSD to HTML</dc:creator>
		<pubDate>Sun, 10 Jan 2010 18:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps#comment-79498</guid>
		<description>[...] crop, labelOver and pluck- How to create a drop cap and apply it to every paragraph in a [...]</description>
		<content:encoded><![CDATA[<p>[...] crop, labelOver and pluck- How to create a drop cap and apply it to every paragraph in a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Useful Coding Solutions For Designers And Developers &#171; Tech7.Net</title>
		<link>http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps/comment-page-1#comment-79240</link>
		<dc:creator>5 Useful Coding Solutions For Designers And Developers &#171; Tech7.Net</dc:creator>
		<pubDate>Thu, 26 Nov 2009 21:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps#comment-79240</guid>
		<description>[...] Multiple Fancy Drop Caps [...]</description>
		<content:encoded><![CDATA[<p>[...] Multiple Fancy Drop Caps [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 6 Useful Coding Solutions For Designers And Developers - Smashing Magazine</title>
		<link>http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps/comment-page-1#comment-79202</link>
		<dc:creator>6 Useful Coding Solutions For Designers And Developers - Smashing Magazine</dc:creator>
		<pubDate>Mon, 23 Nov 2009 12:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps#comment-79202</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best jquery plugins examples,Jquery-css gallery, css scripts showcase ,php scripts,ajax scripts,CMS Drupal,CMS Joomla,CMS WordPress:W3CGallery.com</title>
		<link>http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps/comment-page-1#comment-79081</link>
		<dc:creator>Best jquery plugins examples,Jquery-css gallery, css scripts showcase ,php scripts,ajax scripts,CMS Drupal,CMS Joomla,CMS WordPress:W3CGallery.com</dc:creator>
		<pubDate>Wed, 21 Oct 2009 13:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps#comment-79081</guid>
		<description>[...]   crop, labelOver and pluck and apply it to every paragraph in a DIV. [...]</description>
		<content:encoded><![CDATA[<p>[...]   crop, labelOver and pluck and apply it to every paragraph in a DIV. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Allure Of Drop Caps In Typography &#8211; Practices And Resources &#124; Little Box Of Ideas</title>
		<link>http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps/comment-page-1#comment-79032</link>
		<dc:creator>The Allure Of Drop Caps In Typography &#8211; Practices And Resources &#124; Little Box Of Ideas</dc:creator>
		<pubDate>Sun, 11 Oct 2009 21:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps#comment-79032</guid>
		<description>[...] 3. Multiple Fancy Drop Caps &#8211; Learning jQuery Applying drop caps to every paragraph in a div. [...]</description>
		<content:encoded><![CDATA[<p>[...] 3. Multiple Fancy Drop Caps &#8211; Learning jQuery Applying drop caps to every paragraph in a div. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tk</title>
		<link>http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps/comment-page-1#comment-78917</link>
		<dc:creator>tk</dc:creator>
		<pubDate>Mon, 28 Sep 2009 01:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/12/multiple-fancy-drop-caps#comment-78917</guid>
		<description>@kinglsey The code would need a bit of modification to apply separate styles to each letter instance in a sprite.... I have a need to load different color instances of the versal for a dynamically changing layout within a single site design. I may try and hash something like this out, which would make the code work with a sprite grid. I&#039;ll post a link to the code when its up, in case anyone wants to check it out and use it.</description>
		<content:encoded><![CDATA[<p>@kinglsey The code would need a bit of modification to apply separate styles to each letter instance in a sprite&#8230;. I have a need to load different color instances of the versal for a dynamically changing layout within a single site design. I may try and hash something like this out, which would make the code work with a sprite grid. I&#8217;ll post a link to the code when its up, in case anyone wants to check it out and use it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
