Archive for March, 2006
Open Source Flash RIA development – case study
After swapping to an open Source flash solution for a RIA, the following advantages were achieved:
- saved over 110 working hours in compile time (that’s crazy stuff!!!)
- integrated into the overall dotnet web application a million times better
- less bugs, tighter code, better code
- better development environment
technorati tags: Flash, FAMES, AMES, Open source
Open Source Flash presentation (files inc)
Last December I gave a talk at OSDC on how Open Source Flash development is a million times better than using the Macromedia/Adobe IDE. I said I would upload the files etc. So at last (!) here they are:
- The presentation swf – made from OS Flash of course (AMES). You will need to click on the swf to make it active, then use left, right arrows to navigate (or spacebar).
- The code that made the swf, raw and loosely commented (I was in a rush back then
)
technorati tags: Open source, flash
Flash components – As Forms
Anyone who has done any serious flash development has worked out that the macromedia components are bloated and buggy. There are some really decent open source alternatives out there but in general they didn’t suit me for a project I was about to start. Check here for an open source component list.
The project was basically a online registration form- the app had to capture data, process some of it then post it to a server. For something like this a full blown component framework was overkill. And because of the older userbase the components had to look very similar to existing html components so that there would be no confusion (hopefully
).
My requirements were:
- they had to look like established user interface components (a radio button had to look like a html radio button).
- they had to be very small in size (anything over 40k was way too big)
- they had to be as fast as using a browsers components (that is, they draw with no lag whatsoever)
- they needed to be skinnable (in regards to colours and size mainly)
- they had to respond to events and be easily redrawn
Although all of the open source flash alternatives were of a high quality they just didn’t quite fit my requirements.
So, I set about creating my own. Below you will find an example of what I have temporarily called As Forms (until I can think of a snappier name). Read the rest of this page »
Go Dave go
My mate Dave recently scored a quick job with 37signals. Nice work Dave! I remember about a year ago, sitting in a crappy cubicle based work place and Dave was telling me all about 37signals with a zeal unbefitting anything web
He implemented the sounds in campfire via a small flash movie.
Check out Daves project Xhtmlized – great idea.
technorati tags: 37signals, xhtmlised
Annoying “do you want to display the non secure items” message in IE
I’ve recently being working on a flash ecommerce application using SSL.
But, after checking to make sure its all good in IE, I started getting that annoying “do you want to display the non-secure items” message. After a few minutes trying out a few things I realised that it was getting upset because of the plugin urls specified in the Macromedia code:
pluginspage=”http://www.macromedia.com/go/getflashplayer”
To get rid of the message, I changed the http to https
ie.
pluginspage=”https://www.macromedia.com/go/getflashplayer”
technorati tags: Flash
XGL on dapper
about a week ago i upset X quite substantially, trying to install XGL on dapper. upset enough for me to reinstall
anyway i came across this guide on digg that looked too easy and bomb-proof that i thought i’d give it another go. it all was as easy as the three steps in the guide and the effects are way better than what i expected. the eye-candy is as good as anything elsewhere (think osx, expose etc) but the thing i like is dapper feels a little bit snappier. i used to get annoyed with the way windows dragged in linux – it always felt stunted and slow, but xgl/compiz makes linux feel as snappy as windows (and thats including fading up or fading in or wobbling to where ever you move it).
i can already see masses of eye-candy kids swarming to linux just for the effects.
This effect occurs when moving between workspaces. It can also be controlled by pressing CRTL-ALT and dragging the mouse. Its very smooth.
This is showing the expose (osx) effect, again very fast and very smooth.

technorati tags: xgl, compiz, ubuntu, dapper
Flock on Ubuntu
Ok. I’ve just installed Flock on Dapper and I’m very impressed. One of the features is being able to blog right within the browser. This was so simple to setup its laughable.
It even has a very cool ‘Drag stuff to blog it’ area.
I’m not keen on the blue icons – but its better than a lot of gnome programs out there
I was about to say – its a shame it doesn’t have built in spellcheck, but then I did a right-click and of course there it is. Nice one.
To add the screen shot above, Flock logged into Flickr for me, uploaded my photo, then allowed me to drag and drop it into this post. This app is ace. I was using Epiphany as Firefox was dragging down the system when eclipse is open – but I think I might switch on over.
About
My name is Andrew and I’m located over here in Melbourne, Australia. I work for a company called Hugeobject - which I started with my mate Scott late 2004. Hugeobject makes websites and multimedia. I use Flash, PHP, .NET, Xhtml/css and dabble in a dozen others.
So…. you should write me an email now.


