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

81. ProNet: February 2005 Archives

Six Apart ProNet Weblog, News, 34 KB, 2276 words

02.28.2005

TypePad UK Launches

We're proud to announce today that TypePad has launched in the UK. Though it was our least strenuous language translation ever, we're proud to have another country-specific offering to complement our current services in Belgium, France, Germany, Japan, The Netherlands, Spain, and The United States.

Posted by anildash in TypePad at 10:46 AM | Permalink | Trackback (0)

02.27.2005

Dreamforce, blogs for the Salesforce.com community

Salesforce.com is one of the most popular hosted business applications, with an active community of users and developers. One of the ways that they're keeping in touch with these diverse...

continue reading ...

82. 2.0b1 (2002.02.18)

Six Apart User Manual, Manuals, 29 KB, 1392 words

2.0b1 (2002.02.18)

• Lots of changes to the UI: leftnav, topnav, edit-entry screen, new-entry screen, etc. • Blog Editing Menu has now changed greatly to provide space for a welcome message (editable in blog config), blog stats, and links to 5 most recent posts and comments. • Added the ability to do NFS-safe database locking using .lock files and link(). This is not something most people should worry about; if it affects you, it's likely that you will know it. :) Thanks to Kelsey Cummings for ideas and code. • Hold and Release are now Draft and Publish...

continue reading ...

83. Introduction

Six Apart User Manual, Manuals, 32 KB, 1740 words

Introduction

With the most difficult part of running Movable Type -- the installation -- behind you, it is time to get started using MT.

It all begins with The Movable Type Content Management System (CMS). This script is the heart and soul of what makes powerful weblog publishing possible.

The CMS contains the majority of the intelligence and work flow that makes Movable Type what it is. Whether it involves posting an entry, adding a colleague as an author, or publishing your content with a whole new style, it is the CMS that is doing the heavy lifting.

By default the CMS script is...

continue reading ...

84. Displaying Comments

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

Displaying Comments

Problem

You want to display comments in your weblog.

Solution

Use the template tags prefixed with MTComment.

Discussion

The default templates that ship with Movable Type are comment-ready. These templates are set up so that comments appear on both the popup comment window and the individual archive pages.

All of the various options for moderating and managing comments combine to make the default template code and HTML for comments quite extensive and sophisticated. To get you familiar with how comments can be implemented in MT templates we'll look at some...

continue reading ...

85. Accept comments from...

Six Apart User Manual, Manuals, 22 KB, 367 words

Accept comments from...

This setting controls who may comment on your site. There are three choices: • Anyone • Authenticated commenters only • No one.

Anyone and No one are self-explanatory except that the latter effectively disables commenting on the blog. If you are using the new template structure introduced in Movable Type 3.2, a rebuild of the Index templates will also remove the comment form from all of your individual entries. If not, you must rebuild all Individual archives to remove the comment form.

Autheticated commenters allows only commenters authenticated through...

continue reading ...

86. 3.2 (2005.08.25)

Six Apart User Manual, Manuals, 45 KB, 3336 words

3.2 (2005.08.25)

Major Features

• New dead-simple AJAX-powered installation/upgrade process (see screencast demo) which replaces mt-load.cgi and all mt-upgrade* scripts. Also eliminated the upgrade distribution since only the config file would be different. • Combined mt.cfg and mt-db-pass.cgi into mt-config.cgi. Shipping as mt-config.cgi-original so as to prevent overwriting when upgrading. • Introduced the new System Overview section which allows administrators to configure and manage aspects of the system across all weblogs • Introduced a plugin-based feedback rating framework which scores comments and TrackBacks upon submission on a scale from -10 (least desirable) to 10 (most desirable)...

continue reading ...

87. SignOnURL

Six Apart User Manual, Manuals, 21 KB, 300 words

SignOnURL

Specifies the fully-qualified domain name and path (up to the query paramters) for the login URL of the TypeKey-compatible authentication service you wish to use for your weblogs. To enable an alternate authentication service, you also need to define SignOffURL and IdentityURL.

Example: https://www.typekey.com/t/typekey/login?

Permalink ...

continue reading ...

88. SignOffURL

Six Apart User Manual, Manuals, 21 KB, 300 words

SignOffURL

Specifies the fully-qualified domain name and path (up to the query paramters) for the lougout URL of the TypeKey-compatible authentication service you wish to use for your weblogs. To enable an alternate authentication service, you also need to define SignOnURL and IdentityURL.

Example: https://www.typekey.com/t/typekey/logout?

Permalink ...

continue reading ...

89. TypeKeyVersion

Six Apart User Manual, Manuals, 21 KB, 291 words

TypeKeyVersion

Gives the version of TypeKey which your templates are configured to use. Normally, the default setting is correct, but some older templates were hard-coded to use TypeKey Protocol version 1. To do TypeKey Protocol sign-ins with such templates, use: TypeKeyVersion 1

Permalink

...

continue reading ...

90. Publishing Archives

Six Apart User Manual, Manuals, 31 KB, 1746 words

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 weblog performance on a per-template...

continue reading ...

91. SpamLookup Archives

Six Apart User Manual, Manuals, 35 KB, 1791 words

SpamLookup is an anti-spam plugin created by Movable Type engineer Brad Choate, which identifies spam based on a number of unique characteristics and administrator based tests. It includes: • IP address blacklist lookupsDomain name blacklist lookupsIP address source correlationLookup whitelistsLink limitsEmail and Link memory testsKeyword filtering

This plugin has been updated for Movable Type 3.2 and utilizes the feedback rating framework. Each test that is enabled contributes to the final composite score of a feedback item. The final score after all tests (SpamLookup and other plugins)...

continue reading ...

92. Introduction

Six Apart User Manual, Manuals, 32 KB, 1761 words

Introduction

One of Movable Type's most powerful traits is its flexibility to adapt to practically any weblog design or use you can imagine. For the average user, most of this flexibility comes from Movable Type's template engine.

The template engine is crucial to automating the process of publishing and is what makes a publishing system go. When a rebuild is performed, templates are merged with content to create a page that visitors can view in their browsers.

These templates are what control the design and layout of your site and what keeps that design separate from the...

continue reading ...

93. Movalog: General Archives

Movalog, Tutorials, 24 KB, 861 words

Page: 1 1 Page.

Hacking Movable Type

I finally got my copy of Hacking Movable Type and finished reading it last night. Written by the biggest names in the Movable Type community, the 300 pages of Movable Type goodness guide you through getting the most out...

Continue reading "Hacking Movable Type"

Posted on 08/21/2005 | Permalink | Comments (0)

Firefox Search Plugins

I had forgotten to share these little goodies that I frequently use. The little search bar in Firefox is indespensible for me and I have all sorts of search engines there including many Movable Type resources. Here are three...

Continue reading "Firefox Search Plugins"

Posted on 03/20/2005 |...

continue reading ...

94. MT Protect 1.0

Movalog, Tutorials, 26 KB, 648 words

Although the campaign hasn't been completed, I was excited about this release due to its featureset and didn't want to busy myself with its release during the peak of my exams.

So here it is, Download MT-Protect_1.0.zip and follow the installation instructions . If you are upgrading from the beta, you will need to run the upgrade script that will create a new table.

This new release includes several new features: •

Typekey groups, this is where you create groups of Typekey users from example Friends etc. To assist you in creation of these groups, a new list_commenters.tmpl has been included in the distribution so you can select Typekey commenters to add to a new group. •

Protection of entire blogs --...

continue reading ...

95. ProNet: November 2004 Archives

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

96. 2.1 (2002.05.02)

Six Apart User Manual, Manuals, 30 KB, 1587 words

2.1 (2002.05.02)

• Added webMaster, language, lastBuildDate, and pubDate to both RSS templates. • Added encode_html="1" to all RSS fields that didn't have it already. • Added Norwegian dates. • Added test for mt-check.cgi to determine whether we are running under cgiwrap or suexec. • Added a new global tag attribute encode_url (thanks to Scott Andrew LePera and others for the idea). • Changed the behavior of the publish flag in blogger.newPost; previously, if set to false the new entry would be saved as a draft. This was a bad idea, for...

continue reading ...

97. ProNet: August 2005 Archives

Six Apart ProNet Weblog, News, 58 KB, 5621 words

08.31.2005

Simple Example Templates for Movable Type 3.2

Chris Vannoy has posted some simple Movable Type templates based on the new default templates in Movable Type, but with much of the XHTML structure stripped out so they're easier to read. As Chris explains in his following post, they're not designed to be used on an actual site, since the styling would be pretty ugly by default, but they're a useful basis for creating your own completely custom design if you just need a place to get started.

We'll be producing additional documentation about all the new abilities that templates and styles have in Movable Type 3.2, but this is a great place to start if you...

continue reading ...

98. Email Archives

Six Apart User Manual, Manuals, 35 KB, 1906 words

Email. Can't live with it. Can't live without it -- although many of us wish we could.

Despite the introduction of new tools such as weblogs, wikis, aggregators and instant messaging, and the growing notion that email is "broken," it still remains the de-facto, baseline, catch-all choice for online communications and collaboration.

In this chapter we'll delve into various ways that email is utilized with Movable Type.

Back to top | Permalink | Comments (0) ...

continue reading ...

99. Refunds

Six Apart Knowledgebase, Manuals, 26 KB, 370 words

Question

Are refunds available? How do I request one?

Answer

Refunds are available within the first 30 days of purchase under our money-back guarantee.

To request a refund of your license purchase, please log into Your Account and open a new help ticket with a subject of Refund, using the links to your right. Explain your request on the ticket and include the information regarding your order. Support staff will respond on the ticket with the information needed to initiate the refund transaction.

Note that you must log into the account using the...

continue reading ...

100. Power Tools

Six Apart Pronet Plugin Directory, Plugins, 11 KB, 715 words

Power Tools is one central place to get lots of open source code and components that Six Apart's team has released. Power Tools help you build better sites, apps, and platforms and to connect your applications to the rest of the web.

Most Power Tools code is released under open source licenses, making it possible to build on the work here in your own applications and services. Note: Power Tools are provided as technology demonstrations for our community, but we can't offer technical support for their use, installation, or configuration.

Plugins

StyleCatcher 1.01: StyleCatcher is a simple but powerful plugin built for Movable Type 3.2 that lets you easily swap out any one of...

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