Results
Brad Choate, Tutorials, 156 KB, 6962 words

Matt Haughey has a great article on how he uses Movable Type to do it all (apparently, Kottke does too… can't wait to see his article).
Anyhow, I wanted to share a tidbit in that vein. I've just set this up recently, and I'm in the process of moving the rest of my static content to use it. What I did: • Created a new Movable Type blog and named it "bradchoate.com: Static Content". • Deleted all the Index templates. • Deleted all the archive templates, except for the Individual archive template. • Made sure individual archives were enabled. • Made the archive path the root...
continue reading ...
Brad Choate, Plugins, 380 KB, 17642 words

Textile is a ‘Humane Web Text Generator,' created by Dean Allen of Textism. After seeing Textile in action, I decided that I must create a Movable Type plugin that does the same thing.
I came to that decision before Movable Type 2.6 and the custom text filter thing were announced. In fact, seeing Textile spurred me to write to Ben about a way for MT users to have more text formatting choices and the option to select them on a per-entry basis. To my delight, he replied that "it's already in the works."
So here we are a couple of months later. MT 2.6 is in beta (and very near to release)...
continue reading ...
Six Apart Pronet Plugin Directory, Plugins, 11 KB, 56 words

A port of Adam Kalsey's SimpleComments plugin to PHP/Smarty. The SimpleComments plugin allows you to combine TrackBack pings and on-site comments into a single, unified list of all the known comments on your post. PHP SimpleComments implements the SimpleComments tags for use with MovableType 3.x's dynamic publishing engine.
continue reading ...
Six Apart News, News, 13 KB, 250 words

The Six Apart Professional Network, which launched with the release of Movable Type 3.1, has become our home for updates on tutorials, documentation, and general news about what's happening with Six Apart. In addition to the mailing list (monitored by our own staff, including the developers of Movable Type), we've just released one of our first tutorials to the public.
Written by Brad Choate, who created Movable Type 3.1's Smarty-based dynamic publishing system, the architecture overview covers everything you need to know to get up to speed with this powerful new set of features. And the Professional Network gives us a chance to let Network members shine as well, as...
continue reading ...
Don't Back Down, Tutorials, 8 KB, 331 words
As you know, I recently converted a number of my archives so that they would use dynamic publishing. Today, I continued the push by converting daily archives and also category feeds to dynamic publishing. Thus far, they seem to be working pretty well, and I've been able to clean up my web site considerably.
Along the way, however, I ran into a small problem in that I make use of the excellent Amputator plugin to relieve myself of the erroneous ampersand. The only problem is that it doesn't work with dynamic publishing. So off to Google I went.
I found my way to Shaun Inman's page on the subject of using the Amputator regular expression in PHP. This seemed to be perfect, I just...
continue reading ...
Six Apart ProNet Weblog, News, 13 KB, 53 words

Arvind has made a great sidebar for IE, Mozilla, and FireFox that gives you easy access to MT's template tags documentation from right within your browser. Go check out MT Tabs.
Trackbacks:
Next Entry: Smarty Crash Course
continue reading ...
Six Apart ProNet Weblog, News, 14 KB, 115 words

Two excellent new ways to post to Movable Type or TypePad from Windows applications have popped up courtesy of Kunal: First is Inkable Type, a Tablet PC app that takes full advantage of that platform's support for handwriting to post to your blog. The other is OutlookMT, which monitors a folder in Microsoft Office Outlook 2003 and posts any messages sent to that folder on your weblog.
If you or your clients are using Microsoft's latest platforms, these might provide an easy way to publish to a blog from within familiar environments.
Trackbacks:
Previous Entry: Smarty Crash Course
Next Entry: Photon
continue reading ...
Movalog, Tutorials, 31 KB, 856 words

In this thread, Gary highlighted how to have drop downs of archives that basically redirected to the appropriate page once an archive was chosen. With this tutorial, I'll take that one step further and use AJAX such that when you select an archive, rather than redirecting to the corresponding archive page, the appropriate posts will just replace those currently shown. You can see a pretty basic example heremp;
First of all, here's the AJAX code that you'll need to put within your <head></head> tags <script type="text/javascript"> <!-- var xmlhttp=false; /*@cc_on @*/ /*@if (@_jscript_version >= 5) try { xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); }...
continue reading ...
Six Apart News, News, 14 KB, 450 words

09.03.2004
Movable Type 3.11 Released: Bugs fixed
We've just released Movable Type 3.11, an update to version 3.1 which corrects some problems that were preventing many users from upgrading their installations.
If you downloaded the general release of Movable Type 3.1 and had trouble using it straight off the bat, this update is for you. Some other bugs were corrected as well; here's a complete list of changes from version 3.1: • Corrected some problems with upgrades: from 3.0x to 3.1x with Berkeley DB, or from 2.6x to 3.0 with any database system. • Updates to templates were not reflected on dynamic pages after saving an entry; that's now fixed. • In some older versions of Perl, a syntax error blocked any use of the...
continue reading ...
Six Apart User Manual, Manuals, 23 KB, 544 words

Introduction
While entries make up the content of a weblog and templates control how these entries are displayed, it is the process of publishing that makes a weblog go. Movable Type refers to the process of publishing as rebuilding -- a reference to its static page generation roots. When a rebuild is performed, templates and your content are merged to publish a page that visitors can view in their browsers.
Choosing Between a Static or Dynamic Publishing Model
Movable Type provides the flexibility to choose between either static page generation or dynamic pages to optimize...
continue reading ...
Six Apart User Manual, Manuals, 110 KB, 11268 words

Movable Type is the premier weblog publishing platform for businesses, organizations, developers, and web designers. Powerful customization gives you control over everything you publish and the elegant interface keeps things simple and clear.
Features
• Unlimited Blogging
Movable Type offers the ability to publish an unlimited number of blogs quickly and easily through a single installation of the application. And the platform supports posting by as many authors as you need, with no limit on the numbers of entries, comments, or TrackBacks the system supports. • Powerful management...
continue reading ...
Brad Choate, Tutorials, 100 KB, 3747 words

Things you probably didn't realize you could do with MT-Textile 2: • Hyperlinks for Amazon, IMDB and Google searches. For example (search term can be placed after the last ‘:', or will default to the hyperlinked text): • "James Bond":imdb:Sean+Connery becomes James Bond • "Tangerine Dream":amazon becomes Tangerine Dream • "Movable Type":google becomes Movable Type • ["MT plugins by Brad Choate":google:movable type plugin choate] becomes MT plugins by Brad Choate • Float images to the left and right; center stuff too: • !>/images/me.jpg! (floats...
continue reading ...
Six Apart ProNet Weblog, News, 55 KB, 4443 words

11.30.2004
Interview with Nick Bradbury
A good interview with Nick Bradbury of TopStyle and FeedDemon fame, with tips on becoming an independent software vendor:
If you plan to do this for a living, focus on building tools that make peoples lives easier or more interesting, and chances are youll last longer and find your work more fulfilling.
Posted by Anil in Blog Strategy at 08:34 PM | Permalink | Trackback (0)
11.30.2004
More on the MT3 Bible
Rogers Cadenhead talks a bit more about the newly-released Movable Type 3 Bible Desktop Edition, and is very generously giving away five author's copies to people who comment on, or link to, his post...
continue reading ...