<?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: Thesis hooks. A complete newbies guide</title>
	<atom:link href="http://www.thinkdave.com/thesis-hooks-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkdave.com/thesis-hooks-guide/</link>
	<description>A Smörgåsbord of Thesis services</description>
	<lastBuildDate>Tue, 20 Jul 2010 10:41:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Dave</title>
		<link>http://www.thinkdave.com/thesis-hooks-guide/comment-page-1/#comment-6438</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 20 Nov 2009 11:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkdave.com/?p=1652#comment-6438</guid>
		<description>I love it when people think I&#039;m right! Doesn&#039;t happen often, but when it does, it rules! Thanks for the comments.</description>
		<content:encoded><![CDATA[<p>I love it when people think I&#8217;m right! Doesn&#8217;t happen often, but when it does, it rules! Thanks for the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alderete</title>
		<link>http://www.thinkdave.com/thesis-hooks-guide/comment-page-1/#comment-6437</link>
		<dc:creator>Alderete</dc:creator>
		<pubDate>Fri, 20 Nov 2009 11:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkdave.com/?p=1652#comment-6437</guid>
		<description>I&#039;m with Dave, the OpenHook plugin was nice when you couldn&#039;t edit custom_functions.php via the web interface, but now that you can, it&#039;s more of a crutch than a tool. If you&#039;re going to customize Thesis via hooks, you really ought to learn the built-in, standard, fully-supported way to do so: custom_functions.php.

Putting your customizations into custom_functions.php, rather than OpenHook, has two big advantages:

 - Your customizations are stored &lt;em&gt;in the theme,&lt;/em&gt; in the thesis/custom folder. You can take them with you to a new blog just by copying the directory. They are easy to back up. They are easy to put under version control. If you use OpenHook, you have to [remember to] copy/paste from a bunch of web form fields into other web form fields on a new site. Not as simple. It&#039;s harder to back up your customizations. And forget about version control.

- OpenHook stores your hook insertions in the database. Which means it adds extra database queries, for every page view. Which means a performance hit. &#039;Nuf said.
.-= Alderete´s last blog ..&lt;a href=&quot;http://aldosoft.com/blog/2009/11/applying-thesis-styles-in-print/&quot; rel=&quot;nofollow&quot;&gt;Applying Thesis styles in print&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>I&#8217;m with Dave, the OpenHook plugin was nice when you couldn&#8217;t edit custom_functions.php via the web interface, but now that you can, it&#8217;s more of a crutch than a tool. If you&#8217;re going to customize Thesis via hooks, you really ought to learn the built-in, standard, fully-supported way to do so: custom_functions.php.</p>
<p>Putting your customizations into custom_functions.php, rather than OpenHook, has two big advantages:</p>
<p> &#8211; Your customizations are stored <em>in the theme,</em> in the thesis/custom folder. You can take them with you to a new blog just by copying the directory. They are easy to back up. They are easy to put under version control. If you use OpenHook, you have to [remember to] copy/paste from a bunch of web form fields into other web form fields on a new site. Not as simple. It&#8217;s harder to back up your customizations. And forget about version control.</p>
<p>- OpenHook stores your hook insertions in the database. Which means it adds extra database queries, for every page view. Which means a performance hit. &#8216;Nuf said.<br />
<span class="cluv"> Alderete´s last blog ..<a href="http://aldosoft.com/blog/2009/11/applying-thesis-styles-in-print/" rel="nofollow">Applying Thesis styles in print</a> </span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.thinkdave.com/thesis-hooks-guide/comment-page-1/#comment-6434</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 18 Nov 2009 13:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkdave.com/?p=1652#comment-6434</guid>
		<description>That&#039;s a really good point. Openhook is great as a free plugin. It&#039;s worth every penny. But after it managed to lose my data twice, I&#039;m very wary. 

I also dislike the fact that Openhook doesn&#039;t store (as far as I know) your custom functions in Thesis&#039; custom_functions.php file. So if you have to move your theme from one server to another (which I do A LOT) you&#039;re constantly having to copy/paste code. I also tend to disagree with your &#039;hack-hack&#039; statement. In my opinion, adding code to the custom_functions.php file is the clean, proper way to work. Using Openhook is the hack.

In summary I think it&#039;s an awesome plugin, but I wouldn&#039;t trust it on commercial projects.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a really good point. Openhook is great as a free plugin. It&#8217;s worth every penny. But after it managed to lose my data twice, I&#8217;m very wary. </p>
<p>I also dislike the fact that Openhook doesn&#8217;t store (as far as I know) your custom functions in Thesis&#8217; custom_functions.php file. So if you have to move your theme from one server to another (which I do A LOT) you&#8217;re constantly having to copy/paste code. I also tend to disagree with your &#8216;hack-hack&#8217; statement. In my opinion, adding code to the custom_functions.php file is the clean, proper way to work. Using Openhook is the hack.</p>
<p>In summary I think it&#8217;s an awesome plugin, but I wouldn&#8217;t trust it on commercial projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramses</title>
		<link>http://www.thinkdave.com/thesis-hooks-guide/comment-page-1/#comment-6433</link>
		<dc:creator>Ramses</dc:creator>
		<pubDate>Wed, 18 Nov 2009 13:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkdave.com/?p=1652#comment-6433</guid>
		<description>Came here from twitter.com - Indeed a very clean customization you got here :-)

But why don&#039;t we all just use the OpenHook Plugin? No custom functions hack-hack needed anymore.
.-= Ramses´s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/ilovethesisdotcom/~3/ieJXR2AgjvA/thesis-theme-marriage-divorce-finally-legal.php&quot; rel=&quot;nofollow&quot;&gt;Thesis Theme Marriage – Divorce Finally Legal&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Came here from twitter.com &#8211; Indeed a very clean customization you got here <img src='http://www.thinkdave.com/sausage/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>But why don&#8217;t we all just use the OpenHook Plugin? No custom functions hack-hack needed anymore.<br />
<span class="cluv"> Ramses´s last blog ..<a href="http://feedproxy.google.com/~r/ilovethesisdotcom/~3/ieJXR2AgjvA/thesis-theme-marriage-divorce-finally-legal.php" rel="nofollow">Thesis Theme Marriage – Divorce Finally Legal</a> </span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: (Anti) Social Lists 11/15/09 &#124; (Anti) Social Development</title>
		<link>http://www.thinkdave.com/thesis-hooks-guide/comment-page-1/#comment-6426</link>
		<dc:creator>(Anti) Social Lists 11/15/09 &#124; (Anti) Social Development</dc:creator>
		<pubDate>Sun, 15 Nov 2009 05:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkdave.com/?p=1652#comment-6426</guid>
		<description>[...] Thesis Hooks Guide &#8211; A great guide to Thesis Hooks by Dave Wilkinson. [...]</description>
		<content:encoded><![CDATA[<p>[...] Thesis Hooks Guide &#8211; A great guide to Thesis Hooks by Dave Wilkinson. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.thinkdave.com/thesis-hooks-guide/comment-page-1/#comment-6413</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 04 Nov 2009 06:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkdave.com/?p=1652#comment-6413</guid>
		<description>Thanks Kim. That&#039;s exactly how I feel. When I first started using Thesis hooks scared me off. Then the penny dropped. Now I think they&#039;re awesome and I want to have their babies. OK, maybe the Wilkinsons&#039; have enough babies for the time being, but you know what I mean...</description>
		<content:encoded><![CDATA[<p>Thanks Kim. That&#8217;s exactly how I feel. When I first started using Thesis hooks scared me off. Then the penny dropped. Now I think they&#8217;re awesome and I want to have their babies. OK, maybe the Wilkinsons&#8217; have enough babies for the time being, but you know what I mean&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
