<?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 for planetOzh</title>
	<atom:link href="http://planetozh.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<lastBuildDate>Wed, 23 May 2012 13:43:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on How To: Load Javascript With Your WordPress Plugin by Alex</title>
		<link>http://planetozh.com/blog/2008/04/how-to-load-javascript-with-your-wordpress-plugin/comment-page-2/#comment-198083</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 23 May 2012 13:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=784#comment-198083</guid>
		<description>Hi,
I was wondering if my method is good.
I am using :
add_options_page(&#039;Plugin settings&#039;, &#039;my plugin&#039;, &#039;manage_options&#039;, &#039;my-plugin&#039;, array(&amp;$this,&#039;adk_pro_setting&#039;) );

so when i add the options page in the settings i also have the callback function which is adding all the css and js:
      wp_enqueue_script(&#039;itoggle&#039;,plugins_url(&#039;js/jquery.ibutton.min.js&#039;, __FILE__), array(&#039;jquery&#039;));
      wp_register_style( &#039;fbc-style&#039;, plugins_url(&#039;css/backend.css&#039;, __FILE__) );
      wp_enqueue_style( &#039;fbc-style&#039; );
      include &#039;settings.php&#039;;
I checked out and it seems like i have the css and js only in my plugin pages.
Any suggestions?
Thank you</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was wondering if my method is good.<br />
I am using :<br />
add_options_page(&#8216;Plugin settings&#8217;, &#8216;my plugin&#8217;, &#8216;manage_options&#8217;, &#8216;my-plugin&#8217;, array(&amp;$this,&#8217;adk_pro_setting&#8217;) );</p>
<p>so when i add the options page in the settings i also have the callback function which is adding all the css and js:<br />
      wp_enqueue_script(&#8216;itoggle&#8217;,plugins_url(&#8216;js/jquery.ibutton.min.js&#8217;, __FILE__), array(&#8216;jquery&#8217;));<br />
      wp_register_style( &#8216;fbc-style&#8217;, plugins_url(&#8216;css/backend.css&#8217;, __FILE__) );<br />
      wp_enqueue_style( &#8216;fbc-style&#8217; );<br />
      include &#8216;settings.php&#8217;;<br />
I checked out and it seems like i have the css and js only in my plugin pages.<br />
Any suggestions?<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mutwual, A Twitter Bookmarklet To Quickly Check If Someone Follows You by Harris</title>
		<link>http://planetozh.com/blog/2011/08/mutwual-twitter-bookmarklet-quickly-check-if-someone-follows-you/comment-page-1/#comment-198071</link>
		<dc:creator>Harris</dc:creator>
		<pubDate>Fri, 18 May 2012 15:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1423#comment-198071</guid>
		<description>I did not work. Are there any restrictions?</description>
		<content:encoded><![CDATA[<p>I did not work. Are there any restrictions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YOURLS: WordPress To Twitter (a Short URL Plugin) by AndyP</title>
		<link>http://planetozh.com/blog/my-projects/yourls-wordpress-to-twitter-a-short-url-plugin/comment-page-7/#comment-198068</link>
		<dc:creator>AndyP</dc:creator>
		<pubDate>Thu, 17 May 2012 20:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?page_id=1272#comment-198068</guid>
		<description>I have the same problem as Isaac commenting at 440. Saving the settings doesn&#039;t appear to save anything and redirects me to my homepage. Might be a clash with security plugins I suppose? In any case, I can&#039;t use the Yourls Worpdress plugin at the moment :-(</description>
		<content:encoded><![CDATA[<p>I have the same problem as Isaac commenting at 440. Saving the settings doesn&#8217;t appear to save anything and redirects me to my homepage. Might be a clash with security plugins I suppose? In any case, I can&#8217;t use the Yourls Worpdress plugin at the moment :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ozh&#8217; Tweet Archiver (Backup Twitter With WordPress) by gadelkareem</title>
		<link>http://planetozh.com/blog/my-projects/ozh-tweet-archiver-backup-twitter-with-wordpress/comment-page-1/#comment-198067</link>
		<dc:creator>gadelkareem</dc:creator>
		<pubDate>Thu, 17 May 2012 12:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/#comment-198067</guid>
		<description>I thought I would share the code for expanding the links with you, please let me if you have better idea.
&lt;a href=&quot;http://gadelkareem.com/2012/05/17/add-full-previews-to-your-twitter-feed-on-wordpress-using-ozh-tweet-archiver/&quot; rel=&quot;nofollow&quot;&gt;Add full previews to your twitter feed on WordPress using Ozh’ Tweet Archiver&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I thought I would share the code for expanding the links with you, please let me if you have better idea.<br />
<a href="http://gadelkareem.com/2012/05/17/add-full-previews-to-your-twitter-feed-on-wordpress-using-ozh-tweet-archiver/" rel="nofollow">Add full previews to your twitter feed on WordPress using Ozh’ Tweet Archiver</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin : Better Feed by Sam</title>
		<link>http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/comment-page-13/#comment-198051</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 09 May 2012 21:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/my-projects/wordpress-plugin-better-feed-rss/#comment-198051</guid>
		<description>Is there any way to hide the BetterFeed imposed Feed Item Footer in excerpts only? I want it to show on full posts in the feed but not the excerpts. Is there a way to do this within the plugin or would I have to use scripting?</description>
		<content:encoded><![CDATA[<p>Is there any way to hide the BetterFeed imposed Feed Item Footer in excerpts only? I want it to show on full posts in the feed but not the excerpts. Is there a way to do this within the plugin or would I have to use scripting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YOURLS: WordPress To Twitter (a Short URL Plugin) by sfbay</title>
		<link>http://planetozh.com/blog/my-projects/yourls-wordpress-to-twitter-a-short-url-plugin/comment-page-7/#comment-198049</link>
		<dc:creator>sfbay</dc:creator>
		<pubDate>Tue, 08 May 2012 23:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?page_id=1272#comment-198049</guid>
		<description>Hi, same as 439. Use YouRLS religiously with my WordPress installation but lack of automatic generation is getting cumbersome. Any insight would be appreciated. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, same as 439. Use YouRLS religiously with my WordPress installation but lack of automatic generation is getting cumbersome. Any insight would be appreciated. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Note to Self: What to Reinstall On New Computer by Gary</title>
		<link>http://planetozh.com/blog/articles/note-to-self-what-to-reinstall-on-new-computer/comment-page-1/#comment-198046</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Tue, 08 May 2012 17:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?page_id=1685#comment-198046</guid>
		<description>I recommend SuperAntispyware for keeping your computer running in tip top shape.  It&#039;s free and works better than any paid piece of software I&#039;ve used that is supposed to do the same thing.</description>
		<content:encoded><![CDATA[<p>I recommend SuperAntispyware for keeping your computer running in tip top shape.  It&#8217;s free and works better than any paid piece of software I&#8217;ve used that is supposed to do the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin : Better Feed by Cris</title>
		<link>http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/comment-page-13/#comment-198045</link>
		<dc:creator>Cris</dc:creator>
		<pubDate>Tue, 08 May 2012 16:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/my-projects/wordpress-plugin-better-feed-rss/#comment-198045</guid>
		<description>Hi Ozh: Love this plugin - it&#039;s exactly what I needed for the feed so thanks for sharing it.  

However, I don&#039;t want to break up what&#039;s on my blog&#039;s homepage (which displays the most current full post) with the &lt;!--more--&gt; tag.  Is there a way to flag &quot;more&quot; for the feed only, but not on the post&#039;s home page display itself?</description>
		<content:encoded><![CDATA[<p>Hi Ozh: Love this plugin &#8211; it&#8217;s exactly what I needed for the feed so thanks for sharing it.  </p>
<p>However, I don&#8217;t want to break up what&#8217;s on my blog&#8217;s homepage (which displays the most current full post) with the <!--more--> tag.  Is there a way to flag &#8220;more&#8221; for the feed only, but not on the post&#8217;s home page display itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 10 Most Common Coding Mistakes in WordPress Plugins by Ryan</title>
		<link>http://planetozh.com/blog/2009/09/top-10-most-common-coding-mistakes-in-wordpress-plugins/comment-page-2/#comment-198044</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 08 May 2012 11:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1321#comment-198044</guid>
		<description>@Ray Apologies i got the names mixed up. But you have a good point. My previous comment was directed @tdwtf. 

But still if no one is going to make an effort ill contact the author and ask him to remove the comment with his file paths. Our company got hacked a few months ago because of a developer leaving vulnerabilities open like listing the file directories. Not a nice feeling if you need to rewrite every single index.php file on our web server</description>
		<content:encoded><![CDATA[<p>@Ray Apologies i got the names mixed up. But you have a good point. My previous comment was directed @tdwtf. </p>
<p>But still if no one is going to make an effort ill contact the author and ask him to remove the comment with his file paths. Our company got hacked a few months ago because of a developer leaving vulnerabilities open like listing the file directories. Not a nice feeling if you need to rewrite every single index.php file on our web server</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 10 Most Common Coding Mistakes in WordPress Plugins by ray</title>
		<link>http://planetozh.com/blog/2009/09/top-10-most-common-coding-mistakes-in-wordpress-plugins/comment-page-2/#comment-198043</link>
		<dc:creator>ray</dc:creator>
		<pubDate>Tue, 08 May 2012 10:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1321#comment-198043</guid>
		<description>you&#039;re right, my choice of words could have been better but the point is still valid. Now that clearly visible error is also clearly visible in the inbox of everybody that subscribes to this post. Just sayin, you don&#039;t post somebodys filepaths on a public list.</description>
		<content:encoded><![CDATA[<p>you&#8217;re right, my choice of words could have been better but the point is still valid. Now that clearly visible error is also clearly visible in the inbox of everybody that subscribes to this post. Just sayin, you don&#8217;t post somebodys filepaths on a public list.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

