<?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: Download: Widgetized PHPList Integration Plugin for WordPress</title>
	<atom:link href="http://www.techknowme.com/blog/2009/06/download-widgetized-phplist-integration-plugin-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techknowme.com/blog/2009/06/download-widgetized-phplist-integration-plugin-for-wordpress/</link>
	<description>Random rants and tips on website programming and marketing - for geeks by a geek</description>
	<lastBuildDate>Thu, 18 Feb 2010 23:12:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan Illouz</title>
		<link>http://www.techknowme.com/blog/2009/06/download-widgetized-phplist-integration-plugin-for-wordpress/comment-page-1/#comment-105</link>
		<dc:creator>Dan Illouz</dc:creator>
		<pubDate>Thu, 06 Aug 2009 23:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.techknowme.com/blog/?p=39#comment-105</guid>
		<description>This is really great. I must say that support on the other side is not so regular as Jesse said he is very busy (obviously understandable, but annoying for us hehe)...

now, if i can find someone to help me install http://projects.jesseheap.com/all-projects/wordpress-plugin-phplist-comment-subscriber, I&#039;ll be a happy dude haha. 

dillouz@gmail.com</description>
		<content:encoded><![CDATA[<p>This is really great. I must say that support on the other side is not so regular as Jesse said he is very busy (obviously understandable, but annoying for us hehe)&#8230;</p>
<p>now, if i can find someone to help me install <a href="http://projects.jesseheap.com/all-projects/wordpress-plugin-phplist-comment-subscriber" rel="nofollow">http://projects.jesseheap.com/all-projects/wordpress-plugin-phplist-comment-subscriber</a>, I&#8217;ll be a happy dude haha. </p>
<p><a href="mailto:dillouz@gmail.com">dillouz@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.techknowme.com/blog/2009/06/download-widgetized-phplist-integration-plugin-for-wordpress/comment-page-1/#comment-100</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 20 Jul 2009 16:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.techknowme.com/blog/?p=39#comment-100</guid>
		<description>Rob,
You rule!  I tried your widget version, and it&#039;s working perfectly for me in 2.8.1.  

I had seen a number of plugins trying to handle newsletters and email lists completely from WP, but I figured why not just try this and save the conversion hassle.  

I see that the plugin is now offering to update itself, but I&#039;m guessing that Jesse may have simply grabbed your code, so the update might be redundant.  If you&#039;d like to chime in on that, feel free.  

Great job and Thanks!</description>
		<content:encoded><![CDATA[<p>Rob,<br />
You rule!  I tried your widget version, and it&#8217;s working perfectly for me in 2.8.1.  </p>
<p>I had seen a number of plugins trying to handle newsletters and email lists completely from WP, but I figured why not just try this and save the conversion hassle.  </p>
<p>I see that the plugin is now offering to update itself, but I&#8217;m guessing that Jesse may have simply grabbed your code, so the update might be redundant.  If you&#8217;d like to chime in on that, feel free.  </p>
<p>Great job and Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Z.</title>
		<link>http://www.techknowme.com/blog/2009/06/download-widgetized-phplist-integration-plugin-for-wordpress/comment-page-1/#comment-80</link>
		<dc:creator>Rob Z.</dc:creator>
		<pubDate>Mon, 06 Jul 2009 04:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.techknowme.com/blog/?p=39#comment-80</guid>
		<description>Also - I&#039;m using 2.10.10 (haven&#039;t experienced the buggy editor yet, though) so I wonder if that does have anything to do with it. Still, try uncommenting line 167 and see if anything pops up there.</description>
		<content:encoded><![CDATA[<p>Also &#8211; I&#8217;m using 2.10.10 (haven&#8217;t experienced the buggy editor yet, though) so I wonder if that does have anything to do with it. Still, try uncommenting line 167 and see if anything pops up there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Z.</title>
		<link>http://www.techknowme.com/blog/2009/06/download-widgetized-phplist-integration-plugin-for-wordpress/comment-page-1/#comment-79</link>
		<dc:creator>Rob Z.</dc:creator>
		<pubDate>Mon, 06 Jul 2009 04:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.techknowme.com/blog/?p=39#comment-79</guid>
		<description>Well, the meat of this thing in regards to subscribing starts at about line 87 with the function &quot;phplist_subscribe()&quot;. At line 153, you see where it submits the new user using cURL. What I might try first is to uncomment line 167 and see what the result is that you&#039;re getting after the submit is made. The error checking on that part really isn&#039;t the best, but considering there&#039;s no real PHPList API to speak of, I think Jesse did a pretty admirable job working with what he had. 

Do let me know if you figure this out - I;d definitely like to make this more robust. And, heck, if Jesse doesn&#039;t want to continue to maintain it, I&#039;d be happy to take it over. So long as I get other coders like you to pitch in from time to time ;-)</description>
		<content:encoded><![CDATA[<p>Well, the meat of this thing in regards to subscribing starts at about line 87 with the function &#8220;phplist_subscribe()&#8221;. At line 153, you see where it submits the new user using cURL. What I might try first is to uncomment line 167 and see what the result is that you&#8217;re getting after the submit is made. The error checking on that part really isn&#8217;t the best, but considering there&#8217;s no real PHPList API to speak of, I think Jesse did a pretty admirable job working with what he had. </p>
<p>Do let me know if you figure this out &#8211; I;d definitely like to make this more robust. And, heck, if Jesse doesn&#8217;t want to continue to maintain it, I&#8217;d be happy to take it over. So long as I get other coders like you to pitch in from time to time <img src='http://www.techknowme.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Lynes</title>
		<link>http://www.techknowme.com/blog/2009/06/download-widgetized-phplist-integration-plugin-for-wordpress/comment-page-1/#comment-77</link>
		<dc:creator>Daniel Lynes</dc:creator>
		<pubDate>Sun, 05 Jul 2009 02:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techknowme.com/blog/?p=39#comment-77</guid>
		<description>P.S.  If I know where to look in the code for bugs, I might even be able to fix it myself, and then submit my patches to both yourself and Jesse Heap.

Thanks.</description>
		<content:encoded><![CDATA[<p>P.S.  If I know where to look in the code for bugs, I might even be able to fix it myself, and then submit my patches to both yourself and Jesse Heap.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Lynes</title>
		<link>http://www.techknowme.com/blog/2009/06/download-widgetized-phplist-integration-plugin-for-wordpress/comment-page-1/#comment-76</link>
		<dc:creator>Daniel Lynes</dc:creator>
		<pubDate>Sun, 05 Jul 2009 02:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.techknowme.com/blog/?p=39#comment-76</guid>
		<description>Hello, Rob.

Everything shows up the way it should.  It even submits the data and returns success.  However, when I go to the PHP List admin console and search for that name, or the email address, I find no matches.

I&#039;m using WordPress 2.8 and PHP List 2.10.8 (2.10.10 has a buggy editor control, and so I haven&#039;t upgraded).

Any ideas what might be going wrong?</description>
		<content:encoded><![CDATA[<p>Hello, Rob.</p>
<p>Everything shows up the way it should.  It even submits the data and returns success.  However, when I go to the PHP List admin console and search for that name, or the email address, I find no matches.</p>
<p>I&#8217;m using WordPress 2.8 and PHP List 2.10.8 (2.10.10 has a buggy editor control, and so I haven&#8217;t upgraded).</p>
<p>Any ideas what might be going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Z.</title>
		<link>http://www.techknowme.com/blog/2009/06/download-widgetized-phplist-integration-plugin-for-wordpress/comment-page-1/#comment-54</link>
		<dc:creator>Rob Z.</dc:creator>
		<pubDate>Sat, 20 Jun 2009 18:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.techknowme.com/blog/?p=39#comment-54</guid>
		<description>I did test it on 2.8, but it was an upgrade. I haven&#039;t tried on a fresh install of 2.8. In what part of the process are you getting the error and what is the exact error you&#039;re getting?</description>
		<content:encoded><![CDATA[<p>I did test it on 2.8, but it was an upgrade. I haven&#8217;t tried on a fresh install of 2.8. In what part of the process are you getting the error and what is the exact error you&#8217;re getting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Wimmer</title>
		<link>http://www.techknowme.com/blog/2009/06/download-widgetized-phplist-integration-plugin-for-wordpress/comment-page-1/#comment-53</link>
		<dc:creator>Andrew Wimmer</dc:creator>
		<pubDate>Sat, 20 Jun 2009 13:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.techknowme.com/blog/?p=39#comment-53</guid>
		<description>Thanks for widgetizing this great plugin.  When I installed it in WP 2.8, however, it reported that the plugin doesn&#039;t have a valid header.  I haven&#039;t opened it up to take a look yet.  Have you tried it out in 2.8?</description>
		<content:encoded><![CDATA[<p>Thanks for widgetizing this great plugin.  When I installed it in WP 2.8, however, it reported that the plugin doesn&#8217;t have a valid header.  I haven&#8217;t opened it up to take a look yet.  Have you tried it out in 2.8?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech Projects &#187; Widgetized WP-PHPList</title>
		<link>http://www.techknowme.com/blog/2009/06/download-widgetized-phplist-integration-plugin-for-wordpress/comment-page-1/#comment-52</link>
		<dc:creator>Tech Projects &#187; Widgetized WP-PHPList</dc:creator>
		<pubDate>Sat, 20 Jun 2009 00:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.techknowme.com/blog/?p=39#comment-52</guid>
		<description>[...] And the best part is I didn&#8217;t have to do any work to add this feature! Credit goes to Rob Z at Web Geek Blog for widgetizing the plugin. [...]</description>
		<content:encoded><![CDATA[<p>[...] And the best part is I didn&#8217;t have to do any work to add this feature! Credit goes to Rob Z at Web Geek Blog for widgetizing the plugin. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
