<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.brockboland.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Brock Boland - Comments</title>
 <link>http://www.brockboland.com</link>
 <description>Comments</description>
 <language>en</language>
<item>
 <title>thanks for this</title>
 <link>http://www.brockboland.com/2010/08/updating-drupal-core-drush#comment-944</link>
 <description>&lt;p&gt;In reply to &lt;a href=&quot;http://www.brockboland.com/2010/08/updating-drupal-core-drush&quot;&gt;Updating Drupal Core with Drush&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;thanks for this&lt;/p&gt;
</description>
 <pubDate> <key>pubDate</key>
 <value>Mon, 06 Sep 2010 16:56:58 -0700</value>
</pubDate>
 <dc:creator> <key>dc:creator</key>
 <value>Anonymous</value>
</dc:creator>
 <guid> <key>guid</key>
 <attributes> <isPermaLink>false</isPermaLink>
</attributes>
 <value>comment 944 at http://www.brockboland.com</value>
</guid>
</item>
<item>
 <title>Eclipse Helios is much faster</title>
 <link>http://www.brockboland.com/2009/11/debugging-php#comment-934</link>
 <description>&lt;p&gt;In reply to &lt;a href=&quot;http://www.brockboland.com/2009/11/debugging-php&quot;&gt;Debugging PHP&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;Eclipse Helios is much faster and better.  They have fixed many of the bugs and the integration with xdebug is excellent.  I have switched over to it for all my development work.&lt;/p&gt;
</description>
 <pubDate> <key>pubDate</key>
 <value>Mon, 16 Aug 2010 12:08:24 -0700</value>
</pubDate>
 <dc:creator> <key>dc:creator</key>
 <value>Jonathan Hodges</value>
</dc:creator>
 <guid> <key>guid</key>
 <attributes> <isPermaLink>false</isPermaLink>
</attributes>
 <value>comment 934 at http://www.brockboland.com</value>
</guid>
</item>
<item>
 <title>Thanks for coming out! Hope</title>
 <link>http://www.brockboland.com/2010/08/drupal-md#comment-930</link>
 <description>&lt;p&gt;In reply to &lt;a href=&quot;http://www.brockboland.com/2010/08/drupal-md&quot;&gt;Drupal MD&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;Thanks for coming out! Hope to see you in the next few days at the next one.&lt;/p&gt;
</description>
 <pubDate> <key>pubDate</key>
 <value>Sun, 15 Aug 2010 11:33:45 -0700</value>
</pubDate>
 <dc:creator> <key>dc:creator</key>
 <value>Ron Williams</value>
</dc:creator>
 <guid> <key>guid</key>
 <attributes> <isPermaLink>false</isPermaLink>
</attributes>
 <value>comment 930 at http://www.brockboland.com</value>
</guid>
</item>
<item>
 <title>Glad to hear it was</title>
 <link>http://www.brockboland.com/2010/08/adding-field-formatter-display-suite#comment-869</link>
 <description>&lt;p&gt;In reply to &lt;a href=&quot;http://www.brockboland.com/2010/08/adding-field-formatter-display-suite&quot;&gt;Adding A Field Formatter to Display Suite&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;Glad to hear it was helpful!&lt;/p&gt;
&lt;p&gt;I think that function could be prefaced with &lt;code&gt;theme_&lt;/code&gt; and would be used by default. I based my usage on another example I found somewhere that didn&#039;t come with much documentation (and which I can&#039;t find again now). I&#039;m also pretty sure I tried it with &lt;code&gt;theme_&lt;/code&gt; but it wasn&#039;t working for some reason - it&#039;s entirely possible I forgot to clear my cache, though.&lt;/p&gt;
&lt;p&gt;In this case, I included the &lt;code&gt;function&lt;/code&gt; variable in the array returned by my implementation of &lt;code&gt;hook_theme()&lt;/code&gt; to specify the theme function to use, and that was good enough for me.&lt;/p&gt;
</description>
 <pubDate> <key>pubDate</key>
 <value>Fri, 13 Aug 2010 19:50:13 -0700</value>
</pubDate>
 <dc:creator> <key>dc:creator</key>
 <value>brock</value>
</dc:creator>
 <guid> <key>guid</key>
 <attributes> <isPermaLink>false</isPermaLink>
</attributes>
 <value>comment 869 at http://www.brockboland.com</value>
</guid>
</item>
<item>
 <title>or rather ($field)</title>
 <link>http://www.brockboland.com/2010/08/adding-field-formatter-display-suite#comment-868</link>
 <description>&lt;p&gt;In reply to &lt;a href=&quot;http://www.brockboland.com/2010/08/adding-field-formatter-display-suite&quot;&gt;Adding A Field Formatter to Display Suite&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;or rather ($field)&lt;/p&gt;
</description>
 <pubDate> <key>pubDate</key>
 <value>Fri, 13 Aug 2010 19:13:14 -0700</value>
</pubDate>
 <dc:creator> <key>dc:creator</key>
 <value>aufumy</value>
</dc:creator>
 <guid> <key>guid</key>
 <attributes> <isPermaLink>false</isPermaLink>
</attributes>
 <value>comment 868 at http://www.brockboland.com</value>
</guid>
</item>
<item>
 <title>thank you! This was</title>
 <link>http://www.brockboland.com/2010/08/adding-field-formatter-display-suite#comment-867</link>
 <description>&lt;p&gt;In reply to &lt;a href=&quot;http://www.brockboland.com/2010/08/adding-field-formatter-display-suite&quot;&gt;Adding A Field Formatter to Display Suite&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;thank you! This was helpful.&lt;/p&gt;
&lt;p&gt;I noticed that adding a cck formatter, would work for text fields, but not for the title, for which your blog post came in handy.&lt;/p&gt;
&lt;p&gt;Small note, the last function maybe should be&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
function theme_mymodule_blog_category($node) {&lt;br /&gt;
?&amp;gt;&lt;/p&gt;
</description>
 <pubDate> <key>pubDate</key>
 <value>Fri, 13 Aug 2010 19:11:11 -0700</value>
</pubDate>
 <dc:creator> <key>dc:creator</key>
 <value>aufumy</value>
</dc:creator>
 <guid> <key>guid</key>
 <attributes> <isPermaLink>false</isPermaLink>
</attributes>
 <value>comment 867 at http://www.brockboland.com</value>
</guid>
</item>
<item>
 <title>The point being made is, it&#039;s</title>
 <link>http://www.brockboland.com/2010/05/everybody-draw-mohammed-day#comment-853</link>
 <description>&lt;p&gt;In reply to &lt;a href=&quot;http://www.brockboland.com/2010/05/everybody-draw-mohammed-day&quot;&gt;Everybody Draw Mohammed Day!&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;The point being made is, it&#039;s wrong in general to push your beliefs onto someone else.&lt;/p&gt;
&lt;p&gt;I believe those that try to push their own beliefs down others throats only do so because what they believe is so frail, that if everyone doesn&#039;t believe then it will fail.&lt;/p&gt;
&lt;p&gt;It&#039;s like the man who explains his opinion to only go &quot;Know what I mean?&quot;, or, &quot;Ya know?&quot;&lt;/p&gt;
&lt;p&gt;Quit seeking acceptance from everyone, enjoy whatever you&#039;re believing in at the moment and keep it the hell out of my life.&lt;/p&gt;
&lt;p&gt;PS&lt;br /&gt;
Great drawing, take art classes? ;)&lt;/p&gt;
</description>
 <pubDate> <key>pubDate</key>
 <value>Fri, 18 Jun 2010 19:18:00 -0700</value>
</pubDate>
 <dc:creator> <key>dc:creator</key>
 <value>Phil</value>
</dc:creator>
 <guid> <key>guid</key>
 <attributes> <isPermaLink>false</isPermaLink>
</attributes>
 <value>comment 853 at http://www.brockboland.com</value>
</guid>
</item>
<item>
 <title>Wow, thanks Jonathan! I&#039;ll</title>
 <link>http://www.brockboland.com/2009/11/debugging-php#comment-852</link>
 <description>&lt;p&gt;In reply to &lt;a href=&quot;http://www.brockboland.com/2009/11/debugging-php&quot;&gt;Debugging PHP&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;Wow, thanks Jonathan! I&#039;ll give that a shot!&lt;/p&gt;
</description>
 <pubDate> <key>pubDate</key>
 <value>Fri, 11 Jun 2010 05:26:04 -0700</value>
</pubDate>
 <dc:creator> <key>dc:creator</key>
 <value>brock</value>
</dc:creator>
 <guid> <key>guid</key>
 <attributes> <isPermaLink>false</isPermaLink>
</attributes>
 <value>comment 852 at http://www.brockboland.com</value>
</guid>
</item>
<item>
 <title>I use a small javascript that</title>
 <link>http://www.brockboland.com/2009/11/debugging-php#comment-851</link>
 <description>&lt;p&gt;In reply to &lt;a href=&quot;http://www.brockboland.com/2009/11/debugging-php&quot;&gt;Debugging PHP&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;I use a small javascript that I wrote to account for a similar issue I have with the txmt links not showing up.  I set it to run in greasemonkey when a page on my dev domain runs.&lt;/p&gt;
&lt;p&gt;Here is the code I hope it helps you:&lt;br /&gt;
&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;
&lt;p&gt;pre&gt;&lt;br /&gt;
stripHTML = function(inputText)&lt;br /&gt;
{&lt;br /&gt;
        // What a tag looks like&lt;br /&gt;
        var matchTag = /&amp;lt;(?:.|\s)*?&gt;/g;&lt;br /&gt;
        // Replace the tag&lt;br /&gt;
        return inputText.replace(matchTag, &quot;&quot;);&lt;br /&gt;
};&lt;/p&gt;
&lt;p&gt;linkup = document.getElementsByTagName(&#039;th&#039;)[0];&lt;br /&gt;
text = linkup.innerHTML;&lt;br /&gt;
f = text.substr(text.indexOf(&#039;/Volumes&#039;), text.indexOf(&#039; &#039;, text.indexOf(&#039;/Volumes&#039;))-text.indexOf(&#039;/Volumes&#039;));&lt;br /&gt;
l = parseInt(stripHTML(text.substr(text.indexOf(&#039;line &#039;, text.indexOf(f))+5,10)));&lt;/p&gt;
&lt;p&gt;linkup.innerHTML = text.replace(f, &#039;&lt;a href=&quot;txmt://open?url=file://&#039; + f + &#039;&amp;amp;line=&#039; + l + &#039;&quot;&gt;&#039; + f + &#039;&lt;/a&gt;&#039;);&lt;/p&gt;
&lt;p&gt;theArray = document.getElementsByTagName(&#039;td&#039;);&lt;br /&gt;
i = 0;&lt;br /&gt;
for ( var item = theArray[0]; theArray.length &gt; i; item = theArray[++i] )&lt;br /&gt;
{&lt;br /&gt;
    if ((typeof item.title) != &#039;undefined&#039; &amp;amp;&amp;amp; item.title.indexOf(&#039;/Volumes&#039;) &gt; -1) {&lt;br /&gt;
        l=parseInt(stripHTML(item.innerHTML.substr(item.innerHTML.indexOf(&#039;:&#039;)+1,10)))&lt;br /&gt;
        item.innerHTML = &#039;&lt;a href=&quot;txmt://open?url=file://&#039; + item.title + &#039;&amp;amp;line=&#039; + l + &#039;&quot;&gt;&#039; + item.innerHTML + &#039;&lt;/a&gt;&#039;;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;}
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;
&lt;p&gt;pre&gt;&lt;/p&gt;
</description>
 <pubDate> <key>pubDate</key>
 <value>Fri, 11 Jun 2010 00:22:00 -0700</value>
</pubDate>
 <dc:creator> <key>dc:creator</key>
 <value>Jonathan Hodges</value>
</dc:creator>
 <guid> <key>guid</key>
 <attributes> <isPermaLink>false</isPermaLink>
</attributes>
 <value>comment 851 at http://www.brockboland.com</value>
</guid>
</item>
<item>
 <title>Your depiction of Judaism</title>
 <link>http://www.brockboland.com/2010/05/everybody-draw-mohammed-day#comment-850</link>
 <description>&lt;p&gt;In reply to &lt;a href=&quot;http://www.brockboland.com/2010/05/everybody-draw-mohammed-day&quot;&gt;Everybody Draw Mohammed Day!&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;Your depiction of Judaism being without its own intolerant members is not accurate -&lt;/p&gt;
&lt;p&gt;Woman beaten on J&#039;lem bus for refusing to move to rear seat  (&lt;a href=&quot;http://www.haaretz.com/woman-beaten-on-j-lem-bus-for-refusing-to-move-to-rear-seat-1.207251&quot; title=&quot;http://www.haaretz.com/woman-beaten-on-j-lem-bus-for-refusing-to-move-to-rear-seat-1.207251&quot;&gt;http://www.haaretz.com/woman-beaten-on-j-lem-bus-for-refusing-to-move-to...&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Miriam Shear says she was traveling to pray at the Western Wall in Jerusalem&#039;s Old City early on November 24 when a group of ultra-Orthodox (Haredi) men attacked her for refusing to move to the back of the Egged No. 2 bus.&lt;/p&gt;
&lt;p&gt;Haredim attack cab driver (&lt;a href=&quot;http://www.ynet.co.il/english/articles/0,7340,L-3770967,00.html&quot; title=&quot;http://www.ynet.co.il/english/articles/0,7340,L-3770967,00.html&quot;&gt;http://www.ynet.co.il/english/articles/0,7340,L-3770967,00.html&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;In possible protest of arrests carried out in capital over weekend, ultra-Orthodox residents of Jerusalem block road in Mea She&#039;arim, stone taxi driver passing by.&lt;/p&gt;
&lt;p&gt;Police believe that the overnight riot was in protest of the arrest of several haredim over the weekend, following their demonstrations against the opening of the city&#039;s Karta parking lot on Shabbat.&lt;/p&gt;
&lt;p&gt;Haredi riots in the capital have become something of a routine in recent weeks.&lt;/p&gt;
</description>
 <pubDate> <key>pubDate</key>
 <value>Wed, 09 Jun 2010 11:23:46 -0700</value>
</pubDate>
 <dc:creator> <key>dc:creator</key>
 <value>LanceThruster</value>
</dc:creator>
 <guid> <key>guid</key>
 <attributes> <isPermaLink>false</isPermaLink>
</attributes>
 <value>comment 850 at http://www.brockboland.com</value>
</guid>
</item>
</channel>
</rss>

