<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
    <title>Comments for SQL Plugin</title>
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql" />
    <link rel="self" type="application/atom+xml" href="http://bradchoate.com/weblog/2002/07/11/mtsql" />
    <id>tag:bradchoate.com,2007://4-</id>
    <updated>2006-03-20T23:06:26Z</updated>
    <subtitle>The man, the legend.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.01</generator>
 

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:109</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c109" />
    <title>Comment from Jay on 2002-07-11</title>
    <author>
        <name>Jay</name>
        <uri>http://www.jayallen.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.jayallen.org">
        <![CDATA[<p>Brad, I haven't used this yet, but in theory, it ROCKS.  Nice job...</p>]]>
    </content>
    <published>2002-07-11T10:55:51Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:110</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c110" />
    <title>Comment from Brad on 2002-07-11</title>
    <author>
        <name>Brad</name>
        <uri>http://www.bradchoate.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.bradchoate.com/">
        <![CDATA[<p>Doesn't it? If you go to one of my category pages, you'll see that I can show recent comments for just that category. I'm doing that using a MTSQLComments tag. Here's how it looks:</p>

<p>&lt;MTSQLComments query="select distinct com.comment_id from mt_comment com, mt_placement plc, mt_category cat where com.comment_entry_id=plc.placement_entry_id and plc.placement_category_id=cat.category_id and cat.category_label like '&amp;lt;MTArchiveTitle&amp;gt;%' order by com.comment_created_on desc limit 15"&gt;<br />
 &nbsp; &amp;gt; &lt;a href="/past/&lt;$MTCommentEntryID pad="1"$&gt;.php"&gt;&lt;$MTCommentBody remove_html="1" trim_to="25"$&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;<br />
&lt;/MTSQLComments&gt;</p>

<p>Cool, eh?</p>]]>
    </content>
    <published>2002-07-11T15:45:31Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:138</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c138" />
    <title>Comment from Jason Mevius on 2002-08-02</title>
    <author>
        <name>Jason Mevius</name>
        <uri>http://the.jasonmevius.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://the.jasonmevius.com">
        <![CDATA[<p>Can this plugin be used for pagination?  Brenna helped me work up some php code that would query the sql backend and return a row count and generate a number of pages based on rowcount, with 'previous page' & 'next page' entries, but I can't use MT to it's potential like that.</p>

<p>Any ideas?  The code I currently have resides at:</p>

<p>http://mt.sixapart.com/cgi-bin/ikonboard/ikonboard.cgi?s=3d4adc447c1dffff;act=ST;f=14;t=4658;st=15</p>

<p>Thanks,<br />
Jason</p>]]>
    </content>
    <published>2002-08-02T22:22:49Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:139</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c139" />
    <title>Comment from Brad Choate on 2002-08-02</title>
    <author>
        <name>Brad Choate</name>
        <uri>http://www.bradchoate.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.bradchoate.com/">
        <![CDATA[<p>Not really. The problem is that index templates only generate 1 page. There isn't a way for index templates to build multiple pages. Even if there were, I would recommend you do this using some dynamic means as in PHP or CGI. It looks like you've got a good start on a PHP solution.</p>]]>
    </content>
    <published>2002-08-02T22:29:03Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:186</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c186" />
    <title>Comment from Jason Mevius on 2002-08-15</title>
    <author>
        <name>Jason Mevius</name>
        <uri>http://the.jasonmevius.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://the.jasonmevius.com">
        <![CDATA[<p>What about two sorting operations?  What if I wanted to sort by MTEntryTitle then to run a secondary sort on MTEntryBody?</p>

<p>The code I currently have is:</p>

<p>order by entry_title asc</p>

<p>Any ideas?</p>]]>
    </content>
    <published>2002-08-15T22:22:32Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:187</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c187" />
    <title>Comment from Brad Choate on 2002-08-15</title>
    <author>
        <name>Brad Choate</name>
        <uri>http://www.bradchoate.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.bradchoate.com/">
        <![CDATA[<p>No problem: order by entry_title, entry_text asc</p>]]>
    </content>
    <published>2002-08-15T22:27:17Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:188</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c188" />
    <title>Comment from Jason Mevius on 2002-08-15</title>
    <author>
        <name>Jason Mevius</name>
        <uri>http://the.jasonmevius.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://the.jasonmevius.com">
        <![CDATA[<p>Sorry.  I just stumbled upon it.  For those who might be curious:</p>

<p>order by entry_title,entry_text asc</p>]]>
    </content>
    <published>2002-08-15T22:27:41Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:326</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c326" />
    <title>Comment from Adam Keys on 2002-10-06</title>
    <author>
        <name>Adam Keys</name>
        <uri>http://trmk.org/~adam/blog/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://trmk.org/~adam/blog/">
        <![CDATA[<p>Is it possible to nest SQL queries using the SQL tag?  Just off the top of my head I'm thinking something like</p>

<p>&lt;MTSQLEntries query="select entry_id from mt_entry where entry_category_id="&lt;MTSQL query="select category_id from mt_category where category_label='Foo Bar'&gt;"&gt;</p>

<p>In the end, my goal is to have categories that aren't published to my blog, but instead are published to other pages on my website, such as essays, biographical information, etc.</p>

<p>Am I bending MT too far towards a CMS? :)</p>]]>
    </content>
    <published>2002-10-06T09:37:02Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:327</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c327" />
    <title>Comment from Adam Keys on 2002-10-06</title>
    <author>
        <name>Adam Keys</name>
        <uri>http://trmk.org/~adam/blog/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://trmk.org/~adam/blog/">
        <![CDATA[<p>I feel like a dope now :)</p>

<p>After actually looking at the MT manual, this example jumped up and bit me in the face:<br />
<blockquote><br />
&lt;MTEntries lastn="5" offset="5"&gt;<br />
...<br />
&lt;/MTEntries&gt;<br />
</blockquote><br />
So, I could just set the lastn to zero and set the offset to the number of the article I want to add and include individual entries on any page I want, eh?</p>

<p>Similarly, I could add only the categories I want to my blog via</p>

<blockquote>
&lt;MTEntries lastn="5" offset="5"&gt;
...
&lt;/MTEntries&gt;
</blockquote>

<p>So, my discoveries are correct, is there any benefit to performance/feature benefit to doing this with the SQL tag rather than the standard tags?</p>]]>
    </content>
    <published>2002-10-06T10:00:51Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:369</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c369" />
    <title>Comment from Todd on 2002-10-21</title>
    <author>
        <name>Todd</name>
        <uri>http://todd.wesslen.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://todd.wesslen.net">
        <![CDATA[<p>I tried installing both the mtsql plugin and the authors plugin and then put</p>

<p><br />
<a>"></a> ()<br /><br />
</p>

<p>into my template.  When I rebuild, I get</p>

<p>Can't get DBI::st=HASH(0x87057f4)->{NAME_hash}: unrecognised attribute at /var/www/mt/extlib/bradchoate/sql.pm line 132</p>

<p>I'm using mt version 2.5.  Thanks.</p>]]>
    </content>
    <published>2002-10-22T05:29:27Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:405</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c405" />
    <title>Comment from Nikki on 2002-11-04</title>
    <author>
        <name>Nikki</name>
        <uri>http://nikkihoh.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://nikkihoh.com">
        <![CDATA[<p>Brad, you're awesome. Thank you for your contributions and all the hard work.</p>]]>
    </content>
    <published>2002-11-05T00:17:35Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:418</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c418" />
    <title>Comment from Adam Katz on 2002-11-12</title>
    <author>
        <name>Adam Katz</name>
        <uri>http://www.geekeasy.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.geekeasy.com">
        <![CDATA[<p>I tried installing mtsql and mtifempty plugins.  When I rebuilt my site I got an error "Build error in template 'Individual Entry Archive': Error in  tag: This tag may only be used with a SQL-capable datastore. "</p>

<p>However....  mt-check tells me that I have DBD:mysql.  Any idea what I did wrong?  Is it possible that I'm running berkely db - how do I check?</p>

<p>CHECKING FOR DATA STORAGE MODULES:</p>

<p>The following modules are used for Movable Type data storage. You must<br />
use either the Berkeley DB or MySQL database backend. In order to run<br />
Movable Type, your server needs to have at least one of these modules<br />
installed.</p>

<p>    DB_File...<br />
        Your server has DB_File installed (version 1.72).</p>

<p>    DBD::mysql...<br />
        Your server has DBD::mysql installed (version 2.0416).</p>

<p>Thanks!<br />
-Adam</p>]]>
    </content>
    <published>2002-11-13T00:27:53Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:460</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c460" />
    <title>Comment from sherwin on 2002-12-08</title>
    <author>
        <name>sherwin</name>
        <uri>http://916xL.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://916xL.com">
        <![CDATA[<p>Hi,</p>

<p>i got the following error after installing your plug-in (along with the author one too):</p>

<p>"Can't get DBI::st=HASH(0x860cc44)->{NAME_hash}: unrecognised attribute at extlib/bradchoate/sql.pm line 339."</p>

<p>this occured after rebuilding all files...any suggestions on how to go about solving this problem?</p>

<p>thanks in advance.</p>]]>
    </content>
    <published>2002-12-08T23:20:13Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:499</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c499" />
    <title>Comment from Chris James on 2002-12-23</title>
    <author>
        <name>Chris James</name>
        <uri>http://www.chrisjames.co.uk/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.chrisjames.co.uk/">
        <![CDATA[<p>Brad,</p>

<p>Regarding sherwin's error message - I traced the problem to an old version of perl-DBI (prior to 1.2.0 - when NAME_hash was introduced afai can tell).</p>

<p>Sadly, my linux admin skills aren't the best in the world - but with the kind help of Ryan W. Maple of <a href="http://www.guardiandigital.com" rel="nofollow">Guardian Digital</a> (makers of the first class Engarde Linux for running secure linux servers) I was able to get it running by updating my version of perl-DBI to 1.3.2</p>

<p>For other users running Engarde, the url for the updated packages is here: http://ftp.engardelinux.org/pub/engarde/people/ryan/stash/ESL-misc/</p>

<p>Best regards, and thanks for a very useful site.</p>

<p>Chris.</p>]]>
    </content>
    <published>2002-12-23T23:58:07Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:500</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c500" />
    <title>Comment from sherwin on 2002-12-23</title>
    <author>
        <name>sherwin</name>
        <uri>http://916xL.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://916xL.com">
        <![CDATA[<p>"but with the kind help of Ryan W. Maple of Guardian Digital (makers of the first class Engarde Linux for running secure linux servers)"</p>

<p>hahaha thanks chris for the shameless-plug =p</p>]]>
    </content>
    <published>2002-12-24T04:35:40Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:501</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c501" />
    <title>Comment from sherwin on 2002-12-23</title>
    <author>
        <name>sherwin</name>
        <uri>http://916xL.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://916xL.com">
        <![CDATA[<p>btw... i guess this solution can only work for you or ones using Engarde correct?  how do i know if my webspace provider is running that, can i just type in a command in Shell?</p>

<p>thanks in advance.</p>]]>
    </content>
    <published>2002-12-24T04:39:06Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:508</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c508" />
    <title>Comment from Mike on 2002-12-24</title>
    <author>
        <name>Mike</name>
        <uri>http://pobox.com/~mwjames/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://pobox.com/~mwjames/">
        <![CDATA[<p>If you have a shell account, you can implement Chris's hint above this way:</p>

<p> mkdir ~/lib<br />
 wget http://cpan.org/authors/id/T/TI/TIMB/DBI-1.32.tar.gz<br />
 tar xzvf DBI-1.32.tar.gz<br />
 cd DBI-1.32<br />
 perl Makefile.PL LIB=~/lib PREFIX=~/lib<br />
 make<br />
 make install</p>

<p>Then specify the new DBI to MT by inserting a 'use lib' in front of the 'use DBI' in /path/to/mt/lib/MT/ObjectDriver/DBI/mysql.pm:</p>

<p># MWJ 20021224: use newer DBI 1.32 in ~/lib<br />
use lib qw(/home/mwjames/lib/i386-linux);<br />
use DBI;<br />
</p>]]>
    </content>
    <published>2002-12-24T23:30:11Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:645</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c645" />
    <title>Comment from Brad Lauster on 2003-01-29</title>
    <author>
        <name>Brad Lauster</name>
        <uri>http://bradlauster.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bradlauster.com/">
        <![CDATA[<p>Hi there. I've been playing with the MTSQL plugin, so I thought I'd share some code examples:</p>

<p>This one should pull the 5 most recent Trackback pings from the given category, when used in a Category Archive Template:<br />
<code>&lt;MTSQLPings query="select distinct tbping_id from mt_tbping, mt_placement plc, mt_category cat where tbping_blog_id=[MTBlogID] and tbping_id=plc.placement_entry_id and plc.placement_category_id=cat.category_id and cat.category_label like '[MTArchiveTitle]%' order by tbping_created_on desc limit 5" default="&amp;lt;div class=&amp;quot;recent-body&amp;quot;&amp;gt;The [MTArchiveTitle] Cateogry Archive doesn't have any Trackback pings, yet.&amp;lt;/div&amp;gt;"&gt;<br />
&lt;div class="recent-body"&gt;<br />
&lt;$MTPingBlogName$&gt;&lt;br /&gt; sent a ping to this category on &lt;$MTPingDate format="%b %e, %Y" $&gt;, from the post, "&lt;a href="&lt;$MTPingURL$&gt;" title="&lt;$MTPingTitle$&gt;"&gt;&lt;$MTPingTitle$&gt;&lt;/a&gt;."<br />
&lt;/div&gt;<br />
&lt;/MTSQLPings&gt;</code></p>

<p>This one should pull the 5 most recent Comments from the given month, when used in a Monthly Archive Template:<br />
<code>&lt;MTSQLComments query="select distinct com.comment_id from mt_comment com, mt_placement plc where comment_blog_id=[MTBlogID] and com.comment_entry_id=plc.placement_entry_id and com.comment_created_on &gt; '[MTArchiveDate format='%Y-%m-%d %H-%M-%S']' and com.comment_created_on &lt; '[MTArchiveDateEnd format='%Y-%m-%d %H-%M-%S']' order by com.comment_created_on desc limit 5" default="&amp;lt;div class=&amp;quot;recent-body&amp;quot;&amp;gt;The [MTArchiveTitle] Category Archive doesn't have any Comments, yet.&amp;lt;/div&amp;gt;"&gt;<br />
&lt;div class="recent-body"&gt;<br />
&lt;a href="&lt;$MTCommentEntryID pad="1"$&gt;" title="Click to read the entire entry."&gt;&lt;$MTCommentAuthor$&gt;&lt;/a&gt; said: <br />
&lt;$MTCommentBody trim_to="50" convert_breaks="0" remove_html="1"$&gt;...<br />
&lt;/div&gt;<br />
&lt;/MTSQLComments&gt;</code></p>

<p>This one should pull the 5 most recent Trackback pings from the given month, when used in a Monthly Archive Template:<br />
<code>&lt;MTSQLPings query="select distinct tbping_id from mt_tbping where tbping_blog_id=[MTBlogID] and tbping_created_on &gt; '[MTArchiveDate format='%Y-%m-%d %H-%M-%S']' and tbping_created_on &lt; '[MTArchiveDateEnd format='%Y-%m-%d %H-%M-%S']' order by tbping_created_on desc limit 5" default="&amp;lt;div class=&amp;quot;recent-body&amp;quot;&amp;gt;The [MTArchiveTitle] Cateogry Archive doesn't have any Trackback pings, yet.&amp;lt;/div&amp;gt;"&gt;<br />
&lt;div class="recent-body"&gt;<br />
&lt;$MTPingBlogName$&gt;&lt;br /&gt; sent a ping to this category on &lt;$MTPingDate format="%b %e, %Y" $&gt;, from the post, "&lt;a href="&lt;$MTPingURL$&gt;" title="&lt;$MTPingTitle$&gt;"&gt;&lt;$MTPingTitle$&gt;&lt;/a&gt;."<br />
&lt;/div&gt;<br />
&lt;/MTSQLPings&gt;</code></p>

<p>If you try to use any of these, be sure to replace the closing double-quotes (") with regular straight quotes. [Edited by Brad: you should be able to copy it straight now. Special characters have been removed.]</p>

<p>I'm by no means a SQL expert, so if you have optimization suggestions, please let me know. Cheers!</p>]]>
    </content>
    <published>2003-01-29T22:40:08Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:741</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c741" />
    <title>Comment from Philip Parodayco on 2003-02-17</title>
    <author>
        <name>Philip Parodayco</name>
        <uri>http://www.oneroom.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.oneroom.org">
        <![CDATA[<p>Hey Brad,<br />
This plugin is turning out to be amazingly valuable. Thanks so much!</p>

<p>I wanted to let you know that some of your other plugins are working inside the MTSQLEntries tag and some aren't. For instance, MTIfNotEmpty is working but MTIfEmpty is not. Also, the wonderful MTEmbedImage refuses to work as well.</p>

<p>I don't know if there's anything you can do about it, but here I'd tell you fyi.</p>]]>
    </content>
    <published>2003-02-18T02:16:00Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:742</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c742" />
    <title>Comment from Philip Parodayco on 2003-02-17</title>
    <author>
        <name>Philip Parodayco</name>
        <uri>http://www.oneroom.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.oneroom.org">
        <![CDATA[<p>Silly me. No tags are being processed inside of an MTSQL tag. If you or anyone else knows of a way to process nested plugin tags, do tell.</p>]]>
    </content>
    <published>2003-02-18T03:59:16Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:751</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c751" />
    <title>Comment from Greg Thorne on 2003-02-18</title>
    <author>
        <name>Greg Thorne</name>
        <uri>http://www.bitweever.com/blog</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.bitweever.com/blog">
        <![CDATA[<p>Brad-<br />
  I'd like to use this plugin to select values out of a non-MT table.  This table contains URL's and site names of sites I have bookmarked.  Can I use this plugin for that purpose?  If so, how can I use the MTSQLColumn tag to build the link?</p>

<p>Thanks for a great plugin.</p>]]>
    </content>
    <published>2003-02-19T02:00:00Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:780</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c780" />
    <title>Comment from Jennifer on 2003-02-22</title>
    <author>
        <name>Jennifer</name>
        <uri>http://www.theworkingmom.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.theworkingmom.net">
        <![CDATA[<p>I'm trying to use the MTSQLEntries tag on a category archive page - I'm trying to sort all the entries (for the current category archive page) alphabetically (by entry title)... But I can't seem to get it to recognize WHICH category the current archive page is...</p>

<p>There's a few other things I"m trying to do too... I explained it more over <a href="http://www.scriptygoddess.com/dev/devarchives/003418.php#003418" rel="nofollow">here</a> </p>

<p>Would greatly appreciate some help! :)</p>]]>
    </content>
    <published>2003-02-23T03:59:42Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:843</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c843" />
    <title>Comment from gabe anderson on 2003-03-14</title>
    <author>
        <name>gabe anderson</name>
        <uri>http://www.gabeanderson.com/life/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.gabeanderson.com/life/">
        <![CDATA[<p>first off, MTSQL is great! thanks very much, brad.</p>

<p>my objective is to leverage MTSQL to display categories associated with an individual entry in order of primary -> secondary (there are 2 and only 2 categories for each entry), rather than the MT default of alphabetical. i'm close, but am having some problems with the template.</p>

<p>please refer to this string for the latest problem i'm having:</p>

<p><a href="http://www.movabletype.org/cgi-bin/ikonboard/ikonboard.cgi?s=3e7274de4255ffff;act=ST;f=9;t=16246;st=0" rel="nofollow">http://www.movabletype.org/cgi-bin/ikonboard/ikonboard.cgi?s=3e7274de4255ffff;act=ST;f=9;t=16246;st=0</a></p>

<p>thanks,<br />
gabe</p>]]>
    </content>
    <published>2003-03-15T03:41:33Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:929</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c929" />
    <title>Comment from Andrew Brown on 2003-04-20</title>
    <author>
        <name>Andrew Brown</name>
        <uri>http://www.thewormbook.com/helmintholog</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.thewormbook.com/helmintholog">
        <![CDATA[<p>Is is possible to use MTMYSQL as a way to generate annual indexes with a CGI script? I can write a template that will show all entries from any given year, using an MTMySQL query. What I would like to do, though, is to be able to pass the year as a parameter from a form which would be on the main index page. The CGI would then generate a variant of my static template page with the year (and perhaps the category) read off the form. Is there any obvious reason why this won't work?</p>

<p>The static template page, obviously, makes use of MT tags. </p>

<p>So I suppose what I am asking is whether the MT tags in my cgi-generated oage will be automatically processed by the web server. </p>]]>
    </content>
    <published>2003-04-20T12:15:04Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:990</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c990" />
    <title>Comment from Alexander Czernay on 2003-05-06</title>
    <author>
        <name>Alexander Czernay</name>
        <uri>http://www.czernay.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.czernay.com">
        <![CDATA[<p>I'm trying to combine the SQL plugin with the Amazon plugin to query a database with Amazon ASINs and to display a random title from that database.</p>

<p>Both plugins works perfectly well standalone, but I don't get the results from your SQL plugin to the Amazon plugin.</p>

<p>My source looks like this:<br />
<p><a>" target="_blank">" align="left" border="0" style="padding-right: 5px;"></a></p></p>

<p>Any hints?</p>]]>
    </content>
    <published>2003-05-06T12:52:58Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:997</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c997" />
    <title>Comment from Joe Grossberg on 2003-05-07</title>
    <author>
        <name>Joe Grossberg</name>
        <uri>http://www.joegrossberg.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.joegrossberg.com">
        <![CDATA[<p>I think MT's future is not as CGI scripts for blogging, but as a full-fledged tag-based language.</p>

<p>With its access to Perl, I think it'll be like a ColdFusion that doesn't suck.</p>

<p>Maybe I'm insane, but I think it's an avenue worth pursuing:<br />
http://www.joegrossberg.com/archives/000632.html</p>]]>
    </content>
    <published>2003-05-07T21:15:08Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:1069</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c1069" />
    <title>Comment from m@ on 2003-05-28</title>
    <author>
        <name>m@</name>
        <uri>http://www.x13design.com/bipolar/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.x13design.com/bipolar/">
        <![CDATA[<p>I'm attempting to pull out a single column value from a custom table based on a date comparison...</p>

<p>unfortunately, i need to be able to use this:</p>

<p>&lt;$MTEntryDate format="%m.%d.%Y"$&gt;</p>

<p>inside the query statement.</p>

<p>i haven't been able to get it to work, using any combination of quotations, single quotes, backslashes, forward slashes, etc.</p>

<p>i've also been unable to get MTSetVar to accept its input to set a variable--and even if i could, i can't use MTGetVar inside the select statement, again, because i can't get MTSQL to ignore the mandatory quotation marks around the variable name.</p>

<p>any chance MTSQL will be made smarter, to better handle MT tags with attributes?</p>

<p>any other ideas for how i might accomplish my task?</p>

<p><br />
thanks,</p>

<p>m@<br />
</p>]]>
    </content>
    <published>2003-05-28T08:57:53Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:1070</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c1070" />
    <title>Comment from m@ on 2003-05-28</title>
    <author>
        <name>m@</name>
        <uri>http://www.x13design.com/bipolar/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.x13design.com/bipolar/">
        <![CDATA[<p>ha! flash of insight (funny what happens when you say "i give up" and threaten to walk away from the computer) and i figured out the solution:</p>

<p>SELECT mtc.entry_oldID<br />
  FROM mt_custom AS mtc<br />
  LEFT JOIN mt_entry AS mte<br />
  ON (mtc.entry_date = mte.entry_created_on<br />
  AND mtc.blogID = mte.entry_blog_id)<br />
  WHERE mte.entry_id=[MTEntryID]</p>

<p>still, it'd be nice to be able to use more of MT's native tags *inside* the select statements.</p>

<p>but, hey, i'm happy now! </p>

<p>cheers, </p>

<p>m@<br />
</p>]]>
    </content>
    <published>2003-05-28T09:10:28Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:1192</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c1192" />
    <title>Comment from Michael Stucker on 2003-06-11</title>
    <author>
        <name>Michael Stucker</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Is anybody else having trouble using greater than or less than signs inside the query?  If I do this, it tells me "Build error in template 'Test Index': Error in &lt;MTSQLEntries&gt; tag: You did not specify a query " when I rebuild.</p>]]>
    </content>
    <published>2003-06-11T22:07:57Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:1193</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c1193" />
    <title>Comment from Michael Stucker on 2003-06-11</title>
    <author>
        <name>Michael Stucker</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Nevermind, looks like this can be fixed by replacing those signs with the appropriate html entity.</p>]]>
    </content>
    <published>2003-06-11T22:09:16Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:1428</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c1428" />
    <title>Comment from kathy on 2003-08-15</title>
    <author>
        <name>kathy</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>hi brad,</p>

<p>thanks for the plugin.</p>

<p>i'm using the MTSQLEntries tag on my index page to show entries from all but one category.</p>

<p>my query looks like<br />
	select entry_id, entry_created_on from mt_entry, mt_placement<br />
	where entry_id = placement_entry_id AND placement_category_id != 6 AND placement_is_primary = 1 AND entry_blog_id = 1 AND entry_status = 2 ORDER BY entry_created_on desc LIMIT 4"</p>

<p>i'm finding that for days with more than one entry, the second entry doesn't display the date & time, just the title.</p>

<p>would you have any ideas on what's going on?</p>

<p>thanks.</p>]]>
    </content>
    <published>2003-08-15T21:51:03Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:1513</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c1513" />
    <title>Comment from liz on 2003-09-15</title>
    <author>
        <name>liz</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>brad this is beyond excellent. thank you so much for providing such a useful solution to many of my MT "there's gotta be a way of pulling this..." thoughts! </p>]]>
    </content>
    <published>2003-09-15T14:48:07Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-comment:1570</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#c1570" />
    <title>Comment from Olivier Travers on 2003-10-01</title>
    <author>
        <name>Olivier Travers</name>
        <uri>http://webvoice.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://webvoice.blogspot.com">
        <![CDATA[<p>Great stuff, thanks a lot! Are the actual values these fields can take documented somewhere? For instance, if I want to group posts by primary category only (i.e. not taking into account their other categories), what should placement_is_primary be?</p>]]>
    </content>
    <published>2003-10-01T16:50:04Z</published>
</entry>


<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:12</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p12" />
    <title>I wish..</title>
    <author>
        <name>RoughingIT</name>
        <uri>http://roughingit.subtlehints.net/stuff/2002/08/06.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://roughingit.subtlehints.net/stuff/2002/08/06.php">
        SQL Plugin really looks cool.
    </content>
    <published>2002-08-06T18:07:58Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:111</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p111" />
    <title>Minor changes</title>
    <author>
        <name>johnwb.com</name>
        <uri>http://johnwb.com/weblog/2002/08/29/minor_changes.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://johnwb.com/weblog/2002/08/29/minor_changes.php">
        Some minor (semi-major?) changes to the layout here. It&apos;s not quite as clean and uncluttered as before, but it presents a whole lot more information and seems to be a good tradeoff. I even got the &quot;recently commented&quot; thing working with the old version...
    </content>
    <published>2002-10-27T19:30:39Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:162</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p162" />
    <title>or lack thereof</title>
    <author>
        <name>the blivit</name>
        <uri>http://theblivit.net/weblog/archives/2002/November/000752.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://theblivit.net/weblog/archives/2002/November/000752.php">
         i had planned to wake up today and accomplish things. what exactly i&apos;m not sure, but nonetheless i didn&apos;t.
    </content>
    <published>2002-11-20T00:11:20Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:246</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p246" />
    <title>Solution to MT SQL plugin DBI error</title>
    <author>
        <name>Tread lightly on the things of earth</name>
        <uri>http://maikimo.net/weblog/archives/2002/12/24/solution_to_mt_sql_plugin_dbi_error.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://maikimo.net/weblog/archives/2002/12/24/solution_to_mt_sql_plugin_dbi_error.html">
        In trying to use Brad Choate&apos;s cool SQL Plugin, I got this error on rebuilding this site: Can&apos;t get DBI::st=HASH(0x81240ec)-&gt;{NAME_hash}: unrecognised attribute at /path/to/extlib/bradchoate/sql.pm line 132. A comment clue from Chris at the bottom of t...
    </content>
    <published>2003-01-03T00:08:44Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:247</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p247" />
    <title>Using SQL to populate rightcontent photos</title>
    <author>
        <name>Tread lightly on the things of earth</name>
        <uri>http://maikimo.net/weblog/archives/2002/12/24/using_sql_to_populate_rightcontent_photos.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://maikimo.net/weblog/archives/2002/12/24/using_sql_to_populate_rightcontent_photos.html">
        Now generating main page rightcontent at each posting/manual rebuild via the following SQL select (uses Brad&apos;s SQL Plugin) instead of including a static file via SSI (idea from Mark). (Blog id 2 below is my photolog blog, which before wrote out the pho...
    </content>
    <published>2003-01-03T00:09:56Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:253</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p253" />
    <title>So far, so good</title>
    <author>
        <name>Jonathon Delacour</name>
        <uri>http://weblog.delacour.net/archives/000802.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://weblog.delacour.net/archives/000802.html">
        Happily, the move seems to have worked. I was able to see the new server less than 24 hours after changing the DNS. It&apos;s such a relief to be on a Linux server instead of IIS&#8212;the support people at my previous host were excellent but I love being a...
    </content>
    <published>2003-01-04T14:25:36Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:255</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p255" />
    <title>So far, so good</title>
    <author>
        <name>Jonathon Delacour</name>
        <uri>http://weblog.delacour.net/archives/000802.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://weblog.delacour.net/archives/000802.html">
        Happily, the move seems to have worked. I was able to see the new server less than 24 hours after changing the DNS. It&apos;s such a relief to be on a Linux server instead of IIS&#8212;the support people at my previous host were excellent but I love being a...
    </content>
    <published>2003-01-04T14:39:34Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:352</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p352" />
    <title>Sideblog &quot;Interesting Links&quot; setup HOWTO</title>
    <author>
        <name>Tread lightly on the things of earth</name>
        <uri>http://maikimo.net/weblog/archives/2003/02/04/sideblog_interesting_links_setup_howto.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://maikimo.net/weblog/archives/2003/02/04/sideblog_interesting_links_setup_howto.html">
         Brad Choate mentions his sideblog idea -- in which he &quot;lists things that I wish to share when I have no time to supply my own witty commentary&quot; -- which in turn came from Anil. Until Brad describes how he set up his sideblog and displays its content i...
    </content>
    <published>2003-02-04T21:56:24Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:353</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p353" />
    <title>Sideblog &quot;Interesting Links&quot; setup HOWTO</title>
    <author>
        <name>Tread lightly on the things of earth</name>
        <uri>http://maikimo.net/weblog/archives/2003/02/04/sideblog_interesting_links_setup_howto.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://maikimo.net/weblog/archives/2003/02/04/sideblog_interesting_links_setup_howto.html">
         Brad Choate mentions his sideblog idea -- in which he &quot;lists things that I wish to share when I have no time to supply my own witty commentary&quot; -- which in turn came from Anil. Until Brad describes how he set up his sideblog and displays its content i...
    </content>
    <published>2003-02-05T00:11:34Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:354</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p354" />
    <title>Sideblog &quot;Interesting Links&quot; setup HOWTO</title>
    <author>
        <name>Tread lightly on the things of earth</name>
        <uri>http://maikimo.net/weblog/archives/2003/02/04/sideblog_interesting_links_setup_howto.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://maikimo.net/weblog/archives/2003/02/04/sideblog_interesting_links_setup_howto.html">
         Brad Choate mentions his sideblog idea -- in which he &quot;lists things that I wish to share when I have no time to supply my own witty commentary&quot; -- which in turn came from Anil. Until Brad describes how he set up his sideblog and displays its content i...
    </content>
    <published>2003-02-05T02:00:58Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:358</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p358" />
    <title>Sideblog &quot;Interesting Links&quot; setup HOWTO</title>
    <author>
        <name>Tread lightly on the things of earth</name>
        <uri>http://maikimo.net/weblog/archives/2003/02/04/sideblog_interesting_links_setup_howto.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://maikimo.net/weblog/archives/2003/02/04/sideblog_interesting_links_setup_howto.html">
         Brad Choate mentions his sideblog idea -- in which he &quot;lists things that I wish to share when I have no time to supply my own witty commentary&quot; -- which in turn came from Anil. Until Brad describes how he set up his sideblog and displays its content i...
    </content>
    <published>2003-02-05T22:42:28Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:465</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p465" />
    <title>Solution to MT SQL plugin DBI error</title>
    <author>
        <name>Tread lightly on the things of earth</name>
        <uri>http://maikimo.net/weblog/archives/2002/12/24/solution_to_mt_sql_plugin_dbi_error.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://maikimo.net/weblog/archives/2002/12/24/solution_to_mt_sql_plugin_dbi_error.html">
        In trying to use Brad Choate&apos;s cool SQL Plugin, I got this error on rebuilding this site: Can&apos;t get DBI::st=HASH(0x81240ec)-&gt;{NAME_hash}: unrecognised attribute at /path/to/extlib/bradchoate/sql.pm line 132. A comment clue from Chris at the bottom of t...
    </content>
    <published>2003-02-17T09:20:38Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:490</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p490" />
    <title>Minor blog changes</title>
    <author>
        <name>Bits</name>
        <uri>http://www.bitweever.com/blog/archives/000236.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.bitweever.com/blog/archives/000236.php">
        Added the &apos;Support Democracy in Iraq&apos; banner to the right. Go here to get one for yourself (thx, Dustin). Also
    </content>
    <published>2003-02-19T02:19:02Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:657</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p657" />
    <title>log20030317</title>
    <author>
        <name>HOHBUKURO</name>
        <uri>http://hohbukuro.jp/archives/000227.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://hohbukuro.jp/archives/000227.html">
        「記事の更新日順一覧をつくる方法」...
    </content>
    <published>2003-03-17T08:26:19Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:715</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p715" />
    <title>Sideblog &quot;Interesting Links&quot; setup HOWTO</title>
    <author>
        <name>Tread lightly on the things of earth</name>
        <uri>http://maikimo.net/weblog/archives/2003/02/04/sideblog_interesting_links_setup_howto.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://maikimo.net/weblog/archives/2003/02/04/sideblog_interesting_links_setup_howto.html">
         Brad Choate mentions his sideblog idea -- in which he &quot;lists things that I wish to share when I have no time to supply my own witty commentary&quot; -- which in turn came from Anil. Until Brad describes how he set up his sideblog and displays its content i...
    </content>
    <published>2003-04-09T21:14:39Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:737</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p737" />
    <title>Site Changes</title>
    <author>
        <name>deanpence</name>
        <uri>http://deanpence.com/archives/000019.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://deanpence.com/archives/000019.html">
        I&#8217;ve made a few minor site changes.
    </content>
    <published>2003-04-19T01:31:39Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:751</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p751" />
    <title>Trackbacks integrated in comments feed</title>
    <author>
        <name>public virtual MemoryStream</name>
        <uri>http://www.hutteman.com/weblog/2003/04/26.html#000075</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.hutteman.com/weblog/2003/04/26.html#000075">
        I finally got around to integrating trackbacks into my comments feed. I initially followed Paul Freeman&apos;s suggestion of using Brad Choate&apos;s MTSQL plugin. This is an extremely powerful plugin, though it added a level of complexity to my template that I ...
    </content>
    <published>2003-04-26T07:03:15Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:765</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p765" />
    <title>Installed Plugins</title>
    <author>
        <name>Trial Blog</name>
        <uri>http://www.syncworld.net/blog/trial/trial/archives/000004.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.syncworld.net/blog/trial/trial/archives/000004.html">
        Revised: May 1, 2003 Related Entries Required me to manupulate MySQL and install Brad Choate’s MT SQL plugin... category archives Topic Icon comment SimpleComments entry category ExcludeCategories Related Entries entry date BlogTimes general collect ...
    </content>
    <published>2003-05-03T04:26:58Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:766</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p766" />
    <title>Related Entries Redux and Implementation</title>
    <author>
        <name>inluminent/weblog</name>
        <uri>http://www.inluminent.com/weblog/archives/related_entries_redux_and_implementation.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.inluminent.com/weblog/archives/related_entries_redux_and_implementation.php">
        Thanks to all the comments on my most recent Related Entries post, I&apos;ve installed Adam Kalsey&apos;s Related Entries code. The
    </content>
    <published>2003-05-03T21:27:31Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:774</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p774" />
    <title>Tenuously Related Entries</title>
    <author>
        <name>nicholasjon.com : a weblog</name>
        <uri>http://www.nicholasjon.com/archives/2003/05/06/tenuously_related_entries.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.nicholasjon.com/archives/2003/05/06/tenuously_related_entries.html">
        I&apos;ve added a new related entries section for each post based on lazywebbing together the work of at least two...
    </content>
    <published>2003-05-06T22:45:02Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:775</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p775" />
    <title>Tenuously Related Entries</title>
    <author>
        <name>nicholasjon.com : a weblog</name>
        <uri>http://www.nicholasjon.com/archives/2003/05/06/tenuously_related_entries.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.nicholasjon.com/archives/2003/05/06/tenuously_related_entries.html">
        I&apos;ve added a new related entries section for each post based on lazywebbing together the work of at least two...
    </content>
    <published>2003-05-06T22:46:01Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:776</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p776" />
    <title>Tidbits</title>
    <author>
        <name>Jeremy Zawodny&apos;s blog</name>
        <uri>http://jeremy.zawodny.com/blog/archives/000709.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://jeremy.zawodny.com/blog/archives/000709.html">
        There&apos;s some stuff that I&apos;ve been meaning to check out. But I haven&apos;t had a chance yet: Hackers and Painters (Paul Graham) The Hundred-Year Language (Paul Graham) Related Entries (Kalsey) MTSQL (Brad Choate) Rsync Snapshots (Mike Rubel) Blog Buttons Ma...
    </content>
    <published>2003-05-07T06:08:32Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:777</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p777" />
    <title>MTSQL Tags and ColdFusion</title>
    <author>
        <name>Joe Grossberg</name>
        <uri>http://www.joegrossberg.com/archives/000632.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.joegrossberg.com/archives/000632.html">
        Brad Choate has released an SQL Plugin for Movable Type. Example: &quot;&gt; Look familiar? If you use ColdFusion, it sure
    </content>
    <published>2003-05-07T21:10:22Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:784</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p784" />
    <title>SQL Enabled MovableType</title>
    <author>
        <name>Ordinary-Life.net</name>
        <uri>http://www.ordinary-life.net/blog/archives/001914.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ordinary-life.net/blog/archives/001914.php">
        An SQL Plugin for MovableType, could prove useful for many a blogger. via Joe Grossberg...
    </content>
    <published>2003-05-12T22:52:27Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:800</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p800" />
    <title>show the previous and next entry in category</title>
    <author>
        <name>Al-Muhajabah&apos;s Movable Type Tips</name>
        <uri>http://www.muhajabah.com/islamicblog/mt-tips/archives/plugins/show_the_previous_and_next_entry_in_category.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.muhajabah.com/islamicblog/mt-tips/archives/plugins/show_the_previous_and_next_entry_in_category.php">
        On my individual entry archive page I provide links to the next and previous entries in the category instead of overall. This is particularly important for the way that I have my blog set up, since the three categories (A...
    </content>
    <published>2003-05-21T06:38:17Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:807</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p807" />
    <title>simulating a semantic search of your blog</title>
    <author>
        <name>Al-Muhajabah&apos;s Movable Type Tips</name>
        <uri>http://www.muhajabah.com/islamicblog/mt-tips/archives/plugins/simulating_a_semantic_search_of_your_blog.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.muhajabah.com/islamicblog/mt-tips/archives/plugins/simulating_a_semantic_search_of_your_blog.php">
        Using the SQL plugin, you can simulate a semantic search of your blog to find entries related to a given entry. A clever idea from Adam Kalsey. Just follow his instructions and you&apos;re good to go. Note that you will...
    </content>
    <published>2003-05-25T03:34:01Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:819</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p819" />
    <title>SQL Plugin</title>
    <author>
        <name>SQL Resources Logfile</name>
        <uri>http://sql.publog.de/archives/000004.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://sql.publog.de/archives/000004.html">
        Link: SQL Plugin Snippet: Now that Movable Type supports a real database with the MySQL support in version 2.2, its time for some new tags that can let you select entries, comments and categories using any criteria youd like ...via:...
    </content>
    <published>2003-05-31T18:17:46Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:820</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p820" />
    <title>SQL Plugin</title>
    <author>
        <name>SQL Resources Logfile</name>
        <uri>http://sql.publog.de/archives/000004.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://sql.publog.de/archives/000004.html">
        Index for SQL-Weblog-Articles - &quot;SQL Plugin&quot; by bradchoate.com
    </content>
    <published>2003-05-31T18:34:30Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:848</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p848" />
    <title>Nothing personal</title>
    <author>
        <name>dive into mark</name>
        <uri>http://diveintomark.org/archives/2003/06/06/nothing_personal.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://diveintomark.org/archives/2003/06/06/nothing_personal.html">
        Are you tired of all the personal stuff posted here recently?
    </content>
    <published>2003-06-07T06:38:45Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:858</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p858" />
    <title>Multiple blogs on a single index page</title>
    <author>
        <name>Legends of the Sun Pig</name>
        <uri>http://www.sunpig.com/martin/archives/2003/06/12/multiple_blogs_on_a_single_index_page/index.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sunpig.com/martin/archives/2003/06/12/multiple_blogs_on_a_single_index_page/index.html">
        <![CDATA[<p>For a while back in March I had changed the look of my main blog page so that it showed my <a href="http://www.sunpig.com/reviews/quick/" rel="nofollow">Quick Reviews</a> and my ordinary blog entries together in the main body of the page.  </p>]]>
    </content>
    <published>2003-06-13T01:57:23Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:861</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p861" />
    <title>Done:</title>
    <author>
        <name>The Last Word</name>
        <uri>http://www.point-final.net/last_word/archives.php/000018.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.point-final.net/last_word/archives.php/000018.php">
         Templates for main indexes complete &#8730; Templates for archives...
    </content>
    <published>2003-06-14T11:22:09Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:880</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p880" />
    <title>How Long Has Your Blog Been Up?</title>
    <author>
        <name>David Raynes</name>
        <uri>http://www.rayners.org/archives/000256.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.rayners.org/archives/000256.php">
        With the latest release of my Countdown plugin, I had a neat idea that I figured I&apos;d share with everyone....
    </content>
    <published>2003-06-24T04:57:22Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:958</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p958" />
    <title>MovableType 2.64</title>
    <author>
        <name>Knight of Reflections</name>
        <uri>http://fallenearth.org/blogs/caiuschen/archives/2003/07/16/movabletype_264.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://fallenearth.org/blogs/caiuschen/archives/2003/07/16/movabletype_264.html">
        <![CDATA[Just a minor upgrade.  <a href="http://www.movabletype.org/docs/mtchanges.html#2.64%20(2003.05.28)" rel="nofollow">Changelog.</a>]]>
    </content>
    <published>2003-07-17T08:11:53Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:978</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p978" />
    <title>I&apos;m a New-Fangled Quip</title>
    <author>
        <name>nicholasjon.com : a weblog</name>
        <uri>http://www.nicholasjon.com/archives/2003/07/20/im_a_newfangled_quip.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.nicholasjon.com/archives/2003/07/20/im_a_newfangled_quip.php">
        Through the use of Brad Choate&apos;s magical MTSQL plugin I was able to permanently resurrect the Quips section. Even better...
    </content>
    <published>2003-07-21T00:53:32Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1010</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1010" />
    <title>MT Plugins Installed</title>
    <author>
        <name>Technology Updates</name>
        <uri>http://www.gracechurchucc.org/~ttaylor/blog/techno/archives/2003_07_27.html#000132</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.gracechurchucc.org/~ttaylor/blog/techno/archives/2003_07_27.html#000132">
        The following MovableType plugins were installed: From Brad Choate IncludeEx - Improves on MT&#8217;s Include tag by processing the included file for MT tags. MTAuthors - This plugin allows you to list the authors for your blog. You can also...
    </content>
    <published>2003-07-27T19:58:15Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1018</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1018" />
    <title>Related Pages</title>
    <author>
        <name>Bryan Strawser&apos;s Weblog</name>
        <uri>http://www.bryanstrawser.com/archives/001542.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.bryanstrawser.com/archives/001542.php">
        Have now also installed a &quot;related entries&quot; section that utilizes Adam Kalsey&apos;s great Related Entries Revisited information as well as Brad Choate&apos;s MT SQL Plugin. Outstanding information. I am beginning to understand why alot of folks choose to use Mo...
    </content>
    <published>2003-07-28T05:36:37Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1133</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1133" />
    <title>Bits and Pieces</title>
    <author>
        <name>Blog de Halavais</name>
        <uri>http://alex.halavais.net/news/archives/000603.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://alex.halavais.net/news/archives/000603.html">
        Added two things to the UBlog: A listing of recent posts and an alphabetized list of blogs on the site....
    </content>
    <published>2003-09-09T02:59:42Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1135</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1135" />
    <title>MT-Anpassung Phase I abgeschlossen</title>
    <author>
        <name>WWWorker</name>
        <uri>http://wwworker.com/archives/2003/09/lust_und_frust/mtanpassung_phase_i_abgeschlossen.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://wwworker.com/archives/2003/09/lust_und_frust/mtanpassung_phase_i_abgeschlossen.html">
        So, frs erste bin ich fertig mit meiner MT-Anpassung....
    </content>
    <published>2003-09-09T07:29:42Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1136</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1136" />
    <title>Global Recently Commented On</title>
    <author>
        <name>Blog</name>
        <uri>http://www.fshowalter.com/blog/archives/2003/09/09/global_recently_commented_on/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.fshowalter.com/blog/archives/2003/09/09/global_recently_commented_on/">
        <![CDATA[Movable Type has a built-in way of displaying the most recently commented on entries for a given blog: in any &lt;MTEntries&gt; tag, simply add the recently_commented_on="n" attribute. What I wanted though, was a way to show the most recently commented...]]>
    </content>
    <published>2003-09-09T18:53:27Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1166</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1166" />
    <title>sort entry by id</title>
    <author>
        <name>. cynics&apos; - /mak&apos;in-trash`/ .</name>
        <uri>http://www.cynics.info/laments/2003/09/sort_entry_by_id.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.cynics.info/laments/2003/09/sort_entry_by_id.html">
        one my fotos index page, I wanted to have the latest photo I uploaded to be displayed. however, using MT&#8217;s default behavior, lastn to show the last entry, it will sort according to the date of the entry. As I...
    </content>
    <published>2003-09-29T04:39:59Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1184</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1184" />
    <title>Sort Categories by Date</title>
    <author>
        <name>. cynics&apos; - /mak&apos;in-trash`/ .</name>
        <uri>http://www.cynics.info/laments/2003/10/sort_categories_by_date.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.cynics.info/laments/2003/10/sort_categories_by_date.html">
        Sort categories by last modified or last created.
    </content>
    <published>2003-10-02T17:56:15Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1188</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1188" />
    <title>Popular Posts</title>
    <author>
        <name>Procrastination</name>
        <uri>http://www.zackvision.com/weblog/archives/entry/000481.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.zackvision.com/weblog/archives/entry/000481.html">
        I have added two different ways of looking at popular posts on the sidebar. One looks at my webserver logs and selects the posts who individual entry archive pages have been visited the most in the past 3 days (extension...
    </content>
    <published>2003-10-03T16:14:35Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1194</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1194" />
    <title>Popular Posts</title>
    <author>
        <name>Procrastination</name>
        <uri>http://www.zackvision.com/weblog/archives/entry/000481.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.zackvision.com/weblog/archives/entry/000481.html">
        I have added two different ways of looking at popular posts on the sidebar. One looks at my webserver logs and selects the posts who individual entry archive pages have been visited the most in the past 3 days. (Extension...
    </content>
    <published>2003-10-06T02:34:38Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1204</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1204" />
    <title>MT Plugins</title>
    <author>
        <name>Life. Love. Faith.</name>
        <uri>http://www.ryanmeyers.com/movabletype/archives/000041.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ryanmeyers.com/movabletype/archives/000041.php">
        Wanted to give some shoutouts to the kickin&apos; MovableType plugins that are making the new design of the site rock...
    </content>
    <published>2003-10-07T06:58:24Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1209</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1209" />
    <title>Adding User-Defined Fields in Movable Type</title>
    <author>
        <name>Gadgetopia</name>
        <uri>http://www.gadgetopia.com/2003/10/08/AddingUserDefinedFieldsInMovableType.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.gadgetopia.com/2003/10/08/AddingUserDefinedFieldsInMovableType.html">
        I&apos;ve complained off and on about the lack of user-defined fields in Movable Type. Today was finally the day I got off my high-horse and messed with some code... Here is a method to add a new field to the...
    </content>
    <published>2003-10-08T07:16:18Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1286</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1286" />
    <title>RSSToMySQL</title>
    <author>
        <name>Ari Paparo Dot Com</name>
        <uri>http://www.aripaparo.com/archive/000526.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.aripaparo.com/archive/000526.html">
        
    </content>
    <published>2003-11-12T01:21:07Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1291</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1291" />
    <title>Even iets testen</title>
    <author>
        <name>het hondje van Dirkie</name>
        <uri>http://dirkie.nu/archives/000414.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://dirkie.nu/archives/000414.php">
        Wie kletst hier het vaakst? NaamAantal praatjes Met dank aan de SQL Plugin van Brad Choate....
    </content>
    <published>2003-11-17T12:29:45Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1308</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1308" />
    <title>Working around obstacles</title>
    <author>
        <name>Mind of Knowledge</name>
        <uri>http://www.leonieke.net/MovTy/archives/000483.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.leonieke.net/MovTy/archives/000483.php">
        Interesting link: Testing Grounds Slowly working on my new design. Having a bit of a struggle with implementing this plugin (MTSQL). Anyone with extreme SQL/MySQL knowledge -- feel free to contact me :)...
    </content>
    <published>2003-11-25T20:38:58Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1309</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1309" />
    <title>related entries</title>
    <author>
        <name>小六的塗鴨本</name>
        <uri>http://mikelu.blogdns.net/mike/archives/000046.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://mikelu.blogdns.net/mike/archives/000046.html">
        a fulltext search in MySQL with entry title, keywords and excerpt to generate a list of related entries
    </content>
    <published>2003-11-27T11:30:57Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1315</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1315" />
    <title>mr web tech 2.1</title>
    <author>
        <name>mr web tech 2.1</name>
        <uri>http://www.mrwebtech.com/mr_web_tech_21</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.mrwebtech.com/mr_web_tech_21">
        sideblog
    </content>
    <published>2003-11-30T07:25:31Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1320</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1320" />
    <title>Mikan Moblog Dayblog</title>
    <author>
        <name>The Mikan Chronicles</name>
        <uri>http://www.kamoda.com/weblog/archives/003592.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.kamoda.com/weblog/archives/003592.html">
        Way back at the end of June, I wrote about creating what I called a &apos;dayblog&apos;- a blog, or more specifically a new view of the entries in an existing blog, where the entries were arranged not by date, but...
    </content>
    <published>2003-12-02T07:25:44Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1321</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1321" />
    <title>Mikan Moblog Dayblog</title>
    <author>
        <name>The Mikan Chronicles</name>
        <uri>http://www.kamoda.com/weblog/archives/003592.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.kamoda.com/weblog/archives/003592.html">
        Way back at the end of June, I wrote about creating what I called a &apos;dayblog&apos;- a blog, or more specifically a new view of the entries in an existing blog, where the entries were arranged not by date, but...
    </content>
    <published>2003-12-02T07:26:14Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1335</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1335" />
    <title>While not blogging here...</title>
    <author>
        <name>benshead</name>
        <uri>http://benshead.learningblogs.com/archives/000136.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://benshead.learningblogs.com/archives/000136.html">
        I&apos;ve been busy recently, with work, a cross country move, a massive snow storm... But one of my projects has been a comprehensive restructuring of the Institutes Learning Community&apos;s MT installation. Tasks have included: &#183; Syndicating the content ...
    </content>
    <published>2003-12-09T02:16:13Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1341</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1341" />
    <title>Kottke-ization Complete (I Think)</title>
    <author>
        <name>Capn Design</name>
        <uri>http://www.capndesign.com/archives/2003_12/001955.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.capndesign.com/archives/2003_12/001955.php">
        As you can see (if you&apos;re looking at this through a browser), I have Kottke-ized my site. Essentially, I brought the reviews into the main blog. I made a few small changes to the far right side as well. I&apos;m...
    </content>
    <published>2003-12-12T09:44:59Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1343</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1343" />
    <title>QuickLinks</title>
    <author>
        <name>mapu.de: Weblog</name>
        <uri>http://www.mapu.de/weblog/archives/2003/12/13/quicklinks.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.mapu.de/weblog/archives/2003/12/13/quicklinks.php">
        Auch ich habe nun meine QuickLinks in der Seitenspalte. Wenn man seine MT-Installation auf MySQL laufen lsst, dann braucht man...
    </content>
    <published>2003-12-14T01:21:13Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1354</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1354" />
    <title>Bloggie Scripty Reverb</title>
    <author>
        <name>Bloggie Broad</name>
        <uri>http://mt.addiebella.com/blog/archives/000583.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://mt.addiebella.com/blog/archives/000583.php">
        I like to keep an up-to-date listing of all the...
    </content>
    <published>2003-12-16T21:53:11Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1358</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1358" />
    <title>MT SQL</title>
    <author>
        <name>Mind of Knowledge</name>
        <uri>http://www.leonieke.net/MovTy/archives/000502.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.leonieke.net/MovTy/archives/000502.php">
        Brad Choate: SQL Plugin...
    </content>
    <published>2003-12-18T01:28:21Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1387</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1387" />
    <title>Integrated Quicklink Redesign</title>
    <author>
        <name>hit-or-miss</name>
        <uri>http://www.hitormiss.org/archives/001964.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.hitormiss.org/archives/001964.php">
        I&apos;ve redesigned my weblog to combine the regular blog entries with the Quicklinks in one column -- basically copying Jason...
    </content>
    <published>2003-12-30T09:16:56Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1407</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1407" />
    <title>MT ÷, hack, ũƮ</title>
    <author>
        <name>EOUIA</name>
        <uri>http://eouia.net/archives/000596.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://eouia.net/archives/000596.html">
        ũƮ ϳ ߰ ߴµ,    ʴ´.  ð 鿩   . Ƹ,  MT    ÷ΰ hack, ũƮ ޾ƺ  , ؼ ѹ ߰  ʿ . ݱ   ÷, ũƮ, hack ...
    </content>
    <published>2004-01-04T23:41:01Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1413</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1413" />
    <title>About the Site</title>
    <author>
        <name>Thinkless Static</name>
        <uri>http://www.thinkless.org/about/site/index.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.thinkless.org/about/site/index.php">
        A colophon of sorts.
    </content>
    <published>2004-01-05T12:10:12Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1421</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1421" />
    <title>New QuickLinks Box</title>
    <author>
        <name>Stratified</name>
        <uri>http://www.stratified.org/archives/2004/01/07/new_quicklinks_box.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.stratified.org/archives/2004/01/07/new_quicklinks_box.html">
        I decided to implement a box that would appear once under each day heading that would contain all of the links I post for that day. It is mostly done at this point, and you should (crossing fingers) see an...
    </content>
    <published>2004-01-08T00:33:09Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1425</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1425" />
    <title>Redesign? What Redesign?</title>
    <author>
        <name>The Stillness of the Woods</name>
        <uri>http://fallenearth.org/blogs/knutaf/archives/2004/01/06/redesign_what_redesign/index.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://fallenearth.org/blogs/knutaf/archives/2004/01/06/redesign_what_redesign/index.php">
        I know what you&apos;re thinking: Hey, It took three weeks for this? Slacker. Well, I&apos;ll just say that looks can...
    </content>
    <published>2004-01-09T01:45:08Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1454</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1454" />
    <title>Lastn Entries By modified_on</title>
    <author>
        <name>Sundown</name>
        <uri>http://sundown.greyledge.net/pages/2004/01/lastn_entries_by_modified_on.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://sundown.greyledge.net/pages/2004/01/lastn_entries_by_modified_on.html">
        I just killed most of a perfectly good Sunday afternoon trying to solve this stupid problem in Movable Type, and now that I&apos;ve got it I had better preserve it for posterity.
    </content>
    <published>2004-01-12T02:32:15Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1455</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1455" />
    <title>Lastn Entries By modified_on</title>
    <author>
        <name>Sundown</name>
        <uri>http://sundown.greyledge.net/pages/2004/01/lastn_entries_by_modified_on.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://sundown.greyledge.net/pages/2004/01/lastn_entries_by_modified_on.html">
        I just killed most of a perfectly good Sunday afternoon trying to solve this stupid problem in Movable Type, and now that I&apos;ve got it I had better preserve it for posterity.
    </content>
    <published>2004-01-12T02:36:35Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1456</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1456" />
    <title>Lastn Entries By modified_on</title>
    <author>
        <name>Sundown</name>
        <uri>http://sundown.greyledge.net/pages/2004/01/lastn_entries_by_modified_on.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://sundown.greyledge.net/pages/2004/01/lastn_entries_by_modified_on.html">
        I just killed most of a perfectly good Sunday afternoon trying to solve this stupid problem in Movable Type, and now that I&apos;ve got it I had better preserve it for posterity.
    </content>
    <published>2004-01-12T02:39:27Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1457</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1457" />
    <title>Lastn Entries By modified_on</title>
    <author>
        <name>Sundown</name>
        <uri>http://sundown.greyledge.net/pages/2004/01/lastn_entries_by_modified_on.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://sundown.greyledge.net/pages/2004/01/lastn_entries_by_modified_on.html">
        I just killed most of a perfectly good Sunday afternoon trying to solve this stupid problem in Movable Type, and now that I&apos;ve got it I had better preserve it for posterity.
    </content>
    <published>2004-01-12T02:45:11Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1459</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1459" />
    <title>Automatically Closing Old MT Entries</title>
    <author>
        <name>Full Speed</name>
        <uri>http://speed.insane.com/archives/2004/01/13/automatically_closing_old_mt_entries.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://speed.insane.com/archives/2004/01/13/automatically_closing_old_mt_entries.php">
        There has been quite a bit of talk about preventing weblog comment spam lately. Jeremy Zawodny and David Sifry have each come up with similar solutions for automatically turning off comments on older posts. While both of these solutions work...
    </content>
    <published>2004-01-14T10:16:38Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1460</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1460" />
    <title>Automatically Closing Old MT Entries</title>
    <author>
        <name>Full Speed</name>
        <uri>http://speed.insane.com/archives/2004/01/13/automatically_closing_old_mt_entries.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://speed.insane.com/archives/2004/01/13/automatically_closing_old_mt_entries.php">
        There has been quite a bit of talk about preventing weblog comment spam lately. Jeremy Zawodny and David Sifry have each come up with similar solutions for automatically turning off comments on older posts. While both of these solutions work...
    </content>
    <published>2004-01-14T10:18:03Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1467</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1467" />
    <title>Category Subset Template</title>
    <author>
        <name>life</name>
        <uri>http://gabeanderson.com/life/2004/01/23/category_subset_template.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://gabeanderson.com/life/2004/01/23/category_subset_template.php">
        The Objective: Create a page that displays the full text of entries X, Y, and Z, which are a subset...
    </content>
    <published>2004-01-23T20:34:57Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1536</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1536" />
    <title>Lastn Entries By modified_on</title>
    <author>
        <name>Sundown</name>
        <uri>http://sundown.greyledge.net/pages/2004/01/lastn_entries_by_modified_on.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://sundown.greyledge.net/pages/2004/01/lastn_entries_by_modified_on.html">
        I just killed most of a perfectly good Sunday afternoon trying to solve this stupid problem in Movable Type, and now that I&apos;ve got it I had better preserve it for posterity.
    </content>
    <published>2004-02-11T15:16:45Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1575</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1575" />
    <title>Working MySQL for MT</title>
    <author>
        <name>Life At Metzger.Ws</name>
        <uri>http://metzger.ws/lifeat/archives/2004_02.html#001328</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://metzger.ws/lifeat/archives/2004_02.html#001328">
        This is more of a note to myself I need to take some time this weekend to delve into Brad Choate&apos;s SQL Plugin. I think I could get lost in this code......
    </content>
    <published>2004-02-27T05:48:45Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1591</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1591" />
    <title>Speed</title>
    <author>
        <name>Ed&apos;s Blog</name>
        <uri>http://cgi.eaglecentre.force9.co.uk/blog/archives/000296.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://cgi.eaglecentre.force9.co.uk/blog/archives/000296.php">
        The server seems to be having a few problems speed-wise at the moment, so this means that the comments scripts...
    </content>
    <published>2004-03-15T20:10:29Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1592</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1592" />
    <title>Speed</title>
    <author>
        <name>Ed&apos;s Blog</name>
        <uri>http://cgi.eaglecentre.force9.co.uk/blog/archives/000296.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://cgi.eaglecentre.force9.co.uk/blog/archives/000296.php">
        The server seems to be having a few problems speed-wise at the moment, so this means that the comments scripts...
    </content>
    <published>2004-03-15T20:16:44Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1593</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1593" />
    <title>Speed</title>
    <author>
        <name>Ed&apos;s Blog</name>
        <uri>http://cgi.eaglecentre.force9.co.uk/blog/archives/000296.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://cgi.eaglecentre.force9.co.uk/blog/archives/000296.php">
        The server seems to be having a few problems speed-wise at the moment, so this means that the comments scripts...
    </content>
    <published>2004-03-15T20:23:20Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1594</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1594" />
    <title>Speed</title>
    <author>
        <name>Ed&apos;s Blog</name>
        <uri>http://cgi.eaglecentre.force9.co.uk/blog/archives/000296.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://cgi.eaglecentre.force9.co.uk/blog/archives/000296.php">
        The server seems to be having a few problems speed-wise at the moment, so this means that the comments scripts...
    </content>
    <published>2004-03-15T20:47:06Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1598</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1598" />
    <title>Speed</title>
    <author>
        <name>Ed&apos;s Blog</name>
        <uri>http://cgi.eaglecentre.force9.co.uk/blog/archives/000296.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://cgi.eaglecentre.force9.co.uk/blog/archives/000296.php">
        The server seems to be having a few problems speed-wise at the moment, so this means that the comments scripts...
    </content>
    <published>2004-03-24T15:41:42Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:1886</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p1886" />
    <title>MTのプラグイン増やした</title>
    <author>
        <name>ブログ@ギャラクシーズ</name>
        <uri>http://blog.galaxies.jp/archives/000348.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.galaxies.jp/archives/000348.php">
        現在、このMovableType、plu...
    </content>
    <published>2005-01-10T11:18:42Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:2315</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p2315" />
    <title>MT 3.0?</title>
    <author>
        <name>Full Speed</name>
        <uri>http://speed.insane.com/archives/2004/05/17/mt_30.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://speed.insane.com/archives/2004/05/17/mt_30.php">
        John Gruber: &quot;The current versions of both of my MT plug-ins &#8212; SmartyPants and Markdown &#8212; are fully compatible with MT 3.0.&quot; OK, that was going to be the biggest obstacle for the MT3 upgrade. With that out of the...
    </content>
    <published>2005-03-20T23:43:27Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:5814</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p5814" />
    <title>Tenacious me</title>
    <author>
        <name>iMark</name>
        <uri>http://deletetheweb.com/mark/archives/000536.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://deletetheweb.com/mark/archives/000536.php">
        Good grief, that actually proved surprisingly difficult. The problem is one I&apos;m sure every blogger encounters sooner rather than later: what exactly to do with those amusing links you stumble across on a semi-regular basis, which you&apos;d like to share...
    </content>
    <published>2005-08-12T23:17:38Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2002://4.667-ping:23343</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2002://4.667" href="http://bradchoate.com/weblog/2002/07/11/mtsql"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2002/07/11/mtsql#p23343" />
    <title>Movable Type 4.0</title>
    <author>
        <name>subbu.org</name>
        <uri>http://www.subbu.org/weblogs/stage/2007/07/movable-type-40.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.subbu.org/weblogs/stage/2007/07/movable-type-40.html">
        After some hesitation, I have upgraded this blog to Movable Type 4.0 Beta 6 today. The upgrade process itself went smoothly without errors. I had to disable to some old Movable Type plugins (e.g. Brad Choate&apos;s SQL plugin) and remove relevant tags from ...
    </content>
    <published>2007-07-29T18:42:33Z</published>
</entry>

</feed>