// archives

Archive for June, 2006

How To: Movable Type Plug-ins

There are a number of things that you can’t do out-of-the-box with Movable Type. However, with plugins it becomes one of the most customizable blogging applications in the world.One big advantage of Movable Type and plug-ins is that you can quite quickly modify your blog set-up to do exactly what you want without having to […]

Popularity: 10%

How To: Movable Type MTifEqual

Something you want to be able to do is limit ‘when’ and where things appear within your movable type templates.
<MTIfNotEqual a=”[MTCategoryLabel]” b=”Featured Work”>Whatever you don’t want to display</MTIfNotEqual>
The compare plugin is available from staggernation.com
Popularity: 10%

Popularity: 10%

How To: Plan Manpower on a Web Team

It can be tricky to identify the right levels of manpower for a web team. Indeed, many organisations badly underestimate the amount of work required to keep their sites operating smoothly—they perhaps imagine that once a website is put live, it magically looks after itself. As a result, only the barest bones of proper staffing […]

Popularity: 9%

How To: MTColumnize For Displaying Text In Multiple Columns Example

For displaying text in multiple columns. You will need to

1.install this plugin.
2. Use the following code:

<h2>By Category</h2><div class=”category”><table summary=”Categories table with links to each category” cellspacing=”0″ cellpadding=”0″><MTColumnize cols=”4″><MTColumnizeText> <MTCategories show_empty=”1″><MTIfCategoryOfArchive><td class=”active”><a href=”<$MTCategoryArchiveLink$>” ><$MTCategoryLabel$></a></td></MTIfCategoryOfArchive><MTIfNotCategoryOfArchive><td><a href=”<$MTCategoryArchiveLink$>”><$MTCategoryLabel$></a></td></MTIfNotCategoryOfArchive><$MTColumnizeBreakHere$> </MTCategories></MTColumnizeText><MTColumnizeColumn><tr> <$MTColumnizePortion$> </tr></MTColumnizeColumn></MTColumnize></table></div>
Popularity: 10%

Popularity: 10%

How To: Movable Type DocHead Template Using Multiblog

One of the benefits of using any template engine is that you can change lots of files all at the same time.It has been a long time since someone has asked for a change which has resulted in me changing hundreds of HTML files.It used to be *fingers crossed* global replaces. Then it was, take […]

Popularity: 23%