<?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 Aliso the GeekAliso the Geek | A coder in love with WordPress</title>
	<atom:link href="http://alisothegeek.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://alisothegeek.com</link>
	<description>A coder in love with WordPress</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on New WordPress Sugar for Espresso by Jan Beck</title>
		<link>http://alisothegeek.com/2011/02/new-wordpress-sugar-for-espresso/#comment-1139</link>
		<dc:creator>Jan Beck</dc:creator>
		<pubDate>Fri, 03 Feb 2012 11:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=958#comment-1139</guid>
		<description>Any chance we can have the default parameters just like PHP-autocomplete behaves?

E.g. get_the_post_thumbnail would autocomplete to get_the_post_thumbnail( $post_id, $size, $attr )</description>
		<content:encoded><![CDATA[<p>Any chance we can have the default parameters just like PHP-autocomplete behaves?</p>
<p>E.g. get_the_post_thumbnail would autocomplete to get_the_post_thumbnail( $post_id, $size, $attr )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mastering the TinyMCE Styles Dropdown in the WordPress Visual Editor by Aesthetic</title>
		<link>http://alisothegeek.com/2011/05/tinymce-styles-dropdown-wordpress-visual-editor/#comment-1138</link>
		<dc:creator>Aesthetic</dc:creator>
		<pubDate>Tue, 31 Jan 2012 21:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=1036#comment-1138</guid>
		<description>Just installed your plugin and the demo arrays included work just fine. I&#039;m trying to create a new style rule and I&#039;ve tried several options and can&#039;t seem to find the right combination. What I want is for the client to be able to select some text, pick the Principal style from the pull down and have the selected text wrapped with 

        array(        	&#039;title&#039; =&gt; &#039;Principal&#039;,        	&#039;selector&#039; =&gt; &#039;h3&#039;,        	&#039;classes&#039; =&gt; &#039;principal&#039;,        	&#039;wrapper&#039; =&gt; true        ),

I&#039;ve tried it also with block or inline but nothing works. I don&#039;t want them to have to make it an H3 and then style it. Is it possible to do what I&#039;m trying?</description>
		<content:encoded><![CDATA[<p>Just installed your plugin and the demo arrays included work just fine. I&#8217;m trying to create a new style rule and I&#8217;ve tried several options and can&#8217;t seem to find the right combination. What I want is for the client to be able to select some text, pick the Principal style from the pull down and have the selected text wrapped with </p>
<p>        array(        	&#8216;title&#8217; =&gt; &#8216;Principal&#8217;,        	&#8216;selector&#8217; =&gt; &#8216;h3&#8242;,        	&#8216;classes&#8217; =&gt; &#8216;principal&#8217;,        	&#8216;wrapper&#8217; =&gt; true        ),</p>
<p>I&#8217;ve tried it also with block or inline but nothing works. I don&#8217;t want them to have to make it an H3 and then style it. Is it possible to do what I&#8217;m trying?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Maintenance and Database Error pages in WordPress by Create Custom Wordpress Maintenance Notice - Nich Blog Experience</title>
		<link>http://alisothegeek.com/2011/01/custom-maintenance-and-database-error-pages-in-wordpress/#comment-1137</link>
		<dc:creator>Create Custom Wordpress Maintenance Notice - Nich Blog Experience</dc:creator>
		<pubDate>Sun, 29 Jan 2012 14:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=943#comment-1137</guid>
		<description>[...] the process was plain simple, with plain result. But then I learnt a way to make the notice sounds more like an &#8220;apology&#8221;. A simple custom page, to show your [...]</description>
		<content:encoded><![CDATA[<p>[...] the process was plain simple, with plain result. But then I learnt a way to make the notice sounds more like an &#8220;apology&#8221;. A simple custom page, to show your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extended WordPress Settings API Tutorial, Part 2 by Justin W Hall</title>
		<link>http://alisothegeek.com/2011/01/wordpress-settings-api-tutorial-2/#comment-1136</link>
		<dc:creator>Justin W Hall</dc:creator>
		<pubDate>Fri, 27 Jan 2012 17:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=913#comment-1136</guid>
		<description>Many thanks for a great Tut Aliso...

I added upload fields as explained here:
http://www.justinwhall.com/multiple-upload-inputs-in-a-wordpress-theme-options-page/

AS for color picker, the jscolor script is super easy to implement. 
http://jscolor.com/</description>
		<content:encoded><![CDATA[<p>Many thanks for a great Tut Aliso&#8230;</p>
<p>I added upload fields as explained here:<br />
<a href="http://www.justinwhall.com/multiple-upload-inputs-in-a-wordpress-theme-options-page/" rel="nofollow">http://www.justinwhall.com/multiple-upload-inputs-in-a-wordpress-theme-options-page/</a></p>
<p>AS for color picker, the jscolor script is super easy to implement. <br />
<a href="http://jscolor.com/" rel="nofollow">http://jscolor.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extended WordPress Settings API Tutorial, Part 1 by Multiple Upload inputs in a WordPress theme options page? &#124; Justin W. Hall</title>
		<link>http://alisothegeek.com/2011/01/wordpress-settings-api-tutorial-1/#comment-1135</link>
		<dc:creator>Multiple Upload inputs in a WordPress theme options page? &#124; Justin W. Hall</dc:creator>
		<pubDate>Fri, 27 Jan 2012 02:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=880#comment-1135</guid>
		<description>[...] place to start. However, the tutorial the resinated the most with me was a fairly recent post by Aliso The Geek. Her tutorial is clear, easy to follow, results in a organized tabbed theme options page and best [...]</description>
		<content:encoded><![CDATA[<p>[...] place to start. However, the tutorial the resinated the most with me was a fairly recent post by Aliso The Geek. Her tutorial is clear, easy to follow, results in a organized tabbed theme options page and best [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mastering the TinyMCE Styles Dropdown in the WordPress Visual Editor by What to do about shortcodes? &#124; Nick Hamze</title>
		<link>http://alisothegeek.com/2011/05/tinymce-styles-dropdown-wordpress-visual-editor/#comment-1134</link>
		<dc:creator>What to do about shortcodes? &#124; Nick Hamze</dc:creator>
		<pubDate>Wed, 25 Jan 2012 18:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=1036#comment-1134</guid>
		<description>[...] I ran across a post by Alison Barrett who offered an alternative to shortcodes. Her idea was instead of using [...]</description>
		<content:encoded><![CDATA[<p>[...] I ran across a post by Alison Barrett who offered an alternative to shortcodes. Her idea was instead of using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mastering the TinyMCE Styles Dropdown in the WordPress Visual Editor by Cristian Giordano</title>
		<link>http://alisothegeek.com/2011/05/tinymce-styles-dropdown-wordpress-visual-editor/#comment-1133</link>
		<dc:creator>Cristian Giordano</dc:creator>
		<pubDate>Wed, 25 Jan 2012 11:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=1036#comment-1133</guid>
		<description>You will need to create a stylesheet in your theme called editor-style.css then put all of your custom styles in there. if you want to use another named style sheet you can simply call it via the method i.e. add_editor_style( &#039;custom-editor-style.css&#039; );

or if you want to place it in a sub folder : add_editor_style( &#039;lib/css/editor-style.css&#039; ); 

Always read the docs: http://codex.wordpress.org/Function_Reference/add_editor_style 

Hope that helps! </description>
		<content:encoded><![CDATA[<p>You will need to create a stylesheet in your theme called editor-style.css then put all of your custom styles in there. if you want to use another named style sheet you can simply call it via the method i.e. add_editor_style( &#8216;custom-editor-style.css&#8217; );</p>
<p>or if you want to place it in a sub folder : add_editor_style( &#8216;lib/css/editor-style.css&#8217; ); </p>
<p>Always read the docs: <a href="http://codex.wordpress.org/Function_Reference/add_editor_style" rel="nofollow">http://codex.wordpress.org/Function_Reference/add_editor_style</a> </p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New WordPress Sugar for Espresso by Herwindo Artono</title>
		<link>http://alisothegeek.com/2011/02/new-wordpress-sugar-for-espresso/#comment-1132</link>
		<dc:creator>Herwindo Artono</dc:creator>
		<pubDate>Tue, 24 Jan 2012 15:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=958#comment-1132</guid>
		<description>Thanks for this :), downloading it</description>
		<content:encoded><![CDATA[<p>Thanks for this <img src='http://alisothegeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , downloading it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mastering the TinyMCE Styles Dropdown in the WordPress Visual Editor by Heinrich</title>
		<link>http://alisothegeek.com/2011/05/tinymce-styles-dropdown-wordpress-visual-editor/#comment-1131</link>
		<dc:creator>Heinrich</dc:creator>
		<pubDate>Fri, 20 Jan 2012 20:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=1036#comment-1131</guid>
		<description>Hellp me tons.. Thanks!</description>
		<content:encoded><![CDATA[<p>Hellp me tons.. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extended WordPress Settings API Tutorial, Part 1 by Sergio Zambrano</title>
		<link>http://alisothegeek.com/2011/01/wordpress-settings-api-tutorial-1/#comment-1130</link>
		<dc:creator>Sergio Zambrano</dc:creator>
		<pubDate>Fri, 20 Jan 2012 06:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=880#comment-1130</guid>
		<description>It&#039;s amazing!
I&#039;m bookmarking to take my pretty not-so-functional themes to the next level!

I&#039;d be cool if you use this same way to add fields for a plugin settings page, either to appear under the settings section or its own menu. I&#039;d take 10 minutes for you and 3 days for me – so far what&#039;s been taking me to add settings page to my plugin :( 

</description>
		<content:encoded><![CDATA[<p>It&#8217;s amazing!<br />
I&#8217;m bookmarking to take my pretty not-so-functional themes to the next level!</p>
<p>I&#8217;d be cool if you use this same way to add fields for a plugin settings page, either to appear under the settings section or its own menu. I&#8217;d take 10 minutes for you and 3 days for me – so far what&#8217;s been taking me to add settings page to my plugin <img src='http://alisothegeek.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
]]></content:encoded>
	</item>
</channel>
</rss>

