<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mr Mist&#039;s Blog &#187; Movable Type</title>
	<atom:link href="http://www.misthaven.org.uk/blog/tag/movable-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.misthaven.org.uk/blog</link>
	<description>Tech News, Random Stuff, WordPress, and things going mouldy.</description>
	<lastBuildDate>Sun, 01 Jan 2012 13:01:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Movable Type 4 install</title>
		<link>http://www.misthaven.org.uk/blog/2007/08/19/movable-type-4-install/</link>
		<comments>http://www.misthaven.org.uk/blog/2007/08/19/movable-type-4-install/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 23:15:54 +0000</pubDate>
		<dc:creator>Mrmist</dc:creator>
				<category><![CDATA[Web and Tech]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.misthaven.org.uk/blog/2007/08/19/just-one-more-thing/</guid>
		<description><![CDATA[<hr />This article is tagged with: <a href="http://www.misthaven.org.uk/blog/tag/movable-type/" rel="tag">Movable Type</a>, <a href="http://www.misthaven.org.uk/blog/tag/wordpress/" rel="tag">WordPress</a><hr />To add to the entry I made yesterday commenting on the MT4 v WordPress situation, I spent most of today upgrading Laura&#8217;s site from MT 3.3x to MT4. Admittedly it may not have taken that long to have just done an in-place upgrade, but then I doubt that that would have been anywhere near as<a style="text-decoration : none;" href="http://www.misthaven.org.uk/blog/2007/08/19/movable-type-4-install/"> [...]</a>]]></description>
			<content:encoded><![CDATA[<hr />This article is tagged with: <a href="http://www.misthaven.org.uk/blog/tag/movable-type/" rel="tag">Movable Type</a>, <a href="http://www.misthaven.org.uk/blog/tag/wordpress/" rel="tag">WordPress</a><hr /><p>To add to the entry I made yesterday commenting on the MT4 v WordPress situation, I spent most of today upgrading <a href="http://www.prettyinpurple.com" title="pinp">Laura&#8217;s site</a> from MT 3.3x to MT4.  Admittedly it may not have taken that long to have just done an in-place upgrade, but then I doubt that that would have been anywhere near as clean a job. Here&#8217;s some observations on the Movable Type 4 product -</p>
<ul>
<li>The installer wizard didn&#8217;t work</li>
<li>It&#8217;s not obvious how you create your own style rather than using one of the supplied ones</li>
<li>Publishing a site takes an age, seems much longer than it used to be</li>
<li>The template editor interface can be slow, and has rendering issues in IE7 with highlighted syntax</li>
<li>The save templates function is buggy, and lost bits of templates</li>
<li>The modular approach is much improved on earlier versions</li>
<li>You can create your own widgets and drag n drop them into sidebars fairly easily</li>
<li>Default rich text editor doesn&#8217;t allow html code</li>
<li>The interface does look very swish and modern</li>
</ul>
<p>That&#8217;s your summary.  In detail, then -</p>
<p>There seemed to be an issue with the installer at the very first step.  The install instructions (or at least one set of them, there seems to be mutliple versions each slightly different) said to put the mt-static directory outside of the main movabletype directory &#8211; which I did &#8211; but then the install wizard produced an error saying that it could not find the directory, and asked me to input the full path to it.  Sadly, try as I might, nothing I wrote into that box was going to convince the install wizard that the static directory was actually there.  Now, this could be a quirk of the way my hosting is set up, or something, but the fact remains that I couldn&#8217;t use the install wizard.  I had to manually edit the config file with the relevant values.  (Since I had my MT 3 config file this wasn&#8217;t hard, but I wouldn&#8217;t really want to do it as a novice.)</p>
<p>So, having filled in those details, I got myself in to the system.  It created a user for me and a test post and comment.  It did not <em>publish</em> the test post and comment though, so at that point there was still no blog to look at.  Not particularly user-friendly.  I had to hit the publish button myself and build all the files before I could see a working blog, set up in the default style.  So, I thought &#8211; next step &#8211; change the look and feel.  I checked out the new style browser functionality, kinda similar to WordPress themes, except there is no functionality exposed within the program to edit the theme itself, you can only edit site templates.  Quite why the ability to edit theme styles within the movable type interface is not present escapes me.  Unfortunately, given the lack of documentation due to how new the product is, it wasn&#8217;t even obvious how you make your own theme.  There&#8217;s no &#8220;create new theme&#8221; option or anything like that.  I eventually clued in on how the directory structure worked, and found a &#8220;themes&#8221; area in the mt-static directory that had a few sub directories with names matching the themes. Copying one of those caused a theme to appear twice in the theme browser, and, after editing some comments within the screen.css file of the copied theme, I managed to create my own &#8220;theme&#8221;.  Of course, that means that all the CSS editing for the theme itself takes place outside of MT, unless you fudge it by creating some sort of linked template to the screen.css. Not a big deal, but hardly seemless.</p>
<p>After setting up the theme (and during, to see changes) I published various bits of the site.  Wow that takes a while.  There are a lot more archive types than I was used to in earlier versions, but I still found myself waiting a while for a full rebuild.  Of course, the benefit is that your end-users can then browse the static pages immediately. </p>
<p>Unfortunately, editing the templates is not as pleasant an experience as it should be, either.  </p>
<p>Firstly, I had to turn off the syntax-highlighting in the windows. It broke the page rendering in IE7, was very slow indeed, broke copy and paste, and basically wasn&#8217;t worth it.  At least that change stuck though. Unfortunately, what I couldn&#8217;t solve was the entirely random auto-saves, which seem to occasionally interfere with manual saves and cause the loss of half the edited templates.  Quite a few times I was faced with an &#8220;error&#8221; message telling me that my recently saved template was incomplete.  Yes, it was, because half of it that was there a second ago had vanished.  Pretty sure it&#8217;s a save-based bug, due to autosaves taking place right after you manually click the save button, but pretty annoying none the less.  Ironically, I didn&#8217;t actually lose anything due to this, because it had, neatly &#8220;autosaved&#8221; the undamaged data beforehand.  Pretty annoying though.</p>
<p>On the good side of things, the templates as supplied are much more modular and logical than in previous versions, and the new widget system works pretty well. There&#8217;s a good drag and drop system for shifting widgets or code chunks around. It did take me a while to figure out how to get a conditional element to work based on category name, but I think it may have been easier to achieve with more documentation.  As it was, it seems that certain MT tags that you can use in, say, a category archive, lose context when you try to use them in a module, even if that module is being ran within the category archive.  (That complicated what should have been a trivial task). Overall though the modular approach reduces the amount of repeated code in the templates and keeps things easier. </p>
<p>Lastly, the default editor is a rich-text window.  This is as you might expect.  However, it seems that it&#8217;s a very literal WYSIWYG editor, as any code I entered, expecting it to format my images etc, was happily displayed verbatim as part of the entry.  This may be what some people expect and desire to happen, but, personally, if I enter HTML into one of these windows, then I expect it to be treated as HTML unless I&#8217;ve put a code block around it, or similar.  </p>
<p>I think that it&#8217;s only fair to say that the interface itself, dispite the bugs that I came across, does look and feel very modern and classy.  Most of the time at least, the context menus direct you to places you want to go.  (Some times I find myself wishing for another thing to be there.)</p>
<p>Overall, I&#8217;d say that it is an improvement on older versions, but I won&#8217;t be going back.</p>
<p>Edit &#8211; I noticed just as I was finishing this entry that, when you&#8217;re typing in your WordPress entries and it does an auto-save, the manual save buttons get greyed out for the duration. Maybe MT needs such a feature to avoid the corruption that I was experiencing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.misthaven.org.uk/blog/2007/08/19/movable-type-4-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Both sides of the fence</title>
		<link>http://www.misthaven.org.uk/blog/2007/08/17/both-sides-of-the-fence/</link>
		<comments>http://www.misthaven.org.uk/blog/2007/08/17/both-sides-of-the-fence/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 21:16:48 +0000</pubDate>
		<dc:creator>Mrmist</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web and Tech]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Movable Type]]></category>

		<guid isPermaLink="false">http://www.misthaven.org.uk/blog/2007/08/17/both-sides-of-the-fence/</guid>
		<description><![CDATA[<hr />This article is tagged with: <a href="http://www.misthaven.org.uk/blog/tag/movable-type/" rel="tag">Movable Type</a>, <a href="http://www.misthaven.org.uk/blog/tag/wordpress/" rel="tag">WordPress</a><hr />Mashable has an entry comparing MovableType4 with WordPress 2.2. Fairly interesting, they draw WordPress as a winner just now but expect close competition. I used MT for quite a few years, and got on with it fine I suppose, but, having made the switch over, I think I would take a lot of convincing to<a style="text-decoration : none;" href="http://www.misthaven.org.uk/blog/2007/08/17/both-sides-of-the-fence/"> [...]</a>]]></description>
			<content:encoded><![CDATA[<hr />This article is tagged with: <a href="http://www.misthaven.org.uk/blog/tag/movable-type/" rel="tag">Movable Type</a>, <a href="http://www.misthaven.org.uk/blog/tag/wordpress/" rel="tag">WordPress</a><hr /><p><a href="http://mashable.com/2007/08/15/movable-type-wordpress/" title="Mashable">Mashable has an entry comparing MovableType4 with WordPress 2.2</a>.  Fairly interesting, they draw WordPress as a winner just now but expect close competition.  I used MT for quite a few years, and got on with it fine I suppose, but, having made the switch over, I think I would take a lot of convincing to go back.  I find WordPress to be much more accessible, and I think that it has a degree of flexibility to it that MT lacks.  </p>
<p>The Pages system in WP means that I can integrate things into the rest of my site much more easily than I ever could with MT, and, what&#8217;s more, if I want to use any of the blog features outside of the directly controlled pages, all I have to do is a php include to the header files, and the full WP functionality is exposed.  *very* simple, plus it&#8217;s all written in PHP rather than perl so I actually have a half a chance of understanding it.  </p>
<p>I&#8217;ll test out MT 4, because we will need to do that anyway for <a href="http://www.prettyinpurple.com/" title="Laura">Laura&#8217;s site</a>, but I most likely won&#8217;t change.  I noticed in the mashable article that they mark down WP because its anti-spam solution is not built in. Kinda true, but then that adds flexibility, and the Akismet system is very easy to install as a plugin (in fact the plugin is distributed with the initial download, you just need to get the API key.)  And, what&#8217;s more, it&#8217;s been a lot more effective at stopping me seeing spam than MT ever was. </p>
<p>So there you go.  Blog wars.  hah.</p>
<p>In other news, today marks <a href="http://news.bbc.co.uk/1/hi/technology/6950933.stm" title="news">the 25th birthday of the CD</a>.  Happy birthday CD! Gosh, where would we be without those shiny bits of metal, eh?  Vista would sure fill a lot of floppy disks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.misthaven.org.uk/blog/2007/08/17/both-sides-of-the-fence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment Subscription</title>
		<link>http://www.misthaven.org.uk/blog/2005/02/16/comment-subscription/</link>
		<comments>http://www.misthaven.org.uk/blog/2005/02/16/comment-subscription/#comments</comments>
		<pubDate>Wed, 16 Feb 2005 18:24:24 +0000</pubDate>
		<dc:creator>Mrmist</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[subscription]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.misthaven.org.uk/2005/02/16/faff/</guid>
		<description><![CDATA[<hr />This article is tagged with: <a href="http://www.misthaven.org.uk/blog/tag/comment/" rel="tag">comment</a>, <a href="http://www.misthaven.org.uk/blog/tag/movable-type/" rel="tag">Movable Type</a>, <a href="http://www.misthaven.org.uk/blog/tag/plugin/" rel="tag">plugin</a>, <a href="http://www.misthaven.org.uk/blog/tag/subscription/" rel="tag">subscription</a>, <a href="http://www.misthaven.org.uk/blog/tag/wordpress/" rel="tag">WordPress</a><hr />I&#8217;m having a right pain of a time attempting to get comment subscription working for my lovely readers whilst keeping in place blacklists and whatnot. Let&#8217;s just say it would probably be easier if I understood exactly what was going on, right now it is probably easier to move over to something like WordPress [wordpress.org]<a style="text-decoration : none;" href="http://www.misthaven.org.uk/blog/2005/02/16/comment-subscription/"> [...]</a>]]></description>
			<content:encoded><![CDATA[<hr />This article is tagged with: <a href="http://www.misthaven.org.uk/blog/tag/comment/" rel="tag">comment</a>, <a href="http://www.misthaven.org.uk/blog/tag/movable-type/" rel="tag">Movable Type</a>, <a href="http://www.misthaven.org.uk/blog/tag/plugin/" rel="tag">plugin</a>, <a href="http://www.misthaven.org.uk/blog/tag/subscription/" rel="tag">subscription</a>, <a href="http://www.misthaven.org.uk/blog/tag/wordpress/" rel="tag">WordPress</a><hr /><p>I&#8217;m having a right pain of a time attempting to get comment subscription working for my lovely readers whilst keeping in place blacklists and whatnot.  </p>
<p>Let&#8217;s just say it would probably be easier if I understood exactly what was going on, right now it is probably easier to move over to something like <a href="http://wordpress.org/" title="wordpress">WordPress</a> [wordpress.org] where I can get plugins that actually work alongside each other instead of competing.</p>
<p><a href="http://news.bbc.co.uk/1/hi/sci/tech/4267245.stm" title="news">The Kyoto accord starts today</a> [news.bbc.co.uk] many years after its drafting, still without the US.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.misthaven.org.uk/blog/2005/02/16/comment-subscription/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Movable</title>
		<link>http://www.misthaven.org.uk/blog/2002/01/20/movable/</link>
		<comments>http://www.misthaven.org.uk/blog/2002/01/20/movable/#comments</comments>
		<pubDate>Sun, 20 Jan 2002 19:45:50 +0000</pubDate>
		<dc:creator>Mrmist</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life and opinion]]></category>
		<category><![CDATA[Movable Type]]></category>

		<guid isPermaLink="false">http://blog.misthaven.org.uk/2002/01/20/movable/</guid>
		<description><![CDATA[<hr />This article is tagged with: <a href="http://www.misthaven.org.uk/blog/tag/movable-type/" rel="tag">Movable Type</a><hr />It&#8217;s done! I&#8217;m now using Movabletype as my CMS for this blog. Blogger served me well for a couple of months but I think that since I have my own host and whatnot I should really run my own system off it and save BloggerBandwidth. It also means that I&#8217;m only dependent on my one<a style="text-decoration : none;" href="http://www.misthaven.org.uk/blog/2002/01/20/movable/"> [...]</a>]]></description>
			<content:encoded><![CDATA[<hr />This article is tagged with: <a href="http://www.misthaven.org.uk/blog/tag/movable-type/" rel="tag">Movable Type</a><hr /><p>It&#8217;s done! I&#8217;m now using <a href="http://www.movabletype.org/" title="movabletype">Movabletype</a> as my CMS for this blog.  <a href="http://www.blogger.com/" title="blogger">Blogger</a> served me well for a couple of months but I think that since I have my own host and whatnot I should really run my own system off it and save BloggerBandwidth.  It also means that I&#8217;m only dependent on my one hosting provider to keep the site up and running.  Ra.  If you notice any bugs please do let me know, as no doubt there will be some.  You can now leave comments with the comments link<del datetime="2007-08-19T16:18:36+00:00">, as well as in my forums</del>.</p>
<p>In my news today, I have taken back my <a href="http://www.panasonic.com">Panasonic</a> video, which was recording things in incredibly poor quality, and got it replaced with a new <a href="http://www.sony.com/">Sony</a> one.  Hopefully the Sony will record things decently, even though it&#8217;s more expensive and doesn&#8217;t have the SVHS features of the Panasonic.  I imagine I just got a duff model from the shop before, but I don&#8217;t like getting replacements of things that have gone wrong, I&#8217;d rather have something new.  Sony just seems to make the best electronic things anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.misthaven.org.uk/blog/2002/01/20/movable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/25 queries in 0.175 seconds using disk: basic
Object Caching 373/416 objects using disk: basic

Served from: www.misthaven.org.uk @ 2012-02-08 21:43:15 -->
