<?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 Template</title>
	<atom:link href="http://pressography.com/plugins/wordpress-plugin-template/feed/" rel="self" type="application/rss+xml" />
	<link>http://pressography.com/plugins/wordpress-plugin-template/</link>
	<description>The Art Of Customizing Wordpress</description>
	<lastBuildDate>Fri, 05 Mar 2010 16:26: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: Hans Bakker</title>
		<link>http://pressography.com/plugins/wordpress-plugin-template/comment-page-1/#comment-2238</link>
		<dc:creator>Hans Bakker</dc:creator>
		<pubDate>Thu, 05 Nov 2009 23:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://pressography.com/?p=38#comment-2238</guid>
		<description>nm, I figured it out looks like it was working just bad code at the function level which was tripping it up.  I like this template a lot.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;2238&#039;,&#039;Hans Bakker&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  &#124; &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;2238&#039;,&#039;Hans Bakker&#039;,&#039;nm, I figured it out looks like it was working just bad code at the function level which was tripping it up.  I like this template a lot.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>nm, I figured it out looks like it was working just bad code at the function level which was tripping it up.  I like this template a lot.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('2238','Hans Bakker'); return false;">Reply</a>  | <a href="#" class="quote" onclick="quote('2238','Hans Bakker','nm, I figured it out looks like it was working just bad code at the function level which was tripping it up.  I like this template a lot.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Bakker</title>
		<link>http://pressography.com/plugins/wordpress-plugin-template/comment-page-1/#comment-2237</link>
		<dc:creator>Hans Bakker</dc:creator>
		<pubDate>Thu, 05 Nov 2009 22:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://pressography.com/?p=38#comment-2237</guid>
		<description>where would I put a register_activation_hook

I tried putting the following in the contruct with no luck

register_activation_hook(__FILE__,$this-&gt;mycoolplugin_install());&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;2237&#039;,&#039;Hans Bakker&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  &#124; &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;2237&#039;,&#039;Hans Bakker&#039;,&#039;where would I put a register_activation_hook\r\n\r\nI tried putting the following in the contruct with no luck\r\n\r\nregister_activation_hook(__FILE__,$this-&gt;mycoolplugin_install());&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>where would I put a register_activation_hook</p>
<p>I tried putting the following in the contruct with no luck</p>
<p>register_activation_hook(__FILE__,$this-&gt;mycoolplugin_install());
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('2237','Hans Bakker'); return false;">Reply</a>  | <a href="#" class="quote" onclick="quote('2237','Hans Bakker','where would I put a register_activation_hook\r\n\r\nI tried putting the following in the contruct with no luck\r\n\r\nregister_activation_hook(__FILE__,$this-&amp;gt;mycoolplugin_install());'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://pressography.com/plugins/wordpress-plugin-template/comment-page-1/#comment-2234</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 04 Nov 2009 03:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://pressography.com/?p=38#comment-2234</guid>
		<description>Whats the best way to get the options set in the admin and use the sting values in an external PHP file. E.g. If I was going to have an option like &quot;title&quot; and I wanted to use the value for &quot;title&quot; in a different script apart from wordpress. Basically so these options can be set using the wordpress admin / plugin options, and they will take effect on the other script?&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;2234&#039;,&#039;Jay&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  &#124; &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;2234&#039;,&#039;Jay&#039;,&#039;Whats the best way to get the options set in the admin and use the sting values in an external PHP file. E.g. If I was going to have an option like \&quot;title\&quot; and I wanted to use the value for \&quot;title\&quot; in a different script apart from wordpress. Basically so these options can be set using the wordpress admin \/ plugin options, and they will take effect on the other script?&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Whats the best way to get the options set in the admin and use the sting values in an external PHP file. E.g. If I was going to have an option like &#8220;title&#8221; and I wanted to use the value for &#8220;title&#8221; in a different script apart from wordpress. Basically so these options can be set using the wordpress admin / plugin options, and they will take effect on the other script?
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('2234','Jay'); return false;">Reply</a>  | <a href="#" class="quote" onclick="quote('2234','Jay','Whats the best way to get the options set in the admin and use the sting values in an external PHP file. E.g. If I was going to have an option like \&quot;title\&quot; and I wanted to use the value for \&quot;title\&quot; in a different script apart from wordpress. Basically so these options can be set using the wordpress admin \/ plugin options, and they will take effect on the other script?'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Martin</title>
		<link>http://pressography.com/plugins/wordpress-plugin-template/comment-page-1/#comment-2200</link>
		<dc:creator>Eric Martin</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://pressography.com/?p=38#comment-2200</guid>
		<description>Jason,

Thanks for the template. I used it as a base for my latest WP plugin, WP-Paginate [1].

I made some changes and wanted to know if it was alright with you if I offered a modified version of your template from my blog. I would, of course, provide attribution to your original.

Let me know either way. [2]

Thanks,
Eric

[1] &lt;a href=&quot;http://wordpress.org/extend/plugins/wp-paginate/&quot; rel=&quot;nofollow&quot;&gt;http://wordpress.org/extend/plugins/wp-paginate/&lt;/a&gt;
[2] &lt;a href=&quot;//www.ericmmartin.com/contact/&quot; rel=&quot;nofollow&quot;&gt;http://www.ericmmartin.com/contact/&lt;/a&gt;&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;2200&#039;,&#039;Eric Martin&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  &#124; &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;2200&#039;,&#039;Eric Martin&#039;,&#039;Jason,\r\n\r\nThanks for the template. I used it as a base for my latest WP plugin, WP-Paginate &#91;1&#93;.\r\n\r\nI made some changes and wanted to know if it was alright with you if I offered a modified version of your template from my blog. I would, of course, provide attribution to your original.\r\n\r\nLet me know either way. &#91;2&#93;\r\n\r\nThanks,\r\nEric\r\n\r\n&#91;1&#93; &lt;a href=\&quot;http:\/\/wordpress.org\/extend\/plugins\/wp-paginate\/\&quot; rel=\&quot;nofollow\&quot;&gt;http:\/\/wordpress.org\/extend\/plugins\/wp-paginate\/&lt;\/a&gt;\r\n&#91;2&#93; &lt;a href=\&quot;\/\/www.ericmmartin.com\/contact\/\&quot; rel=\&quot;nofollow\&quot;&gt;http:\/\/www.ericmmartin.com\/contact\/&lt;\/a&gt;&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Jason,</p>
<p>Thanks for the template. I used it as a base for my latest WP plugin, WP-Paginate [1].</p>
<p>I made some changes and wanted to know if it was alright with you if I offered a modified version of your template from my blog. I would, of course, provide attribution to your original.</p>
<p>Let me know either way. [2]</p>
<p>Thanks,<br />
Eric</p>
<p>[1] <a href="http://wordpress.org/extend/plugins/wp-paginate/" rel="nofollow">http://wordpress.org/extend/plugins/wp-paginate/</a><br />
[2] <a href="//www.ericmmartin.com/contact/" rel="nofollow">http://www.ericmmartin.com/contact/</a>
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('2200','Eric Martin'); return false;">Reply</a>  | <a href="#" class="quote" onclick="quote('2200','Eric Martin','Jason,\r\n\r\nThanks for the template. I used it as a base for my latest WP plugin, WP-Paginate &amp;#91;1&amp;#93;.\r\n\r\nI made some changes and wanted to know if it was alright with you if I offered a modified version of your template from my blog. I would, of course, provide attribution to your original.\r\n\r\nLet me know either way. &amp;#91;2&amp;#93;\r\n\r\nThanks,\r\nEric\r\n\r\n&amp;#91;1&amp;#93; &lt;a href=\&quot;http:\/\/wordpress.org\/extend\/plugins\/wp-paginate\/\&quot; rel=\&quot;nofollow\&quot;&gt;http:\/\/wordpress.org\/extend\/plugins\/wp-paginate\/&lt;\/a&gt;\r\n&amp;#91;2&amp;#93; &lt;a href=\&quot;\/\/www.ericmmartin.com\/contact\/\&quot; rel=\&quot;nofollow\&quot;&gt;http:\/\/www.ericmmartin.com\/contact\/&lt;\/a&gt;'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whirled Wind &#187; Blog Archive &#187; Lovin&#8217; the Open Source</title>
		<link>http://pressography.com/plugins/wordpress-plugin-template/comment-page-1/#comment-2141</link>
		<dc:creator>Whirled Wind &#187; Blog Archive &#187; Lovin&#8217; the Open Source</dc:creator>
		<pubDate>Mon, 15 Jun 2009 05:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://pressography.com/?p=38#comment-2141</guid>
		<description>[...] templates, and started to get a little cross eyed. Then I ran across the plugin template on Pressography &#8211; and the excellent video tutorial that goes along with it. Confidence begins to [...]&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;2141&#039;,&#039;Whirled Wind &raquo; Blog Archive &raquo; Lovin&#8217; the Open Source&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  &#124; &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;2141&#039;,&#039;Whirled Wind &raquo; Blog Archive &raquo; Lovin&#8217; the Open Source&#039;,&#039;&#91;...&#93; templates, and started to get a little cross eyed. Then I ran across the plugin template on Pressography &#8211; and the excellent video tutorial that goes along with it. Confidence begins to &#91;...&#93;&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>[...] templates, and started to get a little cross eyed. Then I ran across the plugin template on Pressography &#8211; and the excellent video tutorial that goes along with it. Confidence begins to [...]
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('2141','Whirled Wind &amp;raquo; Blog Archive &amp;raquo; Lovin&amp;#8217; the Open Source'); return false;">Reply</a>  | <a href="#" class="quote" onclick="quote('2141','Whirled Wind &amp;raquo; Blog Archive &amp;raquo; Lovin&amp;#8217; the Open Source','&amp;#91;...&amp;#93; templates, and started to get a little cross eyed. Then I ran across the plugin template on Pressography &amp;#8211; and the excellent video tutorial that goes along with it. Confidence begins to &amp;#91;...&amp;#93;'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Pruett</title>
		<link>http://pressography.com/plugins/wordpress-plugin-template/comment-page-1/#comment-2140</link>
		<dc:creator>Jon Pruett</dc:creator>
		<pubDate>Mon, 15 Jun 2009 04:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://pressography.com/?p=38#comment-2140</guid>
		<description>I&#039;m loving the template - only an hour or so worth of hacking and I have a fully functional admin screen saving and retrieving options. This is a big step in the right direction for my first plugin.  Thanks!!

I do have a question / request - are you going to update the template to handle the new widget API in WP version 2.8?

Thanks again,
- Jon&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;2140&#039;,&#039;Jon Pruett&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  &#124; &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;2140&#039;,&#039;Jon Pruett&#039;,&#039;I\&#039;m loving the template - only an hour or so worth of hacking and I have a fully functional admin screen saving and retrieving options. This is a big step in the right direction for my first plugin.  Thanks!!\r\n\r\nI do have a question \/ request - are you going to update the template to handle the new widget API in WP version 2.8?\r\n\r\nThanks again,\r\n- Jon&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m loving the template &#8211; only an hour or so worth of hacking and I have a fully functional admin screen saving and retrieving options. This is a big step in the right direction for my first plugin.  Thanks!!</p>
<p>I do have a question / request &#8211; are you going to update the template to handle the new widget API in WP version 2.8?</p>
<p>Thanks again,<br />
- Jon
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('2140','Jon Pruett'); return false;">Reply</a>  | <a href="#" class="quote" onclick="quote('2140','Jon Pruett','I\'m loving the template - only an hour or so worth of hacking and I have a fully functional admin screen saving and retrieving options. This is a big step in the right direction for my first plugin.  Thanks!!\r\n\r\nI do have a question \/ request - are you going to update the template to handle the new widget API in WP version 2.8?\r\n\r\nThanks again,\r\n- Jon'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://pressography.com/plugins/wordpress-plugin-template/comment-page-1/#comment-2138</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 05 Jun 2009 22:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://pressography.com/?p=38#comment-2138</guid>
		<description>&lt;a href=&#039;#comment-2132&#039; rel=&quot;nofollow&quot;&gt;@Andrea&lt;/a&gt; - Fixed :) I thought I&#039;d updated the .txt file, turns out I simply uploaded the .php file - hah! I made some more updates based on my own usage of the template, too.&lt;div id=&#039;wpcr_tags&#039;&gt;Comment Tags: &lt;a href=&#039;/plugins/wordpress-plugin-template/feed/comment-tag/bug-fix&#039;&gt;Bug Fix&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;2138&#039;,&#039;Jason&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  &#124; &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;2138&#039;,&#039;Jason&#039;,&#039;&lt;a href=\&#039;#comment-2132\&#039; rel=\&quot;nofollow\&quot;&gt;@Andrea&lt;\/a&gt; - Fixed :) I thought I\&#039;d updated the .txt file, turns out I simply uploaded the .php file - hah! I made some more updates based on my own usage of the template, too.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href='#comment-2132' rel="nofollow">@Andrea</a> &#8211; Fixed <img src='http://pressography.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I thought I&#8217;d updated the .txt file, turns out I simply uploaded the .php file &#8211; hah! I made some more updates based on my own usage of the template, too.
<div id='wpcr_tags'>Comment Tags: <a href='/plugins/wordpress-plugin-template/feed/comment-tag/bug-fix'>Bug Fix</a></div>
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('2138','Jason'); return false;">Reply</a>  | <a href="#" class="quote" onclick="quote('2138','Jason','&lt;a href=\'#comment-2132\' rel=\&quot;nofollow\&quot;&gt;@Andrea&lt;\/a&gt; - Fixed :) I thought I\'d updated the .txt file, turns out I simply uploaded the .php file - hah! I made some more updates based on my own usage of the template, too.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: All my bookmarks ever &#124; Daniel John Gayle</title>
		<link>http://pressography.com/plugins/wordpress-plugin-template/comment-page-1/#comment-2135</link>
		<dc:creator>All my bookmarks ever &#124; Daniel John Gayle</dc:creator>
		<pubDate>Fri, 29 May 2009 23:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://pressography.com/?p=38#comment-2135</guid>
		<description>[...] Wordpress Plugin Template : Pressography [...]&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;2135&#039;,&#039;All my bookmarks ever &#124; Daniel John Gayle&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  &#124; &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;2135&#039;,&#039;All my bookmarks ever &#124; Daniel John Gayle&#039;,&#039;&#91;...&#93; Wordpress Plugin Template : Pressography &#91;...&#93;&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>[...] Wordpress Plugin Template : Pressography [...]
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('2135','All my bookmarks ever | Daniel John Gayle'); return false;">Reply</a>  | <a href="#" class="quote" onclick="quote('2135','All my bookmarks ever | Daniel John Gayle','&amp;#91;...&amp;#93; Wordpress Plugin Template : Pressography &amp;#91;...&amp;#93;'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://pressography.com/plugins/wordpress-plugin-template/comment-page-1/#comment-2132</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Thu, 28 May 2009 08:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://pressography.com/?p=38#comment-2132</guid>
		<description>&lt;a href=&#039;#comment-2006&#039; rel=&quot;nofollow&quot;&gt;@Stefano Aglietti&lt;/a&gt; - Same issue here.

If I&#039;ve understood, this template is outdated. Even after 3 month from johnbillion&#039;s advice, is still using the wrong constants. so, perhaps, we should work on our own template or found one more reliable somewhere on the web ;)&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;2132&#039;,&#039;Andrea&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  &#124; &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;2132&#039;,&#039;Andrea&#039;,&#039;&lt;a href=\&#039;#comment-2006\&#039; rel=\&quot;nofollow\&quot;&gt;@Stefano Aglietti&lt;\/a&gt; - Same issue here.\r\n\r\nIf I\&#039;ve understood, this template is outdated. Even after 3 month from johnbillion\&#039;s advice, is still using the wrong constants. so, perhaps, we should work on our own template or found one more reliable somewhere on the web ;)&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href='#comment-2006' rel="nofollow">@Stefano Aglietti</a> &#8211; Same issue here.</p>
<p>If I&#8217;ve understood, this template is outdated. Even after 3 month from johnbillion&#8217;s advice, is still using the wrong constants. so, perhaps, we should work on our own template or found one more reliable somewhere on the web <img src='http://pressography.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('2132','Andrea'); return false;">Reply</a>  | <a href="#" class="quote" onclick="quote('2132','Andrea','&lt;a href=\'#comment-2006\' rel=\&quot;nofollow\&quot;&gt;@Stefano Aglietti&lt;\/a&gt; - Same issue here.\r\n\r\nIf I\'ve understood, this template is outdated. Even after 3 month from johnbillion\'s advice, is still using the wrong constants. so, perhaps, we should work on our own template or found one more reliable somewhere on the web ;)'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamal</title>
		<link>http://pressography.com/plugins/wordpress-plugin-template/comment-page-1/#comment-2131</link>
		<dc:creator>kamal</dc:creator>
		<pubDate>Mon, 25 May 2009 11:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://pressography.com/?p=38#comment-2131</guid>
		<description>Thannnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnks for sharing your knowledj.
Your Angel.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;2131&#039;,&#039;kamal&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  &#124; &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;2131&#039;,&#039;kamal&#039;,&#039;Thannnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnks for sharing your knowledj.\r\nYour Angel.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Thannnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnks for sharing your knowledj.<br />
Your Angel.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('2131','kamal'); return false;">Reply</a>  | <a href="#" class="quote" onclick="quote('2131','kamal','Thannnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnks for sharing your knowledj.\r\nYour Angel.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>
