<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Jerome&#8217;s Keywords and Tag Cloud Widget</title>
	<link>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/</link>
	<description>Silly, empty utterances from Jenn who knows nothing about a subject but writes about it anyway.</description>
	<pubDate>Sat, 05 Jul 2008 01:15:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Chipping the web - the last tablet -- Chip&#8217;s Quips</title>
		<link>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-112</link>
		<author>Chipping the web - the last tablet -- Chip&#8217;s Quips</author>
		<pubDate>Wed, 04 Apr 2007 01:10:01 +0000</pubDate>
		<guid>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-112</guid>
					<description>[...] Jenn uses the tag cloud widget, and links to it. Phastidio uses it, too. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Jenn uses the tag cloud widget, and links to it. Phastidio uses it, too. [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jenn</title>
		<link>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-152</link>
		<author>Jenn</author>
		<pubDate>Wed, 25 Apr 2007 01:18:09 +0000</pubDate>
		<guid>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-152</guid>
					<description>&lt;h4&gt;Styling Update&lt;/h4&gt;

I don't use the font tag anymore since everyone yells "DEPRECIATED" at me. And the yelling hurts my feelings. Therefore, hence, and forthwith, I changed the code in the original Chip's keywords-tagcloud.php file so I can use pretty CSS.

I replaced: 
&lt;code&gt;&#60;font size=&#34;%count%&#34; class=&#34;cosmos keyword%count%&#34;&#62;&#60;a href=&#34;%fulltaglink%&#34;&#62;%keyword%&#60;/a&#62;&#60;/font&#62;&lt;/code&gt;

with:
&lt;code&gt;&#60;a class=&#34;keyword%count% &#34;href=&#34;%fulltaglink%&#34;&#62;%keyword%&#60;/a&#62;&lt;/code&gt;

Then I styled my main CSS stylesheet like so:
a.keyword3, a.keyword4, a.keyword5, a.keyword6, a.keyword7
  {font-size: 11pt;}
a.keyword5, a.keyword6, a.keyword7, a.keyword8, a.keyword9
  {font-size: 12pt;}
a.keyword10, a.keyword11, a.keyword12, a.keyword13, a.keyword14
  {font-size: 13pt;}
a.keyword15, a.keyword16, a.keyword17, a.keyword18, a.keyword19
  {font-size: 13pt;
   font-weight: bold;}
... etcetera, etcetera...</description>
		<content:encoded><![CDATA[<h4>Styling Update</h4>
<p>I don&#8217;t use the font tag anymore since everyone yells &#8220;DEPRECIATED&#8221; at me. And the yelling hurts my feelings. Therefore, hence, and forthwith, I changed the code in the original Chip&#8217;s keywords-tagcloud.php file so I can use pretty CSS.</p>
<p>I replaced:<br />
<code>&lt;font size=&quot;%count%&quot; class=&quot;cosmos keyword%count%&quot;&gt;&lt;a href=&quot;%fulltaglink%&quot;&gt;%keyword%&lt;/a&gt;&lt;/font&gt;</code></p>
<p>with:<br />
<code>&lt;a class=&quot;keyword%count% &quot;href=&quot;%fulltaglink%&quot;&gt;%keyword%&lt;/a&gt;</code></p>
<p>Then I styled my main CSS stylesheet like so:<br />
a.keyword3, a.keyword4, a.keyword5, a.keyword6, a.keyword7<br />
  {font-size: 11pt;}<br />
a.keyword5, a.keyword6, a.keyword7, a.keyword8, a.keyword9<br />
  {font-size: 12pt;}<br />
a.keyword10, a.keyword11, a.keyword12, a.keyword13, a.keyword14<br />
  {font-size: 13pt;}<br />
a.keyword15, a.keyword16, a.keyword17, a.keyword18, a.keyword19<br />
  {font-size: 13pt;<br />
   font-weight: bold;}<br />
&#8230; etcetera, etcetera&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sterling Camden</title>
		<link>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-156</link>
		<author>Sterling Camden</author>
		<pubDate>Thu, 26 Apr 2007 16:10:44 +0000</pubDate>
		<guid>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-156</guid>
					<description>Hey Jenn,

Thanks for using the widget.  You can still use CSS styling even if the font tag is left in.  The CSS font size should override the font size specification.</description>
		<content:encoded><![CDATA[<p>Hey Jenn,</p>
<p>Thanks for using the widget.  You can still use CSS styling even if the font tag is left in.  The CSS font size should override the font size specification.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jenn</title>
		<link>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-158</link>
		<author>Jenn</author>
		<pubDate>Thu, 26 Apr 2007 21:22:38 +0000</pubDate>
		<guid>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-158</guid>
					<description>Hey Sterling Camden! It's totally awesome that you left a comment on my blog!

You're right about the font tag working fine by styling with the CSS. In fact, the widget worked great right out of the box! But I read somewhere that the font element is not supported in XHTML 1.0 Strict DTD.  

I can't back this up on paper though. I should have said pretty XHTML instead of pretty CSS. :)</description>
		<content:encoded><![CDATA[<p>Hey Sterling Camden! It&#8217;s totally awesome that you left a comment on my blog!</p>
<p>You&#8217;re right about the font tag working fine by styling with the CSS. In fact, the widget worked great right out of the box! But I read somewhere that the font element is not supported in XHTML 1.0 Strict DTD.  </p>
<p>I can&#8217;t back this up on paper though. I should have said pretty XHTML instead of pretty CSS. <img src='http://dailytwaddle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sterling Camden</title>
		<link>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-159</link>
		<author>Sterling Camden</author>
		<pubDate>Thu, 26 Apr 2007 21:57:13 +0000</pubDate>
		<guid>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-159</guid>
					<description>You are &lt;a href="http://liorean.web-graphics.com/xhtml/comparison.loose-strict.html" rel="nofollow"&gt;correct&lt;/a&gt;, Jenn.  I'll have to look into upgrading my widget without impacting existing users.

WordPress pingback led me to your post.  I'm honored that you think my commenting here is "awesome".  I wonder what would you think if I subscribed to your blog and added you to my blogroll in the sidebar &lt;a href="http://www.chipsquips.com/" rel="nofollow"&gt;here&lt;/a&gt;?</description>
		<content:encoded><![CDATA[<p>You are <a href="http://liorean.web-graphics.com/xhtml/comparison.loose-strict.html" rel="nofollow">correct</a>, Jenn.  I&#8217;ll have to look into upgrading my widget without impacting existing users.</p>
<p>WordPress pingback led me to your post.  I&#8217;m honored that you think my commenting here is &#8220;awesome&#8221;.  I wonder what would you think if I subscribed to your blog and added you to my blogroll in the sidebar <a href="http://www.chipsquips.com/" rel="nofollow">here</a>?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jenn</title>
		<link>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-160</link>
		<author>Jenn</author>
		<pubDate>Fri, 27 Apr 2007 00:19:49 +0000</pubDate>
		<guid>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-160</guid>
					<description>Ooh - great list! Oh no! I'm still using the strike tag. I'll have to strike that from my available tags... ha ha - good one Jenn.

Subscribing to &lt;em&gt;my&lt;/em&gt; blog? Adding me to your blogroll? Holy cannoli! That is colossally awesome! I'm clapping like Paula Abdul during finals week!</description>
		<content:encoded><![CDATA[<p>Ooh - great list! Oh no! I&#8217;m still using the strike tag. I&#8217;ll have to strike that from my available tags&#8230; ha ha - good one Jenn.</p>
<p>Subscribing to <em>my</em> blog? Adding me to your blogroll? Holy cannoli! That is colossally awesome! I&#8217;m clapping like Paula Abdul during finals week!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tag cloud widget for WordPress gets all standardsy on you -- Chip&#8217;s Tips for Developers</title>
		<link>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-236</link>
		<author>Tag cloud widget for WordPress gets all standardsy on you -- Chip&#8217;s Tips for Developers</author>
		<pubDate>Fri, 18 May 2007 19:06:26 +0000</pubDate>
		<guid>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-236</guid>
					<description>[...] me clueless, but I did not know until I found out from Jenn that the &#60;FONT&#62; element has been deprecated and will not validate XHTML 1.0 strict DTD.&#160; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] me clueless, but I did not know until I found out from Jenn that the &lt;FONT&gt; element has been deprecated and will not validate XHTML 1.0 strict DTD.&nbsp; [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: tovorinok</title>
		<link>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-579</link>
		<author>tovorinok</author>
		<pubDate>Thu, 05 Jul 2007 05:08:36 +0000</pubDate>
		<guid>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-579</guid>
					<description>Hello 
 
Great book. I just want to say what a fantastic thing you are doing! Good luck! 
 
 
G'night</description>
		<content:encoded><![CDATA[<p>Hello </p>
<p>Great book. I just want to say what a fantastic thing you are doing! Good luck! </p>
<p>G&#8217;night</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jenn</title>
		<link>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-766</link>
		<author>Jenn</author>
		<pubDate>Tue, 17 Jul 2007 23:20:48 +0000</pubDate>
		<guid>http://dailytwaddle.com/jeromes-keywords-and-tag-cloud-widget/#comment-766</guid>
					<description>Thanks! Hopefully I can reply to comments within a reasonable amount of time (thanks to Verizon).</description>
		<content:encoded><![CDATA[<p>Thanks! Hopefully I can reply to comments within a reasonable amount of time (thanks to Verizon).</p>
]]></content:encoded>
				</item>
</channel>
</rss>
