Search

Phrase

Display

 

Category

   

Order

 

Pagesize

Results

64 hits1234

41. Entry Titles Linked to Permalinks

Learning Movable Type, Tutorials, 22 KB, 860 words

If you are using Movable Type default templates, the titles of your entries on the main page of your MT blog are just that - titles. They look pretty but go nowhere. If you want to get from the entry on your main blog page to its individual entry page, you need to click on "Permalink" or "Continue reading".

Setting it up so that the titles of the entries themselves are hyperlinks to the individual entry page is fairly straightforward and requires edits to two templates - your Style Sheet and the Main Index template.

If you are using the default MT3.2 templates

1. The Stylesheet The MT3.2 default stylesheet is a huge file. The last time I printed one out it took 18 pages. It...

continue reading ...

42. ArchiveYear

Six Apart Pronet Plugin Directory, Plugins, 10 KB, 8 words

Create yearly calendars with ease.

continue reading ...

43. DateTags

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

A wide variety of calendar/Date related tags.

continue reading ...

44. MT-Upcoming

Six Apart Pronet Plugin Directory, Plugins, 10 KB, 25 words

MT-Upcoming is a Movable Type plug-in that accesses your event and watchlist information on Upcoming, the social events calendar.

continue reading ...

45. Display Last n Non-consecutive days

PubHacks, Tutorials, 6 KB, 264 words

I had a problem with this on a couple blogs I admin, because we don't post everyday; on one, sometimes there's a month or more between posts. The "Number of Days Displayed" setting on the Weblog Configuration page will give you the last "x" number of calendar days - and since there is such a great gap between posts on this blog, it didn't take long before there weren't any posts on the index at all.

There are two ways to go about this. You can go for a set number of posts on your front page (i.e. - always have 10 posts displayed) or you can get the last 7 non-consecutive days worth of posts.

If you want a set number, on your index template change

<MTEntries> into <MTEntries...

continue reading ...

46. Template Tag Reference Archives

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

This section of the appendix details all Movable Type tags that can be used in your templates to publish content from your weblogs and system. More information on editing templates and using these tags can be found in Chapter 3: Templates and Layout.

Back to top | Permalink | Comments (0)

...

continue reading ...

47. Six Apart - Movable Type News - Version 1.4 Released

Six Apart News, News, 13 KB, 141 words

We have released a new version of Movable Type, version 1.4. Existing users of versions 1.0-1.31 should use the upgrade distribution to update their MT installation, and should follow the upgrade instructions.

In addition to bug fixes and improvements to general stability, this release adds the following features: • New and improved default templates and styles ( more information) • Tags to produce a customizable calendar display ( more information) • Tags to link to the next and previous archives ( more information) • Editable comment previews • The ability to customize the comment error page ( more information) • New global tag attribute filters: encode_js, zero_pad, space_pad,...

continue reading ...

48. Blog Business Summit SF

Six Apart ProNet Weblog, News, 14 KB, 95 words

After the success of the first event earlier this year, the Blog Business Summit is returning, this time in San Francisco. Scheduled for August 17-19, the event promises a full calendar of practical, business-centric conversation about the benefits of blogging.

If you're interested, you can register as an early bird, or submit a session proposal if you've got an idea that should be covered.

Trackbacks:

Previous Entry: Google's XSLT library for JavaScript

Next Entry: Redesigning the Morning News

continue reading ...

49. Upcoming revamps

Six Apart ProNet Weblog, News, 14 KB, 124 words

Upcoming.org is a popular web-based events-tracking service, and Andy Baio, the site's creator, has just announced a number of significant new features.

In addition to expanding the types of events that can be entered, Upcoming now supports tags, a powerful REST API, a better design, and reminders by email or SMS.

These new features make it a much more powerful platform, and it should be possible to do fairly straightforward integration with TypeLists or a weblog calendar with the new API. We'll keep our eyes open for creative uses that connect with weblog platforms.

Trackbacks:

Previous Entry: InfoWorld review of Movable Type

Next Entry: Tracking Down a Comment Spammer...

continue reading ...

50. Movalog: Archiving Archives

Movalog, Tutorials, 18 KB, 396 words

Page: 1 1 Page.

Ajax Archive Drop Downs

In this thread, Gary highlighted how to have drop downs of archives that basically redirected to the appropriate page once an archive was chosen. With this tutorial, I'll take that one step further and use AJAX such that when you...

Continue reading "Ajax Archive Drop Downs"

Posted on 07/03/2005 | Permalink | Comments (1)

Yearly Archives

One feature I find lacking in MT is yearly archives. A yearly archive basically is just a page of twelve calendars - one for each month of the year - see mine in action here with permalinks to the days....

Continue reading "Yearly Archives"

Posted on 07/30/2004 |...

continue reading ...

51. MTCalendarWeekHeader

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

MTCalendarWeekHeader

A conditional tag that will display its contents before a calendar week is started.

Permalink

...

continue reading ...

52. MTCalendarWeekFooter

Six Apart User Manual, Manuals, 20 KB, 262 words

MTCalendarWeekFooter

A conditional tag that will display its contents before a calendar week is ended.

Permalink

...

continue reading ...

53. Bringing Upcoming to your Blog

Six Apart ProNet Weblog, News, 14 KB, 130 words

Upcoming.org, the popular web-based events calendar, has been growing by leaps and bounds lately, and the latest additions include related tags, new client libraries, and a Movable Type plugin.

The plugin gives Movable Type users easy access to watchlists, search results, and events, all available as simple template tags. It's exciting to see such robust features becoming available just a few weeks after the launch of the new suite of web services. If you want to build on the services yourself, you can check out the Upcoming.org Community Help wiki, which includes a section for developer documentation.

Trackbacks:

Previous Entry: Podcasting in iTunes 4.9

Next Entry: Social Software Considerations for XML Clients...

continue reading ...

54. MTCalendarCellNumber

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

MTCalendarCellNumber

The number of the "cell" in the calendar, beginning with 1. The count begins with the first cell regardless of whether a day of the month falls on it.

Permalink

...

continue reading ...

55. MTCalendarIfBlank

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

MTCalendarIfBlank

A conditional tag that will display its contents if the current calendar cell is for a day in another month.

Permalink

...

continue reading ...

56. Hacking Movable Type

Movalog, Tutorials, 26 KB, 693 words

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 of Movable Type and really pushing what it can do with detailed tutorials to setup photo and moblogs and event calendars.

It walks you through using all the APIs available in MT including XMLRPC, Atom, Perl and PHP and provides detailed examples that are very easy to understand. One of the best parts of the book, I feel, is the plugin walkthrough which is a far better guide than the current plugin docs. It literally holds your hand showing you what is possible and if I...

continue reading ...

57. Jakob Nielsen's Top Ten Blog Design Mistakes

Six Apart ProNet Weblog, News, 20 KB, 675 words

Noted usability maven Jakob Nielsen, long a subject of conversation and critique by bloggers, finally returns the favor with a top ten list of design suggestions for bloggers. Titled " Weblog Usability: The Top Ten Design Mistakes", the latest Alertbox offers a number of simple and useful specific items to review.

For most Professional Network members, a lot of this is a review of practices we're already familiar with, but it's worth taking a closer look at some of the suggestions. • No author biography and no author photo: When we launched TypePad two years ago, one of the first items we added was support for an "About" page and an author photo. If you're making a...

continue reading ...

58. The Declination of Independence

A List Apart, Tutorials, 23 KB, 2972 words

With Ryan Holsten and Michael Krisher

The year 2000 came and went. Where did design go? As sad as it sounds, not terribly far. It was a year of trendiness, inspiration, imitation, and the imitation of inspired trendiness. What we can take away from the past year in digital design is the knowledge that the new medium is still deep in its early discovery phase.

Y2K (for lack of a shorter term) was going to change everything. Flying cars, artificial intelligence, talking toasters – this was our supposed fate. So where's our Jetsons lifestyle? Maybe Y3K would have been a more practical projection!

It's 11 p.m. Does your Mom know where you are?

The web is now recognized as...

continue reading ...

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

60. Back to Basics

A List Apart, Tutorials, 25 KB, 3281 words

What are web documents made of, anyway? Sugar, spice, and everything nice?

In fact, they're nothing more than Source. For all of the inspiration, thought, and sweat that might go into a page, it is merely a mess of characters that happens to contain a lot of brackets.

After five and a half years of actively building pages, it's occurring to me that a lot of developers haven't figured this out.

What I see is not what they get.

Is this the anguished moaning of an old fart? It certainly is.

As with the plaintive cries uttered by all old farts, this one also contains a nugget of wisdom: while at first you may succeed by the power vested in your tools, you...

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