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

81. Introduction

Six Apart User Manual, Manuals, 33 KB, 2011 words

Introduction

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

continue reading ...

82. Fear of Style Sheets

A List Apart, Tutorials, 17 KB, 2105 words

If you don't know what style sheets will do for you and your audience, you can review the spec online; or see Dr Web {Dr Web is now off-line - Ed.} for a quick tutorial. We'll be here when you return.

Cascading Style Sheets (CSS) save bandwidth, vastly reducing the size of your files when compared to old-style <FONT FACE> markup. With styles, your sites load faster. You work faster, too. Styles shave grueling hours of grunt-work off your design workload: one brief CSS document can style an entire domain; and when it's time to redesign, you can execute site-wide changes in minutes instead of days.

Style sheets bring genuine leading and sophisticated...

continue reading ...

83. The Ins and Outs of Intranets

A List Apart, Tutorials, 17 KB, 2158 words

Sooner or later, you may be called upon to create or maintain an internal website. If you work for a major corporation, or are contracted at one (as I am), internal sites may comprise the bulk of your work.

Don't be afraid of internal sites. In many respects, they are very similar to external sites. There are two main differences though. • Internal sites tend to be much larger. • They're geared toward employees, not the great unwashed masses.

Let's say you work for Fergus & McFungus Associates, a major corporation that produces lots of useless things that people just can't get enough of. The CEO, Angus McFungus, approaches you in his usual...

continue reading ...

84. How to Speed Up Publishing in Movable Type

Six Apart Pronet Articles, Tutorials, 22 KB, 2467 words

For those who aren't using the dynamic publishing feature of Movable Type (see below), experiencing slow rebuild times is not an infrequent complaint especially as the size or complexity of the blog and its templates grows. While there are very good reasons to rebuild, there are no good reasons for it to be painfully slow.

In this essay, we will detail a number of reasons why your rebuild times might be slow and steps you can take to drastically reduce or completely eliminate the time you spend waiting for Movable Type to finish its work.

Upgrade to Movable Type 3

Has anything significant happened to you in the 16 months? Probably so. Well, the same can be said for Movable...

continue reading ...

85. ProNet: April 2005 Archives

Six Apart ProNet Weblog, News, 53 KB, 4849 words

04.28.2005

Blogs as a complement to newspapers

Forbes online picked up an Associated Press story about the eleven blogs being published by the editorial staff of the News & Record in North Carolina.

The broad range of Movable Type-powered blogs have earned high praise from others in the journalism business. As Editor & Publisher said:

"When the paper's overhaul is complete, it may be a model for the sort of 21st century paper that many journalism big thinkers have been talking about, chewing over, and confabbing on for the last few years," wrote the industry-watching magazine Editor & Publisher. "Greensboro will be the first place where this conceptually...

continue reading ...

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

87. 2.5 (2002.10.08)

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

2.5 (2002.10.08)

• Localization: the MT interface can be available in multiple languages, on a per-author setting. • Integrated Jay Allen's mt-search (Thanks, Jay!). We've made the following changes from version 1.31b: • Rewrote ``new comments search'' to make it more scalable (using recently_commented_on functionality) • Added a search log through the Activity Log. • Added search request throttling, to help against denial of service attacks. • Merged mt-search.cfg directives into mt.cfg....

continue reading ...

88. Manage Your Content With PHP

A List Apart, Tutorials, 25 KB, 3042 words

In this article, we'll build a simple, template-driven site that separates style, content, and structure in your website. We'll create a cross-browser stylesheet switcher that remembers the user's preferences, touching on php variables, cookies, if statements, and including pages with require_once.

Separating style, content, and structure

The separation of style from content has become the bugbear of the HTML developer. Traditionally, we've used well-written CSS and XHTML to achieve this separation, and we've seen how much easier it is to update our sites or provide multiple styles when we write our markup this way. By adding some...

continue reading ...

89. CPanel Updates Breaking Movable Type Installations

Six Apart ProNet Weblog, News, 35 KB, 2781 words

Many users are experiencing intermittent 500 errors when using Movable Type, apparently as a result of certain Perl modules being upgraded by CPanel. (CPanel is an application which automates the management of shared hosting accounts.)

The modules are currently identified as DBI and DBD::mysql. Preliminary reports suggest that reverting these two modules to versions 1.47 and 2.9006 respectively will eliminate the 500 errors.

Some limited testing in a non-CPanel environment with the latest versions of these modules (1.48 and 3.0000 respectively) has not produced any similar performance issues to date; thus, it is not yet clear whether the newer modules alone are responsible for these...

continue reading ...

90. Regex Plugin

Brad Choate, Plugins, 156 KB, 5988 words

This plugin allows you to define search and replace parameters for elements you produce from Movable Type templates. Keep reading for the details.

More details forthcoming-- for now I'm just providing the download link. The readme.txt in the zip file has all the relevant information.

Availability

You can download this plugin here: mtregex-1_61.zip

...

continue reading ...

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

92. LinkEntryToFile

Staggernation, Plugins, 10 KB, 929 words

LinkEntryToFile is a plugin that modifies the interface of Movable Type. When the plugin is installed, you can specify a file on your server to link to the Entry Body or Extended Entry field. The linked file will be kept in sync with the entry, so that you can edit it in an external editor.

This plugin basically takes MT's handy "Link this template to a file" feature and applies it to entries. When using MT to manage certain types of content, especially content that contains extensive HTML formatting, it's useful to be able to use your favorite text-editing application, with syntax highlighting, Undo, search and replace, etc., without having to repeatedly copy and paste into the MT entry...

continue reading ...

93. Netflix Advanced

Six Apart Pronet Plugin Directory, Plugins, 12 KB, 278 words

NetflixAdvanced is a moveable type plugin that allows you to display the contents of your Netflix queue and send/recieve status on your weblog. It also allows you to set up a "private" listing of movies to be displayed on your site (regardless of the status of your Netflix queue). For each movie, NetflixAdvanced keeps track of the date it was entered, the date it was last modified, and optionally associates the movie with a blog entry (for movie reviews, etc). NetflixAdvanced stores each movie's movie ID number internally (an ID used by the Netflix site), and uses custom "scraper" code to fetch properties such as title, description, and images from Netflix for display in the weblog and in...

continue reading ...

94. Getting Help Archives

Six Apart User Manual, Manuals, 24 KB, 827 words

Six Apart has a variety of support options and self-service resources for you to choose from. This chapter provides pointers to those options so that you can get help when you need it. An overview of Movable Type support options can be found online at http://www.sixapart.com/movabletype/support.

Users who have purchased a paid license for Movable Type 3.0 or above get access to Basic and Advanced personal support options.

Basic Support includes access to our Members-Only Knowledge Base and use of an online help ticket system to request assistance with Movable Types features. To access the Basic Support...

continue reading ...

95. Editing a Template using an External Editor

Six Apart User Manual, Manuals, 23 KB, 725 words

Editing a Template using an External Editor

Problem

You would rather use a text or web page editor to edit a template.

Solution

Link an external file to your template and edit the file.

Discussion

Some users will find it easier to edit the template layouts in a text editor like BBEdit or a web page editor like Adobe Go Live instead of the Movable Type browser interface. You can optionally link a Movable Type template to an external file. This allows you to edit your templates while keeping the copy that is inside Movable Type synchronized with the external file.

In the field labeled "Link...

continue reading ...

96. GlobalSanitizeSpec

Six Apart User Manual, Manuals, 24 KB, 747 words

GlobalSanitizeSpec

Movable Type has a sanitize function that is automatically run against all comments and TrackBacks submitted to your blog and also any content produced by a template tag with the sanitize attribute defined (see Global Filters for more details).

This is done to remove any code (HTML or otherwise) that could compromise the security of your site. The function works by only allowing certain HTML tags defined by this setting. Any other tags, and all processing instructions (PHP or Javascript, for example) are stripped.

By default, Sanitize is turned on...

continue reading ...

97. TiVo Developer Challenge

Six Apart ProNet Weblog, News, 13 KB, 67 words

Bloggers who watch television love TiVo. And TiVo's just announced their TiVo Developer Challenge. If you're a Java hacker, check out the Sourceforge project to get the SDK, and win yourself a share of the available prizes.

Trackbacks:

Previous Entry: BlogBinders: Publish your blog in print

Next Entry: mod_security for protecting your blog

continue reading ...

98. Macromedia Blog Authoring Survey

Six Apart ProNet Weblog, News, 13 KB, 64 words

Deeje Cooley's posted a link to a Macromedia Blog Authoring Survey. If you maintain a blog regularly, they're looking for your feedback, and survey participants who finish all 30 questions are eligible to win an iPod mini.

Trackbacks:

Previous Entry: Easiest Upgrade Ever

Next Entry: Joe Gregorio on Secure Syndication

continue reading ...

99. Site URL

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

Site URL

The full URL (including http:// and your site's domain name) to your public weblog. This URL should not include the filename of your index file; for example, if your index file is located at http://www.example.com/blog/index.html, then the value for Site URL should be http://www.example.com/blog/.

This is a required field.

Example: http://www.example.com/blog/

You should never set your Site URL to the same value as your Movable Type application URL (i.e. your CGIPath). Publishing your weblog content to the Movable Type directory is a security hazard and can lead to...

continue reading ...

100. Earthlink Protection Blog

Six Apart ProNet Weblog, News, 13 KB, 89 words

EarthLink is one of the biggest ISPs around, and they've just launched their first corporate weblog, EarthLink Protection Blog. The TypePad-powered blog is an attempt to educate customers about privacy, security, and malware, and it looks like it's off to a strong start, with a personable voice and a variety of interesting contributors. Thanks to Steve Rubel for the link.

Trackbacks:

Previous Entry: Byrne Reese on BookQueueToo and QuickLink

Next Entry: Simple Character Entity Reference

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