<?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: Wordpress Plugin: WP-Components</title>
	<atom:link href="http://www.cagintranet.com/archive/wp-components-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cagintranet.com/archive/wp-components-plugin/</link>
	<description>Pittsburgh Web Design Â» Cagintranet Web Design - Web Designer, Developer, Graphic Artist and Web 2.0 Guru</description>
	<lastBuildDate>Tue, 09 Mar 2010 11:37:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Cagle</title>
		<link>http://www.cagintranet.com/archive/wp-components-plugin/#comment-6977</link>
		<dc:creator>Chris Cagle</dc:creator>
		<pubDate>Sun, 12 Apr 2009 11:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=427#comment-6977</guid>
		<description>@Jason - Thank you for the comment! I hope I can churn out a couple more posts, but they are definitely few-and-far between.</description>
		<content:encoded><![CDATA[<p>@Jason &#8211; Thank you for the comment! I hope I can churn out a couple more posts, but they are definitely few-and-far between.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Pelker</title>
		<link>http://www.cagintranet.com/archive/wp-components-plugin/#comment-6972</link>
		<dc:creator>Jason Pelker</dc:creator>
		<pubDate>Fri, 10 Apr 2009 17:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=427#comment-6972</guid>
		<description>This is the second time I&#039;ve stumbled across your website in the last 12 months looking for a solution to a WordPress problem. I made sure to subscribe to your feed on Google Reader this time, though. Hopefully, you&#039;ll keep writing great code and great posts to go with it.

Thanks for all you help in the community--and that community is exactly why I can&#039;t recommend another CMS over WordPress.</description>
		<content:encoded><![CDATA[<p>This is the second time I&#8217;ve stumbled across your website in the last 12 months looking for a solution to a WordPress problem. I made sure to subscribe to your feed on Google Reader this time, though. Hopefully, you&#8217;ll keep writing great code and great posts to go with it.</p>
<p>Thanks for all you help in the community&#8211;and that community is exactly why I can&#8217;t recommend another CMS over WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cagle</title>
		<link>http://www.cagintranet.com/archive/wp-components-plugin/#comment-6918</link>
		<dc:creator>Chris Cagle</dc:creator>
		<pubDate>Thu, 26 Feb 2009 18:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=427#comment-6918</guid>
		<description>hhmm... I will check this out. Thanks for the heads up.</description>
		<content:encoded><![CDATA[<p>hhmm&#8230; I will check this out. Thanks for the heads up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leland</title>
		<link>http://www.cagintranet.com/archive/wp-components-plugin/#comment-6916</link>
		<dc:creator>Leland</dc:creator>
		<pubDate>Thu, 26 Feb 2009 15:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=427#comment-6916</guid>
		<description>I am loving your plugin.  Just what I needed.  Firebug is picking up the following errors when I am accessing the admin page for this plugin:

jQuery is not defined
wpcomponent.js()wpcomponent.js (line 41)
[Break on this error] jQuery(document).ready(function() {</description>
		<content:encoded><![CDATA[<p>I am loving your plugin.  Just what I needed.  Firebug is picking up the following errors when I am accessing the admin page for this plugin:</p>
<p>jQuery is not defined<br />
wpcomponent.js()wpcomponent.js (line 41)<br />
[Break on this error] jQuery(document).ready(function() {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cagle</title>
		<link>http://www.cagintranet.com/archive/wp-components-plugin/#comment-6911</link>
		<dc:creator>Chris Cagle</dc:creator>
		<pubDate>Tue, 24 Feb 2009 01:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=427#comment-6911</guid>
		<description>Thanks Matt! I made that change in ver 0.7, along with a few others I just came across.</description>
		<content:encoded><![CDATA[<p>Thanks Matt! I made that change in ver 0.7, along with a few others I just came across.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.cagintranet.com/archive/wp-components-plugin/#comment-6910</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 23 Feb 2009 22:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=427#comment-6910</guid>
		<description>Hey Chris,
Recently implemented your plugin for a client. I was getting a javascript error which was stopping some other plugins from working.

On line 55 of wpcomponents.js I added:
if (document.getElementById(&quot;wpcomponent_id&quot;)) {
and put the rest of that inside, I stopped the error.

You probably have a better way, but thought I&#039;d let ya know.</description>
		<content:encoded><![CDATA[<p>Hey Chris,<br />
Recently implemented your plugin for a client. I was getting a javascript error which was stopping some other plugins from working.</p>
<p>On line 55 of wpcomponents.js I added:<br />
if (document.getElementById(&#8220;wpcomponent_id&#8221;)) {<br />
and put the rest of that inside, I stopped the error.</p>
<p>You probably have a better way, but thought I&#8217;d let ya know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WPscoop &#124; Wordpress Social News and Bookmarking</title>
		<link>http://www.cagintranet.com/archive/wp-components-plugin/#comment-4380</link>
		<dc:creator>WPscoop &#124; Wordpress Social News and Bookmarking</dc:creator>
		<pubDate>Wed, 10 Dec 2008 00:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=427#comment-4380</guid>
		<description>&lt;strong&gt;Story added to...&lt;/strong&gt;

Your story was featured in WPscoop &#124; Wordpress Social News and Bookmarking! Here is the link to vote it up and promote it: http://wpscoop.com/Wordpress-Plugins/Wordpress-Plugin-WP-Components...</description>
		<content:encoded><![CDATA[<p><strong>Story added to&#8230;</strong></p>
<p>Your story was featured in WPscoop | Wordpress Social News and Bookmarking! Here is the link to vote it up and promote it: <a href="http://wpscoop.com/Wordpress-Plugins/Wordpress-Plugin-WP-Components.." rel="nofollow">http://wpscoop.com/Wordpress-Plugins/Wordpress-Plugin-WP-Components..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dana</title>
		<link>http://www.cagintranet.com/archive/wp-components-plugin/#comment-4367</link>
		<dc:creator>Dana</dc:creator>
		<pubDate>Tue, 09 Dec 2008 14:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=427#comment-4367</guid>
		<description>LOVE IT! Just what I needed!</description>
		<content:encoded><![CDATA[<p>LOVE IT! Just what I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cagle</title>
		<link>http://www.cagintranet.com/archive/wp-components-plugin/#comment-4348</link>
		<dc:creator>Chris Cagle</dc:creator>
		<pubDate>Tue, 09 Dec 2008 01:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=427#comment-4348</guid>
		<description>Wow - what response thus far!! I will definitely keep this plugin up-to-date, and will keep adding features as they are suggested.

I had already thought of the TinyMCE integration, but haven&#039;t gotten around to seeing how to do it yet. 

Thanks everyone!</description>
		<content:encoded><![CDATA[<p>Wow &#8211; what response thus far!! I will definitely keep this plugin up-to-date, and will keep adding features as they are suggested.</p>
<p>I had already thought of the TinyMCE integration, but haven&#8217;t gotten around to seeing how to do it yet. </p>
<p>Thanks everyone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Visser</title>
		<link>http://www.cagintranet.com/archive/wp-components-plugin/#comment-4346</link>
		<dc:creator>Michael Visser</dc:creator>
		<pubDate>Tue, 09 Dec 2008 00:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=427#comment-4346</guid>
		<description>Just as I were debating what WordPress needs to take a stab at some of the finer CMS features, woot! Test driving this plugin right now, just from reading the 2 comments above this is going to require some labour on your behalf to maintain... good luck!</description>
		<content:encoded><![CDATA[<p>Just as I were debating what WordPress needs to take a stab at some of the finer CMS features, woot! Test driving this plugin right now, just from reading the 2 comments above this is going to require some labour on your behalf to maintain&#8230; good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
