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.
Learning Movable Type, Tutorials, 32 KB, 2574 words

(Note: this tutorial is intended for MT versions 2.661 and earlier.) If you are new to Movable Type, and are using the default style sheets you may have encountered a surprise when viewing your weblog in various browsers. The reasons for this are many. First, different browsers (Internet Explorer, AOL, Netscape, Safari) on different platforms (Windows XP, Windows 2000, MacOSX) render CSS (Cascading Style Sheets) in different ways. What looks one way on a Mac running Safari can look way different from a PC running AOL. Second, our dedicated team at Six Apart - Ben and Mena Trott - are Mac-ophiles, assuring that most of their default styles render well on a Mac, but not necessarily so...
continue reading ...
A List Apart, Tutorials, 29 KB, 2794 words

If you spend much time working with JavaScript, there will eventually come a day when you need to know the value of a variable (or an object's field) as the execution of the script progresses, or why a script terminates unexpectedly. In simple scripts, you can accomplish this with JavaScript's alert() function, which instructs the browser to create a dialog box with the argument set as the box's caption. The message can be anything that helps you understand your script's operation.
For example, the statement: alert( "Node #" + i + "'s class is:" + nodes[i].getClass() );
might produce something like the following when executed:
When alert(...
continue reading ...
Six Apart User Manual, Manuals, 54 KB, 3878 words

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 named mt.cgi, although this...
continue reading ...
Six Apart Pronet Articles, Tutorials, 13 KB, 882 words

Drop shadows are cool, but adding them to elements of a web page can be a pain. You can fiddle with background images, tables, pure CSS solutions, Internet Explorer PNG limitations, or fixed single-use shadows tied to an image and a particular background.
The latest release of TypePad has a new popup (or flyout) interface element which presents the user with a set of options or an expanded view of an object when clicked on. The flyouts are similar to the location bubbles used in Google Maps. They have soft alpha-blended drop shadows that scale with the size of the box. The drop shadows are implemented in valid XHTML and CSS, with no CSS hacks or JavaScript. We...
continue reading ...
Six Apart ProNet Weblog, News, 16 KB, 447 words

We're glad to announce an update to the StyleCatcher plugin announced last week. StyleCatcher 1.01 fixes a number of little bugs, offers some helpful documentation in the README file about how to get started, and introduces a cool new feature: The Greasemonkey Style Installer.
StyleCatcher is designed to be able to retrieve styles from any style repository that follows a few simple conventions we've defined, and we'll be publishing documentation for how you can host your own style repository. But to get started, you can test this new functionality with our own Movable Type style library.
Our goal was to make switching styles as automatic as possible. So, if you're using Movable Type...
continue reading ...
Six Apart Pronet Plugin Directory, Plugins, 10 KB, 23 words

Enables one-click publishing of an image-embeded entry. Also in Firefox/Mozilla, you can use right-click context menu.
continue reading ...
StyleMonkey, News, 13 KB, 41 words

Okay, it wasn't a bug in the style after all. It was something in the new FireFox extension I installed causing some problems.
Posted by The Style Monkey at February 19, 2005 07:25 PM
continue reading ...
StyleMonkey, News, 14 KB, 58 words

There is a bug in the new style the site is wearing. FireFox viewers at lower resolutions (about 1280x1024) will only see part of the page. I'm looking to see what the problem is. It was working perfectly earlier today.
Posted by The Style Monkey at February 19, 2005 06:08 PM
continue reading ...
Six Apart ProNet Weblog, News, 13 KB, 96 words

Google's just announced their AdWords API beta, letting you access the reporting system for your ad campaigns using a SOAP interface.
There's some terrific potential for adjusting content and campaigns to be even more responsive to results, as well as outputting reporting functions into a weblog format using publishing APIs like Atom and Metaweblog. We'll be on the look out for creative uses of Google's new service.
Trackbacks:
Previous Entry: Upload Directory script for FireFox
Next Entry: Technorati Tag Query API
continue reading ...
Six Apart ProNet Weblog, News, 13 KB, 53 words

Arvind has made a great sidebar for IE, Mozilla, and FireFox that gives you easy access to MT's template tags documentation from right within your browser. Go check out MT Tabs.
Trackbacks:
Next Entry: Smarty Crash Course
continue reading ...
Six Apart ProNet Weblog, News, 13 KB, 77 words

This is an older script, but one that we get asked about a lot: ljcrosspost, a Movable Type plugin to send your entries to your LiveJournal. Now that LiveJournal and Movable Type are both part of the Six Apart family, you'll get extra warm fuzzies when you use the plugin.
Trackbacks:
Previous Entry: Photon For Free
Next Entry: Upload Directory script for FireFox
continue reading ...
Six Apart ProNet Weblog, News, 14 KB, 136 words

Metaforix President Lois C. Ambash has some advice for those afraid of business blogging. It's a solid set of guidelines, but we also loved the praise for TypePad:
As a novice blogger, I chose TypePad for my own blog, and I couldn't be happier. The email technical support is prompt and friendly and has actually improved over time.
(For the newbie, it's hard to overestimate the importance of accurate, genuinely supportive tech support. Brenna, who responds to most of my help tickets, is the very model of a modern support technician. I've threatened to clone her and send her twin to my cell phone company.)
Trackbacks:
Previous Entry: Improving search engine positioning with blogs...
continue reading ...
Learning Movable Type, Tutorials, 21 KB, 714 words

The new style sheet and templates in MT3.2 can be daunting to the non CSS expert. Changing the position of the sidebar from the right to the left shouldn't be so difficult. Once understood, it is a bit easier to do.
Changing the Sidebar Position
The MT3.2 stylesheets and templates are designed to have the columns laid out in order, starting with the column named "alpha". The columns, in order are alpha, beta, gamma (if you have a 3-column layout), and delta (a hypothetical fourth column that one could create). If you change sidebar position from right to left, the order of the columns still needs to be the same on your index and any archive templates where you have placed a...
continue reading ...