<?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 MTIfEmpty</title>
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty" />
    <link rel="self" type="application/atom+xml" href="http://bradchoate.com/weblog/2004/10/20/mtifempty" />
    <id>tag:bradchoate.com,2008://4-</id>
    <updated>2006-03-20T00:21:28Z</updated>
    <subtitle>The man, the legend.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.1</generator>
 

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:190</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c190" />
    <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>Can this be used in combination with the MTAmazon plugin?  I've been emailing Mr. Kalsey on the sourceforge mailing list, and he suggested that I ask you.</p>

<p>I'm trying to run a MTAmazon query and post a link to the item in question.  If the query comes back blank, I would like to post some text saying something like 'Sorry, not found in Amazon'.</p>

<p>The text I've currently got going is:</p>

<p>&lt;div class="buy"&gt;<br />
&lt;MTIfNotEmpty var="EntryExcerpt"&gt;<br />
&lt;a href="http://www.goodrecords.com/good/shopaff.asp?affid=31&amp;code=&lt;$MTEntryExcerpt$&gt;"&gt;Buy at Good Records&lt;/a&gt;<br />
&lt;/MTIfNotEmpty&gt;<br />
&lt;MTIfEmpty var="EntryExcerpt"&gt;<br />
&lt;MTAmazon method="Keyword" search="[MTEntryTitle] [MTEntryBody]" line="music" lastn="1"&gt;<br />
&lt;a href="&lt;MTAmazonLink&gt;"&gt;Buy at Amazon&lt;/a&gt;<br />
&lt;/MTAmazon&gt;<br />
&lt;/MTIfEmpty&gt;<br />
&lt;/div&gt;</p>

<p>I've added in line breaks to make the code more readable.  If I don't have anything in MTEntryExcerpt, it runs an Amazon query to see if it can be found there.  If the query returns no results, the text output is '&lt;div class="buy"&gt;&lt;/div&gt;'.</p>

<p>Can you see anyway to force MTIfEmpty to recognize the Amazon query?  Failing that, could the MTAddRegex command turn the output of '&lt;div class="buy">&lt;/div&gt;' into the text string of '&lt;div class="buy"&gt;Not found in Amazon.&lt;/div&gt;'?</p>

<p>Any ideas?</p>]]>
    </content>
    <published>2002-08-16T02:47:27Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:412</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c412" />
    <title>Comment from rayne on 2002-11-08</title>
    <author>
        <name>rayne</name>
        <uri>http://www.iwhispered.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.iwhispered.net">
        <![CDATA[<p>I would think this would be a thing in the MTAmazon plugin. That if the results returned was 0 you could set a config setting to display a particular message.</p>]]>
    </content>
    <published>2002-11-09T00:31:59Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:446</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c446" />
    <title>Comment from Morten on 2002-11-25</title>
    <author>
        <name>Morten</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>How about the MTElse tag at the end.</p>

<p>(not proper code, but you'll get the picture</p>

<p>MTElse "Nothing found..."</p>]]>
    </content>
    <published>2002-11-25T17:46:10Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:447</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c447" />
    <title>Comment from Morten on 2002-11-25</title>
    <author>
        <name>Morten</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>How about the MTElse tag at the end.</p>

<p>(not proper code, but you'll get the picture</p>

<p>MTElse "Nothing found..."</p>]]>
    </content>
    <published>2002-11-25T17:46:52Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:448</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c448" />
    <title>Comment from Morten on 2002-11-25</title>
    <author>
        <name>Morten</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>How about the MTElse tag at the end.</p>

<p>(not proper code, but you'll get the picture</p>

<p>MTElse "Nothing found..."</p>]]>
    </content>
    <published>2002-11-25T17:49:12Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:934</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c934" />
    <title>Comment from hubd on 2003-04-21</title>
    <author>
        <name>hubd</name>
        <uri>http://www.hubsville.com/blog</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.hubsville.com/blog">
        <![CDATA[<p>Using MTIfEmpty plugin I made a cool thing on my site that shows an emtyp clickable ballon if there are no comments and a "full" clickable balloon with a comment count if there are comments. thanks for your help.</p>]]>
    </content>
    <published>2003-04-22T00:26:25Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:1075</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c1075" />
    <title>Comment from Jonathan on 2003-05-30</title>
    <author>
        <name>Jonathan</name>
        <uri>http://www.anotherpointless.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.anotherpointless.com/">
        <![CDATA[<p>Brad, I believe I could definitely use your help with this plugin in the Movable Type plugins forum. In the proper topic ("MTIfEmpty, MTIfNotEmpty, General-purpose IF tags for templating") I've made a couple of posts at the end of the 5th and beginning of the 6th pages but have received no responses. My username is jareha. I'd greatly appreciate your help (oh, and I think nytshade could as well). Thanks in advance.</p>]]>
    </content>
    <published>2003-05-31T02:22:56Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:1076</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c1076" />
    <title>Comment from Jonathan on 2003-05-30</title>
    <author>
        <name>Jonathan</name>
        <uri>http://www.anotherpointless.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.anotherpointless.com/">
        <![CDATA[<p>Thank you so very much for the help Brad (plugin working smoothly now). I'd attempted what you suggested before, but with one small difference (I was using double quotemarks). Maybe if you could note this is the plugins documentation for others? I've been stuck (until you just helped me) for weeks.</p>

<p>Thanks again! And great plugin by the way...it's serving my purposes quite nicely, as of late. :)</p>]]>
    </content>
    <published>2003-05-31T04:27:11Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:1419</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c1419" />
    <title>Comment from David on 2003-08-13</title>
    <author>
        <name>David</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Brad,</p>

<p>I posted Stephan at nonplus.net about this yesterday.  Maybe you see this as a plug-in idea.</p>

<p>An enhancement of Search that enables a short Form (with variable purposes) to be matched up with someone else's blog posting that fills out the same form.  And the ability to email both when matches are made.</p>

<p>It would be used like this:  A password-protected account holder, in my case a real estate broker, logs in, and fills out a quick form available on their log-in page.  Just click a few boxes or select from a list.  A new house offering on the market has 3 bedrooms, 3 baths, 2 floors, 1 swimming pool, & in the $170,000 sale range.  The account holder's template automatically has the contact info and name, unless it is overriden by another contact name and number, email, etc.</p>

<p>Comments can have additional sales details.</p>

<p>Publishing this by the Real Estate agent simultaneously fills-in the fields on a standard visible "Classified Ad" included in the text of that blog post.  Publishing also puts in motion an internal search function that tries to match up this form data with any other entry made by Jane Q or John Q Public within the last week or so right up to now. </p>

<p><br />
Likewise, when Jane Q Public first checks out this Real Estate blog she uses a Search function on the Index page by first filling out the Real Estate form listing her house buying preferences. The values she has to select from are the same as the Real Estate Agent's form.  Her search then produces all of the appropriate Posts chronologically whose attached form matches her requirements.  And, if the search turns up nothing, she can check to have herself emailed when and if a new property is posted that matches her form. </p>

<p>When a match or matches are made all those Jane Q Public's who filled out the same form under Buying Preferences are automatically emailed that a matching profile has just been submitted on the market at our Real Estate Blog.  Their email has the link to our Real Estate blog where they find a list of relevant postings ready to read.  And each time a Real Estate agency posts with a match to their stored form query our Jane Q and John Q House-looking Publics will be emailled to come take a look.</p>

<p>And the Administrator can control the expiration of this query after a certain period of days or hours.</p>

<p><br />
This same function can be used for a Personal Blog where people go on a Blind Date or something like that.  Everybody fills out a form and asks for a match or an email when one shows up.</p>

<p>Lots of uses-- recipes, books, video tapes, collectibles, special interests.</p>

<p>I believe Brad "Almighty" Choate finds this well within the realm of his peerless Perl powers.</p>

<p>By the way, I am running 2.64 on a Linux OS Apache server with PHP and mySql databases.</p>

<p>Thanks for your consideration!</p>]]>
    </content>
    <published>2003-08-13T19:55:56Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:1431</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c1431" />
    <title>Comment from Jemaleddin S. Cole on 2003-08-17</title>
    <author>
        <name>Jemaleddin S. Cole</name>
        <uri>http://www.tanglebones.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tanglebones.com/">
        <![CDATA[<p>Hey Brad, the readme refers to "regex.pm" instead of "ifempty.pm" in the installation paragraph.</p>]]>
    </content>
    <published>2003-08-17T13:19:21Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:1456</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c1456" />
    <title>Comment from kal on 2003-08-26</title>
    <author>
        <name>kal</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Why is there no 'else' condition in the IfEmpty plugin... or is there one?</p>]]>
    </content>
    <published>2003-08-26T15:05:41Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:1555</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c1555" />
    <title>Comment from JP on 2003-09-28</title>
    <author>
        <name>JP</name>
        <uri>http://www.jpkeisala.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.jpkeisala.com">
        <![CDATA[<p>Hi Brad,</p>

<p>Thanks for this article, I have been building website on MT whole weekend and I really love it. </p>

<p>I came up with small issues on category name. If my category contains Spanish characters or other links wont work on Internet Explorer. However Mozilla does a job perfectly but IE doesn't find a page.<br />
</p>]]>
    </content>
    <published>2003-09-28T16:01:04Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:1556</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c1556" />
    <title>Comment from JP on 2003-09-28</title>
    <author>
        <name>JP</name>
        <uri>http://www.jpkeisala.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.jpkeisala.com">
        <![CDATA[<p>Ups, post into wrong category entry. I meant to post previous message into Doing whole site with MT article. :) </p>]]>
    </content>
    <published>2003-09-28T16:03:44Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-comment:2921</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#c2921" />
    <title>Comment from Ko Tun Kwan on 2005-06-11</title>
    <author>
        <name>Ko Tun Kwan</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Writing If...Else statement in movabletype</p>

<p>Can someone please help me?</p>

<p>I am trying to determine how to identify my archive link so that I can then select which menu structure to show.</p>

<p>Example: url1="country/country_entertainment/" and url2="country/country_sports/"</p>

<p>If str(url) contains "entertainment"<br />
then hilite (menu_ent)<br />
elseif str(url) contains "sports"<br />
then hilite (menu_spt)</p>

<p>I know there is a MTElse...but then how do I get the individual url1 and url2 without getting all the category urls?<br />
And how do I check if the url returned have either "entertainment" or "sports"?</p>

<p>Ps. My name is Tun Kwan, student from Sabah Tshung Tsin Secondary School, Malaysia</p>]]>
    </content>
    <published>2005-06-12T01:34:08Z</published>
</entry>


<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:305</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p305" />
    <title>How to make a quick links weblog in Movable Type</title>
    <author>
        <name>markpasc.org</name>
        <uri>http://markpasc.org/weblog/2003/01/22_how_to_make_a_quick_links_weblog_in_movable_type.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://markpasc.org/weblog/2003/01/22_how_to_make_a_quick_links_weblog_in_movable_type.html">
        Some directions.
    </content>
    <published>2003-01-26T10:55:47Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:314</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p314" />
    <title>Testing...</title>
    <author>
        <name>Vertical Hold</name>
        <uri>http://www.patandkat.com/pat/weblog/archives/2003/01/27/003014.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.patandkat.com/pat/weblog/archives/2003/01/27/003014.php">
        So I&apos;m trying out Brad Choate&apos;s cool MTIfEmpty plugin to try and work around having posts with no category having
    </content>
    <published>2003-01-27T21:18:51Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:323</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p323" />
    <title>Goofing Off With Amazon</title>
    <author>
        <name>Pudding Time!</name>
        <uri>http://www.puddingbowl.org/mph/archives/000494.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.puddingbowl.org/mph/archives/000494.php">
        For no better reason than &quot;I can,&quot; movie and book entries get a corresponding Amazon link now. It&apos;s courtesy MTAmazon and MTIfEmpty, which are Movable Type plugins. MT has an &apos;excerpt&apos; field in each entry that I normally don&apos;t use. The MTIfEmpty plugin...
    </content>
    <published>2003-01-28T04:02:34Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:536</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p536" />
    <title>Step One</title>
    <author>
        <name>Simplicity and Chaos</name>
        <uri>http://simplicityandchaos.net/archives/2003_02_21.php#000156</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://simplicityandchaos.net/archives/2003_02_21.php#000156">
        Live in the Delirious Cool lists a way to make your archives easy on the eyes. Each entry then looks like this: 02/21/03 : Just Because : Comments (1) : Trackbacks (0) I&apos;ve incorporated this in my master archives page,
    </content>
    <published>2003-02-22T04:49:34Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:537</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p537" />
    <title>Step One</title>
    <author>
        <name>Simplicity and Chaos</name>
        <uri>http://simplicityandchaos.net/archives/2003_02_21.php#000156</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://simplicityandchaos.net/archives/2003_02_21.php#000156">
        Live in the Delirious Cool lists a way to make your archives easy on the eyes. Each entry then looks like this: 02/21/03 : Just Because : Comments (1) : Trackbacks (0) I&apos;ve incorporated this in my master archives page,
    </content>
    <published>2003-02-22T04:49:59Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:538</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p538" />
    <title>Step One</title>
    <author>
        <name>Simplicity and Chaos</name>
        <uri>http://simplicityandchaos.net/archives/2003_02_21.php#000156</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://simplicityandchaos.net/archives/2003_02_21.php#000156">
        Live in the Delirious Cool lists a way to make your archives easy on the eyes. Each entry then looks like this: 02/21/03 : Just Because : Comments (1) : Trackbacks (0) I&apos;ve incorporated this in my master archives page,
    </content>
    <published>2003-02-22T04:50:29Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:539</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p539" />
    <title>Step One</title>
    <author>
        <name>Simplicity and Chaos</name>
        <uri>http://simplicityandchaos.net/archives/2003_02_21.php#000156</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://simplicityandchaos.net/archives/2003_02_21.php#000156">
        Live in the Delirious Cool lists a way to make your archives easy on the eyes. Each entry then looks like this: 02/21/03 : Just Because : Comments (1) : Trackbacks (0) I&apos;ve incorporated this in my master archives page,
    </content>
    <published>2003-02-22T04:50:51Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:579</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p579" />
    <title>Not Empty</title>
    <author>
        <name>Simplicity and Chaos</name>
        <uri>http://simplicityandchaos.net/archives/2003_02_24.php#000172</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://simplicityandchaos.net/archives/2003_02_24.php#000172">
        Another use of Brad Choate&apos;s IfEmpty plugin: the MTIfNotEmpty variable. For entries with categories, I&apos;ve enclosed category information in the MTIfNotEmpty tags. This way, I can say &quot;this entry posted in x category&quot; but not say anything at all (or
    </content>
    <published>2003-02-25T00:01:09Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:612</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p612" />
    <title>Upgrades</title>
    <author>
        <name>Anger Management Course</name>
        <uri>http://www.weblog.nohair.net/archives/000240.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.weblog.nohair.net/archives/000240.html">
        I upgraded to MT 2.63. It runs flawlessly. The main...
    </content>
    <published>2003-03-02T23:34:28Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:633</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p633" />
    <title>Changing Templates</title>
    <author>
        <name>FeralBlog</name>
        <uri>http://feralboy.com/log/archives/000174.aspx</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://feralboy.com/log/archives/000174.aspx">
        As I&apos;m bringing in all my Blogger content, it&apos;s taking awhile to move all my entries into categories. I still wanted to have the nice link to the category archives at the bottom of posts that have it, and amazingly...
    </content>
    <published>2003-03-07T00:57:12Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:637</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p637" />
    <title>Changing Templates</title>
    <author>
        <name>FeralBlog</name>
        <uri>http://feralboy.com/log/archives/000174.aspx</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://feralboy.com/log/archives/000174.aspx">
        As I&apos;m bringing in all my Blogger content, it&apos;s taking awhile to move all my entries into categories. I still wanted to have the nice link to the category archives at the bottom of posts that have it, and amazingly...
    </content>
    <published>2003-03-07T20:12:00Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:698</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p698" />
    <title>Meta-logging</title>
    <author>
        <name>aurophone</name>
        <uri>http://blog.kumokasumi.org/archives/000132.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.kumokasumi.org/archives/000132.php">
        Or, if you prefer, &quot;trackback whoring,&quot; but that&apos;s life. Just blogrolled Jeremy Hedley&apos;s weblog, Antipixel. His site is great. He&apos;s...
    </content>
    <published>2003-04-05T06:30:05Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:717</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p717" />
    <title>Full-Screen Monthly Calendar Archives</title>
    <author>
        <name>Confetti Falling</name>
        <uri>http://confettifalling.com/archives/individual/2003/04/000625-fullscreen_monthly_calendar_archives.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://confettifalling.com/archives/individual/2003/04/000625-fullscreen_monthly_calendar_archives.php">
        I&apos;ve seen this around a few places, and went looking today for a tutorial for Full-screen calendars in Movable Type. My monthly archives are now nice big calendars with each day listing the titles of the day&apos;s entries. I also...
    </content>
    <published>2003-04-10T00:07:01Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:720</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p720" />
    <title>MT IfEmpty plugin</title>
    <author>
        <name>Ever Curious: Snippets</name>
        <uri>http://www.evercurious.com/snippets/2003_04.html#000090</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.evercurious.com/snippets/2003_04.html#000090">
        http://www.bradchoate.com/past/mtifempty.php
    </content>
    <published>2003-04-10T14:07:56Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:832</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p832" />
    <title>Useful MT Plug-ins</title>
    <author>
        <name>Bryce Yehl</name>
        <uri>http://www.ntwizards.net/blog/2003/06/01/useful_mt_plugins.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ntwizards.net/blog/2003/06/01/useful_mt_plugins.html">
        MTMacros, MTIfEmpty, Validable, MTIndexEntries
    </content>
    <published>2003-06-01T23:43:45Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:854</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p854" />
    <title>MTIfEmpty plugin</title>
    <author>
        <name>Edith Frost</name>
        <uri>http://www.edithfrost.com/archive/2003/06/10-mtifempty_plugin.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.edithfrost.com/archive/2003/06/10-mtifempty_plugin.html">
        <![CDATA[Just installed my second Brad&nbsp;Choate plugin, and sent my second Trackback ping. Fun&nbsp;fun&nbsp;fun! MTIfEmpty gives you an extra set of...]]>
    </content>
    <published>2003-06-10T08:38:23Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:862</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p862" />
    <title>Movable Type trick</title>
    <author>
        <name>Petroglyphs</name>
        <uri>http://peterjanes.homeip.net/blog/archives/2003/06/14/movable_type_trick.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://peterjanes.homeip.net/blog/archives/2003/06/14/movable_type_trick.html">
        One of the (many!) nice things about Movable Type is its customizability. I didn&apos;t realize just how far that extended until today. I&apos;d read previously in the MT UI that you can customize the output path for the archive files using Archive File Template...
    </content>
    <published>2003-06-14T22:03:05Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1000</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1000" />
    <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:56:02Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1043</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1043" />
    <title>Atom 0.2 feeds</title>
    <author>
        <name>Confessions of a G33k</name>
        <uri>http://WWW.cleverhack.com/blog/archives/000734.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://WWW.cleverhack.com/blog/archives/000734.html">
        For giggles, I added the MT Atom 0.2 templates from dive into mark to the site. The site feed is...
    </content>
    <published>2003-08-06T03:41:49Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1063</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1063" />
    <title>Movable Type Entry URL Choices</title>
    <author>
        <name>Brainstorms and Raves</name>
        <uri>http://brainstormsandraves.com/archives/2003/08/12/shorten_url/index.shtml</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://brainstormsandraves.com/archives/2003/08/12/shorten_url/index.shtml">
        Some people using Movable Type use the entry titles for the individual entry URLs, which is also what I do for Brainstorms and Raves. This can be a fine solution toward the friendly URL idea; however, a potential disadvantage is that the URL can get un...
    </content>
    <published>2003-08-12T12:20:08Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1073</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1073" />
    <title>Cruft-free URLs in Movable Type</title>
    <author>
        <name>dive into mark</name>
        <uri>http://diveintomark.org/archives/2003/08/15/slugs</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://diveintomark.org/archives/2003/08/15/slugs">
        Inspired by Matthew Thomas and others, I endeavor to remove all cruft from my permalinks.
    </content>
    <published>2003-08-15T08:49:03Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1078</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1078" />
    <title>Cool URIs</title>
    <author>
        <name>GeraBlog</name>
        <uri>http://michele.f2o.org/archives/2003/08/16/cool_uris</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://michele.f2o.org/archives/2003/08/16/cool_uris">
        Ho dato anche io una sistemata agli URI del blog, seguendo le istruzioni di Mark Pilgrim [via zlog]. Da adesso i permalink dei miei post avranno la forma: http://michele.f2o.org/archives/YYYY/MM/POST_TITLE (oppure KEYWORD) Questo mi serve a tenere ordi...
    </content>
    <published>2003-08-16T02:47:50Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1079</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1079" />
    <title>Cool URIs</title>
    <author>
        <name>GeraBlog</name>
        <uri>http://michele.f2o.org/archives/2003/08/16/cool_uris</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://michele.f2o.org/archives/2003/08/16/cool_uris">
        Ho dato anche io una sistemata agli URI del blog, seguendo le istruzioni di Mark Pilgrim [via zlog]. Da adesso i permalink dei miei post avranno la forma: /archives/YYYY/MM/POST_TITLE Questo mi serve a tenere ordinata la directory degli archivi e...
    </content>
    <published>2003-08-16T02:59:05Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1080</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1080" />
    <title>Cool URIs</title>
    <author>
        <name>GeraBlog</name>
        <uri>http://michele.f2o.org/archives/2003/08/16/cool_uris</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://michele.f2o.org/archives/2003/08/16/cool_uris">
        Ho dato anche io una sistemata agli URI del blog, seguendo le istruzioni di Mark Pilgrim [via zlog]. Da adesso i permalink dei miei post avranno la forma: /archives/YYYY/MM/POST_TITLE Questo mi serve a tenere ordinata la directory degli archivi e...
    </content>
    <published>2003-08-16T03:15:43Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1090</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1090" />
    <title>Essential Plugins For MT</title>
    <author>
        <name>zlog - posts</name>
        <uri>http://zlog.co.uk/archives/2003/08/essential_plugins_for_mt</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://zlog.co.uk/archives/2003/08/essential_plugins_for_mt">
        Topic for today, Movable Type plugins. Installation of the following will result in a better MT experience: MTIfEmpty -- Brad Choate MTMacros -- Brad Choate MTSafeHref -- Gavin MTPerlScript -- Brad Choate MTPlural -- Jesper Lindholms SimpleComments -- ...
    </content>
    <published>2003-08-19T12:26:11Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1096</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1096" />
    <title>An Even Non-Funkier RSS 2 Template</title>
    <author>
        <name>Andrew Grumet&apos;s Weblog</name>
        <uri>http://grumet.net/weblog/archives/2003/08/21/an_even_nonfunkier_rss_2_template.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://grumet.net/weblog/archives/2003/08/21/an_even_nonfunkier_rss_2_template.html">
        I gave Brad&apos;s Non-Funky MT RSS 2 Template a try but it was still too funky for my aggregator, which choked on the resulting feed. So here it is folks, an even non-funkier template. Note that it requires Brad&apos;s very...
    </content>
    <published>2003-08-22T05:36:35Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1103</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1103" />
    <title>Indextest</title>
    <author>
        <name>Reference, Brainstorms and Raves</name>
        <uri>http://brainstormsandraves.com/colophon/indextest.shtml</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://brainstormsandraves.com/colophon/indextest.shtml">
        This site is an ongoing, evolving experiment in creating a visually appealing site that is also standards compliant, accessible, and still usable in older browsers. I also strongly support WaSP (Web Standards Project), the W3C, and the WAI (Web Accessi...
    </content>
    <published>2003-08-27T07:42:39Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1110</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1110" />
    <title>Emoticons</title>
    <author>
        <name>Pinging Knight</name>
        <uri>http://fallenearth.org/blogs/caiuschen/archives/2003/08/31/emoticons/index.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://fallenearth.org/blogs/caiuschen/archives/2003/08/31/emoticons/index.php">
        I don&apos;t actually plan to use these, but it was fun to implement them.
    </content>
    <published>2003-08-31T22:10:42Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1146</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1146" />
    <title>MTIfEmptyプラグイン</title>
    <author>
        <name>Memento</name>
        <uri>http://www.sahelnet.org/memento/archives/000279.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sahelnet.org/memento/archives/000279.html">
        ここ数日、[the girlie matters] tips and tricksでいろいろ勉強させてもらっています。 [the girlie matters] tips and tricks: no comments yet using mtifempty Brad Choate: MTIfEmptyをつかったこのTipsを応用して、Individual...
    </content>
    <published>2003-09-21T04:48:28Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1161</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1161" />
    <title>fotos update</title>
    <author>
        <name>. cynics&apos; - /mak&apos;in-trash`/ .</name>
        <uri>http://www.cynics.info/laments/2003/09/fotos_update.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.cynics.info/laments/2003/09/fotos_update.html">
        did some _structural_ adjustments to the fotos site as I found out some deficiencies in the way some of my data is being used.
    </content>
    <published>2003-09-27T00:23:35Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1164</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1164" />
    <title>Master To-Do List</title>
    <author>
        <name>no fixed position / weblog</name>
        <uri>http://chris.house8.net/weblog/archives/001925.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://chris.house8.net/weblog/archives/001925.php">
        To be finished before launch: &#160; FIRST PRIORITY: finalize archiving names/paths of archive files implement calendar-based master archive implement calendar include for the blog index and monthly archives clean up/structure CSS files customized sear...
    </content>
    <published>2003-09-27T21:47:27Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1200</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1200" />
    <title>MovableType :: If Empty Tags</title>
    <author>
        <name>Chatter</name>
        <uri>http://www.kstroke.com/chatter/archives/000017.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.kstroke.com/chatter/archives/000017.html">
        Brad Choate has created a most useful MT plugin. The MTIfEmpty and MTIfNotEmpty tags allow for some programmatic control in template files using only MT-style tags....
    </content>
    <published>2003-10-07T01:15:49Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1218</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1218" />
    <title>Movable typeのコメントをオープンする方法。</title>
    <author>
        <name>Hardcow</name>
        <uri>http://kaionji.s31.xrea.com/archives/000059.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://kaionji.s31.xrea.com/archives/000059.html">
        <![CDATA[　以前も書いたタイトルなんですが、出来てなかったのでもう一度。下記URLのPlug-inを使用します。 http://www.bradchoate.com/past/mtifempty.php&lt;MTIfNotEmpty expr="[MTComments]1[/MTComments]"&gt; &lt;div class="comm...]]>
    </content>
    <published>2003-10-10T20:04:46Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1236</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1236" />
    <title>Getting a list of posts with no category</title>
    <author>
        <name>Neil&apos;s World</name>
        <uri>http://www.neilturner.me.uk/entries/001334.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.neilturner.me.uk/entries/001334.html">
        Here&apos;s how to get an editable list of posts which are not assigned to a category.
    </content>
    <published>2003-10-21T21:19:57Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1249</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1249" />
    <title>Update on the move</title>
    <author>
        <name>twist of fait accomplis</name>
        <uri>http://www.laze.net/fait/archive/2003/10/28/server move.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.laze.net/fait/archive/2003/10/28/server move.php">
        If you see this post, then the propagation of laze.net to a new server has reached you. Here&apos;s a quick summary of what&apos;s new and improved with our new web host: More space. And a lot of it (for much...
    </content>
    <published>2003-10-28T21:25:36Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1328</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1328" />
    <title>Cruft-free URLs</title>
    <author>
        <name>Cantoni.org Articles</name>
        <uri>http://www.cantoni.org/articles/cruft-free.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.cantoni.org/articles/cruft-free.html">
        I just reconfigured my Movable Type blog to use cruft-free URLs. The basic premise is to clean up your URL scheme by removing non-essential information, thus ensuring that your links will live on in the future as you evolve with...
    </content>
    <published>2003-12-04T10:30:08Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1369</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1369" />
    <title>Movable Type 2.65 released, version 3.0 details dangled tantalizingly</title>
    <author>
        <name>redemption in a blog</name>
        <uri>http://blog.codefront.net/archives/2003/12/22/movable_type_265_released_version_30_details_dangled_tantalizingly.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.codefront.net/archives/2003/12/22/movable_type_265_released_version_30_details_dangled_tantalizingly.php">
        Movable Type 2.65 has just been released - mostly a bugfix release with a few added features. The mt-send-entry.cgi fix is included (it already was included in any MT 2.64 packages after the flaw was discovered and summarily fixed), of...
    </content>
    <published>2003-12-22T16:40:48Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1370</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1370" />
    <title>Atom and Movable Type</title>
    <author>
        <name>Don&apos;t Back Down</name>
        <uri>http://www.cxliv.org/jayseae/2003/12/22/atom_and_movable_type.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.cxliv.org/jayseae/2003/12/22/atom_and_movable_type.html">
        I took a look at the default template for an Atom feed, introduced in Movable Type v2.65. This template seems to be where much of the new stuff fits into the new release. Within the template, we see that there is a new date tag, MTEntryModifiedDate, to...
    </content>
    <published>2003-12-23T01:04:12Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1375</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1375" />
    <title>Movable Type PermaLinks solution</title>
    <author>
        <name>Bryan Helmkamp&apos;s Weblog</name>
        <uri>http://bryanhelmkamp.com/blog/archive/2003/12/25/permalinks/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bryanhelmkamp.com/blog/archive/2003/12/25/permalinks/">
        <![CDATA[When I went searching for a way to make MT use good PermaLinks I found two (partially overlapping) techniques: M&aacute;r &Ouml;rlygsson's and Mark's. Both of them had useful information but neither did exactly what I wanted. Actually, Mark's site uses...]]>
    </content>
    <published>2003-12-25T10:21:14Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1376</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1376" />
    <title>Movable Type PermaLinks solution</title>
    <author>
        <name>Bryan Helmkamp&apos;s Weblog</name>
        <uri>http://bryanhelmkamp.com/blog/archive/2003/12/25/permalinks/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bryanhelmkamp.com/blog/archive/2003/12/25/permalinks/">
        <![CDATA[When I went searching for a way to make MT use good PermaLinks I found two (partially overlapping) techniques: M&aacute;r &Ouml;rlygsson's and Mark's. Both of them had useful information but neither did exactly what I wanted. Actually, Mark's site uses...]]>
    </content>
    <published>2003-12-25T10:22:43Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1381</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1381" />
    <title>RDF Photo Annotation with Movable Type</title>
    <author>
        <name>ten years of us: meta</name>
        <uri>http://tenyearsof.us/meta/2003/12/27/rdf_photo_annotation_with_movable_type</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://tenyearsof.us/meta/2003/12/27/rdf_photo_annotation_with_movable_type">
        After scurrying around for a few weeks gathering information about all things metadata, I created a template to help automate my photo annotation. I owe a debt of gratitude to the folks in the foaf and rdfig IRC channels, who...
    </content>
    <published>2003-12-27T19:34:27Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1563</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1563" />
    <title>Hey! I am still alive!</title>
    <author>
        <name>Warnadunia.NET: Colorful</name>
        <uri>http://www.warnadunia.net/archives/2004/02/still_alive.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.warnadunia.net/archives/2004/02/still_alive.php">
        I am still alive, just a little bit busy lately... I mean many things to do here. I have to...
    </content>
    <published>2004-02-21T09:34:09Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1565</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1565" />
    <title>Hey! I am still alive!</title>
    <author>
        <name>Warnadunia.NET: Colorful</name>
        <uri>http://www.warnadunia.net/archives/2004/02/still_alive.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.warnadunia.net/archives/2004/02/still_alive.php">
        I am still alive, just a little bit busy lately... I mean many things to do here. I have to...
    </content>
    <published>2004-02-23T23:31:11Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1980</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1980" />
    <title>エントリー、コメントがびよ～ん</title>
    <author>
        <name>Blog Side Street</name>
        <uri>http://jokerside.s20.xrea.com/x/blog/archives/2005/02/post_34.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://jokerside.s20.xrea.com/x/blog/archives/2005/02/post_34.html">
        1時間もくだらない更新してた･･･。ふぅ。でも楽しかったり・・・。 さて、トップページやカテゴリーページなどにある 「続きを読む」を「続きを開く / 閉じる」に変えた。 試して...
    </content>
    <published>2005-02-06T08:20:08Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:1985</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p1985" />
    <title>エントリー、コメントがびよ～ん</title>
    <author>
        <name>Blog Side Street</name>
        <uri>http://jokerside.s20.xrea.com/x/blog/archives/2005/02/post_34.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://jokerside.s20.xrea.com/x/blog/archives/2005/02/post_34.html">
        1時間もくだらない更新してた･･･。ふぅ。でも楽しかったり・・・。 さて、トップページやカテゴリーページなどにある 「続きを読む」を「続きを開く / 閉じる」に変えた。 試して...
    </content>
    <published>2005-02-06T09:23:58Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:3007</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p3007" />
    <title>Optimising Movable Type for Google</title>
    <author>
        <name>The Daily Dump</name>
        <uri>http://www.adamboddington.com/blog/2005/04/14/optimising-optimizing-movable-type-for-google/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.adamboddington.com/blog/2005/04/14/optimising-optimizing-movable-type-for-google/">
        For those that like to tinker, I found this enlightening post on optimising Movable Type for Google while looking for something else. A quick search found quite a bit on the topic (see links below). I decided to implement some...
    </content>
    <published>2005-05-16T23:50:47Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:3008</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p3008" />
    <title>Optimising Movable Type for Google</title>
    <author>
        <name>The Daily Dump</name>
        <uri>http://www.adamboddington.com/blog/2005/04/14/optimising-optimizing-movable-type-for-google/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.adamboddington.com/blog/2005/04/14/optimising-optimizing-movable-type-for-google/">
        For those that like to tinker, I found this enlightening post on optimising Movable Type for Google while looking for something else. A quick search found quite a bit on the topic (see links below). I decided to implement some...
    </content>
    <published>2005-05-16T23:52:58Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:3009</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p3009" />
    <title>Optimising Movable Type for Google</title>
    <author>
        <name>The Daily Dump</name>
        <uri>http://www.adamboddington.com/blog/2005/04/14/optimising-optimizing-movable-type-for-google/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.adamboddington.com/blog/2005/04/14/optimising-optimizing-movable-type-for-google/">
        For those that like to tinker, I found this enlightening post on optimising Movable Type for Google while looking for something else. A quick search found quite a bit on the topic (see links below). I decided to implement some...
    </content>
    <published>2005-05-17T00:05:11Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:3443</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p3443" />
    <title>Two More Plugins</title>
    <author>
        <name>David Yin&apos;s BLOG</name>
        <uri>http://www.yinfor.com/blog/archives/2005/06/two_more_plugin.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.yinfor.com/blog/archives/2005/06/two_more_plugin.html">
        今天，天气很奇怪，很忙，先是阴天，中午下了一阵小冰雹，间或有雷声，然后是小雨，到我下班的时候，是暴雨，现在是晚上10点半，天气晴朗。 扯了这些，讲讲在MovableType上新装的两个plug...
    </content>
    <published>2005-06-15T06:31:25Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:3932</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p3932" />
    <title>hacking movable type</title>
    <author>
        <name>the worlds&apos; end</name>
        <uri>http://www.worlds-end.org/hacking_movable_type/index.html#000054</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.worlds-end.org/hacking_movable_type/index.html#000054">
        Welcome to &quot;hacking movable type&quot;, the chronicles of my exploits with movable type.&quot;hacking movable type&quot; is a working title only, as I am aware that there is a book out there with the same name, and I would hate for somebody to confuse us two.In addit...
    </content>
    <published>2005-06-26T04:09:17Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:4019</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p4019" />
    <title>introducing &quot;hacking movable type&quot;</title>
    <author>
        <name>the worlds&apos; end</name>
        <uri>http://www.worlds-end.org/archives/2005/06/introducing_hac.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.worlds-end.org/archives/2005/06/introducing_hac.html">
        Welcome to &quot;hacking movable type&quot;, the chronicles of my exploits with movable type.
    </content>
    <published>2005-06-29T09:50:54Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:5337</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p5337" />
    <title>How-To Include Tags in Your MovableType Blog</title>
    <author>
        <name>hyku | blog - Josh Hallett</name>
        <uri>http://hyku.com/blog/archives/000684.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://hyku.com/blog/archives/000684.html">
        A few friends have been having some issues including Technorati tags in their blogs so I thought I would put together a how-to of what I&apos;ve done. The simple modifications I have made to my MovableType software makes sure that...
    </content>
    <published>2005-08-01T18:44:22Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2004://4.657-ping:19123</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2004://4.657" href="http://bradchoate.com/weblog/2004/10/20/mtifempty"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2004/10/20/mtifempty#p19123" />
    <title>Hierarchical threaded comments; How I did it.</title>
    <author>
        <name>河國榮, An Aussie in Hong Kong</name>
        <uri>http://www.hokwokwing.hk/archives/200704/threaded_comments_how_i_did_it.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.hokwokwing.hk/archives/200704/threaded_comments_how_i_did_it.html">
        <![CDATA[<p>My blog is a MovableType blog developed by <a href="http://www.sixapart.com" rel="nofollow">Six Apart Ltd</a>. They also have other blog systems. They're a very smart company. You can read about their products on their web site. Like many other sys...</p>]]>
    </content>
    <published>2007-04-28T14:28:26Z</published>
</entry>

</feed>