<?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: Technical Tuesday: Another Look at WordPress register_activation_hook</title>
	<atom:link href="http://website-in-a-weekend.net/extending-wordpress/register_activation_hook/feed/" rel="self" type="application/rss+xml" />
	<link>http://website-in-a-weekend.net/extending-wordpress/register_activation_hook/</link>
	<description>Web Zero to Web Hero</description>
	<lastBuildDate>Tue, 17 Apr 2012 07:59:50 +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/register_activation_hook/comment-page-1/#comment-8040</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=14465#comment-8040</guid>
		<description>Hehe... everything become crystal clear next week, when I conclude this series of articles.  

Deliberate practice: you have it right with the notion of &quot;Learn A, B and C&quot; in that order and practice until you don&#039;t have to think about it.

There&#039;s much more coming on this.  Watch Deacon too, we&#039;re ping-ponging the discussion between our blogs.
.-= Dave Doolin&#180;s last blog ..&lt;a href=&quot;http://website-in-a-weekend.net/extending-wordpress/wordpress-plugin-activation-php-classes/&quot;&gt;WordPress Plugin Activation using PHP classes&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Hehe&#8230; everything become crystal clear next week, when I conclude this series of articles.  </p>
<p>Deliberate practice: you have it right with the notion of &#8220;Learn A, B and C&#8221; in that order and practice until you don&#8217;t have to think about it.</p>
<p>There&#8217;s much more coming on this.  Watch Deacon too, we&#8217;re ping-ponging the discussion between our blogs.<br />
.-= Dave Doolin&#180;s last blog ..<a href="http://website-in-a-weekend.net/extending-wordpress/wordpress-plugin-activation-php-classes/">WordPress Plugin Activation using PHP classes</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky Buchanan</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/register_activation_hook/comment-page-1/#comment-8000</link>
		<dc:creator>Ricky Buchanan</dc:creator>
		<pubDate>Tue, 16 Mar 2010 10:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=14465#comment-8000</guid>
		<description>I know I&#039;m reading this after the second one, but it makes more sense to me in this order!

Is &quot;activation1.php&quot; the name of your main plugin code file? Because in the deconstruction you say &lt;q&gt;that activation hook [sic?] operates on the plugin name&lt;/q&gt; but &quot;activation1.php&quot; is not the plugin name - the code and your comments both say the plug name is &quot;A Test&quot;. 

At first I thought you had accidentally switched from using &quot;activation1.php&quot; and &quot;my_other_file.php&quot; to name the second file, but that makes even less sense.

And if the plugin name is &quot;A Test&quot; then won&#039;t WordPress go looking for a_test.php as the main code file? I was under the (mis?)impression that the main code file needed to match the plugin name for some code-related reason aside from &quot;it&#039;s easier for the programmer to remember&quot;.

Clarification, please Sir!

About deliberate practice - I guess my practice is simply in constructing and refining my websites (and reading these articles), which is deliberately done as PHP practice as well as as website construction. On the other hand it&#039;s not deliberate in terms of &quot;I shall learn a, then b, then c&quot; being deliberately decided in advance. I have been learning PHP piecemeal as I need to figure out how to make WordPress do more and more, rather than in a more coherent fashion. Does this count as deliberate practice in your book? I&#039;m getting better at it, so it works for me.

PS
Ranking keywords - in my google searches (which default to google.com.au, just to complicate matters) you&#039;re ranking on &#039;register_activation_hook&#039; (7th) and &#039;register_deactivation_hook&#039; (28th), so I&#039;m guessing that&#039;s the second one you optimised for. Others I suspected were:
George Leonard’s Mastery
practice of mastery
deliberate practice
None of them ranked in the top 100 in my Google search. I evidently underestimated the popularity of these topics because it&#039;s not a book or a phrase I&#039;ve come across before. I may also admit to checking &quot;man pages&quot; but mostly to see what it returned - I am utterly unsurprised that you don&#039;t rank in the top 100 for that one!!
.-= Ricky Buchanan&#180;s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/atmac/~3/TwuJnOw0gIk/&quot;&gt;Accessibility and the iPad: First Impressions&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>I know I&#8217;m reading this after the second one, but it makes more sense to me in this order!</p>
<p>Is &#8220;activation1.php&#8221; the name of your main plugin code file? Because in the deconstruction you say <q>that activation hook [sic?] operates on the plugin name</q> but &#8220;activation1.php&#8221; is not the plugin name &#8211; the code and your comments both say the plug name is &#8220;A Test&#8221;. </p>
<p>At first I thought you had accidentally switched from using &#8220;activation1.php&#8221; and &#8220;my_other_file.php&#8221; to name the second file, but that makes even less sense.</p>
<p>And if the plugin name is &#8220;A Test&#8221; then won&#8217;t WordPress go looking for a_test.php as the main code file? I was under the (mis?)impression that the main code file needed to match the plugin name for some code-related reason aside from &#8220;it&#8217;s easier for the programmer to remember&#8221;.</p>
<p>Clarification, please Sir!</p>
<p>About deliberate practice &#8211; I guess my practice is simply in constructing and refining my websites (and reading these articles), which is deliberately done as PHP practice as well as as website construction. On the other hand it&#8217;s not deliberate in terms of &#8220;I shall learn a, then b, then c&#8221; being deliberately decided in advance. I have been learning PHP piecemeal as I need to figure out how to make WordPress do more and more, rather than in a more coherent fashion. Does this count as deliberate practice in your book? I&#8217;m getting better at it, so it works for me.</p>
<p>PS<br />
Ranking keywords &#8211; in my google searches (which default to google.com.au, just to complicate matters) you&#8217;re ranking on &#8216;register_activation_hook&#8217; (7th) and &#8216;register_deactivation_hook&#8217; (28th), so I&#8217;m guessing that&#8217;s the second one you optimised for. Others I suspected were:<br />
George Leonard’s Mastery<br />
practice of mastery<br />
deliberate practice<br />
None of them ranked in the top 100 in my Google search. I evidently underestimated the popularity of these topics because it&#8217;s not a book or a phrase I&#8217;ve come across before. I may also admit to checking &#8220;man pages&#8221; but mostly to see what it returned &#8211; I am utterly unsurprised that you don&#8217;t rank in the top 100 for that one!!<br />
.-= Ricky Buchanan&#180;s last blog ..<a href="http://feedproxy.google.com/~r/atmac/~3/TwuJnOw0gIk/">Accessibility and the iPad: First Impressions</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Diels</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/register_activation_hook/comment-page-1/#comment-7155</link>
		<dc:creator>Kelly Diels</dc:creator>
		<pubDate>Wed, 03 Mar 2010 04:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=14465#comment-7155</guid>
		<description>Dave, you&#039;re doing well for &quot;Technical Tuesday&quot;, but, even more importantly, you&#039;re ranking quite nicely for the uber-sexy keyword &quot;turswiry&quot;. I know you must be proud. And nice italics, btw.

You forced me to look at source code again. (Know this: I am plotting my revenge.)</description>
		<content:encoded><![CDATA[<p>Dave, you&#8217;re doing well for &#8220;Technical Tuesday&#8221;, but, even more importantly, you&#8217;re ranking quite nicely for the uber-sexy keyword &#8220;turswiry&#8221;. I know you must be proud. And nice italics, btw.</p>
<p>You forced me to look at source code again. (Know this: I am plotting my revenge.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/register_activation_hook/comment-page-1/#comment-7129</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=14465#comment-7129</guid>
		<description>Ralph, engage on the level of &quot;practice.&quot;

Find out what those things are you need to master, then practice those things.  Over and over again.

Constructing repeatable code is something I need to do on a regular basis.  That&#039;s my practice.

Your practice will be different.

Also, I&#039;m not an expert in any sense of the word.  We&#039;re going through a big social backlash against &quot;experts,&quot; and truly, I am not an expert on WordPress.  I am however, competent to employ this function in a plugin!

Experts do get it wrong a lot. They&#039;re just supposed to be aware of it when they do get it wrong.

Just so you know, this article and the previous article  represent at least 40 hours of my time, taken over several months. Acquiring in-depth knowledge is time consuming.



.-= Dave Doolin&#180;s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/WebsiteInAWeekend/~3/TkAUt68K0qg/&quot;&gt;Caressing Alien Species, and, a (late) Valentine… Take cover! It’s two Weeks in Review&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Ralph, engage on the level of &#8220;practice.&#8221;</p>
<p>Find out what those things are you need to master, then practice those things.  Over and over again.</p>
<p>Constructing repeatable code is something I need to do on a regular basis.  That&#8217;s my practice.</p>
<p>Your practice will be different.</p>
<p>Also, I&#8217;m not an expert in any sense of the word.  We&#8217;re going through a big social backlash against &#8220;experts,&#8221; and truly, I am not an expert on WordPress.  I am however, competent to employ this function in a plugin!</p>
<p>Experts do get it wrong a lot. They&#8217;re just supposed to be aware of it when they do get it wrong.</p>
<p>Just so you know, this article and the previous article  represent at least 40 hours of my time, taken over several months. Acquiring in-depth knowledge is time consuming.</p>
<p>.-= Dave Doolin&#180;s last blog ..<a href="http://feedproxy.google.com/~r/WebsiteInAWeekend/~3/TkAUt68K0qg/">Caressing Alien Species, and, a (late) Valentine… Take cover! It’s two Weeks in Review</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/register_activation_hook/comment-page-1/#comment-7128</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=14465#comment-7128</guid>
		<description>First thing: Google search is now context dependent, which kind of sucks.

I used register_activation_hook for the search term. It&#039;s not a &quot;hot&quot; term by any means, but the people searching for it likely to be desperate.  =)
.-= Dave Doolin&#180;s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/WebsiteInAWeekend/~3/L1e3tu2OZxA/&quot;&gt;World Class Copywriting: Are there Bird droppings on your catapult?&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>First thing: Google search is now context dependent, which kind of sucks.</p>
<p>I used register_activation_hook for the search term. It&#8217;s not a &#8220;hot&#8221; term by any means, but the people searching for it likely to be desperate.  =)<br />
.-= Dave Doolin&#180;s last blog ..<a href="http://feedproxy.google.com/~r/WebsiteInAWeekend/~3/L1e3tu2OZxA/">World Class Copywriting: Are there Bird droppings on your catapult?</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/register_activation_hook/comment-page-1/#comment-7125</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Tue, 02 Mar 2010 22:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=14465#comment-7125</guid>
		<description>Dave,
I was excited to see this post and hoping that it might say something at a level I was prepared to engage.  TMI.  I guess I am resigned to becoming more successful and hiring an expert to make things work right but then you tell me that the &#039;experts&#039; get it wrong too.</description>
		<content:encoded><![CDATA[<p>Dave,<br />
I was excited to see this post and hoping that it might say something at a level I was prepared to engage.  TMI.  I guess I am resigned to becoming more successful and hiring an expert to make things work right but then you tell me that the &#8216;experts&#8217; get it wrong too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eleanor Edwards</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/register_activation_hook/comment-page-1/#comment-7123</link>
		<dc:creator>Eleanor Edwards</dc:creator>
		<pubDate>Tue, 02 Mar 2010 22:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=14465#comment-7123</guid>
		<description>I had no idea. I was just tickled by the &#039;man-pages&#039; phrase. I don&#039;t really understand enough of any of this do I? For example, when you say it&#039;s on the front page, under which search terms? I know this is no accident but instead lots of careful planning by yourself ;)
.-= Eleanor Edwards&#180;s last blog ..&lt;a href=&quot;http://www.giveabrick.com/legislation-mosquito/&quot;&gt;Legislation for a weapon? You can help!&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>I had no idea. I was just tickled by the &#8216;man-pages&#8217; phrase. I don&#8217;t really understand enough of any of this do I? For example, when you say it&#8217;s on the front page, under which search terms? I know this is no accident but instead lots of careful planning by yourself ;)<br />
.-= Eleanor Edwards&#180;s last blog ..<a href="http://www.giveabrick.com/legislation-mosquito/">Legislation for a weapon? You can help!</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/register_activation_hook/comment-page-1/#comment-7120</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Tue, 02 Mar 2010 22:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=14465#comment-7120</guid>
		<description>Eleanor, smart to comment here.  This article is already on the front page of Google, at least on my search.  I suspect you will a steady trickle of hits from this article over time.
.-= Dave Doolin&#180;s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/WebsiteInAWeekend/~3/QVomCaOw5Mg/&quot;&gt;Saturday Morning Surfing: How’s Your Blog Traffic Lately?&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Eleanor, smart to comment here.  This article is already on the front page of Google, at least on my search.  I suspect you will a steady trickle of hits from this article over time.<br />
.-= Dave Doolin&#180;s last blog ..<a href="http://feedproxy.google.com/~r/WebsiteInAWeekend/~3/QVomCaOw5Mg/">Saturday Morning Surfing: How’s Your Blog Traffic Lately?</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hands: Caress them and Care for them &#124; Fine Art Woodblock Printmaking</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/register_activation_hook/comment-page-1/#comment-7118</link>
		<dc:creator>Hands: Caress them and Care for them &#124; Fine Art Woodblock Printmaking</dc:creator>
		<pubDate>Tue, 02 Mar 2010 21:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=14465#comment-7118</guid>
		<description>[...] of you that read Dave regularly got a hint today though)   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] of you that read Dave regularly got a hint today though)   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eleanor Edwards</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/register_activation_hook/comment-page-1/#comment-7115</link>
		<dc:creator>Eleanor Edwards</dc:creator>
		<pubDate>Tue, 02 Mar 2010 20:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=14465#comment-7115</guid>
		<description>As one of your non-technical readers you made my brain hurt a little ;) The funny thing is, as much as I will moan if my husband tries to set something up without reading the man-pages (hehehe, that phrase made me giggle!) because it invariably goes wrong and then I feel duty bound to offer helpful suggestions, aside from all that, I can totally relate to tinkering when it comes to code.

You&#039;re way past my understanding. I only just got to the point where I can use the thesis hooks to do what I want to. But I do equally get where you&#039;re coming from.

As for your deliberate practice thing, it sounds like what I do when I call this life a game. If it&#039;s just about getting from A to B, where&#039;s the fun in that? It&#039;s all about the journey. So different vocabulary but I&#039;m with you.
.-= Eleanor Edwards&#180;s last blog ..&lt;a href=&quot;http://www.giveabrick.com/legislation-mosquito/&quot;&gt;Legislation for a weapon? You can help!&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>As one of your non-technical readers you made my brain hurt a little ;) The funny thing is, as much as I will moan if my husband tries to set something up without reading the man-pages (hehehe, that phrase made me giggle!) because it invariably goes wrong and then I feel duty bound to offer helpful suggestions, aside from all that, I can totally relate to tinkering when it comes to code.</p>
<p>You&#8217;re way past my understanding. I only just got to the point where I can use the thesis hooks to do what I want to. But I do equally get where you&#8217;re coming from.</p>
<p>As for your deliberate practice thing, it sounds like what I do when I call this life a game. If it&#8217;s just about getting from A to B, where&#8217;s the fun in that? It&#8217;s all about the journey. So different vocabulary but I&#8217;m with you.<br />
.-= Eleanor Edwards&#180;s last blog ..<a href="http://www.giveabrick.com/legislation-mosquito/">Legislation for a weapon? You can help!</a> =-.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

