Submit Response » movabletype http://submitresponse.co.uk/weblog Tue, 10 May 2011 01:19:15 +0000 en-us hourly 1 http://wordpress.org/?v=3.8.1 Radio Pop Action Streams Profile http://submitresponse.co.uk/weblog/2008/10/25/radio-pop-action-streams-profile/ http://submitresponse.co.uk/weblog/2008/10/25/radio-pop-action-streams-profile/#comments Sat, 25 Oct 2008 14:57:06 +0000 http://submitresponse.co.uk/weblog/?p=1374 If you use the clever Radio Pop service that BBC Radio Labs launched a little while ago, and you also use the Action Streams plugin for Movable Type1, this might come in handy:

Radio Pop Action Streams Profile [36KB .zip archive]

As you’d expect, it’s a profile for Action Streams that will add the radio programmes you ‘pop’ to your ‘lifestream’.

To install the profile, download and unzip the archive, edit the file ‘config.yaml’, replacing the word ‘Username’ with your own Radio Pop username, and upload config.yaml and radiopop.png to the right places on your server, eg.:

/cgi-bin/mt/plugins/radiopop/config.yaml

/web/public/mt-static/plugins/radiopop/radiopop.png

Then you’ll need to activate the profile in the usual way, by logging into Movable Type, navigating to the Other Profiles section, clicking ‘Add Profile’ and choosing ‘Radio Pop’ from the drop-down menu.

To get the little Radio Pop logo to show up in your lifestream, you’ll need to edit your Action Streams CSS file. Assuming you’re using the default templates that ship with the plugin, adding a declaration like this should do it:

    .service-radiopop {
        background-image: url(http://yourwebsite.com/mt-static/plugins/radiopop/images/radiopop.png);
        }
    

If you’d like the profile to track everything you listen to via Radio Pop, rather than just the programmes you pop, change line 25 of config.yaml from

url: 'http://www.radiopop.co.uk/users/Username/pops.rss'

to

url: 'http://www.radiopop.co.uk/users/Username/listens.rss'

All this messy editing business isn’t ideal, but I couldn’t work out how to get the profile to ask for your Radio Pop username when you activate it, then configure itself accordingly. If I do get around to making a cleverer version, I’ll update this page straight away.

And, just in case anyone is wondering what on earth I’ve been wittering about, here’s what happens on my homepage when I pop a programme:

Radiopop Action Stream in action


  1. To be honest, it’s pretty likely that I’m the only person in the whole wide world who uses both Radio Pop and Action Streams, but I thought I’d make the files available on the offchance I’m not alone!

]]>
http://submitresponse.co.uk/weblog/2008/10/25/radio-pop-action-streams-profile/feed/ 6
Today’s Links (30/08/08) http://submitresponse.co.uk/weblog/2008/08/30/todays-links-300808/ http://submitresponse.co.uk/weblog/2008/08/30/todays-links-300808/#comments Sat, 30 Aug 2008 06:38:29 +0000 http://submitresponse.co.uk/weblog/?p=1360
  • Flickr: National Media Museum’s Photostream
    The National Media Museum at Bradford has joined the Flickr Commons project. Includes some fantastic spirit photography.
  • BBC - Reading and Leeds Festivals 2008 - Seasick Steve
    There’s tons of footage from Reading and Leeds here, but Seasick Steve is the only one I fancy watching.
  • Order and Action Streams - Fine Structure
    Cool stuff like this almost makes me want to switch back to Movable Type from WordPress. Don’t think I’ll ever shake the memory of how totally horrible it used to be back in the 1.x and 2.x days, though. My personal homepage, as they used to be called, and my Work weblog are both powered by MT, and it’s certainly hugely improved over the last few years - the template tag system is easy to grasp now, and the user interface is downright lovely - but I just don’t know if I can face the prospect of rebuilding more than a thousand posts here at Submit Response.
  • Mike Davidson - LazyWeb Request: iPhone Power Miser
    A proposed app for turning all the power draining/useful iPhone features on and off with one click (or should that be push? Poke? Jab? Finger?). This would need to be provided by Apple, and that they might be reluctant to admit the need for such a thing.
  • Television Under The Swastika
    Recently uncovered broadcasts on Nazi telly. They range from ludicrous to chilling.
  • Julie Moult
    Rubbish journalist fails to understand technology, that same technology is used to mock her. Tee hee.
  • ]]>
    http://submitresponse.co.uk/weblog/2008/08/30/todays-links-300808/feed/ 3
    Handy Tools For An Enforced Redesign http://submitresponse.co.uk/weblog/2005/09/10/handy-tools-for-an-enforced-redesign/ http://submitresponse.co.uk/weblog/2005/09/10/handy-tools-for-an-enforced-redesign/#comments Sat, 10 Sep 2005 17:03:24 +0000 http://mottram.textdriven.com/weblog/?p=975 Some tips, applications and utilities for folk needing to knock together a website using Movable Type 3.2 as quickly as possible (assuming you’re doing it all on a remote server and use a Mac):

    1. Get some simplified Movable Type templates. I used Chris Vannoy’s Simpler Movable Type templates , which are stripped of all the gubbins included in the default templates to ensure compatability with LiveJournal and TypePad.

    2. Link your templates to files on your server. This speeds things up no end, since you have all the features of your text editor to play with, and can save and rebuild templates without having to faff about navigating to them inside Movable Type. This also makes it easy to quickly back up your templates via FTP before making major changes.

    3. Use TextWrangler. Since it has FTP built in, editing those linked template files is a doddle, and being able to access them all in the Documents Drawer makes it easy to move chunks of template code between templates. It’s free, too. (Also, John Gruber’s release of his CSS Syntax Checker for BBEdit and TextWrangler was a timely one for me. It does what it says on the tin.)

    4. Break everything into tiny little pieces. You’re likely to be tinkering a lot, so it’s a good idea to break down your templates into reusable chunks, either by making use of Movable Type’s Template Modules or by keeping snippets in custom Index or Archive templates and including them with PHP. (I did the latter while setting up the site, as it means less rebuilding, but will probably go modular when I’ve finished the enforced redesign.)

    5. Install SafariStand. Another timely release, and another freebie. The latest version of SafariStand adds a sidebar to Safari with thumbnails of every tab you have open, which you can reorder, in the manner of OmniWeb. Very handy for keeping track of all the pages of your site you have open, ready to be refreshed each time you make a change, and keeping them separate from the various parts of the Movable Type interface you need open.

    Obvious stuff, maybe, but since I started with the default templates, randomly switching between editing in SubEthaEdit and within Movable Type, using Transmit for FTP and hitting the W3C CSS validator every five minutes (when I could find it in the jumble of open tabs and windows in Safari), I thought some future searcher might find the above handy.

    ]]>
    http://submitresponse.co.uk/weblog/2005/09/10/handy-tools-for-an-enforced-redesign/feed/ 1
    A Note For Users Of MarsEdit And Movable Type 3.2 http://submitresponse.co.uk/weblog/2005/09/08/a-note-for-users-of-marsedit-and-movable-type-32/ http://submitresponse.co.uk/weblog/2005/09/08/a-note-for-users-of-marsedit-and-movable-type-32/#comments Thu, 08 Sep 2005 17:06:21 +0000 http://mottram.textdriven.com/weblog/?p=973 After upgrading to Movable Type 3.2, I found I couldn’t post to my weblog using MarsEdit and, since a cursory Googling didn’t help, here’s what you need to do if you’re stuck too:

    1. Log into MT
    2. Click on your username in the top navbar to go to your profile
    3. Scroll down to the bottom where you see “API Password”
    4. Input the password of your choice and save. For security reasons, it should be different from your normal password
    5. Use that password in your client software

    I imagine the same goes for Ecto and other remote clients.

    The above instructions are taken from the XML-RPC and Atom client setup page in the documentation for the beta version of Movable Type 3.2. Funnily enough, the beta documentation would seem to be the best resource available, since the official User Manual for 3.2 is, er, still in beta.

    ]]>
    http://submitresponse.co.uk/weblog/2005/09/08/a-note-for-users-of-marsedit-and-movable-type-32/feed/ 0
    Spam From TypeKey Users http://submitresponse.co.uk/weblog/2005/06/13/spam-from-typekey-users/ http://submitresponse.co.uk/weblog/2005/06/13/spam-from-typekey-users/#comments Mon, 13 Jun 2005 17:20:46 +0000 http://mottram.textdriven.com/weblog/?p=916 Until today, I let users who sign in to this site with TypeKey leave comments without moderation.

    From the TypeKey page linked above:

    > What is it good for?

    > TypeKey enables you to verify and protect your identity on the web. Enabling TypeKey on your own site increases accountability for the content that appears on your weblog and stops comment spam cold.

    Not any more it doesn’t. The screenshot below shows a comment, since deleted, left on this post, by a spammer registered with TypeKey as goldyy. (The little icon next to the poster’s name indicates that they’re signed in with TypeKey.)

    Screenshot showing a comment spam left by a TypeKey-registered user

    ]]>
    http://submitresponse.co.uk/weblog/2005/06/13/spam-from-typekey-users/feed/ 2
    Movable Type 3.0 Beta http://submitresponse.co.uk/weblog/2004/04/21/movable-type-30-beta/ http://submitresponse.co.uk/weblog/2004/04/21/movable-type-30-beta/#comments Wed, 21 Apr 2004 21:59:24 +0000 http://mottram.textdriven.com/weblog/?p=600 Apologies for breaking the silence with a tedious test post - I just need to see if my attempt to upgrade to the Movable Type 3.0 Beta worked.

    I’ve already had one scary moment - Safari really doesn’t like the new UI, and I had to install mysterious things with names like DateTimePPExtra.pm that didn’t come with the upgrade package - so hopefully this entry will appear on the front page without causing any hideous problems. If you spot anything untoward, do send an email.

    I’ll update this placeholder later with a few thoughts on the new software.

    ]]>
    http://submitresponse.co.uk/weblog/2004/04/21/movable-type-30-beta/feed/ 2