Search

Phrase

Display

 

Category

   

Order

 

Pagesize

Results

If the result list is too large, please consider these hints

  • Reduce the number of websites.
  • Add more keywords.
  • Use quotes for building terms from keywords. For example, the phrase banner image searches for all articles containing both words. However, "banner image" searches for the exact two-word phrase.
1159 hits12345678910

121. Six Apart - Movable Type News

Six Apart News, News, 16 KB, 665 words

12.20.2004

Movable Type 3.14 released

We have just released Movable Type v3.14 which fixes the issue of extreme loads witnessed on servers under the strain of a massive spam attack. Because these attacks are increasing in both frequency and severity, we strongly recommend that all Movable Type users install this update. This is particularly important for any installation that is visible to the public on the web.

This release is a free update for Movable Type v3.x users and has been thoroughly tested both in-house, by our ProNet members and also by many of the web hosting companies initially affected by the problem. If you already purchased Movable Type...

continue reading ...

122. Six Apart - Movable Type News

Six Apart News, News, 16 KB, 660 words

06.26.2002

Version 2.2 Released

Movable Type 2.2 is now available for download.

Amongst the small fixes and improvements documented in the changelog, there are two very large new features with this release. • TrackBack is a framework for peer-to-peer communication between weblogs; it can track cross-weblog discussions, it can provide remote content repositories, it can emulate guest authoring, etc. A more detailed introduction to TrackBack is available here. Please read through the documentation to learn how to set up TrackBack on your blog. • The system can now use a MySQL database for backend data storage, as an alternative to the Berkeley DB...

continue reading ...

123. Six Apart - Movable Type News

Six Apart News, News, 15 KB, 537 words

05.17.2003

All the Sites That're Fit to Print

The New York Times has a couple of fun articles on weblogs this weekend, chock full of good information on the social implications of weblogs and featuring a number of great sites that are powered by Movable Type.

" Dating a Blogger, Reading All About It" features MT users like Heather Armstrong and Jonathan Van Gieson talking about the trials and tribulations of living life in public via a website, along with some cogent quotes by David Weinberger and Nick Denton. And " A New York State of Blog" focuses on a subject that's near and dear to my heart, blogging culture in New York City....

continue reading ...

124. Recent Comments

Learning Movable Type, Tutorials, 26 KB, 1090 words

Updated. Originally posted April, 2004

Adding a Recent Comments section to your weblog is easy and straightforward. There are two basic approaches. The first is to list the last N number of recent comments; the second the last N most recently commented on entries.

The most recent comments

In this example of Recent Comments the last 10 comments are listed, regardless of how many times there may have been comments to the same entry. The comment authors names are linked to their respective websites, if they have them, and the entry title is linked to the author's comment in the entry.

For most recent comments like shown in the example to the left, add the following code to the...

continue reading ...

125. Six Apart - Movable Type News

Six Apart News, News, 17 KB, 666 words

01.18.2005

Movable Type 'nofollow' plugin

Today we are pleased to announce our full support for the rel="nofollow" attribute to hyperlinks introduced to address the main cause of weblog spam: the payoff of higher placement in search engine results.

This initiative, with announced support from Google, Yahoo, MSN (and surely more to come), will direct search engines to ignore links with this attribute set for the purposes of spidering or increasing search engine relevance or ranking.

For current users of Movable Type (note: this plugin is included by default starting with version 3.16), this support is implemented as a simple plugin ( zip [4K], tar/gzip [3K]-- tested on MT 3.x and MT 2.661). For most users enabling "nofollow" support involves placing a single file in your plugins directory. All links submitted by external users in comments and TrackBacks will then be modifed to add the...

continue reading ...

126. Powering Your Whole Site with MT

MovableTweak, Tutorials, 23 KB, 1063 words

A question that is raised by serious professionals considering Movable Type for their CMS needs is "What about static page?" Obviously MT was made for dynamic pages. Turning a list of entries into well organized websites is what MT does best. But it's those individual, doesn't-quite-fit-in-the-flow, static pages that can cause grief, consternation and if nothing else, confusion.

Our primary goal is to create pages that are both easy to manage and easy to update (so we're not quite talking about static pages). There are many ways to handle individual pages, I'll deal with two:

via Archive Mapping

This only works well in certain situations, and you'll see...

continue reading ...

127. Six Apart - Movable Type News

Six Apart News, News, 15 KB, 515 words

01.12.2003

Tokyo Movable Type Users Gathering

Starting next Wednesday, Ben and I will be visiting Tokyo, Japan.

On Friday, January 17th, our host, Joi Ito and Neoteny will be hosting a Movable Type users meet-up in Tokyo. The venue will be determined once they have a good idea of how many people will be attending. Tentatively, the gathering is set to start between 6:00-6:30 and will be located near their Akasaka office. More details to come.

So, if you're in Tokyo, we'd love to meet you.

Update: Those who responded should expect an email with more information about venue and times. Thanks!

Posted by Mena at 08:57 PM | Permalink...

continue reading ...

128. 1.4 (2002.01.07)

Six Apart User Manual, Manuals, 26 KB, 950 words

1.4 (2002.01.07)

• New default templates no longer use <label> tag in the Remember info? checkbox for the ``remember me'' JS, because it was breaking XHTML validation. • Fixed Linked File Templates so that, when linking a template to a new file that doesn't yet exist, the permissions will be set correctly (based on umask settings in mt.cfg). • Added new default templates and made them customizable by stylesheets. • Added the Comment Error Template to specify the layout of the page a user receives when there is an error with his/her...

continue reading ...

129. Configure Active Plugins

Movalog, Tutorials, 31 KB, 1012 words

I find the Configure Active Plugins list on the MT front page very useful, however this list has been getting longer and longer and I install more and more plugins that register on there. Eventually this bugged me (big surprise eh?) and I decided to move that to its own page. Click the thumbnail to the side for a larger image.

First open up lib/MT/App/CMS.pm and find around line 40

'list_blogs' => &list_blogs,

and add right underneath it

'list_plugins' => &list_plugins,

Next around line 342 (at the end of sub list_blog) fine

$param{no_breadcrumbs} = 1; $app->build_page('list_blog.tmpl', \%param); }

and add after it

sub list_plugins { my $app = shift;...

continue reading ...

130. Choosing the Right Weblog Platform

Six Apart User Manual, Manuals, 25 KB, 973 words

Choosing the Right Weblog Platform

Problem

You are trying to determine whether Movable Type or TypePad is right for you.

Solution

Decide what is most important to you: simplicity or control.

Discussion

TypePad is a complement to Movable Type, not a replacement. The two tools share a common core designed to address the needs of users with different requirements and capabilities. So, the question that will often be asked is, which is right the tool to use, Movable Type or TypePad? The answer comes down to simplicity vs. control. TypePad's centralized design and focus on...

continue reading ...

131. Installing Plug-ins

Six Apart User Manual, Manuals, 25 KB, 1057 words

Installing Plug-ins

Problem

You want to extend Movable Type's functionality and install a plug-in.

Solution

Installing a basic plug-in requires you to place a file with an .pl extension into the plugins directory; however more advanced plug-ins may have additional steps.

Discussion

Plug-ins are Perl scripts with a .pl extension that reside in the subdirectory named plugins under the Movable Type application directory. (If you are running an older version of MT that was upgraded and have not installed a plug-in before, you may have to create this directory.) Each time MT is...

continue reading ...

132. ProNet: December 2005 Archives

Six Apart ProNet Weblog, News, 16 KB, 615 words

12.13.2005

The Crushing Blow

The Crushing Blow is a promotional site for the Ford Fusion done in Movable Type. But the fun starts with the videoblogging aspect of the site.

The videos follow a fake (or are they?) band, Hurra Torpedo, "a rock band from Norway that bangs out pop songs on beat up old kitchen appliances." The videos follow their journey to infamy, from their stay in a concrete wigwam to the band's arrival in their trusty automobile.

You can enter to win Hurra Torpedo's car, too. Comes with free air freshener!

Posted by ginevra in New Sites at 03:22 PM | Permalink | Trackback (0)

12.12.2005

Okay, Atom's Ready

For the (many) people who've...

continue reading ...

133. Introduction

Six Apart User Manual, Manuals, 27 KB, 1169 words

Introduction

Weblogs are not just a one-way medium for publishing. With the use of a singular, often conversational voice, enhanced by the loosely coupled nature of the Internet and lightweight syndication formats, weblogs are akin to conversations, regardless of the size and makeup of the audience. "A" writes about something on their mind -- an experience, the news, or a project's status. "B" reads it and expresses their take. "C" finds both posts interesting and notes something A and B has not mentioned and so on.

Not everyone has a weblog (sadly) and not everyone wants to make...

continue reading ...

134. Changelog Archives

Six Apart User Manual, Manuals, 216 KB, 20293 words

• Initial beta release

Back to top | Permalink | Comments (0)

0.02 (2001.09.25)

• Added FTP URLs to installation instructions. (Daniel Talsky) • Fix some warnings. (Caroline van Oosten de Boer)...

continue reading ...

135. Rebuild This Template

Movalog, Tutorials, 30 KB, 1060 words

UPDATE 09/06: Rebuild Site

One of my favourite features in MT 3.1 is the "Rebuild This Template" button that appears when you save a template. When you click that button it doesn't popup another window for you to confirm the rebuild, no, it just rebuilds then and there. Unfortunately the button at the bottom of the page doesn't do the same. Also because my template body field is huge, that bottom button is quite far down so I have to scroll for a bit. These two annoyances led me to hack the edit_template.tmpl file found MTDIR/tmpl/cms/, this hack is only available in MT 3.1 and greater. If you feel uncomfortable with hacking files but would like to have this hack, please contact me and I will quote you a price for the installation....

continue reading ...

136. What the... Flock 0.5pre?

MovableTweak, News, 26 KB, 1013 words

It's calling itself "the social browser" and claims to be the champion of Web 2.0.

Visit the site and you'll find humongous type and a free-spirited blurb about the way the web should work, but what is Flock and should you be excited about it? It claims to be one of the first browsers that emphasizes the internet sharing experience, allowing you from within the browsers interface to add and share del.ic.ious links (cf. my post about that), post to and manage your blog(s), add and share Flickr photos and act as a fully functioning RSS news reader. Those are some ambitious goals and certainly some vital needs in this new age of Internet.

Internet Explorer essentially...

continue reading ...

137. Installation and Upgrade Archives

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 ...

138. Save & Rebuild

Movalog, Tutorials, 29 KB, 1047 words

This hack is for versions of Movable Type prior to 3.2. This hack has been implemented into Movable Type 3.2

I'm a lazy person and hate having to click repetitively to do tasks and I get easily annoyed at having to keep hitting save and then rebuild whilst making changes to my site. So a hack later I have a Save & Rebuild button which will first save the template and then rebuild it with just one click!

Open lib/MT/App/CMS.pm and around line 1149 find

sub save_object{

and add underneath it

my $sr = 0;

Next on line 1340 find

$obj->text($text);

and add underneath it

if($q->param('sr')){ $sr = 1; $app->rebuild_indexes( BlogID => $obj->blog_id,...

continue reading ...

139. Quicktags for Comments

Movalog, Tutorials, 31 KB, 985 words

Many people wanted to know how I implemented these guicktags into my comments form. So here's a quick tutorial for that. In your comments form find

<p><label for="text">Comments:</label> <MTIfAllowCommentHTML> (you may use HTML tags for style)</MTIfAllowCommentHTML><br/> <textarea tabindex="4" id="text" name="text" rows="10" cols="50"></textarea></p>

and replace it with

<div class="quicktags"><p><label for="text">Comments:</label> <MTIfAllowCommentHTML><script src="http://www.movalog.com/mt/js_quicktags.js" type="text/javascript"></script><script type="text/javascript">edToolbar();<...

continue reading ...

140. Ajaxify: Search Suggestions

Movalog, Tutorials, 30 KB, 1034 words

The second plugin in the pluginset known as Ajaxify, this plugin adds a search suggestion feature to the Quicksearch box at the top when you search for entries, comments or trackback. There's very little to talk about this plugin but I should note that it is a little buggy when handling search terms with spaces for example "MT Blogroll". I've been trying to find a fix but the javascript is unreadble! None-the-less, it works quite well as can be seen from this screenshot. It has, of course, been built for Movable Type 3.2. Go grab your copy.

continue reading ...

Comments

You want to post some comment? Please use the announcement post on the Movable Type Weblog.

If you want to give some feedback concerning a specific query, please use the feedback button that is shown after a search has completed.

mgs | September 27th 2005