Smashing Magazine - we smash you with the information that will make your life easier. really.

Movable Type Developer’s Toolbox

Advertisement

Because we have published several other comprehensive resources for developers of other content management systems (CMSs), we didn’t want to forget Movable Type. Like the other CMSs we have featured, Movable Type is a popular choice for bloggers, website owners and those developing websites. Over the years, Movable Type has made many advancements and had many changes in its system.

The current version is even capable of creating social networking websites with many users. The most recent version, 4.21, is available open source for developers. Individual bloggers (those who are not incorporated) can download Movable Type for free, while there are a few different licensing options for businesses.

This post provides you with a large collection of resources for working with Movable Type, whether you’re just getting started or have plenty of experience. We’ll feature some official resources, such as documentation, as well as plenty of tutorials, sources of inspiration, the best places to find plug-ins, resources for working with templates and styles and more.

For similar resources related to other CMSs, please see:

[Offtopic: by the way, did you know that Smashing Magazine has one of the most influential and popular Twitter accounts? Join our discussions and get updates about useful tools and resources — follow us on Twitter.]

1. Official Resources

Six Apart and Movable Type provide excellent documentation and resources for users and developers. This is typically the best place to go if you’re just getting familiar with Movable Type, and the resources listed here are also good to keep bookmarked for when you’ll need them in the future.

Movable Type Home
The official home page of Movable Type. Get all the information you need and download it here.

Mtdotcom in Movable Type Developers Toolbox

MovableType.org
MovableType.org is the home for the community of Movable Type users. The website includes several notable sections, including:

Org in Movable Type Developers Toolbox

Six Apart
Movable Type was created by Six Apart. Six Apart’s website includes some basic information about Movable Type and its other products, including TypePad.

Sixapart in Movable Type Developers Toolbox

Movable Type Pricing FAQ
Because of the different licensing scenarios involved with Movable Type, designers and developers who are working with Movable Type for client websites are likely to have some questions.

Movable Type Reseller Program
If you’re working with Movable Type for a number of client websites, you may want to apply to become a reseller.

Movable Type Forums
Looking for some help with Movable Type in your work? The forums are home to an active community of users who are helping each other. Your question may have already been asked and answered by others, and if not, you can post the question yourself.

Forum in Movable Type Developers Toolbox

Knowledge Base
Six Apart provides a knowledge base for Movable Type users and developers. You can search for a topic or browse through articles in a wide variety of categories.

Knowledge in Movable Type Developers Toolbox

Template Tag Reference
Developing websites with Movable Type will require knowledge of its template tags. This is the best resource for getting familiar with these tags.

Temptags in Movable Type Developers Toolbox

Designer and Developer’s Guide to Movable Type
If you plan to work with Movable Type as a designer or developer, this is a resource that you may want to bookmark:

2. Getting Started

In addition to the official resources listed above, these items are especially useful for those who are new to Movable Type.

Movable Type 4 Installation, Step by Step with Screenshots
This is a very helpful resource for getting started with Movable Type. Step-by-step instructions are provided to lead you through the process, and the screenshots help with visualization.

Install in Movable Type Developers Toolbox

Installing Movable Type
These are the official instructions from Movable Type.

Install2 in Movable Type Developers Toolbox

Movable Type 4 Template Map
This PDF document will be helpful to anyone who is not completely comfortable with the MT4 templating system.

Creating Themes for Movable Type
This is a detailed article that covers the various options and possibilities for creating themes.

3. Tutorials

The Movable Type community has provided a wide variety of tutorials. Some focus on using the system, and others are especially relevant for developing your own themes or making some customizations to exiting themes.

Blog-Related

Selectively Formatting an Entry
This tutorial shows some simple ways that you can style your posts or pages differently, with some visual examples.

Make Your Blog More Evergreen with Movable Type
Learn how to display dates on recent posts but have them removed on older posts.

Recent Comments
This tutorial shows how you can easily add a section on your blog to display the most recent comments that have been entered.

Development

How to Customize Default Styles in MT4
This is a tutorial for beginners who have chosen one of the default styles and now want to customize it. This is a quick tutorial that covers the basics of styling your Movable Type blog or website.

Adding a “Posted to Category” Line
If you want to include a line on your posts that states which category the post belongs to, this is a simple tutorial that provides the necessary code.

Working with Movable Type 4.0 Templates: Sidebar
In this tutorial you’ll take a look at the sidebar template in MT4 and get a better understanding of how it works.

Template Macros: The Coolest Template Trick You Don’t Know About
This article/tutorial goes into a real-world example of the power of template macros in MT4.

Creating a Photo Gallery Using jQuery and the MT Asset Manager
In this tutorial you’ll be led through the fairly simple process of setting up a nice photo gallery with MT.

Mtphoto in Movable Type Developers Toolbox

Easy Surveys and Polls
If you’re interested in creating your own poll, this article will show you how to code it. You may also want to see this follow-up article that provides some adjustments to the original.

List Random Authors
Many blogs powered by Movable Type include multiple authors. This tutorial provides you with the code to include a randomly generated list of authors with links to their archives.

Alternating Comment Styles with Movable Type 4
Comment styling is a great way to improve the overall look of a blog and improve usability for readers and commenters. This tutorial provides the code to produce different styles for alternating comments.

Create a Contact Form Using MT4
Most websites and blogs need a contact form. This tutorial shows the process with Movable Type 4.

Rotating Banner Ads in MT Using PHP
If you will be displaying advertisements on your blog or website, you may want to rotate those ads. This tutorial shows you how to do so with PHP.

Tag Cloud on PHP in Movable Type 4
Tag clouds are of course common on blogs. You can add one to your Moveable Type blog with some simple PHP.

Navigation

Creative Ways to Use Subcategories
This tutorial covers two creative uses of subcategories that will improve navigation and usability.

Creating Drop-Down Navigation with Movable Type
Drop-down navigation menus are possible in MT with some CSS, JavaScript, and an MT template.

Dropdown in Movable Type Developers Toolbox

How to List Subcategories for a Single Category
If your categories have subcategories, this article will show you how to list those subcategories.

Pull-Down Menus
To save space and reduce clutter, you may want to use pull-down menus instead of simply listing all of your categories or monthly archives.

Related Entries in Movable Type
If you want to display a list of related entries at the end of your posts, this tutorial will show you how.

Relatedent in Movable Type Developers Toolbox

Random Entries Using PHP
If you’re looking to display a link to random entries, this can be accomplished with PHP and your MySQL database.

CMS

Things to Consider When Using Movable Type as a CMS
Devlounge published a post just a few months ago that focuses on using MT for CMS purposes rather than just for blogging.

Cms in Movable Type Developers Toolbox

Administration

Get an Email List of All Authors on Your System
If you’re managing a multi-author Movable Type blog, this tutorial will show you how you can quickly create an email list of all authors. The code is also provided to generate an email list of commenters.

Authoremail in Movable Type Developers Toolbox

How to Export Tags from Movable Type 3.3x
If you need to import tags into MT4 you may have encountered a problem. This tutorial covers some simple steps to solve the problem.

4. Inspiration

There are a few resources that are excellent for seeing what others are doing with Movable Type-powered websites and blogs.

Movable Type Showcase
The official Movable Type website includes a gallery of websites powered by MT.

Showcase in Movable Type Developers Toolbox

Movable Love
Movable Love is a gallery that showcases only websites and blogs powered by Movable Type. Those that are showcased are great for inspiration, but the archives are not very extensive.

Mlove in Movable Type Developers Toolbox

Unmatched Style
Unmatched Style is a general gallery, but the Movable Type tag includes a few websites powered by MT.

Unmatch in Movable Type Developers Toolbox

CSS Glance
Like Unmatched Style, CSS Glance also includes a small selection of MT-powered websites.

Cssglance in Movable Type Developers Toolbox

CMS Showcase
CMS Showcase categories feature websites arranged by CMS. There is a small collection for Movable Type.

Cmsshowcase in Movable Type Developers Toolbox

5. Plugins

Like WordPress, Movable Type users and developers have a huge number of available plug-ins to choose from. Rather than trying to list individual plug-ins of note, below you will see the best websites for finding plugins. On these websites, you’ll find a wide variety of plug-ins for all sorts of purposes.

Movable Type Plug-in Directory
This is the official resource for finding and downloading plug-ins. You can see ratings and comments from other users.

Movalog
Movalog currently has 18 different plug-ins available for download. Its plug-ins cover a variety of different aspects of working with Movable Type, including creating custom fields, tracking statistics with Mint from the dashboard, threaded comments and more.

Movalog in Movable Type Developers Toolbox

MT-Hacks
MT-Hacks provides plug-ins and tutorials for Movable Type users and developers. It currently has more than 40 plug-ins available for download from its website.

Mt-hacks in Movable Type Developers Toolbox

StaggerNation
StaggerNation offers several different plug-ins for Movable Type.

Eat Drink Sleep Movable Type
There are currently more than 10 plug-ins available from Eat Drink Sleep Movable Type.

6. Templates, Styles and Themes

Movable Type makes extensive use of templates to power websites and blogs. Both templates and styles are used to create the themes used by bloggers and website owners. There are a number of resources for working with templates and styles, and there are also some themes available for download. The resources listed here will help you build or customize a website for yourself or clients.

Movable Type Style Library
Six Apart provides over 30 different styles that can be downloaded.

Styles in Movable Type Developers Toolbox

Movable Type Design Assistant
The design assistant is a helpful tool, especially for getting started with designing for Movable Type. With the design assistant, you can choose from a number of basic styles and layouts, and you can apply your own CSS to quickly get a custom theme.

Assistant in Movable Type Developers Toolbox

Movable Type Style Generator
Movalog has a helpful style generator that allows you to choose from and download a few different layouts. This could be a starting point in your theme development.

Gen in Movable Type Developers Toolbox

Random Style Generator
Movalog also has a fun, random style generator that you may want to play around with. You simply click a button for a new style, which is randomly generated. If you find something you like, you can download or edit it.

Random in Movable Type Developers Toolbox

Another Random Style Generator
Refresh the page and you’ll get a different style. When you find one that you like you can download the style.

Random2 in Movable Type Developers Toolbox

MTTags
MTTags.com is an excellent resource, with tons of template tags that can be used in your Movable Type websites and blogs.

Mttags in Movable Type Developers Toolbox

An Introduction to Movable Type Templates
Devlounge provides a nice overview of Movable Type templates, with an emphasis on explaining the basics for those who are new to MT.

Devlounge in Movable Type Developers Toolbox

Anatomy of a Movable Type Template
This is Devlounge’s follow-up to the previous post mentioned, with a more detailed look at the inner workings of templates.

Mttemp in Movable Type Developers Toolbox

Photo Gallery Templates
This set of templates for creating photo galleries with MT is available from Stopdesign (free to download, with a suggested donation of $25).

Phototemps in Movable Type Developers Toolbox

Cutline Theme for Movable Type
Cutline is one of the most popular WordPress themes, and it has also been made available for Movable Type users.

Cutline in Movable Type Developers Toolbox

Sandbox for Movable Type
Sandbox for Movable Type is actually a plug-in that allows many of the Sandbox themes to be used for Movable Type.

Sandbox in Movable Type Developers Toolbox

CMSTheme.net
Two free themes are available from CMSTheme.net.

Cmstheme in Movable Type Developers Toolbox

BlogSkins
BlogSkins is a community in which people share skins that can be used by other bloggers.

Blogskins in Movable Type Developers Toolbox

7. Movable Type Compared to Other CMS Options

If you’re considering using Movable Type or if you just want to see how it stacks up against some of the other options, you may be interested in reading the opinions of other users.

Movable Type 4 vs, WordPress 2.2
A little over a year ago, Mashable did an in-depth comparison of the two. Both MT and WP change and evolve so quickly that this post is not completely relevant today, but much of the information is still helpful for a comparison.

Mashable in Movable Type Developers Toolbox

WordPress 2.5 vs. Movable Type 4.1
This is a more up-to-date comparison of the two (June 2008).

WordPress vs. Movable Type: The Smackdown Comparison
iThemes published a post from an experienced user of both, with comparisons of several different areas.

Ithemes in Movable Type Developers Toolbox

Movable Type 4.0 vs. ExpressionEngine 1.6
Again, this comparison is about a year old, but it’s rather comprehensive, and many of the facts have not changed.

(al)

Steven Snell has been designing websites for several years. He actively maintains a few blogs of his own, including DesignM.ag, which regularly provides articles and resources for web designers.

Post Rating
1 Star2 Stars3 Stars4 Stars5 Stars (No votes yet)
Loading ... Loading ...

Tags: , ,

Advertising
  1. 1
    Colorburned
    December 8th, 2008 1:36 pm

    Great article Steven!

  2. 2
    Eddy Munn
    December 8th, 2008 1:57 pm

    Never tried Movable Type, may have to give it a go sometime.

  3. 3
    www.galaxyspectrum.com
    December 8th, 2008 3:21 pm

    Very valuable examples – thanx

  4. 4
    Andy Gongea
    December 8th, 2008 3:43 pm

    Wordress is the new Google of blogging.

  5. 5
    Viking KARWUR
    December 8th, 2008 8:03 pm

    Thanks for the article… Nice Post… Anyway, I used to use MovableType before TextPattern…

  6. 6
    Julien
    December 8th, 2008 9:05 pm

    I wish I had seen such an article when I started creating even a plugin for MT! Good work

  7. 7
    Pedram
    December 8th, 2008 10:38 pm

    Perl… I Dead Language…

  8. 8
    Infomedia
    December 9th, 2008 12:22 am

    I think it’s like typical nba rookie – all star compare.
    Wordpress is excelent for blog start, enormous number of addons, plugins, examples and stuff. Than you come to more than 10k visitors daily and than you need all-star player.
    We’ve had wordpress on indian blog till we had arround 10k daily, than problems started… so we switch to movable – bingo! Currently we have more than 100k with almost same server as we had with wordpress – and he was killing it on 10k..

  9. 9
    Martjan
    December 9th, 2008 2:55 am

    I’d love to see an interesting article like this with Joomla! as subject.

  10. 10
    Web Major
    December 9th, 2008 5:57 am

    @Infomedia, are you for real, Wordpress is a rookie and MT is an all-star?

    If you set WP up correctly, it can easily handle that kind of load.

  11. 11
    crypta
    December 9th, 2008 6:17 am

    this is a great article, but I dont understand why there is nothing about Joomla, is joomla bed or what, can someone explain me?

    thx

  12. 12
    Tx9
    December 9th, 2008 8:52 am

    I moved to wordpress after some times on MT3 and MT4, best move I have ever done ;)

  13. 13
    Daxion
    December 9th, 2008 10:11 am

    Interesting, I always wondered which platform had been used to built Obama’s site. I don’t know anything about MT but, is it possible that it is more secure than the PHP based cms?

  14. 14
    Infomedia
    December 9th, 2008 11:05 pm

    @Web Major – You have site with 100.000k daily on wordpress?
    Yeah we tryed to setup WP but it was killing mysql and cpu – constantly

  15. 15
    jin
    December 11th, 2008 10:42 am

    Cool post

  16. 16
    Christopher Anderton
    December 16th, 2008 5:13 pm

    @Infomedia. Sounds strange. CNN is using WordPress, and so does a large amout high traffic blogs/sites without problems.

    I started blogging with MT, but was getting crazy of all the rebuilding every time a post was made (It that so nowadays?). It took forever. Then there was the licensing issue. Then i tried WP, and i never looked back.

    However. Every platform has it’s pro and cons.

  17. 17
    Bodom78
    December 31st, 2008 1:08 am

    I love reading these, gives me a good impression of the CMS.

    I don’t bother trying them out anymore since they all achieve the same end result. The same site could be achieved with most of the major CMS offerings as long as the developer is familiar enough with it.

    Personally I just use Joomla + Custom written components as per project requirement. Once you can write your own components you will never use a pre made one again and adapting other scripts is a breeze.

    I did try modx recently and was fairly impressed, great for those who are php savvy.

    Keep the writeups coming, great stuff.

  18. 18
    Mihai Bocsaru
    January 9th, 2009 4:29 am

    I’m myself a movable type consultant in business for over 6 years working with this publishing platform. Congratulations Steven for an excellent post!

  19. 19
    w00p
    January 17th, 2009 4:53 am

    Movable type is very good, but the template list is very small and looks very bad. I didn’t find any good template for my MT. Frustrating..

  20. 20
    sooran
    September 15th, 2009 9:45 pm

    tancks
    this post very very helped me !

    Good Time

  1. 00

    There are no trackbacks at this time. If you are interested in leaving a trackback, please use this URL.

Leave a Comment

Make sure you enter the * required information where indicated. Please also rate the article as it will help us decide future content and posts. Comments are moderated – and rel="nofollow" is in use. Please no link dropping, no keywords or domains as names; do not spam, and do not advertise!



Advertisement Advertise with us!
Join in Smashing Forum
Post your job