<?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>simonrichardson.info &#187; Uncategorized</title> <atom:link href="http://www.simonrichardson.info/category/uncategorized/feed/" rel="self" type="application/rss+xml" /><link>http://www.simonrichardson.info</link> <description>ActionScript &#38; Android</description> <lastBuildDate>Mon, 05 Dec 2011 09:54:05 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>Closing down</title><link>http://www.simonrichardson.info/2011/12/05/closing-down/</link> <comments>http://www.simonrichardson.info/2011/12/05/closing-down/#comments</comments> <pubDate>Mon, 05 Dec 2011 09:52:11 +0000</pubDate> <dc:creator>Simon Richardson</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://www.simonrichardson.info/?p=214</guid> <description><![CDATA[I&#8217;ve tried the last couple of years to keep a blog up to date, but I&#8217;ve just not got enough time at the moment. I could make a snide remark that I&#8217;m going the way of the Flash runtime, but that would be harsh! Also if you actually want to keep up with my stuff [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve tried the last couple of years to keep a blog up to date, but I&#8217;ve just not got enough time at the moment. I could make a snide remark that I&#8217;m going the way of the Flash runtime, but that would be harsh! Also if you actually want to keep up with my stuff it is better to use <a
href="https://github.com/stickupkid" title="github">github</a> or <a
href="http://www.last.fm/user/cereals" title="last.fm">last.fm</a> or follow me on <a
href="http://twitter.com/#!/stickupkid" title="twitter">twitter</a>.</p><p>This will be around until the hosting runs out, which is about 5 days or so.</p> ]]></content:encoded> <wfw:commentRss>http://www.simonrichardson.info/2011/12/05/closing-down/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>AS3-Libraries</title><link>http://www.simonrichardson.info/2011/06/23/as3-libraries/</link> <comments>http://www.simonrichardson.info/2011/06/23/as3-libraries/#comments</comments> <pubDate>Thu, 23 Jun 2011 17:52:49 +0000</pubDate> <dc:creator>Simon Richardson</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://www.simonrichardson.info/?p=178</guid> <description><![CDATA[My list of libraries are growing, not only have I got AS3-Mixins and AS3-DOM I&#8217;ve started to gather pass and add lots of new AS3 libraries with a liberal license (MIT). Quick overview: AS3-Actions &#8211; AS3 Actions is a beefed up undo manager AS3-Stream &#8211; AS3 Stream came about as the backing for AS3-Actions library [...]]]></description> <content:encoded><![CDATA[<p>My list of libraries are growing, not only have I got <a
href="https://github.com/stickupkid/as3-mixins">AS3-Mixins</a> and <a
href="https://github.com/stickupkid/as3-dom">AS3-DOM</a> I&#8217;ve started to gather pass and add lots of new <a
href="https://github.com/stickupkid">AS3 libraries</a> with a liberal license (<a
href="http://en.wikipedia.org/wiki/MIT_License">MIT</a>). Quick overview:</p><ul><li><strong>AS3-Actions</strong> &#8211; AS3 Actions is a beefed up undo manager</li><li><strong>AS3-Stream</strong> &#8211; AS3 Stream came about as the backing for AS3-Actions library to help with serialization, but has found it&#8217;s uses in other libraries</li><li><strong>AS3-Logger</strong> &#8211; Another logger! You have to make one, as no other logger does what you want!</li><li><strong>AS3-Transitions</strong> &#8211; The main aim of this library is that it&#8217;s simple and fast, use other Tween libraries if you want features!</li><li><strong>AS3-UISignals</strong> &#8211; AS3 UISignals is a library to help deal with the ever changing interfaces which we have to build for. This helps manage touch, mouse and gesture events for components</li><li><strong>AS3-UIComponents</strong> &#8211; This is the front face/GUI to UISignals, currently it&#8217;s in it&#8217;s early stages and is just a series of buttons, analog inputs</li><li><strong>AS3-Spod</strong> &#8211; The name is stolen from haXe, which is Simple Persistent Objects Database Library. The aim to help with SQLite databases. Because writing SQL is just plain boring!</li></ul><p>I&#8217;ll be investing most of my time in the components and improving them <img
src='http://www.simonrichardson.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://www.simonrichardson.info/2011/06/23/as3-libraries/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Language</title><link>http://www.simonrichardson.info/2010/05/06/language/</link> <comments>http://www.simonrichardson.info/2010/05/06/language/#comments</comments> <pubDate>Thu, 06 May 2010 16:10:59 +0000</pubDate> <dc:creator>Simon Richardson</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://www.simonrichardson.info/?p=58</guid> <description><![CDATA[Why has nobody made a new language on the AVM2 (other than haXe)? It&#8217;s a bold statement, but seriously why not? Someone could have implemented a functional type language similar to scala or dynamic language like groovy, which sits on the JVM? It does raise questions why nobody has thought about this before or have [...]]]></description> <content:encoded><![CDATA[<blockquote><p>Why has nobody made a new language on the AVM2 (other than <a
href="http://haxe.org">haXe</a>)?</p></blockquote><p>It&#8217;s a bold statement, but seriously why not?<br
/> Someone could have implemented a functional type language similar to <a
href="http://www.scala-lang.org/">scala</a> or dynamic language like <a
href="http://groovy.codehaus.org/">groovy</a>, which sits on the JVM?</p><p>It does raise questions why nobody has thought about this before or have they and thought it was a complete waist of time. It surprises me that nobody else has joined haXe in the movement and attempted the same feat.</p> ]]></content:encoded> <wfw:commentRss>http://www.simonrichardson.info/2010/05/06/language/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Welcome</title><link>http://www.simonrichardson.info/2010/03/11/welcome/</link> <comments>http://www.simonrichardson.info/2010/03/11/welcome/#comments</comments> <pubDate>Thu, 11 Mar 2010 10:53:10 +0000</pubDate> <dc:creator>Simon Richardson</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://www.simonrichardson.info/?p=4</guid> <description><![CDATA[As usual don't expect anything to often, because life's just not like that.]]></description> <content:encoded><![CDATA[<p>I&#8217;ve been meaning to do this for sometime, I&#8217;ve finally done it! I&#8217;ve reinstalled word press, it&#8217;s only taken about 20 minutes including uploading to FTP. Hopefully I will re-post my old collection of posts on to the site, so you should see something soon. As usual don&#8217;t expect anything too often, because life&#8217;s just not like that.</p> ]]></content:encoded> <wfw:commentRss>http://www.simonrichardson.info/2010/03/11/welcome/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
