<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>General Support</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/codesixapartcom/project-support/" />
    <id>tag:forums.movabletype.org,2007-11-08://384</id>
    <updated>2012-02-10T14:19:51Z</updated>
    <subtitle>Ask and answer questions about projects published on code.sixapart.com.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.292</generator>

<entry>
    <title>Custom Field for Asset Not Appearing</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2012/02/custom-field-for-asset-not-appearing.html" />
    <id>tag:forums.movabletype.org,2012://24.27906</id>

    <published>2012-02-09T14:05:31Z</published>
    <updated>2012-02-10T14:19:51Z</updated>

    <summary>I created a single-line text custom field for assets, which I expected would appear in the &quot;Edit Asset&quot; page, but it&apos;s not there. Where is it? Unless I&apos;m missing something... is this a bug? I created it within a website,...</summary>
    <author>
        <name>android</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=538492</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>I created a single-line text custom field for assets, which I expected would appear in the "Edit Asset" page, but it's not there.  Where is it?  Unless I'm missing something... is this a bug?</p>

<p>I created it within a website, and as I couldn't see it, I created another one for the whole system and, still, nothing.</p>

<p>I use MT Pro 5.12.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Publish queue cache coherence issue</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2012/01/publish-queue-cache-coherence-issue.html" />
    <id>tag:forums.movabletype.org,2012://24.27804</id>

    <published>2012-01-27T09:11:23Z</published>
    <updated>2012-02-10T13:46:15Z</updated>

    <summary>We have 5 templates. Four of them operate on a disjunct set of MT entries (and associated other objects) the 5th one iterates over all the other four&apos;s domain. Publishing them statically from the UI works fine. Running them one...</summary>
    <author>
        <name>Istvan Kallai</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=537616</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>We have 5 templates. Four of them operate on a disjunct set of MT entries (and associated other objects) the 5th one iterates over all the other four's domain. </p>

<p>Publishing them statically from the UI works fine.<br />
Running them one at a time from the publish-queue (orchestrated by run-periodic-tasks) succeeds. <br />
Running the four disjunct ones via the queue also succeeds. <br />
Running them together by the queue processor fails with various error messages in mt-ts-error.<br />
Calling MT::rebuild_indexes() on all of them from within the same test script also fails.</p>

<p>My assumption is that the successive rebuild jobs share some resources stemming from using the package MT.pm in the same(!) Perl process. Perhaps in the MT registry, perhaps in some other Package level data construct. Upon successive runs within the same "context" some of the cached values are not correctly used when looking up or instantiating objects. Debugging the error messages revealed situations where an expected object was undef (not loaded?), a simple array was expected but an incompatible hash was returned, etc... </p>

<p>Running them statically is not an option as they take too much time to run. As a workaround I had to write a rudimentary run-periodic-tasks shell script bypassing MT's own to process and run them one at a time with each job running in a different Perl process. This solution saved the day but obviously I'd like to understand what could be wrong.</p>

<p>I have a feeling that the meta info layer may be corrupt, either for the summaries or the custom fields. If that is the case is there a utility method which I may use to go through all of the entries in question and have their meta data sanitized?</p>

<p>Any idea what else could be wrong?<br />
Problem is on an MT 4.3 instance,  mem-cached is not used.</p>

<p>thanks a lot,<br />
Istvan</p>]]>
        
    </content>
</entry>

<entry>
    <title>rebuild-pages error</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2012/01/rebuild-pages-error.html" />
    <id>tag:forums.movabletype.org,2012://24.27700</id>

    <published>2012-01-09T09:44:48Z</published>
    <updated>2012-01-09T19:33:21Z</updated>

    <summary>Hi, rebuild-pages script work fine for small blogs. but when a blog has more than 40+ entries, I got error $ perl ./tools/rebuild-pages --user=**** --pass=***** --blog_id=28 rebuilding (my blog ... Category built success. Page built success. Can&apos;t locate object method...</summary>
    <author>
        <name>phantom lancer</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=536224</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Hi,<br />
rebuild-pages script work fine for small blogs.<br />
but when a blog has more than 40+ entries, I got error</p>

<p>$ perl ./tools/rebuild-pages --user=**** --pass=***** --blog_id=28<br />
rebuilding (my blog ...<br />
    Category built success.<br />
    Page built success.<br />
Can't locate object method "AdminScript" via package "MT" at ./tools/rebuild-pages line 164.</p>

<p><br />
thanks in advance.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Community Blog Registration Hijacked</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2012/01/community-blog-registration-hijacked.html" />
    <id>tag:forums.movabletype.org,2012://24.27672</id>

    <published>2012-01-06T21:40:30Z</published>
    <updated>2012-01-11T13:02:31Z</updated>

    <summary>I have a community blog where the public can register to post entries and comment. I noticed I was getting several spam registrations per day. Username is 9 random lower case letters, email is from hotmail and always a URL...</summary>
    <author>
        <name>Merv</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=537</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>I have a community blog where the public can register to post entries and comment. I  noticed I was getting several spam registrations per day. Username is 9 random lower case letters, email is from hotmail and always a URL from a french company. Obvious spam.</p>

<p>I have disabled comment registration and create entry. They were still appearing. I removed all the code from the site that had anything to do with registrations. I am still getting these registrations. Fortunately there are no permissions set. I also removed the general "add user" from the blog user list.</p>

<p>Any ideas how this might be happening? How to disable community for this Blog (have another private, protected blog also using the community addons.</p>

<p>Thanks,<br />
Merv</p>

<p>PS: MT 4.35</p>]]>
        
    </content>
</entry>

<entry>
    <title>verbose error messages</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/12/verbose-error-messages.html" />
    <id>tag:forums.movabletype.org,2011://24.27519</id>

    <published>2011-12-21T00:42:23Z</published>
    <updated>2011-12-22T10:28:47Z</updated>

    <summary>Hi, would be nice to have more verbose error messages sometimes. For ex. while trying themes I got: &quot;Could not create cityscape-tokyo folder - Check that your &apos;themes&apos; folder is webserver-writable&quot;. took some time to find out exactly wich themes...</summary>
    <author>
        <name>Sebastian Böthin</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=35024</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Hi,</p>

<p>would be nice to have more verbose error messages sometimes.</p>

<p>For ex. while trying themes I got:</p>

<p>"Could not create cityscape-tokyo folder - Check that your 'themes'<br />
folder is webserver-writable".</p>

<p>took some time to find out exactly wich themes folder was the subject.</p>

<p>So, hacked $MT_HOME/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm:</p>

<pre>
233     if ( !$filemgr-&gt;mkpath($theme_path) ) {
234         my $error = $app-&gt;translate(
235             "Could not create [_1] folder - Check that your 'themes'
folder is webserver-writable: $theme_path.",
236             $basename
237         );
238         return $app-&gt;json_error($error);
239     }
</pre>

<p>(appending the path in question to the message)<br />
This makes troubleshooting easy.</p>

<p>sebastian</p>]]>
        
    </content>
</entry>

<entry>
    <title>Asset Uploading Don&apos;t upload</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/12/asset-uploading-dont-upload.html" />
    <id>tag:forums.movabletype.org,2011://24.27517</id>

    <published>2011-12-21T00:28:28Z</published>
    <updated>2012-01-08T23:50:34Z</updated>

    <summary>Summary Running 4.37 on a Dedicated Server Issues: 1. Images aren&apos;t actually being uploaded even though MT is saying they are 2. Options are missing on the File Options dialog when uploading an asset Details All has been fine but...</summary>
    <author>
        <name>Brian</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=535209</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Summary<br />
Running 4.37 on a Dedicated Server<br />
Issues:<br />
1. Images aren't actually being uploaded even though MT is saying they are<br />
2. Options are missing on the File Options dialog when uploading an asset</p>

<p>Details<br />
All has been fine but just a couple of days ago 2 things happened.<br />
1. When we upload an asset, on the File Options screen, we'd normally be able to set the alignment, Use thumbnail. link to full size, etc.. options. But now we only see NAME, DESCRIPTIONS, TAGS. How do we get them back?</p>

<p>Also, though no error appears and the activity logs show the files have been uploaded, they show up in the assets gallery as 0 bytes and no preview. They are also not on the file system where they are normally stored (I even search the entire server for it, just in case). We tried different images, different image types, etc.. none work.</p>

<p>Any help would be greatly appreciated.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Error wont allow asset uploading.</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/12/error-wont-allow-asset-uploading.html" />
    <id>tag:forums.movabletype.org,2011://24.27487</id>

    <published>2011-12-17T07:25:01Z</published>
    <updated>2011-12-22T10:18:09Z</updated>

    <summary>Hello, Whenever I go to upload an asset, I am unable to as an error message appears. This happens both if I am writing an article and click on the &apos;Insert Image&apos; link in the editor (using rich text) and...</summary>
    <author>
        <name>JJNova</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=534879</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Hello,<br />
Whenever I go to upload an asset, I am unable to as an error message appears. This happens both if I am writing an article and click on the 'Insert Image' link in the editor (using rich text) and if I use the sidebar to add New Asset.</p>

<p>The rror I encounter is the following, </p>

<p>Error cropping image: Cropping a 300x300 square at 90,0 failed: Exception 310: geometry does not contain image `/home/movableb/public_html/jjnova/bulletbill.gif' </p>

<p>I find this an odd error, considering that `/home/movableb/public_html/jjnova/bulletbill.gif' is showing up just fine on both the frontpage and the blog entry that it is embedded in. Yet, somehow, the image is keeping me from embedding anymore images in newer posts.</p>

<p>I can upload assets through the left sidebar, under the Assets function, but still unable to embed them as the previous mentioned error wont allow it.</p>

<p>Any help is greatly appreciated.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Adjacent individual archives no longer being rebuilt?</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/10/adjacent-individual-archives-no-longer-being-rebuilt.html" />
    <id>tag:forums.movabletype.org,2011://24.26671</id>

    <published>2011-10-20T06:48:59Z</published>
    <updated>2011-10-20T16:09:02Z</updated>

    <summary>Back in the 4.x days and earlier, whenever creating or updating a new entry, MT would also rebuild any adjacent individual entry archives, so that and links would be updated accordingly. Now, in 5.12, whenever I create a new entry...</summary>
    <author>
        <name>fluffy</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=372395</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Back in the 4.x days and earlier, whenever creating or updating a new entry, MT would also rebuild any adjacent individual entry archives, so that  and  links would be updated accordingly.  Now, in 5.12, whenever I create a new entry on one of my blogs, the previous one doesn't get rebuilt, and as a result I have to manually rebuild it as well in order to get the next entry item.</p>

<p>The adjacent daily archive pages are getting rebuilt, at least, but the individual ones are not.</p>

<p>The strange thing is this is only affecting one of my sites; on another site (which is being served from the same MT dashboard) the adjacent individual archives ARE being rebuilt whenever an entry is added or rebuilt.</p>

<p>I can't figure out what would be causing this difference; I thought it might be because in the misbehaving site the EntryPrevious/EntryNext tags were being brought in as a template module instead of being directly in the template, but even putting them in directly didn't help.</p>

<p>Has anyone run into this issue, and are there any fixes?  I couldn't find any settings for whether to rebuild adjacent archives, either on blogs or templates, and it's getting pretty frustrating.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Problems Importing an Export file</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/10/problems-importing-an-export-file.html" />
    <id>tag:forums.movabletype.org,2011://24.26455</id>

    <published>2011-10-04T18:51:39Z</published>
    <updated>2011-10-05T15:42:44Z</updated>

    <summary>Hello, I&apos;m in the process of transferring some movable type sites to our servers that we purchased. The initial setup process has been very time consuming setting everything up from backups. Now we&apos;d like to update our copy of the...</summary>
    <author>
        <name>BobH</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=529129</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Hello,<br />
I'm in the process of transferring some movable type sites to our servers that we purchased. The initial setup process has been very time consuming setting everything up from backups. Now we'd like to update our copy of the websites that we have running on our server with the latest entries and comments vs asking for all new backups and starting from scratch again.</p>

<p>The vendor that we purchased the sites from has given us the export files we need. When I try importing these text files on my development version running locally on my machine I have no problems - very painless. But when we try this on our server that we are setting up as part of this migration process the import doesn't work.</p>

<p>The screen just says:<br />
       Importing Entries in Blog<br />
       Creating new users for each user found in the blog</p>

<p>At the bottom of the screen it says "All data imported successfully". But at no point do I see the names of the entries that its trying to import scroll across the screen. I even tried this not preserving the users and importing as admin but still had no luck, it just dies immediately. We are all running the same version of MT (4.36).</p>

<p>Does anyone have any idea why this is happening or is there a place an error might get logged to point me in the right direction?</p>]]>
        
    </content>
</entry>

<entry>
    <title>None format is converting angle brackets</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/09/none-format-is-converting-angle-brackets.html" />
    <id>tag:forums.movabletype.org,2011://24.26337</id>

    <published>2011-09-23T19:34:07Z</published>
    <updated>2011-09-24T17:42:47Z</updated>

    <summary>A new issue has cropped up for me. I created a new entry. As always I use a format of none. This entry, like my others has some html tags that I typed in. However unlike past entries, MT is...</summary>
    <author>
        <name>Neil Watson</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=529895</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>A new issue has cropped up for me.  I created a new entry.  As always I use a format of none.  This entry, like my others has some html tags that I typed in. However unlike past entries, MT is converting the angle brackets around my html tags to the html ampersand codes.  Older entries do not do this.  I don't know how this started.  There has probably been a minor upgrade a some point via Debian but not major version change.</p>]]>
        
    </content>
</entry>

<entry>
    <title>domain showing folder list</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/09/domain-showing-folder-list.html" />
    <id>tag:forums.movabletype.org,2011://24.26277</id>

    <published>2011-09-21T01:31:42Z</published>
    <updated>2011-09-21T09:25:34Z</updated>

    <summary>now when i visit to my domain i just see list of folders (Index of /) , script is working inside cgi-bin but its not good idea to show folders in domain, which file i should keep in root directory...</summary>
    <author>
        <name>Aryan</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=529683</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>now when i visit to my domain i just see list of folders (Index of /) , script is working inside cgi-bin but its not good idea to show folders in domain, <br />
which file i should keep in root directory so that it will work.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Problemas para crear post en mi blog</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/09/problemas-para-crear-post-en-mi-blog.html" />
    <id>tag:forums.movabletype.org,2011://24.26251</id>

    <published>2011-09-19T13:56:30Z</published>
    <updated>2011-10-14T16:32:40Z</updated>

    <summary>Buen día. Soy el administrador de un blog en la pagina http://www.zonalibre.org. El nombre de mi blog es Senderos de Dios. Actualmente, presento problemas para crear post. al momento de querer crear uno el sistema de administración me arroja el...</summary>
    <author>
        <name>Nixon Colina</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=529571</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Buen día. Soy el administrador de un blog en la pagina http://www.zonalibre.org. El nombre de mi blog es Senderos de Dios. Actualmente, presento problemas para crear post. al momento de querer crear uno el sistema de administración me arroja el siguiente mensaje: An error occurred: close Publish error: Publish error in template 'Entry': Error in <mtInclude> tag: error in module Sidebar: Publish error in template 'Sidebar': Error in <mtIf> tag: Error in <mtWidgetSet> tag: Error in <mtinclude> tag: error in widget Home Page Widgets Group: Publish error in template 'Home Page Widgets Group': Error in <mtWidgetSet> tag: name is required. Quisiera que pudieran ayudarme a solventar esta situacion. Esperando pronta respuesta a mi solicitud,me despido.</p>

<p>NIXON COLINA</p>]]>
        
    </content>
</entry>

<entry>
    <title>How to extract all commenter&apos;s email address</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/09/how-to-extract-all-commenters-email-address.html" />
    <id>tag:forums.movabletype.org,2011://24.26239</id>

    <published>2011-09-19T12:42:59Z</published>
    <updated>2011-09-19T15:13:48Z</updated>

    <summary>I would like to send a bulk email to all who have sent in comments on my blog. Is there a way to extract or list this information so I can use it in this way? Thanks!...</summary>
    <author>
        <name>KarenH</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=529563</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>I would like to send a bulk email to all who have sent in comments on my blog.</p>

<p>Is there a way to extract or list this information so I can use it in this way?</p>

<p>Thanks!</p>]]>
        
    </content>
</entry>

<entry>
    <title>Uploading Embedded Photos</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/09/uploading-embedded-photos.html" />
    <id>tag:forums.movabletype.org,2011://24.26121</id>

    <published>2011-09-14T14:57:25Z</published>
    <updated>2011-09-20T18:33:27Z</updated>

    <summary>When uploading a photo the &quot;Embedded&quot; choice is no longer functioning. Countless attempts always result in the code for &quot;Popup Image&quot;....</summary>
    <author>
        <name>Jeff Deasy</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=529275</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>When uploading a photo the "Embedded" choice is no longer functioning. Countless attempts always result in the code for "Popup Image".</p>]]>
        
    </content>
</entry>

<entry>
    <title>New User</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/09/new-user.html" />
    <id>tag:forums.movabletype.org,2011://24.26073</id>

    <published>2011-09-12T03:04:23Z</published>
    <updated>2012-01-17T10:25:33Z</updated>

    <summary>Hi there, I&apos;m currently &quot;hunting&quot; for a good Blog system for my own website. I am currently redesigning it with a new look and feel. I looked at some and tried others, but Movable Type looks more like what I&apos;m...</summary>
    <author>
        <name>mduque</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=529071</uri>
    </author>
    
        <category term="General Support" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Hi there,</p>

<p>I'm currently "hunting" for a good Blog system for my own website. I am currently redesigning it with a new look and feel. I looked at some and tried others, but Movable Type looks more like what I'm after.</p>

<p>However, before I start going all mighty with the CSS and other things, my programming background is quite limited, therefore, I would like to ask, if is it possible or extremely hard to implement the MT blog into my own web page design?</p>

<p>To better illustrate what I mean, this is an image showing what I'm asking:</p>

<p>http://i53.tinypic.com/34t60yq.jpg</p>

<p>Can I insert the MT blog into the pink box?</p>]]>
        
    </content>
</entry>

</feed>

