<?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"
	>
<channel>
	<title>Comments on: Weekly WP WishList for 2/13/2007</title>
	<atom:link href="http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/</link>
	<description>Weblog Tools Blogging Tools Blog</description>
	<pubDate>Sat, 05 Jul 2008 04:37:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: christine</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1155230</link>
		<dc:creator>christine</dc:creator>
		<pubDate>Tue, 27 Feb 2007 21:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1155230</guid>
		<description>Hi Mark... I posted this at Ajay's place and he suggested that I contact you with my request as well. Here's my issue: 

Before I upgraded to Wordpress Ella, I used a plugin called Easy Image Upload. It created a quicktag on the editor and made it VERY simple to add an image to a post. However, after the upgrade, the plugin no longer works and I really dislike using the included image system of Ella.

Unfortunately, the developer no longer seems to be updating that particular plugin. Itâ€™s probably a very simple quicktag code, but I donâ€™t know how to do it myself. Would you please ask the Wordpress community if anyone would be willing to recreate this plugin for me and others who relied on it? Iâ€™d appreciate it very much!</description>
		<content:encoded><![CDATA[<p>Hi Mark&#8230; I posted this at Ajay&#8217;s place and he suggested that I contact you with my request as well. Here&#8217;s my issue: </p>
<p>Before I upgraded to Wordpress Ella, I used a plugin called Easy Image Upload. It created a quicktag on the editor and made it VERY simple to add an image to a post. However, after the upgrade, the plugin no longer works and I really dislike using the included image system of Ella.</p>
<p>Unfortunately, the developer no longer seems to be updating that particular plugin. Itâ€™s probably a very simple quicktag code, but I donâ€™t know how to do it myself. Would you please ask the Wordpress community if anyone would be willing to recreate this plugin for me and others who relied on it? Iâ€™d appreciate it very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Midwestern City Boy</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1148946</link>
		<dc:creator>Midwestern City Boy</dc:creator>
		<pubDate>Sat, 17 Feb 2007 11:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1148946</guid>
		<description>Gene: I don't know.  Maybe only comments if a certain size are allowed.  Anyway, the rest of the comment was ...it's less than 0.05s slower than the standard list_archive routine.

I'm running it on my blog but I haven't published it anywhere yet. I will say it is MUCH faster and requires far fewer queries to create an archive list like you have on your sidebar. It only slows down when any combination of options which will list all of individual posts are selected.</description>
		<content:encoded><![CDATA[<p>Gene: I don&#8217;t know.  Maybe only comments if a certain size are allowed.  Anyway, the rest of the comment was &#8230;it&#8217;s less than 0.05s slower than the standard list_archive routine.</p>
<p>I&#8217;m running it on my blog but I haven&#8217;t published it anywhere yet. I will say it is MUCH faster and requires far fewer queries to create an archive list like you have on your sidebar. It only slows down when any combination of options which will list all of individual posts are selected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene Steinberg</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1148915</link>
		<dc:creator>Gene Steinberg</dc:creator>
		<pubDate>Sat, 17 Feb 2007 10:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1148915</guid>
		<description>Midwestern City Boy: Where's the rest of your post? What about your unofficial tests, and where can I get a copy?

Peace,
Gene</description>
		<content:encoded><![CDATA[<p>Midwestern City Boy: Where&#8217;s the rest of your post? What about your unofficial tests, and where can I get a copy?</p>
<p>Peace,<br />
Gene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Midwestern City Boy</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1148554</link>
		<dc:creator>Midwestern City Boy</dc:creator>
		<pubDate>Sat, 17 Feb 2007 03:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1148554</guid>
		<description>I optimized Fancy Archives to do just what you asked.  After my updates, only ONE database query is run (same as for the built in WordPress function) if you want archives categorized by year and month but don't want each individual post listed.  The current version runs a database query to retrieved the complete list of posts for every month even if they will not be displayed.  It also runs an additional database query just to compute the number pf posts per year, once again whether or not totals are being displayed.  In my unofficial tests, it's </description>
		<content:encoded><![CDATA[<p>I optimized Fancy Archives to do just what you asked.  After my updates, only ONE database query is run (same as for the built in WordPress function) if you want archives categorized by year and month but don&#8217;t want each individual post listed.  The current version runs a database query to retrieved the complete list of posts for every month even if they will not be displayed.  It also runs an additional database query just to compute the number pf posts per year, once again whether or not totals are being displayed.  In my unofficial tests, it&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RyanB</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1147246</link>
		<dc:creator>RyanB</dc:creator>
		<pubDate>Fri, 16 Feb 2007 04:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1147246</guid>
		<description>I am not sure what you mean by the first wish. There is an attribute that allows you to limit the number of archive links, shown. So my sidebar only has the last 6 months plus a full archive link.
&lt;code&gt;
  
  
    
    &lt;a href="http://blog.rbenson.info/archives/" rel="nofollow"&gt;Get older archives &#187;&lt;/a&gt;
  
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I am not sure what you mean by the first wish. There is an attribute that allows you to limit the number of archive links, shown. So my sidebar only has the last 6 months plus a full archive link.<br />
<code></p>
<p>    <a href="http://blog.rbenson.info/archives/">Get older archives &raquo;</a></p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ttancm</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1146636</link>
		<dc:creator>ttancm</dc:creator>
		<pubDate>Thu, 15 Feb 2007 17:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1146636</guid>
		<description>I posted a reply but it got ate...

Gene, contact me via my website if you want help getting king text running (the contact form on your website is broken btw, clicking send just seems to refresh the page).

AND

John, you can delete drafts in wordpress easy. Just click on the draft from the write or manage tab, then when the draft loads down at the bottom of the write page, right above the preview is a button that says "Delete this post", click that to delete the draft.

That stupid button is so hard to notice, I had to ask someone the same question before.</description>
		<content:encoded><![CDATA[<p>I posted a reply but it got ate&#8230;</p>
<p>Gene, contact me via my website if you want help getting king text running (the contact form on your website is broken btw, clicking send just seems to refresh the page).</p>
<p>AND</p>
<p>John, you can delete drafts in wordpress easy. Just click on the draft from the write or manage tab, then when the draft loads down at the bottom of the write page, right above the preview is a button that says &#8220;Delete this post&#8221;, click that to delete the draft.</p>
<p>That stupid button is so hard to notice, I had to ask someone the same question before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mosey</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1145564</link>
		<dc:creator>Mosey</dc:creator>
		<pubDate>Thu, 15 Feb 2007 01:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1145564</guid>
		<description>I think a 'database'-esque plugin would be really useful. With reference to http://theundersigned.net/2006/01/wordpress-plugin-database-lists/ - which isn't actively being developed at the moment - this is something I feel would be a welcome addition to the Plugin section. So far I haven't found anything that could do as per the database-list plugin suggests (perhaps I'm looking for the wrong keyword), so if anyone has any recommendations, I would love to hear them :)</description>
		<content:encoded><![CDATA[<p>I think a &#8216;database&#8217;-esque plugin would be really useful. With reference to <a href="http://theundersigned.net/2006/01/wordpress-plugin-database-lists/">http://theundersigned.net/2006.....ase-lists/</a> - which isn&#8217;t actively being developed at the moment - this is something I feel would be a welcome addition to the Plugin section. So far I haven&#8217;t found anything that could do as per the database-list plugin suggests (perhaps I&#8217;m looking for the wrong keyword), so if anyone has any recommendations, I would love to hear them <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1144830</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 14 Feb 2007 16:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1144830</guid>
		<description>I would love something like buttonsnap to be integrated into the core so that we plugin developers didn't have to spend waste so much time just trying to get Editor buttons to work, and so it wouldn't be broken everytime WP updates!</description>
		<content:encoded><![CDATA[<p>I would love something like buttonsnap to be integrated into the core so that we plugin developers didn&#8217;t have to spend waste so much time just trying to get Editor buttons to work, and so it wouldn&#8217;t be broken everytime WP updates!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Wednesday: Easter Eggs, Editor Extras, WordPress Plugins, and more WordPress 2.1 at The Blog Herald</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1144671</link>
		<dc:creator>WordPress Wednesday: Easter Eggs, Editor Extras, WordPress Plugins, and more WordPress 2.1 at The Blog Herald</dc:creator>
		<pubDate>Wed, 14 Feb 2007 14:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1144671</guid>
		<description>[...] has long helped promote WordPress news, tips, Plugins and Themes, and now Mark is starting a Weekly WP Wish List. If you have searched the WordPress.com Forums, WordPress Codex, WP-Plugins.net, WordPress Theme [...]</description>
		<content:encoded><![CDATA[<p>[...] has long helped promote WordPress news, tips, Plugins and Themes, and now Mark is starting a Weekly WP Wish List. If you have searched the WordPress.com Forums, WordPress Codex, WP-Plugins.net, WordPress Theme [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene Steinberg</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1144635</link>
		<dc:creator>Gene Steinberg</dc:creator>
		<pubDate>Wed, 14 Feb 2007 14:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1144635</guid>
		<description>John, your plug-in seems to have some possibilities, but I'm having some troubles making it work properly. I used your latest beta. Can you contact me privately (click on my name to bring up my site -- and click on the Contact Us link to send me a private message) and assist? It does sound like something we can make happen with proper guidance, and you'll have to give me lots of that :)

Peace,
Gene</description>
		<content:encoded><![CDATA[<p>John, your plug-in seems to have some possibilities, but I&#8217;m having some troubles making it work properly. I used your latest beta. Can you contact me privately (click on my name to bring up my site &#8212; and click on the Contact Us link to send me a private message) and assist? It does sound like something we can make happen with proper guidance, and you&#8217;ll have to give me lots of that <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Peace,<br />
Gene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph Voigt</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1144520</link>
		<dc:creator>Christoph Voigt</dc:creator>
		<pubDate>Wed, 14 Feb 2007 12:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1144520</guid>
		<description>Including simple pages within the frontpage, nested within the chronological order of the posts is something I'd &lt;b&gt;love&lt;/b&gt; to see!</description>
		<content:encoded><![CDATA[<p>Including simple pages within the frontpage, nested within the chronological order of the posts is something I&#8217;d <b>love</b> to see!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1144464</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 14 Feb 2007 11:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1144464</guid>
		<description>My plugin &lt;a href="http://rmarsh.com/plugins/compact-archives/" rel="nofollow"&gt;Compact Archive&lt;/a&gt; offers a format that fits very nicely in a sidebar. Like all archive plugins it loads the database heavily but in conjunction with my &lt;a href="http://rmarsh.com/plugins/poc-cache/" rel="nofollow"&gt;Plugin Output Cache&lt;/a&gt; plugin the load only occurs whenever the blog is updated with new post or comments -- the rest of the time the archive is loaded from a cache.</description>
		<content:encoded><![CDATA[<p>My plugin <a href="http://rmarsh.com/plugins/compact-archives/">Compact Archive</a> offers a format that fits very nicely in a sidebar. Like all archive plugins it loads the database heavily but in conjunction with my <a href="http://rmarsh.com/plugins/poc-cache/">Plugin Output Cache</a> plugin the load only occurs whenever the blog is updated with new post or comments &#8212; the rest of the time the archive is loaded from a cache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143963</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 14 Feb 2007 03:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143963</guid>
		<description>One thing that I would like to see (or it may be there and I just can't see it), is a way to delete draft posts.  Currently, I have to publish the draft before I can delete it.  :(</description>
		<content:encoded><![CDATA[<p>One thing that I would like to see (or it may be there and I just can&#8217;t see it), is a way to delete draft posts.  Currently, I have to publish the draft before I can delete it.  <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emre</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143896</link>
		<dc:creator>emre</dc:creator>
		<pubDate>Wed, 14 Feb 2007 02:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143896</guid>
		<description>For the archives problem, I can suggest &lt;a href="http://www.sonsofskadi.net/extended-live-archive/" rel="nofollow"&gt;Extended Live Archive&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>For the archives problem, I can suggest <a href="http://www.sonsofskadi.net/extended-live-archive/">Extended Live Archive</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene Steinberg</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143700</link>
		<dc:creator>Gene Steinberg</dc:creator>
		<pubDate>Tue, 13 Feb 2007 23:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143700</guid>
		<description>King Text sounds interesting, but I lack the PHP knowhow to use it. You see, my Webmaster is on hiatus for a while, so I'm struggling through this all by myself. I need some really clear step-by-step instructions to make this archive scheme work. Check www.macnightowl.com to see what it looks like, so maybe someone could advise me how to address this.

The key is that a shared hosting environment makes it difficult to use any plug-in that causes a memory spike, and Fancy Archives did its share :(

Peace,
Gene</description>
		<content:encoded><![CDATA[<p>King Text sounds interesting, but I lack the PHP knowhow to use it. You see, my Webmaster is on hiatus for a while, so I&#8217;m struggling through this all by myself. I need some really clear step-by-step instructions to make this archive scheme work. Check <a href="http://www.macnightowl.com">http://www.macnightowl.com</a> to see what it looks like, so maybe someone could advise me how to address this.</p>
<p>The key is that a shared hosting environment makes it difficult to use any plug-in that causes a memory spike, and Fancy Archives did its share <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Peace,<br />
Gene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143694</link>
		<dc:creator>Brendan</dc:creator>
		<pubDate>Tue, 13 Feb 2007 23:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143694</guid>
		<description>Sweet - that's a great idea..

But, can you please not use &lt;code&gt;&lt;/code&gt; for half of your posts content? It may look &lt;em&gt;fine&lt;/em&gt; on the blog.. but via most readers it's painful. Just another idea. :)</description>
		<content:encoded><![CDATA[<p>Sweet - that&#8217;s a great idea..</p>
<p>But, can you please not use <code></code> for half of your posts content? It may look <em>fine</em> on the blog.. but via most readers it&#8217;s painful. Just another idea. <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don West</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143649</link>
		<dc:creator>Don West</dc:creator>
		<pubDate>Tue, 13 Feb 2007 22:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143649</guid>
		<description>Great idea Mark!</description>
		<content:encoded><![CDATA[<p>Great idea Mark!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BillH</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143578</link>
		<dc:creator>BillH</dc:creator>
		<pubDate>Tue, 13 Feb 2007 22:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143578</guid>
		<description>There already is a code hack that makes your Archive list into a drop-down list. I have included it in all my themes as a widget that I have called "My Archives". My website uses this widget for Archives. It would be a simple "cut and paste" to add it to the functions.php file for any theme to get the same widget.

If anyone is interested, my themes are at http://wiki.benched42.net/</description>
		<content:encoded><![CDATA[<p>There already is a code hack that makes your Archive list into a drop-down list. I have included it in all my themes as a widget that I have called &#8220;My Archives&#8221;. My website uses this widget for Archives. It would be a simple &#8220;cut and paste&#8221; to add it to the functions.php file for any theme to get the same widget.</p>
<p>If anyone is interested, my themes are at <a href="http://wiki.benched42.net/">http://wiki.benched42.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ttancm</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143534</link>
		<dc:creator>ttancm</dc:creator>
		<pubDate>Tue, 13 Feb 2007 21:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143534</guid>
		<description>The King Text Widget can be used to make the archive list in the sidebar (or anything in the sidebar) collapsible with a nifty-looking javascript effect. Since you can use them to put enter PHP directly through the widgets interface you can use the regular hooks and options to put exactly what you want for archives and such.

Nearly all of the sidebars on most the sites I run consist almost entirely of this one widget. Very versatile.

The widget site is:
http://www.blog.mediaprojekte.de/cms-systeme/wordpress-plugins/wordpress-widget-king-text/</description>
		<content:encoded><![CDATA[<p>The King Text Widget can be used to make the archive list in the sidebar (or anything in the sidebar) collapsible with a nifty-looking javascript effect. Since you can use them to put enter PHP directly through the widgets interface you can use the regular hooks and options to put exactly what you want for archives and such.</p>
<p>Nearly all of the sidebars on most the sites I run consist almost entirely of this one widget. Very versatile.</p>
<p>The widget site is:<br />
<a href="http://www.blog.mediaprojekte.de/cms-systeme/wordpress-plugins/wordpress-widget-king-text/">http://www.blog.mediaprojekte......king-text/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143514</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Tue, 13 Feb 2007 21:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/02/13/weekly-wp-wishlist-for-2132007/#comment-1143514</guid>
		<description>Excellent. A new source of plugin ideas. :)</description>
		<content:encoded><![CDATA[<p>Excellent. A new source of plugin ideas. <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
