Posts Tagged ‘fun’
Spread the word, an iPad app built in Flash!
Published by Ronny on September 1st, 2010 in Actionscript, Experiments, Flash, Projects, download. 11 commentsNear the end of June, I started a little experiment, just for fun, which would just immitate fridge magnets. I wanted to make it a multi-user experience. So everybody hitting the page would see the changes that are being made realtime. I built the first version and was quite happy.
But a few days ago, it struck me: I can just use the code I used for that experiment and port it to the iPad using the iPhone Packager (which comes with Flash CS5). So I did!
Although I had to change some of the code (loading settings files, etc), I was actually able to build this application rather quickly. I also added a multi-room feature, so everybody can have their own fridge with magnets ![]()
So you can now actually leave your boy/girlfriend a message on a virtual fridge (with no food in it) and then mail him/her the link! He/She can then rearrange the letters and leave you a message in return; Fridge-magnet style! That’s geeky, right!?
About the application
‘Spread the word’ is both an iPad and a browser application.
The clients are built using Flash Builder (for the browser app) and Flash CS5 (iPad app). The multi-user support is a Red5 application.
‘Spread the word’ online
You can view the application in the browser by hitting the following URL:
http://spreadtheword.nocreativity.com
If you want to have your own fridge, just add ‘?myOwnFridge’ (replace ‘myOwnFridge‘ with a name of your choice). For example
- http://spreadtheword.nocreativity.com?test
- http://spreadtheword.nocreativity.com?mySecretRoom
- http://spreadtheword.nocreativity.com?imOnAHorse
‘Spread the word’ for iPad
Currently the iPad application is only available though my Cydia repo. I will however be trying to get it into the Apple App Store (I know about 3.3.1, I’m still giving it a shot
). The app also supports rooms, so feel free to go crazy (but be nice, there’s kids on the internet
) Read the rest of this entry »
Heaven and hell
Published by Ronny on June 14th, 2010 in Experiments. 1 commentIt’s been quite some time since I did a photography experiment/project/thingy… So here goes my first in <insert timespan here>.
I went out for a shoot at the well known bridge-spot in Kortrijk and by accident I made 2 great color-discoveries. A mighty blue shot and a horrifying red one… I love ‘m both.
I wanted to do some post-editing but after some feedback it turns out I shouldn’t tamper with the originals after all. I also recorded 2 timelapse shots, featuring the same awesome colors. Yesterday was an amazing day.
Dooodls for everyone!
Published by Ronny on September 20th, 2009 in Open-source, Wordpress, plugins. 49 comments
A few days ago I presented the Dooodle application I built. You guys created some cool doodles and I totally love it!
But it’s still an independent application hacked into Wordpress using basic widget. That means I can’t just share the code so you can use it too on your website (since you’ll have to set up a database, fill in config files, etc… Boring stuff). So yesterday I decided to compact this into a handy Wordpress plugin.
And this is what I did: I give you Dooodl!
[UPDATE] Mark asked me to share the source of the Dooodl Creator App, so I did
Feel free to send me links to your own creator. I might add different creators to the plugin, and let you choose in the WP-admin which one you’d like your visitors to use
Dooodl(e) fun!!
Published by Ronny on September 17th, 2009 in Experiments, General, Wordpress. 2 comments
When Dorien and I were in Denmark, back in June, we stayed at a bed & breakfast. Before leaving we signed the guestbook. That made me think back of the days when I had a guestbook on my site. I remember building tons and tons of those things. The more I kept thinking about this, the more I started to realize I really liked it back then. And to be honest: I still love the idea of a random visitor leaving you a message… However, a good old fashioned ‘guestbook’ is kinda ‘out’…
I have been thinking about this for some time. A few weeks ago I was browsing Kris‘ site and found the answer to this guestbook-problem in the sidebar: A Doodle-wall. He allows his visitors to draw a little doodle and save it to the sidebar. Better yet: He built a history-browser too which allows you to browse all doodles through time. Read the rest of this entry »
Bezier animation fun!
Published by Ronny on March 3rd, 2009 in Actionscript, Experiments. 9 commentsLast week I went to FITC in Amsterdam. It was great! I had such a great time. I met a lot of intresting people and although Amsterdam turned out to be quite expensive place, I really liked being there a few days.
During the conference I attended Joshua Davis‘ session which really inspired me. I’ve never seen Joshua Davis present, nor did I know his work. Let me be as crystal clear about this as I can be: The man is a freakin’ genius!
During his session he showed a few demo’s of bezier animated stuff. I felt like trying that myself, and this is what I came up with.
The basic concept is to create a bezier in Actionscript and animating movieclips using the bezier as its motion path.
- Basic principle (this is actually just a basic pentool (without the option of adding new points
))
The following versions use the same concept as this one, except instead of fixed anchor points, they all use random points defined in 2 planes. This makes a bit of variety possible allthough the main animation stays the same and that’s absolutely cool!
I added a few keyboard controls to give you some control of what is happening
- spacebar = show the handles
- r = clear the bitmap
- p = pause the animation
- n = randomize handles
- b = blur more





