<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <title>digitalsean's blog</title>
    <link>http://blog.seanfarrell.co.uk</link>
    <description>Most recent posts at digitalsean's blog</description>
    <generator>posterous.com</generator>
    <link xmlns="http://www.w3.org/2005/Atom" href="http://posterous.com/api/sup_update#05c4b55d4" type="application/json" rel="http://api.friendfeed.com/2008/03#sup" />
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/digitalsean" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="digitalsean" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://posterous.superfeedr.com/" /><item>
      <pubDate>Wed, 29 Sep 2010 01:34:00 -0700</pubDate>
      <title>Moodle and overlib 4.10</title>
      <link>http://blog.seanfarrell.co.uk/moodle-and-overlib-410</link>
      <guid>http://blog.seanfarrell.co.uk/moodle-and-overlib-410</guid>
      <description>
        <![CDATA[<p>
	<p>There's an odd bug with our installation of Moodle 1.9.x which comes up occasionally.</p>
<p>"overLIB 4.10 or later is required for the CSS style plugin"</p>
<p>This seems to be caused when one of the javascript files fails to load properly, and then gets stuck in the users browser cache.&nbsp;&nbsp;</p>
<p>Clearing the users browser cache normally fixes the problem. In one case last year, it was simpler to to force to to refresh from the server side, and so I temporarily added a dummy version parameter to the end of the line in lib/javascript.php which loads overlib.js to become eg. overlib.js?update=1. A cleaner way to do this, depending on how your etags are configured, might be to update the last modified date on the file in question - so "touch lib/overlib/overlib.js" might also help.</p>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/moodle-and-overlib-410">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/moodle-and-overlib-410#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Mon, 27 Sep 2010 06:40:00 -0700</pubDate>
      <title>Debugging a Promethian ActivBoard</title>
      <link>http://blog.seanfarrell.co.uk/debugging-a-promethian-activboard</link>
      <guid>http://blog.seanfarrell.co.uk/debugging-a-promethian-activboard</guid>
      <description>
        <![CDATA[<p>
	<p>Learned a few tricks today while trying to debug problems with a Promethian ActiveBoard 2+. &nbsp;The board was not responding to any pens. &nbsp;After a short time discovered that the "pen" was a Wacom digitiser stylus, so tracked down a real Promethian pen. &nbsp;</p>
<p>The board was being recognised in the ActivManager hardware section, but the pen movement and touch was having no effect.</p>
<p>Restarted the PC.</p>
<p>Updated to the latest version of <a href="http://www.prometheanplanet.com/en/support/software/activinspire/">ActivInspire</a>, and also&nbsp;separately&nbsp;updated to latest <a href="http://www.prometheanplanet.com/en/support/software/activdrivers/">ActivDriver</a>.</p>
<p>Turned off the projector, waited for cool down red light to stop flashing. &nbsp;Power cycled the board by unplugging, waiting 20 seconds and plugging back in again.&nbsp;</p>
<p>Disconnected the USB cable, waited for one minute and plugging back in again.</p>
<p>Two useful tricks learned: &nbsp;</p>
<p>1. To escape from the calibration when pen is not working, right click on your mouse.</p>
<p>2. Our ActivBoard 2+ works after a fashion while in standby mode (button is red). &nbsp;The pen works, but the tracking is erratic and lines are a bit jaggy when the power button is on red/standby. &nbsp;Make sure that the board is turned on with green light showing.</p>
<p><div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-09-27/HjGokhhkwHajualCxifslrseEBJhzIHnvyoeFFBdjfczBCtdrJosAIIssIyf/activboard-standby-secret.jpg.scaled1000.jpg"><img alt="Activboard-standby-secret" height="375" src="http://posterous.com/getfile/files.posterous.com/temp-2010-09-27/HjGokhhkwHajualCxifslrseEBJhzIHnvyoeFFBdjfczBCtdrJosAIIssIyf/activboard-standby-secret.jpg.scaled500.jpg" width="500" /></a>
</div>
</p>
<p>Knowledgebase:</p>
<p><a href="http://uk.prometheankb.com/display/4/kb/article.aspx?aid=313911&amp;n=1&amp;docid=16844&amp;tab=search">http://uk.prometheankb.com/display/4/kb/article.aspx?aid=313911&amp;n=1&amp;docid=16844&amp;tab=search</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/debugging-a-promethian-activboard">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/debugging-a-promethian-activboard#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="768" width="1024" url="http://getfile0.posterous.com/getfile/files.posterous.com/temp-2010-09-27/HjGokhhkwHajualCxifslrseEBJhzIHnvyoeFFBdjfczBCtdrJosAIIssIyf/activboard-standby-secret.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile9.posterous.com/getfile/files.posterous.com/temp-2010-09-27/HjGokhhkwHajualCxifslrseEBJhzIHnvyoeFFBdjfczBCtdrJosAIIssIyf/activboard-standby-secret.jpg.scaled500.jpg" />
      </media:content>
    </item>
    <item>
      <pubDate>Wed, 24 Mar 2010 10:51:04 -0700</pubDate>
      <title>Deleting pages from books and other Drupal gotchas</title>
      <link>http://blog.seanfarrell.co.uk/deleting-pages-from-books-and-other-drupal-go</link>
      <guid>http://blog.seanfarrell.co.uk/deleting-pages-from-books-and-other-drupal-go</guid>
      <description>
        <![CDATA[<p>
	<p>There is a significant differance between the behaviour of the drupal edit books admin pages and the drupal menus admin pages.&nbsp; Specifically the delete link does very different things.</p>
<p>Drupal -&gt; Admin -&gt; Menus -&gt; Menuname (edit)</p>
<p><a href="http://www.flickr.com/photos/digital_sean/4460511058/" title="drupal-book-gotcha by digitalsean, on Flickr"><img src="http://farm5.static.flickr.com/4066/4460511058_5611028fac.jpg" height="187" alt="drupal-book-gotcha" width="500" /></a></p>
<p>Drupal -&gt; Admin -&gt; Books -&gt; Bookname (edit order and titles)</p>
<p><a href="http://www.flickr.com/photos/digital_sean/4459731545/" title="drupal-menu-gotcha by digitalsean, on Flickr"><img src="http://farm5.static.flickr.com/4046/4459731545_5b4903baff.jpg" height="117" alt="drupal-menu-gotcha" width="500" /></a></p>
<p>The delete buttons on the lists of items in these two core drupal module do very different things.&nbsp; Clicking delete in the edit list in the book module deletes the node, whereas clicking on delete in the menu module just deletes the menu item and leaves the node in place.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/deleting-pages-from-books-and-other-drupal-go">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/deleting-pages-from-books-and-other-drupal-go#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Wed, 24 Mar 2010 10:01:00 -0700</pubDate>
      <title>Update on Blackboard and Firefox 3.6 - Badly formatted request issue</title>
      <link>http://blog.seanfarrell.co.uk/update-on-blackboard-and-firefox-36-badly-for</link>
      <guid>http://blog.seanfarrell.co.uk/update-on-blackboard-and-firefox-36-badly-for</guid>
      <description>
        <![CDATA[<p>
	<p>I posted earlier on a problem with&nbsp; Firefox 3.5/6,  caching and etags headers and Blackboard 7.3.&nbsp;</p>
<p>The issue appears the second time they click on the xid-9999 redirect which is shown when a file resource appears in  a content list.&nbsp; The message is&nbsp;</p>
<p>400 BADLY FORMATTED REQUEST, Tomcat / Apache error message</p>
<p>Possble solution - have apache intercept and rewrite the headers for urls in this format.&nbsp; Check that mod_headers is enabled in apache and add the following to the apache config file.</p>
<p><code>


&lt;LocationMatch "/bbcswebdav/xid-*"&gt;
&nbsp;&nbsp;&nbsp; Header unset If-Modified-Since
&nbsp;&nbsp;&nbsp; Header unset If-None-Match
&lt;/LocationMatch&gt;


</code><p />&nbsp;&nbsp;&nbsp; <br /></p>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/update-on-blackboard-and-firefox-36-badly-for">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/update-on-blackboard-and-firefox-36-badly-for#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 12 Mar 2010 07:57:00 -0800</pubDate>
      <title>Blackboard and Firefox 3.6 - Badly formatted request</title>
      <link>http://blog.seanfarrell.co.uk/blackboard-and-firefox-36-badly-formatted-req</link>
      <guid>http://blog.seanfarrell.co.uk/blackboard-and-firefox-36-badly-formatted-req</guid>
      <description>
        <![CDATA[<p>
	<p>Came across an odd problem with Blackboard 7.3 server and Firefox 3.6.&nbsp; It seems that our users who have upgraded to Firefox 3.6 are encountering a problem when they view web resource linked using xid-9999 type urls.&nbsp;</p>
<p>The first time someone clicks on an item linked to a file resource in a content list it appears normally.</p>
<p>But the second time they try to click on the link to the resource, they see:</p>
<p>400 BADLY FORMATTED REQUEST, Tomcat / Apache error message</p>
<p>It appers that the crux of the problem is how Firefox 3.6 responds to caching and etags headers.</p>
<p>One workaround for now is to clear your cache using Firefox / Preferences / Advanced / Network / Clear Now</p>
<p><strong>Update:</strong> posted a <a href="http://blog.seanfarrell.co.uk/update-on-blackboard-and-firefox-36-badly-for">proposed solution using apache to clean up the requests</a></p>
<p>Here's the long version......</p>
<p>We're using Blackboard v7.3.230.0 running on Tomcat 5.5.26 on Apache 1.3.&nbsp;</p>
<p>The linked items use a perminant url in the formal /xid-98788.&nbsp; Requests for this page are then redirected to the current version of the file in the content collection.&nbsp; I notice that the server returns an etag and expires header even on the 302 temporary redirect responses.&nbsp; It does not include nocache headers and it uses the same dummy etag for every response, and an expires header in +24 hours.</p>
<p>When Firefox 3.6 requests the /xid-99999 resource it includes the etag and an if-modified-since header based on the previous last modified date.</p>
<p>The Blackboard / Tomcat server doesn't seem to like these headers and throws a 400 Badly formatted request error.</p>
<p>&nbsp;</p>
<p>The first time Firefox 3.6 requests the page</p>
<p>GET <a href="http://vision.hw.ac.uk/bbcswebdav/xid-310314_2">http://vision.hw.ac.uk/bbcswebdav/xid-310314_2</a></p>
<p>The response is:</p>
<p><strong>302 Moved Temporarily</strong></p>
<p>Response headers include:</p>
<p><code>


Date: Fri, 12 Mar 2010 14:33:41 GMT
X-Blackboard-product: Blackboard Academic Suite&amp;#8482; 7.3.230.0
Cache-Control: public
&lt;strong&gt;Etag: bb-cache-1&lt;/strong&gt;
&lt;strong&gt;Last-Modified: Thu, 13 Nov 2008 18:16:31 GMT&lt;/strong&gt;
&lt;strong&gt;Expires: Sat, 12 Mar 2011 14:33:41 GMT&lt;/strong&gt;
Content-Disposition: filename="index.htm", filename="index.htm", filename="index.htm", filename="index.htm", filename="index
.htm"
Location: http://vision.hw.ac.uk/bbcswebdav/courses/COURSENAME/somedir/ufp1/index.htm
Content-Length: 0
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
Content-Type: application/octet-stream;charset=UTF-8


</code></p>
<p>The second time Firefox requests the page:</p>
<p>GET <a href="http://vision.hw.ac.uk/bbcswebdav/xid-310314_2">http://vision.hw.ac.uk/bbcswebdav/xid-310314_2</a><p /></p>
<p>Unlike previous versiosn of Firefox eg. 3.0.17, in firefox 3.6, two extra request headers are sent -</p>
<p>&nbsp;</p>
<p><code>
&lt;strong&gt;If-Modified-Since: Thu, 13 Nov 2008 18:16:31 GMT&lt;/strong&gt;
&lt;strong&gt;If-None-Match: bb-cache-1&lt;/strong&gt;
</code></p>
<p>Reponse is:</p>
<p><strong>400_BADLY_FORMATTED_REQUEST</strong></p>
<p>and includes these headers:</p>
<p><code>X-Blackboard-product: Blackboard Academic Suite&amp;#8482; 7.3.230.0
Cache-Control: public
Etag: bb-cache-1
Last-Modified: Thu, 13 Nov 2008 18:16:31 GMT
Expires: Sat, 12 Mar 2011 14:49:32 GMT</code></p>
<p>Regular files in content collection as opposed to xid refereces are served up to Firefox 3.6 normally, so you may reload a page several times once you have been redirected, but using the link from the list of resources twice causes the problem.</p>
<p>GET <a href="http://vision.hw.ac.uk/bbcswebdav/courses/COURSENAME/somedir/index.html">http://vision.hw.ac.uk/bbcswebdav/courses/COURSENAME/somedir/index.html</a></p>
<p>Response 200 OK</p>
<p>Request headers include:</p>
<p><a href="http://vision.hw.ac.uk/bbcswebdav/courses/B21UF_2009-2010/ultrafast/index.html">http://vision.hw.ac.uk/bbcswebdav/courses/B21UF_2009-2010/ultrafast/index.html</a></p>
<p><code>If-Modified-Since: Fri, 12 Mar 2010 15:31:17 GMT
If-None-Match: "227921-219620"</code></p>
<p>Response headers include</p>
<p><code>Pragma&nbsp;&nbsp;&nbsp; no-cache
Cache-Control&nbsp;&nbsp;&nbsp; no-cache
Etag&nbsp;&nbsp;&nbsp; "227921-219620"
X-Blackboard-product&nbsp;&nbsp;&nbsp; Blackboard Academic Suite&amp;#8482; 7.3.230.0</code></p>
<p>Reposne headers include:</p>
<p><code>Pragma: no-cache
 Cache-Control: private
Etag: "227921-219620"
Last-Modified: Wed, 22 Apr 2009 11:23:27 GMT
Expires: Thu, 12 Mar 2009 14:49:25 GMT</code></p>
<p>Workaround for now - use another browser? Chrome, Safari.&nbsp; Or in Firefox clear the cache when you see this issue.</p>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/blackboard-and-firefox-36-badly-formatted-req">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/blackboard-and-firefox-36-badly-formatted-req#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 12 Feb 2010 09:17:09 -0800</pubDate>
      <title>Re-inventing my blog</title>
      <link>http://blog.seanfarrell.co.uk/re-inventing-my-blog</link>
      <guid>http://blog.seanfarrell.co.uk/re-inventing-my-blog</guid>
      <description>
        <![CDATA[<p>
	<p>So I've decided to dust off the blog, and migrate all my old typepad posts over to blog.seanfarrell.co.uk. &nbsp; Promised to do some more blogging and write up some of the things that I have been up to recently.</p>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/re-inventing-my-blog">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/re-inventing-my-blog#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 06 Mar 2009 11:52:38 -0800</pubDate>
      <title>Public courses from a noguest moodle</title>
      <link>http://blog.seanfarrell.co.uk/public-courses-from-a-noguest-moodle</link>
      <guid>http://blog.seanfarrell.co.uk/public-courses-from-a-noguest-moodle</guid>
      <description>
        <![CDATA[<p>
	Our VLE is set.up primarily to give our students access to course resources, however it has been taken on by some research groups as collaboration space.  Some of the groups are interested in making their areas public and allowing people without accounts access.

The difficulty arrises because we want to be able to quickly change courses between 3 levels of access - 

closed : enrolled students and staff only
preview : any student or staff has read only access
public : open to external visitors as guest

We presently use the 'guest' faculity to provide the preview access within a closed (no guest/google) moodle.

Couple of options come to mind:

1. Close all courses to guest access, and then enable preview access using role overrides at category or course level. The enable public guest access.
2. Pinhole for specific courses by tweaking login and require_login() function. (If only there was a hook, or I was confident enough to install php pecl runkit) 
3.  Create a paralled networked moodle, where public courses can be hosted with different permissions

Number 3 looks like the way we are going - a networked moodle means that we can give our internal users permissions to manage their courses, and also permit guest access or self registered users in a more public space.
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/public-courses-from-a-noguest-moodle">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/public-courses-from-a-noguest-moodle#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 06 Mar 2009 11:07:32 -0800</pubDate>
      <title>Moodle and Mediafilter - disabling inline flash</title>
      <link>http://blog.seanfarrell.co.uk/moodle-and-mediafilter-disabling-inline-flash</link>
      <guid>http://blog.seanfarrell.co.uk/moodle-and-mediafilter-disabling-inline-flash</guid>
      <description>
        <![CDATA[<p>
	So among the small things I've found out today is that moodle does some interesting things when you upload html pages and try to serve them through a moodle course.

If the filter files configuration is on then the moodle text filters may rewrite things in the file, making smilies appear or adding the theme css and moodle javascripts eg. Ufo.js to the header of the file.

It also means that if mediafilter is turned on, links like a href="something.swf" are automatically rewritten into an embedded flash object.

Quick tip to disable this is to add a question mark onto the end of the filename.  A href="something.swf?" will not be rewritten.
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/moodle-and-mediafilter-disabling-inline-flash">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/moodle-and-mediafilter-disabling-inline-flash#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 13 Feb 2009 10:02:59 -0800</pubDate>
      <title>date/time value reaches 1234567890 tonight</title>
      <link>http://blog.seanfarrell.co.uk/datetime-value-reaches-1234567890-tonight</link>
      <guid>http://blog.seanfarrell.co.uk/datetime-value-reaches-1234567890-tonight</guid>
      <description>
        <![CDATA[<p>
	<p>Many computer systems represent date and time values by counting the number of seconds since a specific date and time. The commonly used UNIX date time value counts from 1 January 1970 00:00 GMT. &#0160;</p><div>At 23:31:30 GMT today (Friday 13 February 2009) the unix datetime value reaches the integer number 1234567890.<div><p /><div>Frequently asked&#0160;questions</div><div><div><span style="font-weight: bold;">Q1: Is there a website where I can see a countdown?</span></div><div>A: Why yes, visit :&#0160;<a href="http://www.1234567890day.com/" style="color: blue; text-decoration: underline; cursor: pointer;">http://www.1234567890day.com</a>&#0160;or also&#0160;<a href="http://coolepochcountdown.com/">http://coolepochcountdown.com</a></div><br /></div><div><span style="font-weight: bold;">Q2: Will anything bad happen?&#0160;</span></div><div>A: Probably not. &#0160;We have another 29 years before we reach the maximum 32 bit value for this time, see wikipedia on the&#0160;<a href="http://en.wikipedia.org/wiki/Year_2038_Problem">2k38 problem</a></div><br /><div><span style="font-weight: bold;">Q3: Is this important?</span></div><div>A: Not really<sup>[1]</sup>, just a cool number. &#0160;</div><br /><div><span style="font-weight: bold;">Q4: How do I turn a number into a local date/time?</span></div><div>A: date -r 1234567890</div><br /><div><span style="font-weight: bold;">Q5: How do I find out what time it is in this form</span></div><div>A: date +%s</div><br /><div><span style="font-weight: bold;">Q6: But I don&#39;t have &#0160;a unix machine?</span></div><div>A: <a href="http://javascript:d=new Date;alert('it is now '+d.getTime()+' seconds since UNIX epoch');">javascript:d=new Date;alert(&#39;it is now &#39;+d.getTime()+&#39; seconds since UNIX epoch&#39;);</a><br /></div><br /><div>--</div><div><div><span style="font-size: 11px; font-family: Trebuchet MS;">[1]: Unless you wrote some code in the 80&#39;s or 90&#39;s and never imagined we&#39;d still run your program, or have working computers after y2k and decided that 1234567890 was a nice number to represent something like &#39;end of file&#39;, or &#39;initiate self destruct sequence&#39;.</span></div><br /></div></div></div>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/datetime-value-reaches-1234567890-tonight">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/datetime-value-reaches-1234567890-tonight#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 13 Feb 2009 10:00:56 -0800</pubDate>
      <title>Telescopic Text story</title>
      <link>http://blog.seanfarrell.co.uk/telescopic-text-story</link>
      <guid>http://blog.seanfarrell.co.uk/telescopic-text-story</guid>
      <description>
        <![CDATA[<p>
	<p>A nice little story about making a cup of tea by&#0160;<a style="color: blue; text-decoration: underline; cursor: pointer;">Joe Davis</a>&#0160;which uses javascript to expand and re-wite the story word by word.</p><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><p><a href="http://www.joedavis.co.uk/">Telescopic Text</a> is a short story by Joe Davis. ...<br />Telescopic Text is a short story by Joe Davis. The story expands word by word. ....</p></blockquote><p>I wonder if something similar might be a nice starter or exercise from writing in English?</p><p>My first thought was some kind of programming project to write a telescopic text editor.&#0160; </p><p>On second thought though, perhaps it is simpler to use a bit of paper.&#0160; Start with a sentence at the top of the page, and progressively rewrite adding or replacing words to make the story longer and longer, as exercise in drafting and rewriting.</p>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/telescopic-text-story">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/telescopic-text-story#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sat, 20 Dec 2008 09:39:34 -0800</pubDate>
      <title>passing time with android phone</title>
      <link>http://blog.seanfarrell.co.uk/passing-time-with-android-phone</link>
      <guid>http://blog.seanfarrell.co.uk/passing-time-with-android-phone</guid>
      <description>
        <![CDATA[<p>
	We've excused ourselves from part of a family get together in theWe've excused ourselves from part of a family get together in the pre-Christmas weekend.  Having a baby is a great excuse for afternoon naps. 

Having exhausted all of the hotel room TV and radio options, we turned to the G1 phone for entertainment.  Loaded up the <a href="http://last.fm">Last.FM</a> player (<a href="http://lastfm.ajaxie.com">aLastFM</a>) and searched for the word "christmas".  We now have our own personal christmas-musak.  

(You can also listen to this from the  <a href="http://last.fm">Last.FM website</a> on a real computer.

Even better, the android phone is letting me carry on web browsing, twittering and now writing a blog post with almost no skips or halts in the music. You can see the track name by sliding down the notification area, and also to quickly go back to the player and skip or ban an unwanted song.

Feeling a bit more Christmas-y now.
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/passing-time-with-android-phone">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/passing-time-with-android-phone#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sun, 02 Nov 2008 08:52:19 -0800</pubDate>
      <title>Baby Changing Aerobics</title>
      <link>http://blog.seanfarrell.co.uk/baby-changing-aerobics</link>
      <guid>http://blog.seanfarrell.co.uk/baby-changing-aerobics</guid>
      <description>
        <![CDATA[<p>
	There are meny things that I'll try doing in order to keep the baby entertained.  He often starts to get upset when being changed, or getting ready for bed.  <p />One of our early tricks was just to stop freeze, or pretend to be a tree.  Drama classes come in handy for something.  We've now moved on and playing peel-a-boo is a favorite at the moment.<p />Silliest thing so far has been playing out part of the film Monstors Inc.  "scarry feet, scary feet - kid's awake", Jumping up and down and hiding under by lying flat on the floor.  <p />This is aso how I noticed the strange feeling that I get in my wrists if I jump  up and down while my hands are raised in the air (I get a rebounding pulse-like feeling in my wrists when I do this).<p />I feel a Doctor Doctor joke coming on : "Doctor, Doctor ... I get a funny feeling when I jump up and down, with my arms in the air"
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/baby-changing-aerobics">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/baby-changing-aerobics#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Mon, 27 Oct 2008 02:08:46 -0700</pubDate>
      <title>Site specific CSS overrides in Opera 9.5 mobile</title>
      <link>http://blog.seanfarrell.co.uk/site-specific-css-overrides-in-opera-95-mobil</link>
      <guid>http://blog.seanfarrell.co.uk/site-specific-css-overrides-in-opera-95-mobil</guid>
      <description>
        <![CDATA[<p>
	I was pleasently surprised to find that Opera 9.5 beta2 for Windows Mobile has a lot of the features of the full browser.  In fact it can be difficult at times to persuade websites to provide their mobile friendly version.

There's a probem with the layout in Bloglines, which is ignored by PocketIE, but Opera shows up. There's an unclosed (center) tag which leaves all of the content centred.

m.beta.bloglines.com/feedtree

So a little work with Opera, it's big brother allows site specific CSS overrides.  So created a file called

override.ini in /Application Date/Opera 9.5 Beta/

Opera Preferences version 2.1
; Do not edit this file while Opera is running
; This file is stored in UTF-8 encoding
	
[Overrides]
bloglines.com

[bloglines.com]
User Prefs|Local CSS File=\Application Data\Opera 9.5 Beta\mystyles\bloglines.css

Created a subfolder mystyles and bloglines.css

@charset "utf-8";
/* Stylesheet for bogines.com */
center {
	text-align: right; !important

}
/* the yellow background was a test to see if this realy works */
body {
background: yellow;
}

Relaunch Opera, and we have bloglines with our custom styles.  More examples of style overrides at <a href="http://userstyles.org">http://userstyles.org</a>

I think the syntax of the override.ini file allows many of Opera's settings to be customised on a site by site basis.  Not experimented with this yet, but I would not be surprised if you could turn off javascript, or stop downloading images for specific sites using this override file too.
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/site-specific-css-overrides-in-opera-95-mobil">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/site-specific-css-overrides-in-opera-95-mobil#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 05 Sep 2008 03:19:52 -0700</pubDate>
      <title>Interactive Screen Experiments for Physics piCETL</title>
      <link>http://blog.seanfarrell.co.uk/interactive-screen-experiments-for-physics-pi</link>
      <guid>http://blog.seanfarrell.co.uk/interactive-screen-experiments-for-physics-pi</guid>
      <description>
        <![CDATA[<p>
	Interesting talk and workshop from piCETL. (Physics Innovations Cene for Excellence in Teaching and Learning Open University)  They have developed a series of interactive screen experiments in Physics. These differ from interactive computers simulations, in that they are based on highly interactive videos and photos of real experiments. This means students take real measurements from photos of a real experiments  

They are being used by OU to help students prepare for residential courses, to teach skills and introduce new equipment.  They have been funded as part of a UK Higher Education Centre for Excellence in Teaching and Learning, so they are enthusiastic to have people trying out the resources with their students, and to get feedback 

<a href="http://www.open.ac.uk/picetl/activities/details/detail.php?itemId=4612203073f3a">http://www.open.ac.uk/picetl/activities/details/detail.php?itemId=4612203073f3a</a>

They also reported positive expeience of students using a virtual oscilloscope simulation to learn about and practice using lab equipment.

<a href="http://www.virtual-oscilloscope.com/">http://www.virtual-oscilloscope.com/</a>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/interactive-screen-experiments-for-physics-pi">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/interactive-screen-experiments-for-physics-pi#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 09 May 2008 10:11:53 -0700</pubDate>
      <title>posts to do</title>
      <link>http://blog.seanfarrell.co.uk/posts-to-do</link>
      <guid>http://blog.seanfarrell.co.uk/posts-to-do</guid>
      <description>
        <![CDATA[<p>
	Some headings to write and expand on later

* remembering to develop services for the loosely connected world
* repurposing twitter and jaku : formal and informal tools for near real time response and feedback in education
* text messaging services - bridging the instant-message-vs-email generational gap)
* rss in moodle, for providing offline-able services
* e-portfolios vs myspace and facebook.  Teaching about positive profile creation
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/posts-to-do">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/posts-to-do#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Wed, 30 Apr 2008 08:25:22 -0700</pubDate>
      <title>Filtering your facebook feeds</title>
      <link>http://blog.seanfarrell.co.uk/filtering-your-facebook-feeds</link>
      <guid>http://blog.seanfarrell.co.uk/filtering-your-facebook-feeds</guid>
      <description>
        <![CDATA[<p>
	<p>Here's a quick guide on creating your own filtered view of <a href="http://www.facebook.com/friends/?status">facebook status updates</a> for your news reader.</p>

<p>I got an email from a friend of digitalkatie about facebook and twitter.&nbsp; Apparently the constant stream of status updates via twitter into facebook is overwhelming his use of the facebook status RSS feed.&nbsp; There is a nice solution using yahoo pipes without needing any real programming.</p>

<p>You might want to take a look at <a href="http://pipes.yahoo.com/" target="_blank">pipes.yahoo.com</a>.&nbsp; They provide a nice gui based<div class='p_embed p_image_embed'>
<img alt="Media_httpdigitalsean_ucajb" height="64" src="http://posterous.com/getfile/files.posterous.com/import-lknj/FdpsgbGwJDssmCkiznrhIuqHxBtFnpwxHacGpelvlcIBpqpFgzFJEdilhczu/media_httpdigitalsean_ucajb.png.scaled500.png" width="100" />
</div>
 process building tool which allows you to set up a chain of processes to take action on combinations of RSS feeds and web pages.</p>

<ol><li>Login using a yahoo id, create a new pipe.</li>

<li>Copy the the address[1] of the facebook RSS feed into a new 'fetch feed' block.&nbsp; </li>

<li>Add a new&nbsp; 'filter block' and connect the fetch feed to the filter block by drawing a line between the bottom connector on the fetch and the top one on the filter block.</li>

<li>You could enter some text in the filter block - choose to block ANY items with <strong>' is twittering: '</strong> in them. </li>

<li>Now connect the bottom of the filter up to the 'pipe output' block.&nbsp; </li>

<li>Save and 'run feed' to view the results.&nbsp; (No need to 'publish it' or to rename the feed)</li></ol>

<p>Buttons on the results page will allow you to add it to My Yahoo, Google Reader or other feed readers using the orange RSS 'more options' link.</p>

<p>I'm using the filtered feed in Bloglines and finding it quite useful.&nbsp; There is no point in seeing the same messages twice as I read twitter on my phone or on the website.</p>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/filtering-your-facebook-feeds">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/filtering-your-facebook-feeds#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="64" width="100" url="http://getfile0.posterous.com/getfile/files.posterous.com/import-lknj/FdpsgbGwJDssmCkiznrhIuqHxBtFnpwxHacGpelvlcIBpqpFgzFJEdilhczu/media_httpdigitalsean_ucajb.png">
        <media:thumbnail height="64" width="100" url="http://getfile1.posterous.com/getfile/files.posterous.com/import-lknj/FdpsgbGwJDssmCkiznrhIuqHxBtFnpwxHacGpelvlcIBpqpFgzFJEdilhczu/media_httpdigitalsean_ucajb.png.scaled500.png" />
      </media:content>
    </item>
    <item>
      <pubDate>Tue, 29 Apr 2008 14:29:01 -0700</pubDate>
      <title>Going offline for travel with Window Mobile</title>
      <link>http://blog.seanfarrell.co.uk/going-offline-for-travel-with-window-mobile</link>
      <guid>http://blog.seanfarrell.co.uk/going-offline-for-travel-with-window-mobile</guid>
      <description>
        <![CDATA[<p>
	Holidays always make me think about packing online media.  It's a time to copy across working files, email, and new music to the laptop. 

I have become a bit of a fan of services which store data and make it accessible through a browser.
 
* Google for email and calendar
* del.icio.us for bookmarks
* Bloglines for blog reading

At home I can switch between desktop machines and mobile devices both at home and work and know that I will have access as long as I have a browser with an internet connection.

Packing for holiday means that I might have to manage without.  How can I prepare my windows mobile phone for the prospect of only having an intermittent connection?

In theory Google Mail now has imap, a mail protocol designed with exactly this sort of scenario - keeping folders and emails on a sever in sync with an intermittently connected client.  Unfortunately window mobile mail client   isn't quite up to the job, and deals with imap slowly with timeouts.  Fortunately WebIS have FlexMail 2007 which does the trick nicely.

For blog reading I am using Egress by Karl Hessinger (GarishKernels).  This picks up my subscription list and unread items from Bloglines.

I've brought over calendar information using OggSync.  And I am currently typing this using a commercial blog service Typepad, because of it's nice offline mobile client.

And for some reassurance that the PCs at home and work will still work when we return, some backups were needed.  Carbon Copy clones the complete Mac hard disk, and Cobain Backup to selectively backup the important bits on each of the windows boxes.
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/going-offline-for-travel-with-window-mobile">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/going-offline-for-travel-with-window-mobile#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 25 Apr 2008 13:15:22 -0700</pubDate>
      <title>Tracking posts from many places using friendfeed</title>
      <link>http://blog.seanfarrell.co.uk/tracking-posts-from-many-places-using-friendf</link>
      <guid>http://blog.seanfarrell.co.uk/tracking-posts-from-many-places-using-friendf</guid>
      <description>
        <![CDATA[<p>
	<p>Ewan recently mentioned finding <a href="http://friendfeed.com/digitalsean">friendfeed</a> useful, if occasionally overwhelmed by twitter posts. Usefully it does roll up multiple posts into one entry where appropriate.&nbsp; </p>

<p>Friendfeed offers a nice way to provide a composite feed which summarises a list of when and where your friends have posted new content elsewhere on the web.&nbsp; &nbsp;It is sort of like an outward facing Facebook newsfeed.&nbsp; Instead of just providing a list of actions within the facebook service, this draws on any web2.0 services which you post. It can provide a composite list of what you or your friends have been up to and where they have been posting recently. There are so many places where people may be posting that it can be difficult to keep up, and spot and add new feeds for everyone.&nbsp; </p>

<p>Bother, I had spent a long time programming and linking up a cunning sequence of yahoo pipes to do <a href="http://www.seanfarrell.co.uk/feed/digitalsean-combined">exactly this job</a></p><br /><p>&nbsp;</p>

<p>EDIT: fixed the link to <a href="http://friendfeed.com/digitalsean">my friend feed</a> and also posted a new item about filtering facebook to remove twitter.&nbsp; Wonder if this will help ewan's problem?</p>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/tracking-posts-from-many-places-using-friendf">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/tracking-posts-from-many-places-using-friendf#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 25 Apr 2008 13:09:48 -0700</pubDate>
      <title>Twitter and other unwanted messages</title>
      <link>http://blog.seanfarrell.co.uk/twitter-and-other-unwanted-messages</link>
      <guid>http://blog.seanfarrell.co.uk/twitter-and-other-unwanted-messages</guid>
      <description>
        <![CDATA[<p>
	<p>It would be nice to have a bit more control over which messages are forwarded to my phone using twitter. Spam is fairy easy to avoid, but other kind of unwanted message come from a probem with twitter only having one stream of messages per user.&nbsp; </p>

<p>I can see the use for clients like <a href="http://www.twhirl.org/">twhirl</a> and other desktop clients to allow you to post and read in more flexible ways.&nbsp; It would be nice to be able to do some more filtering and selecting online.&nbsp; I can see an idea for an automated filter and repost tool, create a filtered or composite twitter feed to add to your friends to stay in touch if their usual feed is a bit busy.</p>

<p>It would be nice to be able to be a bit more selective about what you read and send using text messages. I find the text based interface the most useful one, but lacking in some selectivity.&nbsp; You can follow or nofollow - that's it.&nbsp; What if I want to follow everything except 'new blog post' twitters for example.&nbsp; I hope paying for text message quotas may drive some development in this area.</p>

<p>It may be useful to look at other microblogging services like <a href="http://www.jaku.com/">jaku</a>, following their acquisition by google</p>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/twitter-and-other-unwanted-messages">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/twitter-and-other-unwanted-messages#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Thu, 24 Apr 2008 11:08:05 -0700</pubDate>
      <title>Twitter, microblogs and spam</title>
      <link>http://blog.seanfarrell.co.uk/twitter-microblogs-and-spam</link>
      <guid>http://blog.seanfarrell.co.uk/twitter-microblogs-and-spam</guid>
      <description>
        <![CDATA[<p>
	<p>Enjoying being able to stay in touch while travelling (although trying to avoid the urge to download my work emails).&nbsp; Bit of blogging, photos and twittering.</p>

<p>I'm really enjoying being able to post and track microblogs using <a href="http://using twitter.com/digitalsean">twitter</a>, sending small quick updates to people by web, text message and status messages. <a href="http://www.twitter.com/digitalkatie">Kate</a> seems to be having fun doing this too.</p>

<p>Also heard from Kal this morning that he has just finished his exams, and was waiting expectantly for answers - so we got in touch to cheer him up Tried to get Louis to giggle down the phone. Not sure what else he got back from the request for a distraction via twitter.</p>

<p>EDIT: Congratulations Kal on passing the exams</p>

<p>On the sighty more annoying side are the start of the spam twitter accounts. An account called <a href="http://twitter.com/googlenoticias">googlenoticias</a> started following lots of people yesterday.&nbsp; Of course the spamming only works if I reciprocate and choose to follow it in return. Mildly irritating. </p>

<p>Also previously have had a more targeted approach from companies using Twitter.&nbsp; One of which was writing about and promoting training 'courses' for schools including brain gym!</p>

<p>On the other hand, seeing how twitter can be used socially in zefrank's <a href="http://www.colorwars.com">colorwars</a> has reminded me how much more fun it is to use it socially.&nbsp; (On our way down to centreparks we joined in playing Bingo over twitter - Kate for <a href="http://www.twitter.com/c0ff00team">c0ff00team</a> and myself for <a href="http://www.twitter.com/redteam">redteam</a>.&nbsp; Colo(u)r wars has already divided the family.</p>

<p>It really seems that twitter is more interesting when used as part of a conversation rather then just a one way stream of consciousness.&nbsp; Ask a question, or comment back to someone.&nbsp; It's much more than just a way to update your Facebook status.</p>
	
</p>

<p><a href="http://blog.seanfarrell.co.uk/twitter-microblogs-and-spam">Permalink</a> 

	| <a href="http://blog.seanfarrell.co.uk/twitter-microblogs-and-spam#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/418326/sean-side.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/37lnxNI4s0qR</posterous:profileUrl>
        <posterous:firstName>Sean</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>digitalsean</posterous:nickName>
        <posterous:displayName>Sean Farrell</posterous:displayName>
      </posterous:author>
    </item>
  </channel>
</rss>

