<?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: SemButtons: My First WordPress PlugIn</title>
	<atom:link href="http://www.elharo.com/blog/software-development/web-development/php/2007/04/16/sembuttons-my-first-wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elharo.com/blog/software-development/web-development/php/2007/04/16/sembuttons-my-first-wordpress-plugin/</link>
	<description>Ranting and Raving</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:01:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://www.elharo.com/blog/software-development/web-development/php/2007/04/16/sembuttons-my-first-wordpress-plugin/comment-page-1/#comment-62083</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Tue, 17 Apr 2007 10:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/04/16/sembuttons-my-first-wordpress-plugin/#comment-62083</guid>
		<description>Is it really necessary to declare a function before you call it? If so, why? It&#039;s certainly not necessary in Java. It is necessary in C, but C is a very old language designed to fit in systems with 32K of memory where the entire program couldn&#039;t be stuffed into memory first. 

I&#039;ll fix the closing parenthesis. I&#039;m surprised that worked at all. That makes this work with Safari now too. </description>
		<content:encoded><![CDATA[<p>Is it really necessary to declare a function before you call it? If so, why? It&#8217;s certainly not necessary in Java. It is necessary in C, but C is a very old language designed to fit in systems with 32K of memory where the entire program couldn&#8217;t be stuffed into memory first. </p>
<p>I&#8217;ll fix the closing parenthesis. I&#8217;m surprised that worked at all. That makes this work with Safari now too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnbillion</title>
		<link>http://www.elharo.com/blog/software-development/web-development/php/2007/04/16/sembuttons-my-first-wordpress-plugin/comment-page-1/#comment-61992</link>
		<dc:creator>johnbillion</dc:creator>
		<pubDate>Mon, 16 Apr 2007 23:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/04/16/sembuttons-my-first-wordpress-plugin/#comment-61992</guid>
		<description>Elliotte,

Just a couple of pointers for you, from a fellow WP-hacker :) You&#039;ve missed a closing parenthesis in the function &lt;code&gt;remove_buttons()&lt;/code&gt; at the end of the line &lt;code&gt;display:none;&lt;/code&gt;

Also it&#039;s good practise to declare a function in JavaScript (like in any other language) before you call it, so you need to move your JavaScript function &lt;code&gt;change_button()&lt;/code&gt; up two lines so it&#039;s declared before you call it. The same goes for the function &lt;code&gt;make_button()&lt;/code&gt;.

I haven&#039;t tried this plugin out but it looks good!

Regards, johnbillion</description>
		<content:encoded><![CDATA[<p>Elliotte,</p>
<p>Just a couple of pointers for you, from a fellow WP-hacker :) You&#8217;ve missed a closing parenthesis in the function <code>remove_buttons()</code> at the end of the line <code>display:none;</code></p>
<p>Also it&#8217;s good practise to declare a function in JavaScript (like in any other language) before you call it, so you need to move your JavaScript function <code>change_button()</code> up two lines so it&#8217;s declared before you call it. The same goes for the function <code>make_button()</code>.</p>
<p>I haven&#8217;t tried this plugin out but it looks good!</p>
<p>Regards, johnbillion</p>
]]></content:encoded>
	</item>
</channel>
</rss>

