<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>RichardBenson.co.uk : Work</title>
        <link>http://www.richardbenson.co.uk/</link>
        <description>&quot;A Random Quote or something else&quot;</description>
        <language>en</language>
        <copyright>Copyright 2010</copyright>
        <lastBuildDate>Thu, 28 May 2009 11:18:09 +0000</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>YUI Editor in Movabletype v1.3</title>
            <description><![CDATA[A new version of the <a href="http://developer.yahoo.com/yui/editor/" target="_blank" title="" class="">YUI Rich Text Editor</a> in <a href="http://www.movabletype.com/" target="_blank" title="" class="">MovableType</a> is available, this version adds a new button to your toolbar that will search your entry's text and extract terms that can then easily be added as tags.<br><br><span class="yui-non">Personally, I can never think of proper tags for all my entries, so I created this. Based on <a href="http://www.zomie.com/2008/10/22/creating-an-autotagger-with-yahoos-term-extraction-service-and-yui/" target="_blank" title="" class="">an article from Zomie.com</a>, I took the concepts there and added them to the YUI RTE plugin.</span><br><br><span class="yui-non">To enable auto-tagging you will need to <a href="https://developer.yahoo.com/wsregapp/" target="_blank" title="" class="">get yourself an appid</a> from the <a href="http://developer.yahoo.com/" target="_blank" title="" class="">Yahoo! Developer Network</a>, but it's very straightforward.</span><br><br><span class="yui-non">Once you have an appid, enter it into the blog plugin config page and a button will be added to your RTE toolbar which, when pressed, will scan your text for terms and present you with a list of suggested tags, which you can then click on to add them to your tags field.</span><br><br><span class="yui-non">Currently only searches the active page (body/extended), so try it on both to get the best results if you are using an extended entry.</span><br><br><span class="yui-non"><a href="http://www.richardbenson.co.uk/files/code/yuieditor/YUIEditor-1.3.zip" target="" title="" class="">Download YUI Rich Text Editor for MovableType 4 v1.3</a></span><br><br><br>]]></description>
            <link>http://www.richardbenson.co.uk/2009/05/yui-editor-in-movabletype-v13.html</link>
            <guid>http://www.richardbenson.co.uk/2009/05/yui-editor-in-movabletype-v13.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Plugins</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">YUIEditor</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">movabletype</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">rich text editor</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">rte</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">yahoo</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">yuieditor</category>
            
            <pubDate>Thu, 28 May 2009 11:18:09 +0000</pubDate>
        </item>
        
        <item>
            <title>Adding YUI RTE in MoveableType Community Solution </title>
            <description><![CDATA[On certain sites, you may want to allow your users a little more freedom with their comments, or if you're using the community templates in MovableType, then you may want to improve the "Create Entry" screens to allow rich text.<div><br /></div><div>I managed to squeeze the <a href="http://developer.yahoo.com/yui/">YUI</a> <a href="http://developer.yahoo.com/yui/editor/">RTE</a> into a stock forum template set, then just haven't got round to writing it up yet.  <a href="http://cloud.richardbenson.co.uk/test_forum/">You can see it in action here</a>, and below the jump is the write-up, it's surprisingly easy!</div><div><br /></div><div>I've also put it on here, for registered commenters, something else that needs a write-up really!</div>]]></description>
            <link>http://www.richardbenson.co.uk/2009/04/adding-yui-rte-in-moveabletype.html</link>
            <guid>http://www.richardbenson.co.uk/2009/04/adding-yui-rte-in-moveabletype.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">forum</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">rich text editor</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">yui</category>
            
            <pubDate>Mon, 20 Apr 2009 15:58:03 +0000</pubDate>
        </item>
        
        <item>
            <title>YouTube lightbox</title>
            <description><![CDATA[For a while now I have been toying with making my own JavaScript libraries built around the YUI libraries, as there were things out there I wanted but didn't seem to exist in a YUI flavour.<div><br /></div><div>I since found that exactly what I wanted didn't seem to exist in any flavour (please correct me in the comments if I am wrong).</div><div><br /></div><div>The two things I wanted straight away were image and video lighboxes.  Yeah, an image lightbox in YUI exists, but I want to just add a class name to a link and magically have the lightbox do all the work, and I wanted the same for youtube links.  I believe that making things as simple as possible for people, means they are more likely to use it.</div><div><br /></div><div>So I went and made them.</div><div><br /></div><div><a href="http://www.richardbenson.co.uk/projects/rb-javascript-library.html">My JavaScript Libraries</a></div>]]></description>
            <link>http://www.richardbenson.co.uk/2009/04/youtube-lightbox.html</link>
            <guid>http://www.richardbenson.co.uk/2009/04/youtube-lightbox.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">JS Library</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">javascript</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">js library</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">lightbox</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">yui</category>
            
            <pubDate>Thu, 02 Apr 2009 17:58:08 +0000</pubDate>
        </item>
        
        <item>
            <title>YUI Editor in Movabletype v1.2</title>
            <description><![CDATA[Another simple update to use the latest YUI library (2.7.0)<br /><br />There's changes in config.js and js/load.js as the Element utility came out of Beta<br /><br /><a href="http://www.richardbenson.co.uk/files/code/yuieditor/YUIEditor-1.2.zip" target="" title="" class="">Download&nbsp;YUI&nbsp;Rich&nbsp;Text&nbsp;Editor&nbsp;for&nbsp;Movabletype&nbsp;4&nbsp;v1.2</a></span> ]]></description>
            <link>http://www.richardbenson.co.uk/2009/03/yui-editor-in-movabletype-v12.html</link>
            <guid>http://www.richardbenson.co.uk/2009/03/yui-editor-in-movabletype-v12.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Plugins</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">YUIEditor</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">plugin</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">yuieditor</category>
            
            <pubDate>Sun, 15 Mar 2009 11:18:33 +0000</pubDate>
        </item>
        
        <item>
            <title>Embedding YouTube videos from Action Streams</title>
            <description><![CDATA[The next logical step from displaying a thumbnail of your posted or favourite videos is to actually enable playing of the video in your own webpage.&nbsp; Thankfully, this is simple with youtube's embed code and your Action Stream.&nbsp; I've now added this to my <a href="http://www.richardbenson.co.uk/elsewhere/videos.html">video calendar</a> page and i think it looks good and works rather well.&nbsp; It may be a little to much to add it to the home page, plus we don't want that to slow down any, it's already having to grab resources from all over the place anyway, so adding 9 embedded videos may be a little too much!<br /><br />Code after the jump..<br /><br /><br />
]]></description>
            <link>http://www.richardbenson.co.uk/2008/12/embedding-youtube-videos-from.html</link>
            <guid>http://www.richardbenson.co.uk/2008/12/embedding-youtube-videos-from.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">action streams</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">youtube</category>
            
            <pubDate>Thu, 11 Dec 2008 13:56:15 +0000</pubDate>
        </item>
        
        <item>
            <title>Action Stream 2.0 field list</title>
            <description><![CDATA[<div><span class="Apple-style-span" style="font-weight: bold;">Please Note: </span>This is for version 2.0 of the Action Streams plugin, for the 1.0 list see <a href="http://www.richardbenson.co.uk/2008/09/action-stream-field-list.html" target="" title="">this post.</a><br /><br />Differences and additions between v1 and v2 are highlighted in yellow.<br /><br />Additionally, v2 has not yet been officially launched, as such this list may change between now and launch and I will only be highlighting differences from v1 to v2, not from now to v2.<br /><br /></div><div>The following is a description of all the fields found in the default plugin (without any additional profile plugins) in the following format:<br /><br /><ul><li>service_type<ul><li>stream_type<ul><li>MTStreamActionVar name="xx"</li></ul></li></ul></li></ul>One important difference to note is that between "stream_type" and "service_type". The difference is a stream type gathers together similar feeds, i.e. the photos stream_type will be all services where you post photos to, whereas a service_type of “flickr” will just be all actions based on flickr (including favourites etc).</div>]]></description>
            <link>http://www.richardbenson.co.uk/2008/12/action-stream-20-field-list.html</link>
            <guid>http://www.richardbenson.co.uk/2008/12/action-stream-20-field-list.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">action streams</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">fields</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
            <pubDate>Mon, 08 Dec 2008 13:45:29 +0000</pubDate>
        </item>
        
        <item>
            <title>Removing a Drive from a Spanned Volume</title>
            <description><![CDATA[When I needed more space in my main PC, I went for the (then) cheaper option of 4x 250GB drives over one large one, and as I wanted to avoid problems with moving the disks I didn't use the motherboard's RAID features and instead went with Windows dynamic discs and a spanned volume.<br><br>Time moved on and I wanted some of the contents of that drive on my main PC and the rest on the media PC, but I had nowhere to store roughly 1TB of data whilst I re-arranged the disks.  After much research on the net everyone told me that it wasn't possible to remove a single drive from a Windows spanned volume.  That's never stopped me trying before and I am glad to say that I managed it!  Instructions after the jump.<br>]]></description>
            <link>http://www.richardbenson.co.uk/2008/10/removing-a-drive-from-a-spanne.html</link>
            <guid>http://www.richardbenson.co.uk/2008/10/removing-a-drive-from-a-spanne.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">support</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">tech</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">windows</category>
            
            <pubDate>Wed, 22 Oct 2008 12:45:22 +0000</pubDate>
        </item>
        
        <item>
            <title>YUI Editor in Movabletype v1.1</title>
            <description><![CDATA[This update merely makes the plugin use the latest (2.6.0) library.<br><br>A small change was made in config.js, so back that up if you've made your own customisations, and change ConfigYUIBase to be "http://yui.yahooapis.com/2.6.0/build/".<br><br>The other change is in load.js, so if you are hosting the YUI scripts locally you'll still need the update.<br><br><a title="" target="" href="http://www.richardbenson.co.uk/files/code/yuieditor/YUIEditor-1.1.zip">Download YUI Rich Text Editor for Movabletype 4 v1.1</a><br><br>]]></description>
            <link>http://www.richardbenson.co.uk/2008/10/yui-editor-in-movabletype-v11.html</link>
            <guid>http://www.richardbenson.co.uk/2008/10/yui-editor-in-movabletype-v11.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Plugins</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">YUIEditor</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">plugin</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">rich text editor</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">yui</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">yuieditor</category>
            
            <pubDate>Fri, 03 Oct 2008 11:49:39 +0000</pubDate>
        </item>
        
        <item>
            <title>Sporepedia Action Stream v0.3</title>
            <description><![CDATA[Updated to show creations now that the official site has an RSS feed.<div><br /></div><div>Working on achievements and Sporecasts for the next versions</div><div><br /></div><div><a href="http://www.richardbenson.co.uk/files/code/sporeactionstream/SporeAS-0.3.zip">Download Sporepedia Action Stream Plugin for MovableType v0.3</a></div>]]></description>
            <link>http://www.richardbenson.co.uk/2008/10/sporepedia-action-stream-v03.html</link>
            <guid>http://www.richardbenson.co.uk/2008/10/sporepedia-action-stream-v03.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Plugins</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Spore Action Stream</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">plugin</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">sporeactionstream</category>
            
            <pubDate>Wed, 01 Oct 2008 13:55:11 +0000</pubDate>
        </item>
        
        <item>
            <title>MT.org Action Stream 0.1</title>
            <description><![CDATA[A very simple action stream to add your activities on MT.org to your stream.<br /><br />The plugin pulls in plugins you have posted and your "activity" as defined by the list on your profile page.<br /><br />As the actual XML for your recent activity is not very useful, this pulls out the relevant information and formats it for stream display.<br /><br />This first version is rough round the edges for the "activity" stream, I would prefer it to display exactly as it does on mt.org, but the plugin section is as good as it will get!<br /><br /><a href="http://www.richardbenson.co.uk/work/programming/mt-plugins/mtorg-action-stream/rss.xml">Feed</a> and <a href="http://www.richardbenson.co.uk/work/programming/mt-plugins/mtorg-action-stream/">category</a> available as usual.<br /><br /><a href="http://www.richardbenson.co.uk/files/code/mtdotorgactionstream/MTdotOrgAS-0.1.zip">Download movabletype.org Action Stream v0.1</a><br /> ]]></description>
            <link>http://www.richardbenson.co.uk/2008/09/mtorg-action-stream-01.html</link>
            <guid>http://www.richardbenson.co.uk/2008/09/mtorg-action-stream-01.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Plugins</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT.org Action Stream</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">action streams</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">mtdotorgactionstream</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">plugin</category>
            
            <pubDate>Tue, 02 Sep 2008 22:53:04 +0000</pubDate>
        </item>
        
        <item>
            <title>Action Stream field list</title>
            <description><![CDATA[The Action Stream plugin provides a lot of information about your profiles which isn't accessed by default.&nbsp; With a little playing (as described in my previous posts) you can really start making your action streams work for you and provide a "lifestream" to your own blog.<br><br>The following is a description of all the fields found in the default plugin (without any additional profile plugins) in the following format:<br><br><ul>
  <li>service_type
    <ul>
      <li>stream_type
        <ul>
          <li>MTStreamActionVar name="xx"</li>
        </ul></li>
    </ul></li>
</ul>I will try to keep this up to date as new streams are added to the plugin.&nbsp; One important difference to note is that between "stream_type" and "service_type". The difference is a stream type gathers together similar feeds, i.e. the photos stream_type will be all services where you post photos to, whereas a service_type of “flickr” will just be all actions based on flickr (including favourites etc).<br><p class="MsoNormal"><span style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p></o:p></span></p>


]]></description>
            <link>http://www.richardbenson.co.uk/2008/09/action-stream-field-list.html</link>
            <guid>http://www.richardbenson.co.uk/2008/09/action-stream-field-list.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">action streams</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">fields</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
            <pubDate>Mon, 01 Sep 2008 11:34:01 +0000</pubDate>
        </item>
        
        <item>
            <title>Collating Action Streams</title>
            <description><![CDATA[Yves Luther has come up with <a title="" target="_blank" href="http://yvesluther.name/entwickeln/2008-08-13/action-streams-grouping/">another great idea</a> for action streams, however his solution didn't quite fit with what I expected it to do, plus it doesn't "strap on" to the default action stream templates very well.<br><br>The problem is when you use feeds that are updated frequently, Last.FM listened to tracks and uploading whole sets of photos, it floods your action stream with so many entries that other things can get lost in the noise.&nbsp; Now if you're like me and listen to music all day every day, then you would normally just turn off something like the last.fm feeds.<br><br>However, wouldn't it be nice to capture and show that information in a way that doesn't compromise the importance of other items in your action stream?<br>]]></description>
            <link>http://www.richardbenson.co.uk/2008/08/collating-action-streams.html</link>
            <guid>http://www.richardbenson.co.uk/2008/08/collating-action-streams.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">action streams</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">recipes</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">template tags</category>
            
            <pubDate>Tue, 19 Aug 2008 12:31:10 +0000</pubDate>
        </item>
        
        <item>
            <title>Varying display of Action Streams based on content</title>
            <description><![CDATA[Following on from my last post about combining Action Stream data with entries (which has been superceded by <a href="http://www.movabletype.org/2008/08/collating_and_display_content_from_multiple_sources_using_mo.html">an offical MT post</a> and <a href="http://markpasc.org/code/mt/order/">plugin</a> from one of their devs), the next thing to do with Action Streams is to change their appearence based on their content/source.<br><br>The mechanisms to do this are all included in the plugin, but require a little tender love and care to get the desired effect.&nbsp; Here is how I did it.<br> ]]></description>
            <link>http://www.richardbenson.co.uk/2008/08/varying-display-of-action-stre.html</link>
            <guid>http://www.richardbenson.co.uk/2008/08/varying-display-of-action-stre.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">action streams</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
            <pubDate>Fri, 15 Aug 2008 14:40:07 +0000</pubDate>
        </item>
        
        <item>
            <title>Combining entries with Action Stream data</title>
            <description><![CDATA[First off, credit where credit is due; this method is entirely the property of <a title="" target="_blank" href="http://yvesluther.name">Yves Luther</a>, I am merely providing it in English in an instructional capacity.<br><br>So, you can see on my <a title="" target="" href="/index.html">home page</a> that my blog posts are nicely mixed in with my action stream entries, which for blogs with infrequent updates or personal sites, means you have a collection that summarises (most of) your activity on the web as a whole.&nbsp; The beuty of Yves solution is it's simplicity and flexibility.&nbsp; Once set up, the choice of exactly how to display your home page is completely up to you.<br><br>Also on my home page are variations on styling and content based on the service providing the action, this is something I will detail in a later post.<br>]]></description>
            <link>http://www.richardbenson.co.uk/2008/07/combining-entries-with-action.html</link>
            <guid>http://www.richardbenson.co.uk/2008/07/combining-entries-with-action.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Tips</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">action streams</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">template tags</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">tips</category>
            
            <pubDate>Wed, 30 Jul 2008 13:16:14 +0000</pubDate>
        </item>
        
        <item>
            <title>YUI Editor in Movabletype v1.0</title>
            <description><![CDATA[At last I can make this 1.0!<BR><BR>IE6 is not yet perfect, but as good as it can get until Yahoo! update the CSS for the editor.<BR><BR><A title="" href="http://www.richardbenson.co.uk/files/code/yuieditor/YUIEditor-1.0.zip" target=""><FONT color=#ae1b13>Download YUI Rich Text Editor for Movabletype 4 v1.0</FONT></A><BR><BR>Version Notes:<BR><B>1.0</B><BR>
<UL>
<LI>Width tweaked to make IE6 look better</LI></UL>
<P>&nbsp;</P>]]></description>
            <link>http://www.richardbenson.co.uk/2008/07/yui-editor-in-movabletype-v10.html</link>
            <guid>http://www.richardbenson.co.uk/2008/07/yui-editor-in-movabletype-v10.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MT Plugins</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">YUIEditor</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">plugin</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">rich text editor</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">yui</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">yuieditor</category>
            
            <pubDate>Tue, 15 Jul 2008 14:19:45 +0000</pubDate>
        </item>
        
    </channel>
</rss>

