<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Demo</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/" />
    <link rel="self" type="application/atom+xml" href="http://osric.org/demo/atom.xml" />
    <id>tag:osric.org,2008-11-06:/demo//1</id>
    <updated>2010-01-25T18:50:35Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.23-en</generator>

<entry>
    <title>Multiword Tags</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2010/01/multiword-tags.html" />
    <id>tag:osric.org,2010:/demo//1.27</id>

    <published>2010-01-25T17:11:26Z</published>
    <updated>2010-01-25T18:50:35Z</updated>

    <summary>How does Movable Type handle multiword tags?It&apos;s easy to add a multiword tag--you don&apos;t even need quotes. Tags are separated by commas.In the database the tag is stored in mt_tag table. The tag_name field stores the human-readable label.The mt_entry table...</summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
    <category term="database" label="database" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="multiwordtags" label="multiword tags" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        <![CDATA[<p>How does Movable Type handle multiword tags?</p><p>It's easy to add a multiword tag--you don't even need quotes. Tags are separated by commas.</p><p>In the database the tag is stored in mt_tag table. The tag_name field stores the human-readable label.</p><p>The mt_entry table joins to the mt_tag table via mt_objecttag:</p><ul><li>mt_entry.entry_id is mt_objecttag.objecttag_object_id</li><li>mt_tag.tag_id is mt_objecttag.objecttag_tag_id</li></ul><p>Adding a multiword tag actually adds 2 entries to the mt_tag table:</p><ul><li>A &quot;normalized&quot; entry that removes spaces and special characters and lowercases the string</li><li>The regular version, which references the normalized version in the tag_n8d_id field.</li></ul><p>More you should know about tags:</p><ul><li>Tags can be associated with assets, pages, or entries. A tag associated with one is not available to be applied to the others; an identical tag must be created.</li><li>Tags must be associated with one of those 3 items. You cannot prepopulate tags for a given blog (as far as I can tell).</li></ul>]]>
        
    </content>
</entry>

<entry>
    <title>ImageMagick and PerlMagick</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2009/03/imagemagick-and-perlmagick.html" />
    <id>tag:osric.org,2009:/demo//1.24</id>

    <published>2009-03-10T14:07:57Z</published>
    <updated>2010-01-25T16:48:10Z</updated>

    <summary>Thanks to a tip from the Movable Type forums, it turns out that PerlMagick was the missing ingredient to get ImageMagick to work with Movable Type.(The message on the tools page could be improved to let users know that.)Now, let&apos;s...</summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
    <category term="imagemagick" label="imagemagick" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movabletype" label="movabletype" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="perlmagick" label="perlmagick" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        <![CDATA[<p>Thanks to a tip from the Movable Type forums, it turns out that PerlMagick was the missing ingredient to get ImageMagick to work with Movable Type.</p><p>(The message on the tools page could be improved to let users know that.)</p><p>Now, let's try it out:</p><p>Full size</p><p>&nbsp;</p><span style="display: inline;" class="mt-enclosure mt-enclosure-image"><img width="300" height="200" src="http://osric.org/demo/test.gif" alt="Test GIF" class="mt-image-none" /></span><p>&nbsp;</p><p>Resized in the rich-text editor</p><p>&nbsp;</p><span style="display: inline;" class="mt-enclosure mt-enclosure-image"><img src="http://osric.org/demo/test.gif" style="width: 163px; height: 160px;" alt="Test GIF" class="mt-image-none" /></span><p>&nbsp;</p><p>Thumbnail</p><p>&nbsp;</p><span style="display: inline;" class="mt-enclosure mt-enclosure-image"><a href="http://osric.org/demo/test.gif"><img width="200" height="133" src="http://osric.org/demo/assets_c/2008/12/test-thumb-200x133-2.gif" alt="Test GIF" class="mt-image-none" /></a></span><p>&nbsp;</p><p>&nbsp;</p>]]>
        
    </content>
</entry>

<entry>
    <title>Movable Type 4.23 and Sendmail</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2009/02/movable-type-423-and-sendmail.html" />
    <id>tag:osric.org,2009:/demo//1.22</id>

    <published>2009-02-03T23:06:58Z</published>
    <updated>2009-02-03T23:09:41Z</updated>

    <summary><![CDATA[This is another issue I&nbsp;noticed after migrating to the new server:Mail::SendmailYour server does not have Mail::Sendmail installed, or Mail::Sendmail requires another module that is not installed. This module is required for sending mail via SMTP Server. Please consult the installation...]]></summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
    <category term="movabletype" label="movabletype" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mtcheckcgi" label="mt-check.cgi" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="sendmail" label="sendmail" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        <![CDATA[<p>This is another issue I&nbsp;noticed after migrating to the new server:</p><h3 style="margin-left: 40px;">Mail::Sendmail</h3><p class="warning" style="margin-left: 40px;">Your server does not have Mail::Sendmail installed, or Mail::Sendmail requires another module that is not installed. This module is required for sending mail via SMTP Server. Please consult the installation instructions for help in installing Mail::Sendmail.</p><p class="warning">I&nbsp;renamed the mt-config.cgi file and ran the installation wizard (mt-wizard.cgi) again. The wizard successfully sent a test e-mail, so it must have found Sendmail, but the mt-check.cgi page does not reflect that.</p>]]>
        
    </content>
</entry>

<entry>
    <title>ImageMagick and Movable Type 4.23</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2009/02/imagemagick-and-movable-type-423.html" />
    <id>tag:osric.org,2009:/demo//1.21</id>

    <published>2009-02-03T22:55:12Z</published>
    <updated>2009-02-11T23:20:50Z</updated>

    <summary><![CDATA[I would love to see what ImageMagick can do for Movable Type. My server says it has ImageMagick installed: #yum list installed | grep &quot;Image&quot; ImageMagick.i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6.3.5.9-1.1eapps&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; installedThe usual suspects are in /usr/bin, e.g. convert and mogrify. Unfortunately, the mt-check.cgi...]]></summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
        <category term="Featured" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="imagemagick" label="imagemagick" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movabletype" label="movabletype" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mtcheckcgi" label="mt-check.cgi" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        <![CDATA[<p>I would love to see what ImageMagick can do for Movable Type. My server says it has ImageMagick installed:</p> <p style="margin-left: 40px;">#yum list installed | grep &quot;Image&quot;<br /> ImageMagick.i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6.3.5.9-1.1eapps&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; installed</p><p>The usual suspects are in /usr/bin, e.g. convert and mogrify.</p> <p>Unfortunately, the mt-check.cgi page says otherwise:</p> <h3 style="margin-left: 40px;">Image::Magick</h3> <p style="margin-left: 40px;" class="warning">Your server does not have Image::Magick installed, or Image::Magick requires another module that is not installed. This module is needed if you would like to be able to create thumbnails of uploaded images. Please consult the installation instructions for help in installing Image::Magick.</p><p class="warning">I&nbsp;have no idea why Movable Type isn't finding it or how to give it proper directions.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Migrating from Fedora Core to CentOS5</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2009/01/migrating-from-fedora-core-to-centos5.html" />
    <id>tag:osric.org,2009:/demo//1.20</id>

    <published>2009-01-30T13:11:31Z</published>
    <updated>2009-02-03T22:28:59Z</updated>

    <summary>I recently migrated osric.org from a Fedora Core to a CentOS5 server. There was one hiccup along the way: apparently the groups on the old server didn&apos;t exactly match the groups on the new server, so I got internal server...</summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
    <category term="apache" label="apache" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="centos5" label="centos5" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movabletype" label="movabletype" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="permissions" label="permissions" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="suexec" label="suexec" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        <![CDATA[<p>I recently migrated osric.org from a Fedora Core to a CentOS5 server. There was one hiccup along the way: apparently the groups on the old server didn't exactly match the groups on the new server, so I got internal server error 500 when attempting to log in.</p><p>The error logs showed that there was an issue with suexec, and the suexec log (in the Apache log directory) showed the mismatch. Once I changed the group on the files and the directories, everything worked again.</p><p>[update]: not quite everything--on the System Information page I'm getting the following error:</p><p style="margin-left: 40px;">Movable Type could not find the script named 'mt-check.cgi'. To resolve this issue, please ensure that the mt-check.cgi script exists and/or the CheckScript configuration parameter references it properly.</p><p>Which is strange, because I can access that file directly via a web browser.</p><p>[update x2]: I fixed the System Info issue by installing <a href="http://search.cpan.org/dist/HTML-Parser/">HTML-Parser</a>.</p>]]>
        
    </content>
</entry>

<entry>
    <title>FCKeditor - constrain proportions when resizing an image?</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2009/01/fckeditor---constrain-proportions-when-resizing-an-image.html" />
    <id>tag:osric.org,2009:/demo//1.19</id>

    <published>2009-01-06T19:09:09Z</published>
    <updated>2009-01-06T19:12:46Z</updated>

    <summary>In the actual image, the color bars are all 100x100 pixel squares. Within the rich-text editor (either Movable Type&apos;s default or the FCKeditor, at least) you can change the height and width of the displayed image, although I have not...</summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
    <category term="fckeditor" label="fckeditor" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="images" label="images" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movabletype" label="movabletype" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        <![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline"><p><img class="mt-image-none" alt="8-swatches.gif" style="width: 351px; height: 119px" src="http://osric.org/demo/8-swatches.gif" /></p></span></p><p>In the actual image, the color bars are all 100x100 pixel squares. Within the rich-text editor (either Movable Type's default or the FCKeditor, at least) you can change the height and width of the displayed image, although I have not found a way to constrain the proportions.</p>]]>
        
    </content>
</entry>

<entry>
    <title>MT plugin: Rich text editor selector</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2008/12/mt-plugin-rich-text-editor-selector.html" />
    <id>tag:osric.org,2008:/demo//1.18</id>

    <published>2008-12-23T20:42:18Z</published>
    <updated>2008-12-23T20:45:10Z</updated>

    <summary>I just installed the Rich text editor selector plugin for Movable Type. I was hoping this would allow me to select a rich-text editor on a per-entry basis, or at least a per blog basis. However, it is on a...</summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
    <category term="movabletype" label="movabletype" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="plugins" label="plugins" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="rte" label="rte" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        <![CDATA[I just installed the <a href="http://plugins.movabletype.org/rich-text-editor-selector/">Rich text editor selector</a> plugin for Movable Type. I was hoping this would allow me to select a rich-text editor on a per-entry basis, or at least a per blog basis. However, it is on a system-wide basis. Still useful for installing and comparing the various rich-text editor options, but in the end you have to stick with one.<br />]]>
        
    </content>
</entry>

<entry>
    <title>FCKeditor and Movable Type</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2008/12/fckeditor-and-movable-type.html" />
    <id>tag:osric.org,2008:/demo//1.17</id>

    <published>2008-12-23T17:21:00Z</published>
    <updated>2008-12-23T17:45:42Z</updated>

    <summary>I installed the FCKeditor plugin. After which, I updated to FCKeditor 2.6.3 (this required that I update the fckconfig.js file to include the MTDefault toolbar set). I also added the asset upload button, the files for which are available in...</summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
    <category term="fckeditor" label="fckeditor" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movabletype" label="movabletype" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        <![CDATA[<p>I installed the <a href="http://plugins.movabletype.org/fckeditor/">FCKeditor plugin</a>. After which, I updated to <a href="http://www.fckeditor.net/">FCKeditor 2.6.3</a> (this required that I update the fckconfig.js file to include the MTDefault toolbar set). I also added the asset upload button, the files for which are available in the <a href="http://code.sixapart.com/svn/mtplugins/trunk/FCKeditor/">FCKeditor plugin SVN repository</a> (but not in the packaged plugin).</p><p>Although I think the standard silver and Office2003 skins looks suitable without any modifications, other <a href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=740153">FCKeditor skins</a> are available. I wonder why no one has made a Movable Type FCKeditor skin? I would love to roll out the FCKeditor and not even have my clients notice the change.</p><p>I included only a selection of the possible rich-text editor elements:</p><ul><li>Bold</li><li>Italic</li><li>Underline [perhaps I should rethink this--<em>never</em> use underline on the web]</li><li>Link</li><li>Unlink</li><li>Ordered List</li><li>Unordered List</li><li>Outdent</li><li>Indent</li><li>Blockquote</li><li>Left Justify</li><li>Center</li><li>Right Justify</li><li>Justified</li><li>Image</li><li>Asset</li><li>Paste-from-Word</li><li>Source</li></ul><p>I also set FCKConfig.ToolbarCanCollapse = false, which frees up just enough horizontal space so that all the buttons fit on one line (using the silver skin).</p>]]>
        
    </content>
</entry>

<entry>
    <title>Extended entry with blockquotes</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2008/12/extended-entry-with-blockquotes.html" />
    <id>tag:osric.org,2008:/demo//1.15</id>

    <published>2008-12-10T19:12:33Z</published>
    <updated>2008-12-10T19:18:49Z</updated>

    <summary>This is the main body of an entry.This is a blockquote within the main body....</summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        <![CDATA[This is the main body of an entry.<br /><br /><blockquote>This is a blockquote within the main body.<br /></blockquote>]]>
        <![CDATA[This begins the extended portion of the entry.<br /><br /><blockquote>This is a blockquote within the extended entry.<br /></blockquote>This is the end of the entry.<br />]]>
    </content>
</entry>

<entry>
    <title>MT 4.23 Update</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2008/12/mt-423-update.html" />
    <id>tag:osric.org,2008:/demo//1.14</id>

    <published>2008-12-09T22:38:17Z</published>
    <updated>2008-12-09T22:39:46Z</updated>

    <summary>I just updated to MT 4.23, which addresses some XSS vulnerabilities, among other things....</summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
    <category term="movabletype" label="movabletype" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        I just updated to MT 4.23, which addresses some XSS vulnerabilities, among other things. 
        
    </content>
</entry>

<entry>
    <title>Movable Type menus are frustrating</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2008/12/movable-type-menus-are-frustrating.html" />
    <id>tag:osric.org,2008:/demo//1.13</id>

    <published>2008-12-09T16:45:45Z</published>
    <updated>2008-12-09T16:51:52Z</updated>

    <summary><![CDATA[I created a folder, &quot;cogs and sprockets&quot;. Movable Type created the folder at &quot;cogs-and-sprokets&quot; but is linking to a non-existent folder at &quot;cogs_and_sprockets&quot;.Additionally, I tried to create a page menu widget that would alternate between 2 background colors. This works...]]></summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
    <category term="movabletype" label="movabletype" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        <![CDATA[<p>I created a folder, &quot;cogs and sprockets&quot;. Movable Type created the folder at &quot;cogs-and-sprokets&quot; but is linking to a non-existent folder at &quot;cogs_and_sprockets&quot;.</p><p>Additionally, I tried to create a page menu widget that would alternate between 2 background colors. This works for pages, but the __even__ meta variable does not apear to work inside a <a href="http://www.movabletype.org/documentation/appendices/tags/toplevelfolders.html">mt:topLevelFolders</a> block.</p><p>Time to hit the <a href="http://forums.sixapart.com/">Movable Type forums</a> to see if I can find some solutions.</p>]]>
        
    </content>
</entry>

<entry>
    <title>First Entry</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2008/11/first-entry.html" />
    <id>tag:osric.org,2008:/demo//1.2</id>

    <published>2008-11-06T16:54:44Z</published>
    <updated>2008-11-06T16:56:49Z</updated>

    <summary>Installing Movable Type was a breeze. I must say, I wasn&apos;t expecting it to be this easy....</summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
    <category term="blog" label="blog" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="installation" label="installation" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movabletype" label="movabletype" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="software" label="software" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        Installing Movable Type was a breeze. I must say, I wasn&apos;t expecting it to be this easy. 
        
    </content>
</entry>

<entry>
    <title>I just finished installing Movable Type 4!</title>
    <link rel="alternate" type="text/html" href="http://osric.org/demo/2008/11/i-just-finished-installing-movable-type-4.html" />
    <id>tag:osric.org,2008:/demo//1.1</id>

    <published>2008-11-06T16:51:32Z</published>
    <updated>2008-11-06T16:51:32Z</updated>

    <summary>Welcome to my new blog powered by Movable Type. This is the first post on my blog and was created for me automatically when I finished the installation process. But that is ok, because I will soon be creating posts...</summary>
    <author>
        <name>Chris Herdt</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://osric.org/demo/">
        Welcome to my new blog powered by Movable Type. This is the first post on my blog and was created for me automatically when I finished the installation process. But that is ok, because I will soon be creating posts of my own!
        
    </content>
</entry>

</feed>
