<?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: CiviCRM: &#8220;Individual Prefix&#8221; field as auto-complete text input</title>
	<atom:link href="http://www.twomiceandastrawberry.com/blog/46/civicrm-individual-prefix-field-as-auto-complete-text-input/feed" rel="self" type="application/rss+xml" />
	<link>http://www.twomiceandastrawberry.com/blog/46/civicrm-individual-prefix-field-as-auto-complete-text-input</link>
	<description>Data management, web apps, and the meaning of life</description>
	<pubDate>Sun, 20 May 2012 04:59:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hershel Robinson</title>
		<link>http://www.twomiceandastrawberry.com/blog/46/civicrm-individual-prefix-field-as-auto-complete-text-input/comment-page-1#comment-2499</link>
		<dc:creator>Hershel Robinson</dc:creator>
		<pubDate>Tue, 14 Sep 2010 19:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.twomiceandastrawberry.com/blog/?p=46#comment-2499</guid>
		<description>&gt; Thanks to hershel’s comment for pointing out this method as a way to insert JavaScript code without relying on custom templates techniques.

You're welcome. :)</description>
		<content:encoded><![CDATA[<p>&gt; Thanks to hershel’s comment for pointing out this method as a way to insert JavaScript code without relying on custom templates techniques.</p>
<p>You&#8217;re welcome. <img src='http://www.twomiceandastrawberry.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Shaw</title>
		<link>http://www.twomiceandastrawberry.com/blog/46/civicrm-individual-prefix-field-as-auto-complete-text-input/comment-page-1#comment-686</link>
		<dc:creator>Allen Shaw</dc:creator>
		<pubDate>Tue, 20 Apr 2010 19:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.twomiceandastrawberry.com/blog/?p=46#comment-686</guid>
		<description>Thanks, David.  I've added the blog post here: http://civicrm.org/blogs/allenshaw/using-hooks-change-individual-prefix-auto-complete-text-input</description>
		<content:encoded><![CDATA[<p>Thanks, David.  I&#8217;ve added the blog post here: <a href="http://civicrm.org/blogs/allenshaw/using-hooks-change-individual-prefix-auto-complete-text-input" rel="nofollow">http://civicrm.org/blogs/allenshaw/using-hooks-change-individual-prefix-auto-complete-text-input</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Greenberg</title>
		<link>http://www.twomiceandastrawberry.com/blog/46/civicrm-individual-prefix-field-as-auto-complete-text-input/comment-page-1#comment-684</link>
		<dc:creator>David Greenberg</dc:creator>
		<pubDate>Tue, 20 Apr 2010 16:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.twomiceandastrawberry.com/blog/?p=46#comment-684</guid>
		<description>Allen - great post. I've added blogging rights to your account on civicrm.org - so u can create a blog a repost by going to your My Account page.</description>
		<content:encoded><![CDATA[<p>Allen - great post. I&#8217;ve added blogging rights to your account on civicrm.org - so u can create a blog a repost by going to your My Account page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Shaw</title>
		<link>http://www.twomiceandastrawberry.com/blog/46/civicrm-individual-prefix-field-as-auto-complete-text-input/comment-page-1#comment-683</link>
		<dc:creator>Allen Shaw</dc:creator>
		<pubDate>Tue, 20 Apr 2010 14:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.twomiceandastrawberry.com/blog/?p=46#comment-683</guid>
		<description>@Michael: I'd be happy to put it on the CiviCRM blog.  Any idea how I can do that?

As for avoiding customized templates: if there were a way to inject code into a given template, that's all that's needed.  A system I've used before uses naming conventions to automatically load like-named JS files for a template, so that template1.tpl always looks for and includes template1.js.  This doesn't seem to be the Civi way, though.  Better for CiviCRM might be some way to modify template code using hook_civicrm_pageLoad -- is that already possible?  If we could do that I might never customize a template again.</description>
		<content:encoded><![CDATA[<p>@Michael: I&#8217;d be happy to put it on the CiviCRM blog.  Any idea how I can do that?</p>
<p>As for avoiding customized templates: if there were a way to inject code into a given template, that&#8217;s all that&#8217;s needed.  A system I&#8217;ve used before uses naming conventions to automatically load like-named JS files for a template, so that template1.tpl always looks for and includes template1.js.  This doesn&#8217;t seem to be the Civi way, though.  Better for CiviCRM might be some way to modify template code using hook_civicrm_pageLoad &#8212; is that already possible?  If we could do that I might never customize a template again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael McAndrew</title>
		<link>http://www.twomiceandastrawberry.com/blog/46/civicrm-individual-prefix-field-as-auto-complete-text-input/comment-page-1#comment-679</link>
		<dc:creator>Michael McAndrew</dc:creator>
		<pubDate>Tue, 20 Apr 2010 05:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.twomiceandastrawberry.com/blog/?p=46#comment-679</guid>
		<description>hey,

you should repost this on the civicrm blog if you have time.  any ideas for making it easier for you to avoid customising the template in this case?</description>
		<content:encoded><![CDATA[<p>hey,</p>
<p>you should repost this on the civicrm blog if you have time.  any ideas for making it easier for you to avoid customising the template in this case?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

