<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aching Brain &#187; Uncategorised</title>
	<atom:link href="http://www.achingbrain.net/category/uncategorised/feed" rel="self" type="application/rss+xml" />
	<link>http://www.achingbrain.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 23 Jun 2010 15:56:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The march of progress</title>
		<link>http://www.achingbrain.net/ktm/the-march-of-progress</link>
		<comments>http://www.achingbrain.net/ktm/the-march-of-progress#comments</comments>
		<pubDate>Thu, 09 Oct 2008 10:56:10 +0000</pubDate>
		<dc:creator>ktm</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.achingbrain.net/?p=173</guid>
		<description><![CDATA[Today I received my lovely new Sony Ericsson C902 couriered straight to my desk.  It was very painless: Orange rang, I'm a valued customer, they offer me a new piece of kit and a sexier calling package for less money.  I wasn't expecting much, just a new, smaller, shinier phone and it is just that.  [...]]]></description>
			<content:encoded><![CDATA[<p>Today I received my lovely new Sony Ericsson C902 couriered straight to my desk.  It was very painless: Orange rang, I'm a valued customer, they offer me a new piece of kit and a sexier calling package for less money.  I wasn't expecting much, just a new, smaller, shinier phone and it is just that.  However, it has one thing that most phones don't and that is a mini-jack connector for the headphones.  No need to use the rubbish headphones that come with the phone, I can plug whatever I want into it.  Now that is what I call progress...</p>
<img src="http://www.achingbrain.net/?ak_action=api_record_view&id=173&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.achingbrain.net/ktm/the-march-of-progress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flashpaper</title>
		<link>http://www.achingbrain.net/alex/flashpaper</link>
		<comments>http://www.achingbrain.net/alex/flashpaper#comments</comments>
		<pubDate>Sat, 06 Sep 2008 08:09:47 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.achingbrain.net/?p=172</guid>
		<description><![CDATA[Adobe have despatched Flashpaper to the same grave of irrelevant products as FreeHand and ImageReady.  Considering Flashpaper was made by Macromedia before their assimilation, it was kind of on the cards due to it's competition with PDF.
From the article the CEO a doomed startup whines:
What about all the websites that have been storing all their documents [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe have <a href="http://uk.techcrunch.com/2008/09/04/startups-in-chaos-as-adobes-flashpaper-discontinues/">despatched</a> Flashpaper to the same grave of irrelevant products as FreeHand and ImageReady.  Considering Flashpaper was made by Macromedia before their assimilation, it was kind of on the cards due to it's competition with PDF.</p>
<p>From the article the CEO a doomed startup whines:</p>
<blockquote><p>What about all the websites that have been storing all their documents with Flashpaper? It will be a major job having to transfer all those documents to a new solution</p></blockquote>
<p>Perhaps if instead of willingly submitting to vendor lock in they stored their documents in a <a href="http://www.w3.org/TR/xhtml1/">recognised, open standard that's widely implemented by multiple vendors</a> they would not have this problem.</p>
<img src="http://www.achingbrain.net/?ak_action=api_record_view&id=172&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.achingbrain.net/alex/flashpaper/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FlashCommand</title>
		<link>http://www.achingbrain.net/alex/flashcommand</link>
		<comments>http://www.achingbrain.net/alex/flashcommand#comments</comments>
		<pubDate>Mon, 01 Sep 2008 08:45:55 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.achingbrain.net/?p=171</guid>
		<description><![CDATA[I found this excellent command line tool to compile Flash movies the other day.
It works like this:



flashcommand -p -s /path/to/fla



The -p switch means 'publish' and '-s' specifies the path to the source .fla file.  It works by opening Flash CS3 in the background and instructing it to compile the movie, consequently it will respect [...]]]></description>
			<content:encoded><![CDATA[<p>I found this <a href="http://code.google.com/p/flashcommand/">excellent command line tool</a> to compile Flash movies the other day.</p>
<p>It works like this:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">flashcommand -p -s /path/to/fla</div>
</li>
</ol>
</div>
<p>The -p switch means 'publish' and '-s' specifies the path to the source .fla file.  It works by opening Flash CS3 in the background and instructing it to compile the movie, consequently it will respect the publish settings you've defined in the .fla so the generated .swf file will end up in the right directory.</p>
<p>Combining this with Flash CS3's ability to import an external AS3 file to use with each movie means bar the initial .fla file creation you'll never have to use Adobe's painfully bad authoring environment ever again.</p>
<img src="http://www.achingbrain.net/?ak_action=api_record_view&id=171&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.achingbrain.net/alex/flashcommand/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UK communications database</title>
		<link>http://www.achingbrain.net/alex/uk-communications-database</link>
		<comments>http://www.achingbrain.net/alex/uk-communications-database#comments</comments>
		<pubDate>Tue, 20 May 2008 16:24:46 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.achingbrain.net/?p=170</guid>
		<description><![CDATA[The latest krazee plan from the Home Office's policy department seems to be a massive database containing the details of every phone conversation and email sent in the UK.
Assuming it works (it won't) then at least they'll realise just how bad the spam situation is.
]]></description>
			<content:encoded><![CDATA[<p>The latest krazee plan from the Home Office's policy department seems to be a massive database containing the details of <a href="http://news.bbc.co.uk/1/hi/technology/7410885.stm">every phone conversation and email sent</a> in the UK.</p>
<p>Assuming it works (it won't) then at least they'll realise just how bad the spam situation is.</p>
<img src="http://www.achingbrain.net/?ak_action=api_record_view&id=170&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.achingbrain.net/alex/uk-communications-database/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
