<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: WordPress Settings API Tutorial</title>
	<atom:link href="http://ottopress.com/2009/wordpress-settings-api-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://ottopress.com/2009/wordpress-settings-api-tutorial/</link>
	<description>You have to use an Ottopress to get fresh squeezed Otto.</description>
	<lastBuildDate>Sat, 04 Feb 2012 02:29:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jean-Philippe Murray</title>
		<link>http://ottopress.com/2009/wordpress-settings-api-tutorial/comment-page-2/#comment-10491</link>
		<dc:creator>Jean-Philippe Murray</dc:creator>
		<pubDate>Fri, 03 Feb 2012 19:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=39#comment-10491</guid>
		<description>Hi,

It seems I can&#039;t used your solution for multiple option screen. It just... Won&#039;t work! I&#039;ve opened a stackexchange on the question, feel free to drop by if you (anyone! :P) can help! :)

http://wordpress.stackexchange.com/questions/41113/multiple-options-pages-validation-for-a-plugin</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It seems I can&#8217;t used your solution for multiple option screen. It just&#8230; Won&#8217;t work! I&#8217;ve opened a stackexchange on the question, feel free to drop by if you (anyone! <img src='http://ottopress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) can help! <img src='http://ottopress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://wordpress.stackexchange.com/questions/41113/multiple-options-pages-validation-for-a-plugin" rel="nofollow">http://wordpress.stackexchange.com/questions/41113/multiple-options-pages-validation-for-a-plugin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idleberg</title>
		<link>http://ottopress.com/2009/wordpress-settings-api-tutorial/comment-page-2/#comment-10451</link>
		<dc:creator>idleberg</dc:creator>
		<pubDate>Tue, 24 Jan 2012 22:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=39#comment-10451</guid>
		<description>for clarities sake, this nice tutorial would work much better if you used something like &quot;myplugin&quot; for those parts that can be name freely</description>
		<content:encoded><![CDATA[<p>for clarities sake, this nice tutorial would work much better if you used something like &#8220;myplugin&#8221; for those parts that can be name freely</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codeamazon</title>
		<link>http://ottopress.com/2009/wordpress-settings-api-tutorial/comment-page-1/#comment-10408</link>
		<dc:creator>Codeamazon</dc:creator>
		<pubDate>Tue, 10 Jan 2012 20:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=39#comment-10408</guid>
		<description>I want to tie in the WordPress image uploader so that the user has a familiar experience.  Neither answer here shows how I can code that, and I haven&#039;t found it in a day of looking online.

I found the original tutorial here to be clear and very well written -- any chance of adding this bit of info Otto?</description>
		<content:encoded><![CDATA[<p>I want to tie in the WordPress image uploader so that the user has a familiar experience.  Neither answer here shows how I can code that, and I haven&#8217;t found it in a day of looking online.</p>
<p>I found the original tutorial here to be clear and very well written &#8212; any chance of adding this bit of info Otto?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Foxinni</title>
		<link>http://ottopress.com/2009/wordpress-settings-api-tutorial/comment-page-1/#comment-10290</link>
		<dc:creator>Foxinni</dc:creator>
		<pubDate>Mon, 19 Dec 2011 13:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=39#comment-10290</guid>
		<description>Problem is people don&#039;t even read that... :P</description>
		<content:encoded><![CDATA[<p>Problem is people don&#8217;t even read that&#8230; <img src='http://ottopress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerard</title>
		<link>http://ottopress.com/2009/wordpress-settings-api-tutorial/comment-page-1/#comment-10253</link>
		<dc:creator>Gerard</dc:creator>
		<pubDate>Mon, 12 Dec 2011 22:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=39#comment-10253</guid>
		<description>This was a great tutorial.. Thanks so much</description>
		<content:encoded><![CDATA[<p>This was a great tutorial.. Thanks so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronniel Goyonoche Besara</title>
		<link>http://ottopress.com/2009/wordpress-settings-api-tutorial/comment-page-1/#comment-10227</link>
		<dc:creator>Ronniel Goyonoche Besara</dc:creator>
		<pubDate>Sun, 04 Dec 2011 07:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=39#comment-10227</guid>
		<description>hi Otto.. after reading your article and trying it, it all works perfectly.I use it as a guide in developing a wordpress plugin due to its very decent implementation of codes and well documented. Actually, i already started developed my first plugin and done a lot of codes, after seeing this tutorial, its quite nice to follow different to my past works which is more on including php files to an external directory.
I wonder if you can suggest how to include jquery and ajax that handle the actions in the form input fileds instead of using the . I already use some codes to call javascript but its difficult from my side to implement inside wordpress.

//— I try this line but this action works only under admin settings menu. correct me if i’m wrong.. i confuse if i could use this code calling the buttons or input fields actions and pass the actions into other page and do some stuff.

function th_admin_head() {
$plugindir = get_settings(‘home’).’/wp-content/plugins/’.dirname(plugin_basename(__FILE__));
wp_enqueue_script(‘loadjs’, $plugindir . ‘/js/ajax.js’);
}

add_action( “admin_print_scripts-$th_menu_page”, ‘th_admin_head’ );

And also i try the lines below but it didnt recognized in wordpress. i dunno if this really works.
wp_enqueue_script(‘home’, get_bloginfo(‘template_directory’) . ‘/scripts/sample.js’, array(‘jquery’, ‘jquery-ui-core’, ‘jquery-ui-tabs’), ’1.0′);

I also try some plugin directory url functions but it so many things to consider. I done some of this that works but it conflict to other plugins and crashed.

A little help will be greatly appreciated..thanks…
more power… :D</description>
		<content:encoded><![CDATA[<p>hi Otto.. after reading your article and trying it, it all works perfectly.I use it as a guide in developing a wordpress plugin due to its very decent implementation of codes and well documented. Actually, i already started developed my first plugin and done a lot of codes, after seeing this tutorial, its quite nice to follow different to my past works which is more on including php files to an external directory.<br />
I wonder if you can suggest how to include jquery and ajax that handle the actions in the form input fileds instead of using the . I already use some codes to call javascript but its difficult from my side to implement inside wordpress.</p>
<p>//— I try this line but this action works only under admin settings menu. correct me if i’m wrong.. i confuse if i could use this code calling the buttons or input fields actions and pass the actions into other page and do some stuff.</p>
<p>function th_admin_head() {<br />
$plugindir = get_settings(‘home’).’/wp-content/plugins/’.dirname(plugin_basename(__FILE__));<br />
wp_enqueue_script(‘loadjs’, $plugindir . ‘/js/ajax.js’);<br />
}</p>
<p>add_action( “admin_print_scripts-$th_menu_page”, ‘th_admin_head’ );</p>
<p>And also i try the lines below but it didnt recognized in wordpress. i dunno if this really works.<br />
wp_enqueue_script(‘home’, get_bloginfo(‘template_directory’) . ‘/scripts/sample.js’, array(‘jquery’, ‘jquery-ui-core’, ‘jquery-ui-tabs’), ’1.0′);</p>
<p>I also try some plugin directory url functions but it so many things to consider. I done some of this that works but it conflict to other plugins and crashed.</p>
<p>A little help will be greatly appreciated..thanks…<br />
more power… <img src='http://ottopress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronniel Goyonoche Besara</title>
		<link>http://ottopress.com/2009/wordpress-settings-api-tutorial/comment-page-1/#comment-10226</link>
		<dc:creator>Ronniel Goyonoche Besara</dc:creator>
		<pubDate>Sun, 04 Dec 2011 07:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=39#comment-10226</guid>
		<description>hi Otto.. after reading your article and trying it, it all works perfectly.I use it as a guide in developing a wordpress plugin due to its very decent implementation of codes and well documented. Actually, i already started developed my first plugin and done a lot of codes, after seeing this tutorial, its quite nice to follow different to my past works which is more on including php files to an external directory.
I wonder if you can suggest how to include jquery and ajax that handle the actions in the form input fileds instead of using the . I already use some codes to call javascript but its difficult from my side to implement inside wordpress.

//--- I try this line but this action works only under admin settings menu. correct me if i&#039;m wrong.. i confuse if i could use this code calling the buttons or input fields actions and pass the actions into other page and do some stuff.
 
function th_admin_head() {
	$plugindir = get_settings(&#039;home&#039;).&#039;/wp-content/plugins/&#039;.dirname(plugin_basename(__FILE__));
	wp_enqueue_script(&#039;loadjs&#039;, $plugindir . &#039;/js/ajax.js&#039;);
}

add_action( &quot;admin_print_scripts-$th_menu_page&quot;, &#039;th_admin_head&#039; );


And also i try the lines below but it didnt recognized in wordpress. i dunno if this really works.
    wp_enqueue_script(&#039;home&#039;, get_bloginfo(&#039;template_directory&#039;) . &#039;/scripts/sample.js&#039;, array(&#039;jquery&#039;, &#039;jquery-ui-core&#039;, &#039;jquery-ui-tabs&#039;), &#039;1.0&#039;);

I also try some plugin directory url functions but it so many things to consider. I done some of this that works but it conflict to other plugins and crashed.

A little help will be greatly appreciated..thanks...
more power... :D</description>
		<content:encoded><![CDATA[<p>hi Otto.. after reading your article and trying it, it all works perfectly.I use it as a guide in developing a wordpress plugin due to its very decent implementation of codes and well documented. Actually, i already started developed my first plugin and done a lot of codes, after seeing this tutorial, its quite nice to follow different to my past works which is more on including php files to an external directory.<br />
I wonder if you can suggest how to include jquery and ajax that handle the actions in the form input fileds instead of using the . I already use some codes to call javascript but its difficult from my side to implement inside wordpress.</p>
<p>//&#8212; I try this line but this action works only under admin settings menu. correct me if i&#8217;m wrong.. i confuse if i could use this code calling the buttons or input fields actions and pass the actions into other page and do some stuff.</p>
<p>function th_admin_head() {<br />
	$plugindir = get_settings(&#8216;home&#8217;).&#8217;/wp-content/plugins/&#8217;.dirname(plugin_basename(__FILE__));<br />
	wp_enqueue_script(&#8216;loadjs&#8217;, $plugindir . &#8216;/js/ajax.js&#8217;);<br />
}</p>
<p>add_action( &#8220;admin_print_scripts-$th_menu_page&#8221;, &#8216;th_admin_head&#8217; );</p>
<p>And also i try the lines below but it didnt recognized in wordpress. i dunno if this really works.<br />
    wp_enqueue_script(&#8216;home&#8217;, get_bloginfo(&#8216;template_directory&#8217;) . &#8216;/scripts/sample.js&#8217;, array(&#8216;jquery&#8217;, &#8216;jquery-ui-core&#8217;, &#8216;jquery-ui-tabs&#8217;), &#8217;1.0&#8242;);</p>
<p>I also try some plugin directory url functions but it so many things to consider. I done some of this that works but it conflict to other plugins and crashed.</p>
<p>A little help will be greatly appreciated..thanks&#8230;<br />
more power&#8230; <img src='http://ottopress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronniel Goyonoche Besara</title>
		<link>http://ottopress.com/2009/wordpress-settings-api-tutorial/comment-page-1/#comment-10225</link>
		<dc:creator>Ronniel Goyonoche Besara</dc:creator>
		<pubDate>Sun, 04 Dec 2011 02:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=39#comment-10225</guid>
		<description>thank for this great tutorial... it save me a lot of time and more decent tut and easy to understand than the wordpress documentation. I wonder if i can create multipage using the functions you&#039;ve given... 

thanks a lot... keep posting.... :)</description>
		<content:encoded><![CDATA[<p>thank for this great tutorial&#8230; it save me a lot of time and more decent tut and easy to understand than the wordpress documentation. I wonder if i can create multipage using the functions you&#8217;ve given&#8230; </p>
<p>thanks a lot&#8230; keep posting&#8230;. <img src='http://ottopress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdussamad</title>
		<link>http://ottopress.com/2009/wordpress-settings-api-tutorial/comment-page-1/#comment-10196</link>
		<dc:creator>abdussamad</dc:creator>
		<pubDate>Tue, 29 Nov 2011 00:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=39#comment-10196</guid>
		<description>Good stuff! Was wondering how to get default values in there.</description>
		<content:encoded><![CDATA[<p>Good stuff! Was wondering how to get default values in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nik.k</title>
		<link>http://ottopress.com/2009/wordpress-settings-api-tutorial/comment-page-1/#comment-10182</link>
		<dc:creator>nik.k</dc:creator>
		<pubDate>Thu, 24 Nov 2011 05:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=39#comment-10182</guid>
		<description>otto i am trying to create a drop down list of pages to select a particular page for me to use as a featured item in my themes front page - i&#039;ve been using your tutorial to implement text areas and input fields into the settings page - is there any difference when using a drop down list?

if so how do you store them in your option array?</description>
		<content:encoded><![CDATA[<p>otto i am trying to create a drop down list of pages to select a particular page for me to use as a featured item in my themes front page &#8211; i&#8217;ve been using your tutorial to implement text areas and input fields into the settings page &#8211; is there any difference when using a drop down list?</p>
<p>if so how do you store them in your option array?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using xcache
Object Caching 355/371 objects using xcache

Served from: ottodestruct.com @ 2012-02-04 06:53:19 -->
