<?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: DIY WordPress: Unraveling Quicktags for WordPress Plugins</title>
	<atom:link href="http://website-in-a-weekend.net/extending-wordpress/diy-wordpress-unraveling-quicktags-wordpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://website-in-a-weekend.net/extending-wordpress/diy-wordpress-unraveling-quicktags-wordpress-plugins/</link>
	<description>Web Zero to Web Hero</description>
	<lastBuildDate>Sat, 11 Feb 2012 10:28:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/diy-wordpress-unraveling-quicktags-wordpress-plugins/comment-page-1/#comment-17821</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Mon, 22 Nov 2010 00:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=9469#comment-17821</guid>
		<description>You know, if I published this on Codex, it would the &quot;official&quot; way. At least until someone changed it!  And I might do that, but I have reasons to keep it here as well.

Let me know when you have something posted, I&#039;ll link to you.

Also, Rails is as much about the ecosystem and community as it is the technology.  It&#039;s as active and exciting as early web, or early Linux years.  And the technology really rocks!</description>
		<content:encoded><![CDATA[<p>You know, if I published this on Codex, it would the &#8220;official&#8221; way. At least until someone changed it!  And I might do that, but I have reasons to keep it here as well.</p>
<p>Let me know when you have something posted, I&#8217;ll link to you.</p>
<p>Also, Rails is as much about the ecosystem and community as it is the technology.  It&#8217;s as active and exciting as early web, or early Linux years.  And the technology really rocks!<br />
<span class="cluv">Dave Doolin&#180;s last post ..<a class="50c02378d4 17821" href="http://website-in-a-weekend.net/blogging-success/elevator-pitch/">How Your Elevator Pitch is Your Best Business Friend Saturday Morning Surfing</a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Bailey</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/diy-wordpress-unraveling-quicktags-wordpress-plugins/comment-page-1/#comment-17786</link>
		<dc:creator>Steve Bailey</dc:creator>
		<pubDate>Sun, 21 Nov 2010 02:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=9469#comment-17786</guid>
		<description>Great article and information.

I had already downloaded, today, someone&#039;s plugin which added a two buttons to the toolbar, and he did it the same way as you.  I was feeling kind of doubtful that this is the official way, like I need to search codex.wordpress for the &quot;real&quot; way to do it but didn&#039;t find this particular strategy of generating js with the php.
  So I did a search for plugin hack ed_toolbar and your site came up and you&#039;ve reaffirmed that this is indeed the way I will go about writing my own plugin which ikewise adds some buttons for my own purpose.
When I&quot;m done with the plugin, I&#039;ll  post it to my blog and mention your website.
Thanks again
Steve</description>
		<content:encoded><![CDATA[<p>Great article and information.</p>
<p>I had already downloaded, today, someone&#8217;s plugin which added a two buttons to the toolbar, and he did it the same way as you.  I was feeling kind of doubtful that this is the official way, like I need to search codex.wordpress for the &#8220;real&#8221; way to do it but didn&#8217;t find this particular strategy of generating js with the php.<br />
  So I did a search for plugin hack ed_toolbar and your site came up and you&#8217;ve reaffirmed that this is indeed the way I will go about writing my own plugin which ikewise adds some buttons for my own purpose.<br />
When I&#8221;m done with the plugin, I&#8217;ll  post it to my blog and mention your website.<br />
Thanks again<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benxamin</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/diy-wordpress-unraveling-quicktags-wordpress-plugins/comment-page-1/#comment-5256</link>
		<dc:creator>Benxamin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 04:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=9469#comment-5256</guid>
		<description>So, I thought I&#039;d just add another option to the LINK tag so that I could set a target, relation and maybe even add a title. But NO. Once you get into the quicktags.js you realize it&#039;s a bit of a mess trying to reverse engineer it. 
I started hacking the core, and &lt;em&gt;still&lt;/em&gt; couldn&#039;t get a friggin&#039; alert box to pop. 

Thanks for showing us the right way and keeping it orderly!</description>
		<content:encoded><![CDATA[<p>So, I thought I&#8217;d just add another option to the LINK tag so that I could set a target, relation and maybe even add a title. But NO. Once you get into the quicktags.js you realize it&#8217;s a bit of a mess trying to reverse engineer it.<br />
I started hacking the core, and <em>still</em> couldn&#8217;t get a friggin&#8217; alert box to pop. </p>
<p>Thanks for showing us the right way and keeping it orderly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/diy-wordpress-unraveling-quicktags-wordpress-plugins/comment-page-1/#comment-5257</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 03:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=9469#comment-5257</guid>
		<description>And you&#039;re writing a little note about this, right?  So that I can link to it when you publish, right?  

Awesome!
.-= Dave&#180;s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/WebsiteInAWeekend/~3/ZRDT_93DP24/&quot; rel=&quot;nofollow&quot;&gt;Refreshing Your Pillar Content By Recycling Blog Posts&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>And you&#8217;re writing a little note about this, right?  So that I can link to it when you publish, right?  </p>
<p>Awesome!<br />
.-= Dave&#180;s last blog ..<a href="http://feedproxy.google.com/~r/WebsiteInAWeekend/~3/ZRDT_93DP24/" rel="nofollow">Refreshing Your Pillar Content By Recycling Blog Posts</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/diy-wordpress-unraveling-quicktags-wordpress-plugins/comment-page-1/#comment-2653</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Sun, 13 Dec 2009 23:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=9469#comment-2653</guid>
		<description>@EJ - Writing these kinds of articles is part of why I have a hard time keeping up with twitter, commenting, all the other stuff I&#039;m sposed to do as a &quot;responsible blogger!&quot;

Thanks for reading. I have many more of these articles both in draft and in my head, waiting to get the time and energy to ensure they are written correctly before I pull the &quot;Publish&quot; trigger.
.-= Dave&#180;s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/WebsiteInAWeekend/~3/mRMcv7kPTIY/&quot; rel=&quot;nofollow&quot;&gt;Playing The Host: A Quick Intro to Wordpress MU&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>@EJ &#8211; Writing these kinds of articles is part of why I have a hard time keeping up with twitter, commenting, all the other stuff I&#8217;m sposed to do as a &#8220;responsible blogger!&#8221;</p>
<p>Thanks for reading. I have many more of these articles both in draft and in my head, waiting to get the time and energy to ensure they are written correctly before I pull the &#8220;Publish&#8221; trigger.<br />
.-= Dave&#180;s last blog ..<a href="http://feedproxy.google.com/~r/WebsiteInAWeekend/~3/mRMcv7kPTIY/" rel="nofollow">Playing The Host: A Quick Intro to WordPress MU</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extreme John</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/diy-wordpress-unraveling-quicktags-wordpress-plugins/comment-page-1/#comment-2642</link>
		<dc:creator>Extreme John</dc:creator>
		<pubDate>Sat, 12 Dec 2009 21:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=9469#comment-2642</guid>
		<description>Ummmm wow... This is out of my league in a big way. This is going in the read this later folder so I can absorb it when im not drinking :)
.-= Extreme John&#180;s last blog ..&lt;a href=&quot;http://www.extremejohn.com/14-ways-to-get-more-blog-engage-votes/&quot;&gt;14 Ways to Get More Blog Engage Votes&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Ummmm wow&#8230; This is out of my league in a big way. This is going in the read this later folder so I can absorb it when im not drinking :)<br />
.-= Extreme John&#180;s last blog ..<a href="http://www.extremejohn.com/14-ways-to-get-more-blog-engage-votes/">14 Ways to Get More Blog Engage Votes</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deacon</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/diy-wordpress-unraveling-quicktags-wordpress-plugins/comment-page-1/#comment-2607</link>
		<dc:creator>Deacon</dc:creator>
		<pubDate>Thu, 10 Dec 2009 19:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=9469#comment-2607</guid>
		<description>Yeah, you&#039;ve left me in your dust in terms of familiarity with Wordpress.
I can tell this is rich, but it is way over my head.  I haven&#039;t dabbled in this yet at all.
.-= Deacon&#180;s last blog ..&lt;a href=&quot;http://baddeacondesign.com/blog/2009/12/how-to-be-a-part-time-artist-or-anything-else/&quot;&gt;How to be a Part Time Artist (or anything else!)&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Yeah, you&#8217;ve left me in your dust in terms of familiarity with WordPress.<br />
I can tell this is rich, but it is way over my head.  I haven&#8217;t dabbled in this yet at all.<br />
.-= Deacon&#180;s last blog ..<a href="http://baddeacondesign.com/blog/2009/12/how-to-be-a-part-time-artist-or-anything-else/">How to be a Part Time Artist (or anything else!)</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/diy-wordpress-unraveling-quicktags-wordpress-plugins/comment-page-1/#comment-2608</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Thu, 10 Dec 2009 18:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=9469#comment-2608</guid>
		<description>@Deacon - not so... I don&#039;t know doodly about the loop.  Yet.
.-= Dave&#180;s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/WebsiteInAWeekend/~3/mRMcv7kPTIY/&quot; rel=&quot;nofollow&quot;&gt;Playing The Host: A Quick Intro to Wordpress MU&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>@Deacon &#8211; not so&#8230; I don&#8217;t know doodly about the loop.  Yet.<br />
.-= Dave&#180;s last blog ..<a href="http://feedproxy.google.com/~r/WebsiteInAWeekend/~3/mRMcv7kPTIY/" rel="nofollow">Playing The Host: A Quick Intro to WordPress MU</a> =-.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

