Starting a Blog (with MovableType)
Posted March 13th, 2003 @ 04:31pm by Erik J. Barzeski
Everyone and their brother's got a blog now, and when I was starting out, I had to learn some things the hard way. So, I've compiled a few of the best tips I could find into a couple of hints. Many of them deal with MovableType, but they can be applied to any CMS or blogging package. They're the tips I wish I had when I was starting out, and I hope that you find them helpful as well.
Hint 0: Pick Your Software
Blog software varies. Blogger and MovableType and Radio all offer different feature sets, as do a number of other blog packages. Choose the one that not only fits your skill level and wishes, but also those you may have in the future. You may not want comments now, but will the software you choose support them in the future?
Perhaps one of the best ways to choose blog software is to look at the software powering the blogs you enjoy reading. Look at how well it those blog apps can be customized and tweaked. Look at how well they're supported. As a general rule of thumb, more users = more support, so all else being even, you're better off with a "bigger name" blog app.
Features you may want include:
- Multiple authors
- A Web or mobile interface
- Built-in syndication (for all articles and/or categories)
- Option to assign entry to multiple categories
- A commenting system (so guests can leave comments)
- A TrackBack implementation (so you can let other sites know about you and other sites can let you know about them when linking).
- An email sent every time one of the two items directly above occurs
- Searching of entries (for you and your readers)
- Archival by date, category, etc.
- Easy templating
- Text formatting (so you don't have to learn even a little HTML)
- Integration or the ability to use another scripting language (PHP is used on this site) or technologies
- Photoblog capabilities
- etc. etc. etc.
For what it's worth, the rest of this article deals primarily with MovableType (MT), but a few of the comments apply to other packages. I haven't used them, however, so I don't even know that I'm aware which apply and which don't.
Hint 1: Archive Paths
This link explains it a bit more, but the long and the skinny of it is that MovableType and some other blog software, by default, create all of your files in your archive directory. I wasn't comfortable with having files named 000001.php through 439641.php all thrown together in one place, so I changed my archiving preferences. The link above takes you to "<archive_path>/2003/02/22/grrrr_site_organization.php". The URL clearly tells me the title of the article and the date it was published.
Changing the URLs of your articles - called "PermaLinks" - after you've started is a royal pain in the ass. You'll piss off everyone who's ever linked to, visited, or been linked from you. I learned this the hard way. You'll spend hours redirecting people trying to get to your old URLs to your new ones. It's just not worth it. Think about it and then go forward with it. They're called PermaLinks for a reason.
Please note that this has nothing to do with the look of your site. Any blog software worth its salt will let you change that around without affecting the content - or URLs - quite easily.
To accomplish what I've done in MT, you'll need to set your archive paths to resemble something like this:
<MTArchiveDate format="%Y/%m/%d">/<MTEntryTitle dirify="1">.php
Do this in your "Weblog Config" -> "Archiving" preferences.
Again, look at blogs that you like and observe their archiving formats. Perhaps you're a fan of keeping everything in one folder after all, but naming the files. Or perhaps "2003/03/10/000321.php" is a perfectly acceptable filename.
(Note: Since the release of MovableType 3.2 and the automatic "basename" feature, this has changed.)
Hint 2: Syndicate
Syndication via "RSS" (Really Simple Syndication) or RDF or XML or - whatever - is a good thing. For more information, visit http://freshsqueeze.com/products/pulpfiction/ or http://backend.userland.com/rss#whatIsRss. It's a fairly simple thing to set up, typically, but the discussion of what the difference between versions (0.91, 1.0, 2.0, etc) and types or filenames (RDF, RSS, XML) is beyond the scope of this little guide.
The biggest considerations you may have to make with your RSS "feed" (as it's called) is whether or not to include the full entry. By default, MovableType pushes only an entry's first 40 words in the RSS file. I've modified my feeds to include the entire entry except when I have an unusually long entry - in those cases I include a link (<a href="..">) to my entry. My goal was to get people with aggregators to visit my site occasionally without forcing them to for every article.
If you offer an RSS feed with comments, also offer a feed without them. Not everyone is interested in the comments, nor do they want your article posted as "new" in their RSS aggregator when someone comments. In that light, try to not make many typos, because every time your RSS feed for an article is updated, it will show up as new in most RSS aggregators. This annoys people. π
Here's how I've set up my RSS 1.0 file to handle the "Click for More" business:
<title><MTEntryTitle encode_xml="1"></title> <link><MTEntryPermalink encode_xml="1"></link> <description> <MTEntryBody encode_xml="1"> <MTEntryIfExtended> <a href="<MTEntryPermalink encode_xml="1">"> Read More (<MTWordCount> Words) </a> </MTEntryIfExtended> </description>
Hint 3: Categorize
Most blogging packages offer a "categories" feature. Categories allow you to mark one entry as "Family" and another as "Work." Some packages allow you to assign an entry to multiple categories. Sit down, think about what topics your blog will cover, and write down a list of categories. Then add "Miscellaneous" to the end, and put those categories on your site.
Choosing a good set of categories up front encourages you to keep your blog focused. If you find yourself writing about a topic without a category (or the "Miscellaneous" category), add it at a later time. The goal is to avoid having to rearrange your entries every week. Try not to be fickle - you can waste a lot of time trying to decide whether an entry is "Personal" or "Family" or "My Pets" (or all three).
Many packages can also archive by category. If you visit /archives/men_and_women/ you'll find all of my posts to the "Men and Women" category (which I use to talk about anything dealing with gender, sex, etc.). That's not only useful for you, but it's useful for your friends as well. They may not care about your "My GameBoy" category but your "My Friends" category may be of great interest.
Hint 4: Get Your Name Out
Some people prefer their blogs to be private, read only by a few close friends and family, and that's fine. However, if you, like me, want to take part in global discussions and open your site to the comments, criticisms, praises, and minds of others, you'll want to get your (blog's) name out there.
One of the most effective ways I found to getting my blog's name out there - again if you care to be read - is to simply leave comments on the sites whose authors you share a common interest. Leave your email address and your blog's URL in the form and not only might the site author check out your blog, but others reading his comments may visit as well. You may also "TrackBack" to interesting articles - I have yet to not follow a TrackBack from one of my entries. Many others could say the same.
I spent a few weeks building up some content before I felt comfortable leaving my blog's URL in comment boxes. I didn't want someone I admire, an author of another blog, to visit my site and think "Gee, four entries? Bah." Perhaps that doesn't matter - later content and comments would bring them back. But I do know that I've gotten some TrackBacks and comments from people with questionable commitment. I don't like getting a TrackBack from a blog that might not exist in a month or two. Something to consider.
One last thing to consider: keeping a blogroll - a list of the blogs you enjoy - visible on your site. If you link to blogs you enjoy, those bloggers may be more likely to link back.
Hint 5: Be Polite
It's possible to piss off or at least annoy the blogging community pretty easily. For example, one chap routinely sent four or five TrackBacks (I presume as he edited his articles). This resulted in a lot of extra work for me - I had to delete his "extra" TrackBacks every time he decided to quote or link to one of my entries.
Here are some other "sins" of blogging:
- Not sending a TrackBack (or "ping") if the author has that feature enabled. It's enabled because they like to know who is linking to them. Oblige them.
- Don't display people's email addresses. MovableType, for example, uses a person's URL over their email address, and has an option for "anonymous" comments. Use it. If you're emailed the comment, you can follow up via email with the poster, but the link from their attribution will be to their Web page.
- Attribute your quotes with links. This one is common sense: nobody likes to have something they said plagiarized.
- Link to PermaLinks when possible, not to a blog's home page.
- Don't steal bandwidth. If someone has a nice picture, and you can legally put it on your site, do so. Otherwise, link to it but don't include it in your blog. You are taking their bandwidth. Either put it on your own site or don't include it in your page.
- Don't post private emails without permission. Mail on a mailing list with public archives? Fine. Private email sent to you? Not so fine. If you must, remove email addresses and other identifying information where possible. Also carefully consider posting the intimate details of other people's lives. Your own are fine. This is common courtesy and isn't blog-specific of course.
- Some bloggers link to Amazon associate URLs to get a little income. I don't care one way or the other, personally, but others do. Consider, at least, how people use the site. Is losing 100 readers worth the $2.12 you get from Amazon?
- If your blog software supports a search feature, make it readily visible.
- Avoid endlessly fiddling with your entries - editing, etc. - because in many news aggregators, this causes the entry to show up as "new" again. That's annoying.
Hint 6: Be Yourself
Even actors cannot stay in character 24/7. The few that can are a rare, rare breed. Odds are, you aren't one of them.
Be yourself. It's the easiest thing in the world once you get the hang of it. Say what want to say, how you want to say it, when you want to say it. If you agree, say so. If you don't, say so. Support your arguments - advice that applies anywhere of course - and enjoy what you're doing. Amuse yourself. People that share your interests will or won't come.
If you were your only visitor, your blog should still be something you want to do.
Hint 7: Get Help
Just some software, forums, and links I've found useful:
- PulpFiction
- ecto
- MovableType documentation
- MT Support
- Beginner's Guide to TrackBacks
- MT Plugins @ The Girlie Matters
- MT-Plugins.org
- Brad Choate's MT Plugins
- PHP.net's quickly searchable documentation
One last note: I plan to update this article as appropriate. Please email suggested updates, corrections, etc. to me instead of posting comments. Thank you.
122 Responses to "Starting a Blog (with MovableType)"
Posted 13 Mar 2003 at 5:57pm #
Starting a Blog
I was visiting Lockergnome and fount a link to NSLog which has a good ‘intro to blogging’ article up. I...
Posted 13 Mar 2003 at 7:52pm #
Starting a Blog (with MovableType)
Erik Barzeski of NSLog(); has posted a nice guide to starting a blog with Movable Type.
Posted 13 Mar 2003 at 8:27pm #
Starting a BLOG
Well, it's the new big thing, so for all the newbies out there who want to be like the rest
Posted 13 Mar 2003 at 10:47pm #
Where can I set the archive path in MT (2.6.2). I can't find it in Weblog Config > Archives.
The only place I can see file paths is in the main config pane. When I enter MT tags like in your example in these fields it doesn't interpret them, it simply dumps them out as text.
Posted 13 Mar 2003 at 11:04pm #
Advice on Starting a Blog
Erik of NSLog(); has some good advice on starting a weblog
Posted 14 Mar 2003 at 1:03am #
cleaning house
Reading some tips on starting a blog (via AntiPixel). It gave me pause as I try to build some sort...
Posted 14 Mar 2003 at 1:58am #
Starting a Blog With Movable Type
Erik Barzeski: This is the guide that I wish I had when I first started out. It would have helped me to avoid certain situations. I've started a few friends in on blogging lately as well, and so this article could have served them too. Perhaps it'll he...
Posted 14 Mar 2003 at 2:08am #
Want to Start a Blog?
This was in my News Aggregator earlier today. Starting a Blog (with Movable Type) covers some of the basics of...
Posted 14 Mar 2003 at 2:23am #
Jeff (and anyone else who may have the same question)… If you click on Weblog Config > Archives, you'll see fields for each type of archive labeled Archive Type Template. By default, it might be empty — this is where you'll want to put the code snippet that Erik posted.
Getting that set up had me confused when I first read about it, but once you figure it out, it's well worth it (at least, I think so…)
Posted 14 Mar 2003 at 2:33am #
Beginning blogging
Eric Barzeski over at NSLog(); has an excellent list of tips for anyone just getting started in the weblogging world. I've discovered all of these at one point or another over the years, but things definitely might have been simpler if I'd had this ava...
Posted 14 Mar 2003 at 2:37am #
:-O
Posted 14 Mar 2003 at 5:17am #
Well written article, I've been using MT for about 7 months. While I think the software is great I wish I had a resource like this article instead of learning the hard way. Thanks for the article, you may want to mention to your readers that some of the bloger packages have independent editors that interface with them. I have MT on the server and Kung-Log on my Mac (I'm such a poor speller).
Posted 14 Mar 2003 at 6:05am #
NICE article! I'll second the comment regarding editors; some Blogger users (and others) find BlogApp to be good.
Posted 14 Mar 2003 at 11:50am #
Now I have it working! Thanks Michael!
This is much better now. Really great article, but maybe you should make where to put that in MT a little more clear.
Posted 14 Mar 2003 at 11:55am #
Starting A Blog
Erik over at NSLog has posted a great article with tips about starting up a weblog. It's a really great
Posted 14 Mar 2003 at 1:04pm #
Happy Birthday Mosaic
Oh There is a really good Guide to Starting a Blog posted on NSLog that I need to go read.
Posted 14 Mar 2003 at 1:05pm #
Very cool I can't wait to read this.
Posted 14 Mar 2003 at 1:49pm #
Good Advice ...
In NSLog(); Eric gives some great advice for people starting out with MovableType. I wish I had found his site...
Posted 14 Mar 2003 at 2:03pm #
Advice
Sound and profound advice on how to start a blog, from NSLog():Hint 7: Get Help...
Posted 14 Mar 2003 at 2:06pm #
Starting a Blog
Starting a Blog - hints and tips
Posted 14 Mar 2003 at 2:55pm #
Blogging for beginners
I wish I'd seen this a few weeks ago when I first started this blog. Erik Barzeski has an excellent primer on getting a blog started. His article focuses on using Movable Type, but it has a lot of good...
Posted 14 Mar 2003 at 5:11pm #
Starting a Blog with MT
A lot of visitors to this site already have a blog in one form or another, but for those that
Posted 14 Mar 2003 at 7:22pm #
A guide to starting a blog
NSLog(); - Starting a Blog (with MovableType) I love it when people take it upon themselves to just type up
Posted 14 Mar 2003 at 9:31pm #
Most of this would have been very useful to me when I started with MT. Good documentation, I'll recomend it!
Posted 15 Mar 2003 at 12:22am #
Starting a Blog (with MovableType)
Some great advice here. On first glance I must admit to editing way too much. Hopefully, I'll improve or just accept my mistakes after publishing. I spend way too much time editing my template as well. I want to write
Posted 15 Mar 2003 at 8:46am #
The Blog ReadMe
There are a lot of things that I wish I would've known right off when I started blogging, like how to track site visitors and referrals. I've had people ask how I get so many comments. Other times it's frustrating...
Posted 15 Mar 2003 at 11:07am #
Boogie Church v23.01 alpha III
So, the mammoth translation for the statue exhibit in Berlin is drawing to a close. Today I've got most of
Posted 15 Mar 2003 at 11:16am #
Funky tool-tips
I came across this very useful tip for making transparent tool tips via NSLog() (itself a very interesting article of starting a weblog). I've been bugged for a while at the lack of tool tips in Safari, and the current implementation of having them app...
Posted 15 Mar 2003 at 1:28pm #
Getting Started
Darn helpful information about getting started with MovableType. NSLog(); - Starting a Blog (with MovableType)...
Posted 15 Mar 2003 at 3:28pm #
Pinger
Nothing but testing the new blogrolling pinger. Happy early St. Patricks day! On another note Geekgrrl (who always finds the best things) found this fabulous article on starting a movable type blog. I wish I had this when I started mine. Go read it now...
Posted 15 Mar 2003 at 3:50pm #
As a "new" blogger, I'd like to thank you for the good article. I couldn't install MT on my live site because it missing a backend components, but that's OK because Blosxom is simple enough that I can post painlessly and mirror on my home machine.
Another good thing about Blosxom is the permalink issue. I've changed the template with concern to permalinks, but the old permalinks I had when I started still work. I thought that was very neat.
This article is definately going to be a good reference for quite some time.
Posted 15 Mar 2003 at 3:58pm #
regarding the "get your name out," I've been wondering about a potential abuse of blog comment's linking to boost Google's rank on my blog. You think that's possible?
Posted 15 Mar 2003 at 8:23pm #
That was a good article...especially since I'm sort of new to blogging...well, new and old. I used Blogger for awhile but got annoyed by it. So I'm new in the context that I'm new to Movable Type.
Very good read!
Posted 15 Mar 2003 at 10:58pm #
I sure wish I had found this info when I was setting up my MT. This is wonderful information! Thank you ever so much for putting it all together!
Posted 15 Mar 2003 at 11:08pm #
Great Info!!
Was just visiting Uncut Crystal and found a link in one of her posts to an entry in NSlog(), it's
Posted 16 Mar 2003 at 1:22am #
Blogging Hints
I was surfing through various blogs recently when I came across a blog entry on anything but ordinary linking to
Posted 16 Mar 2003 at 7:04am #
A great article, and very relevent for me since I'm in the middle of a re-think and a re-design of my site.
Being more a designer than a programmer, I'd suggest one addition. I've shoved the content around and around on my site, and thereby lost time better spent creating content. My current re-design is based primarily on a wish to have a clear, flexible layout that I won't get sick of every month or two. Why don't I already have such a layout? Lack of planning.
People's Photoshop skills may vary, but I'd highly recommend that anyone interested in starting a blog first think concretely about what they want to present, how they want to present it, and get that plan down in some visual form. It doesn't need to be a 200 layer Photoshop file - a sketch on a piece of paper will do. But seeing the content in some form makes one aware of the inadequacies (whoa, wait a sec, how should people find my archives?) of a layout. Piecemeal additions and changes usually lead to something confusing and dissatisfying.
Thanks for the inspirational tips. Back to the re-design!
Posted 16 Mar 2003 at 8:02pm #
Upgrade Your RSS
Looking to upgrade your Movable Type RSS to something a bit more standards compliant or feature rich? Take a look at this O'Reilly article by Ben Hammersley or this how-to guide. Both of these guides suggest placing the *entire* post...
Posted 17 Mar 2003 at 10:49am #
restructuring default archives
If you are new to blogging then starting a blog - with movabletype may be a worthwhile read. I looks...
Posted 17 Mar 2003 at 5:19pm #
This one falls into the "Duh" category. As I was reading through this article I saw an archive format like this: <MTArchiveDate format="%Y/%m/%d"> How had...
Posted 18 Mar 2003 at 2:05pm #
Like Hint 6! I enjoy sites where you get to know the person by their writing style.
Posted 19 Mar 2003 at 12:39pm #
File Hijackers
Another faux pas for the aspiring polite blogger: file hijacking.
Posted 19 Mar 2003 at 4:14pm #
Starting a Blog with MT
Here is a great article about using MT.
Posted 20 Mar 2003 at 3:32pm #
Yeah, interesting, thanks for taking the time to share. I am just getting going with Win2k MType (my home machine) and will benefit from your RSS tips and the archive URL bit as well. Cool as mints.
Posted 22 Mar 2003 at 3:55pm #
blogging for beginners
Iacas has written a good article on starting your own weblog aka blog. If you've been reading my site and thought to yourself, "Gee, I really think Terence has an awesome blog, I want to do that!" (or even if...
Posted 23 Mar 2003 at 12:45pm #
Starting a Weblog with Movable Type
NSLog(); - Starting a Blog (with MovableType) Saw this linked off the Stanford site. A good introduction to setting up
Posted 23 Mar 2003 at 6:35pm #
You want a weblog...
For those of you wanting to start your own weblog, there's a great little tutorial/reference called NSLog(); - Starting a Blog (with MovableType). I wish I had found this earlier when I started my own little blog, but that's life.
Posted 24 Mar 2003 at 10:22pm #
Movable Type Tips and Tricks
So that I never lose them again, I list here, without comment and in no partiuclar order, a variety of
Posted 26 Mar 2003 at 12:00pm #
I wrote a tutorial on how to get better archive paths in Movable Type if you've already been using the default MT archive system.
http://www.ibiblio.org/jimray/blog/2003/02/artificially_intelligent_ia.php
Hope if helps if you've already been using MT for a while.
Posted 26 Mar 2003 at 4:51pm #
easier archives
With the help of this article at NSLog(); and this one at JimRay's site, I was able to improve my
Posted 31 Mar 2003 at 7:41pm #
Archives
I changed where my archives are stored to give it some order. If you have linked to a post of...
Posted 02 Apr 2003 at 6:10pm #
Starting a Blog (with MovableType)
Erik has a wonderful guide out, called Starting a Blog (with MovableType). If you are just starting out and even if you have been blogging for months, you may learn something....
Posted 05 Apr 2003 at 1:34pm #
Archive formatting
Looks like the archive URL formats are working nicely. Thanks to Erik Barzeski for his tips on starting a blog with Movable Type....
Posted 14 Apr 2003 at 10:53pm #
Starting Your Own Blog
This entry is targeted toward Las Vegans who discovered weblogging via last week's Review-Journal article, but it's also of interest...
Posted 17 Apr 2003 at 12:32pm #
Great tutorial. I'm glad I've read this before getting MovableType working on my new domain. Thank you.
Posted 19 Apr 2003 at 7:32pm #
that's one excellent post. i'm just getting my new MT/blog going, and you've got nice common-sense suggestions there. in fact, they all seem to apply to me: certainly i want to use my site to keep my friends up to date when i'm not around, but they won't be interested in my opinions of the latest minidisc recorders. a link to relevant categories in the root of my site might be a good idea, instead of sending them to the full blog.
Posted 24 Apr 2003 at 10:24pm #
I said in my "Starting a Blog (with Movable Type)" article that one of the best ways to build up your readership is to simply...
Posted 26 Apr 2003 at 12:04pm #
New Archive URLs
I have just implemented a new format of archive URLs in the hope that they are now easier to decipher at a glance. Previously, links to an archived page looked roughly like so: http://www.ghostcassette.com/archives/0000120.html. The long number—i...
Posted 26 Apr 2003 at 6:10pm #
Comments to Readers
I said in my "Starting a Blog (with Movable Type)" article that one of the best ways to build up your readership is to simply leave comments (preferably good ones) and post TrackBacks to the blogs you read. And so it has happened again. Amy of spiffari...
Posted 09 May 2003 at 1:33pm #
Starting a Blog (with MovableType)
Blog (with MovableType)" href="http://nslog.com/archives/2003/03/13/starting_a_blog_with_movabletype.php">NSLog(); - Starting a Blog (with MovableType) This is the guide that I wish I had when I first started out. It would have helped me to avoid cert...
Posted 13 May 2003 at 4:56am #
Great article, especially the breakdown of the features and the common sense suggestions on how to Get Your Name Out. I will bookmark and reference this in the future.
Posted 20 May 2003 at 6:37pm #
Structural URL Archives
Attentive readers will notice something different about my blog today: Structural URL archives. Was dat, you say? Previously, my archives
Posted 03 Jun 2003 at 3:43am #
Excellent Article I found it quite indepth and allowed me to better understand MT
Posted 03 Jun 2003 at 4:32am #
A topic I'm much interested in (though it doesn't necessarily fall in scope of this article) is the development of non-English and/or mixed blogs. For example, I write both in Russian (which is my native language) - and these entries cannot be read by almost noone in the current blogosphere, and in English (which I just happen to like) - and then the friends and other Russians around mostly can't (or do not want to bother) read the postings. So this is a kind of dichotomy which I'm trying to navigate. And I'm sure this is more or less common problem - I've seen blogs in Chinese and in Finnish and whatnot. The interesting part is how to internetwork such blogs in a useful way.
Posted 07 Jun 2003 at 8:17pm #
Blog Tips
An excellent guide on how to start a blog. Also has tips for current bloggers.
Posted 12 Jun 2003 at 1:08am #
Beginning blogging
Eric Barzeski over at NSLog(); has an excellent list of tips for anyone just getting started in the weblogging world. I've discovered all of these at one point or another over the years, but things definitely might have been simpler if I'd had this ava...
Posted 26 Jun 2003 at 10:26am #
Note to self
No, not a comedy one. A genuine reminder 'cus I do tend to use this blog as a favourites list at times. I'm considering moving this blog to some proper hosting, with a proper URL. I'm tending to think that...
Posted 28 Jun 2003 at 2:42pm #
Permalink Appology
I'm going to put out a public apology to everyone who has permalinks to me currently. They already got all screwed up by my database corruption, and they'll probably be a bit unstable till I move my hosting. But once...
Posted 17 Jul 2003 at 5:03am #
Movable Type
Mt Resources from all over the web: Basic: Starting a Blog (with MovableType) :: A basic guide on starting a blog. Moveabletype Support Forums :: Covers everything. MT Specific Sites: MT Extensions :: A collection of CGIs, plugins, hacks and...
Posted 24 Jul 2003 at 9:52pm #
hi randy i got the html stuf on the pda but i don't no how to use it
Posted 28 Jul 2003 at 7:01am #
Hi,
I was visiting your site from a poker room and found that it is one more site which help in me setting up my Poker movable type blog.I still couldn't do it after re-reading.
I hope by next visit I would be able to do so.
Posted 29 Jul 2003 at 9:50am #
Starting A Blog
Blogos points to an good article on starting a blog. A reader named Baron asked me by email “what’s the best way to start a blog?” Here’s a good post about the mechanics, from a user of Movable Type, and i’m sure you can f...
Posted 02 Aug 2003 at 1:38pm #
Very good article. I seem to have messed up my RSS 1.0 index-file after following your hint 2 though... π Wonder if you help?
The error message I get is:
Build error in template 'RSS 1.0 Index': Error in tag: You used an 'MTEntryTitle' tag outside of the context of an entry; perhaps you mistakenly placed it outside of an 'MTEntries' container?
Posted 10 Aug 2003 at 3:24am #
Friday Feast #55: Friendly, Lasting URLs
Setting up a new website or a redesign for a client or yourself most likely includes considering the URLs for all the pages. If URLs are auto-generated by software, changing software might result in all those URLs changing, thus breaking incoming links...
Posted 10 Aug 2003 at 5:26am #
More Blog Changes
I wasn't tired tonight, so I spent a little time working on my blog. I've added links to individual categories
Posted 10 Aug 2003 at 9:16am #
Blogging software: looking for suggestions
Today I made
Posted 13 Aug 2003 at 8:42am #
erik,
thanks a lot for these hints! i'm about to set up my own blog, and you just saved me a bunch of hours:)
Posted 21 Aug 2003 at 8:04pm #
Starting a Blog with MT
A lot of visitors to this site already have a blog in one form or another, but for those that are considering setting one up, this is a great read - NSLog(); - Starting a Blog (with MovableType). Via Lockergnome....
Posted 01 Sep 2003 at 7:56am #
Thanks for a wonderful article on getting started the right way. Sure wish I had read this when I first started with my MT installation. Over the last 6 months, I have learnt almost every one of these points, the hard way !
Will recommend it to any one I know looking to start a blog...
http://www.NaveenBachwani.com
Posted 02 Sep 2003 at 7:52am #
MT-Tips
MT-Tips, aber vor allem interessante Links. NSLog(); - Starting a Blog (with MovableType)...
Posted 10 Sep 2003 at 12:33am #
What To Consider Before Setting Up A Blog
A reader who shall remain nameless complimented me on my blog and asked for guidance on getting his own set
Posted 25 Sep 2003 at 3:03am #
Movable Type
Mt Resources from all over the web: Basic: Starting a Blog (with MovableType) :: A basic guide on starting a blog. Moveabletype Support Forums :: Covers everything. MT Specific Sites: MT Extensions :: A collection of CGIs, plugins, hacks and...
Posted 30 Sep 2003 at 1:22am #
Movable Type Resources
Movable Type (MT) is a powerful web content publishing system, though difficult at first for beginners. Here are the links I have found most useful while implementing Movable Type weblogs. Support: Movable Type Support Forums - the best place to...
Posted 01 Oct 2003 at 8:00pm #
Yes, and I deleted it.
Posted 04 Oct 2003 at 8:24pm #
Tracking someone
After playing around with Movabletype, and a lot of Google, and came to a few interesting sites. A few of them are about the tip and tricks of using blogging softwares. There are lot out there that gives you tips,...
Posted 25 Oct 2003 at 12:47am #
tutorials
New to MT and blogging? Check out these tutorials. NSLog(); (for the geeks out there, NSLog is a static logging class. It allows you to log debugging messages. Think it's a Java class or Cocoa) Tokyoshoes And these general tip...
Posted 05 Nov 2003 at 11:06am #
Movable Type Tips and Tricks
So that I never lose them again, I list here, without comment and in no particular order, a variety of...
Posted 05 Nov 2003 at 11:38am #
Movable Type
Mt Resources from all over the web: Basic: Starting a Blog (with MovableType) :: A basic guide on starting a blog. Moveabletype Support Forums :: Covers everything. MT Specific Sites: MT Extensions :: A collection of CGIs, plugins, hacks and...
Posted 06 Nov 2003 at 3:15am #
For new developre such articles are of great help.
Posted 14 Nov 2003 at 1:56pm #
Structural URL Archives
Attentive readers will notice something different about my blog today: Structural URL archives. Was dat, you say? Previously, my archives...
Posted 21 Nov 2003 at 5:54am #
Movable Type
Mt Resources from all over the web: Basic: Starting a Blog (with MovableType) :: A basic guide on starting a blog. Moveabletype Support Forums :: Covers everything. MT Specific Sites: MT Extensions :: A collection of CGIs, plugins, hacks and...
Posted 03 Dec 2003 at 6:51am #
Great guide. π
I wish I had known about the archiving tricks before I started my blog.
Just one comment really, I understand you probably didn't mention using a back-end DB for Movable type because its a bit of an advanced topic, but for those with access to a MySQL or PostgreSQL db from the machine running MT, you can get a respectable speed boost from using it.
I use Kung-Log to post to my blog, and before I migrated to MySQL it used to take a long time to process a new entry. Now its only a few seconds π
Now, if I could just work out how to make text flow around my pictures, I'd be happy π
Posted 03 Dec 2003 at 10:52pm #
first post
MT is awesome!! Just finished setting it up, and am ready for my first post now. Also configured the archiving options, thanks to NSLog and others. Still playing around with it. Looks like a huge time sink though π Anyways,...
Posted 10 Dec 2003 at 1:05am #
metablog
Inspired by patchwork progression, I've decided to maintian this entry in which I list all my MT tweaks. I'll probably add a new entry if I make a more complex change, but will try to list all the stuff I...
Posted 31 Dec 2003 at 9:11am #
metablog
Inspired by patchwork progression, I’ve decided to maintian this entry in which I list all my MT tweaks. I’ll probably add a new entry if I make a more complex change, but will try to list all the stuff I...
Posted 05 Jan 2004 at 9:47am #
changelog
Inspired by patchwork progression, I’ve decided to maintian this entry in which I list all my MT tweaks. I’ll probably add a new entry if I make a more complex change, but will try to list all the stuff I...
Posted 15 Jan 2004 at 8:58pm #
This post was very helpful to me. I just started my blog a few weeks ago and I think you gave some good tips, even for people not using Movable Type (I use Blogger). Do you see an advantage to using Movable Type over Blogger?
Posted 20 Jan 2004 at 9:45pm #
Starting a Blog with Moveable Type - Tutorial
Blogathon - Entry 46 Starting a Blog with Moveable Type is a great set of tips on starting an MT blog. Actually a lot of it is helpful for all types of blogs - not just MT. Check it out...
Posted 25 Jan 2004 at 1:07am #
Movable Type Resources
Movable Type (MT) is a powerful web content publishing system, though often difficult for beginners to implement. Here are the links I have found most useful while implementing Movable Type weblogs. This list will grow as I continue to add...
Posted 25 Jan 2004 at 6:14pm #
Starting A Blog
A reader named Baron asked me by email "what's the best way to start a blog?" Here's a good post about the mechanics, from a user of Movable Type, and i'm sure you can find plenty more with Google.
Posted 22 Feb 2004 at 9:32pm #
Movable Type Tips and Tricks
So that I never lose them again, I list here, without comment and in no particular order, a variety of...
Posted 22 Feb 2004 at 9:35pm #
Movable Type Tips and Tricks
So that I never lose them again, I list here, without comment and in no particular order, a variety of...
Posted 27 Feb 2004 at 6:28pm #
This is a really great article. If any of you has a moment, though, I've got a quick question-- I should mention I'm really new to this, and still pretty confused about how you customize MovableType. In "Hint 1: Archiving Paths", it is stated:
My question is this: inside of the Weblog Config, is it as simple as me copying and pasting the info above? Or do I replace the "/" with the path to my archive directory? Do I put the info above under "local archive path" or "archive URL"... or both?
Thanks!
Posted 03 Mar 2004 at 9:17pm #
My blog is brand new and not very good yet. I need to add a coment tag and i was wondering what the html was for your comment setup or where to get one like it. I need to allow comments on my site. I would really appreciate it, or any ideas from others. Thanks
Andrew
Posted 30 Mar 2004 at 1:27pm #
restructuring default archives
If you are new to blogging then starting a blog - with movabletype may be a worthwhile read. I looks...
Posted 02 Apr 2004 at 4:25pm #
David,
Here is perhaps a slightly more correct version of 'Hint 1' for archiving.
Under Weblog Config:
keep your "Local Archive Path" pointing to the absolute path to the archive directory: /home/html/mt/archives
and keep your "Archive URL" pointing to the archive directory on your server such that it would come up in a browser: http://my.server.com/mt/archives/
In the upper right hand part of the Weblog Config page there is a link to "Archiving" Click it.
On this page you should have two things checked, "Individual" and "Monthly"
In the text box for "Individual" Archive File Template plase the following text: /.html
This tells MT to store your files in sub-directories under "Archives" as defined on the main Weblog Config page. These sub directories are of the format Year/Month/Day and then your file is named by its title.
Next change the "Monthly" Archive File Template text box to:
This tells MT to build a page for each month of entries that is placed in the archives directory in sub directories of Year/Month and called index.html.
This means that if someone wants to see your entries for the month of March 2004 they would be directed to
http://my.server.com/mt/archives/2004/03/index.html
I hope this answers your question.
Posted 02 Apr 2004 at 4:32pm #
In posting the last comment the important information was filtered out because they were in tags, so here is what should go under individual and Monthly:
Individual:
(less than) MTArchiveDate format="%Y/%m/%d" (grater than)/(less than)MTEntryTitle dirify="1"(grater than).html
Monthly
(less than)$MTArchiveDate format="%Y/%m/index.html"$(grater than)
replace (grater than) and (less than) with appropriate characters > and its opposite.
Posted 02 Apr 2004 at 5:18pm #
One small change to my previous post the Monthly Archive File Template works better as
(less than)$MTArchiveDate format="%Y/%m/"$(greater than)index.html
the other generated a link to the monthly pages like so:
http://www.example.com/mt/archives/2004/03//index.html
this generates the correct path of
http://www.example.com/mt/archives/2004/03/index.html
Posted 06 Apr 2004 at 11:15pm #
Blog Tip 10 - How to Start a Weblog
Have you ever tried to explain how to start a blog to someone? Just point them to this post - Introduction to Blogging - its a great introduction including definitions of, tools and some great starting points. He's also written...
Posted 28 Apr 2004 at 4:06pm #
A Special Thanks to...
I want to extend a warm outburst of gratitude to al-Muhajabah. Up until Sunday afternoon my internal blog links were down because I had made a grievous error in setting up the files in Movable Type. The patron saint of...
Posted 02 May 2004 at 8:34am #
Hi there,
I just started with MT and have a lot to learn, but this site was indispensible for starting on the right foot. Thanks to Erik and all the commenters as well for all your time - my archives are much better already.
one thing that seemed to make it smoother is using .php instead of .html for my site - don't know why that would be...
Posted 11 May 2004 at 6:52pm #
Tips og tricks om blogging
En god artikkel om hvordan man best kommer i gang med blogging, samt en rekke tips og tricks for å unngå å gå i de vanligste fellene....
Posted 21 May 2004 at 12:59pm #
Scott's place: Customising MovableType (May 4, 2004 08:50 PM)
"Found some useful implementation tips for MovableType at andersja's blog: My Movable Type installation. I've already implemented a directory-based archive structure. Anders also links to a useful article on creating monthly archives in calendar form...."
Posted 07 Jul 2004 at 7:36pm #
Really nice post and comments. These sorts of articles are helpful to bloggers new and old.
Posted 08 Jul 2004 at 3:50am #
Blogging Etiquette
Every one who decides to blog has to start somewhere. This article explores the basic platforms and winds up picking MT, which won best blogging platform in the bloggies this year. It then goes into some simple configurations for templates. For those o...
Posted 01 Aug 2004 at 7:00pm #
Idiots Guide to Starting a Blog
Jonny Baker has an Idiots Guide to Starting a Blog which is well worth the read if you're thinking of starting one but don't know how. I'm going to add it to my Blog Tips Central Register. Other good 'How...
Posted 19 Aug 2004 at 1:18pm #
I like the information you give, but I already started with Blogger. It's more flexible but complecated than Blogger?
Posted 23 Sep 2004 at 2:47am #
How to Start a Weblog
Have you ever tried to explain how to start a blog to someone? Just point them to this post - Introduction to Blogging - its a great introduction including definitions of, tools and some great starting points. He's also...
Posted 23 Sep 2004 at 5:56am #
How to Start a Blog
Jonny Baker has an Idiots Guide to Starting a Blog which is well worth the read if you're thinking of starting one but don't know how. I'm going to add it to my Blog Tips Central Register. Other good 'How...
Posted 27 Sep 2004 at 10:56pm #
Blog tips
A few days ago I finally found out what trackbacks were, along with other basic blog features such as blogrolling (I had thought they were simply links manually added to a template but some actually used parsed OPML files. This...
Posted 30 Dec 2004 at 6:17am #
hi,
Great Article.
Very good article. I seem to have messed up my RSS 1.0 index-file after following your hint 2 though... π Wonder if you help?
Me too having the same problem abt Rss feed.
Posted 27 Oct 2005 at 4:40pm #
Thanks for the hints. I am getting ready to launch a magazine blog at http://www.SacramentoExecutive.com which will be powered by Movable Type. Your "getting started hints" are appreciated. I will definitely use your wisdom...
Regards,
Pierre
Sacramento, CA
The home of the Kings!!!!