Flex Accordion Rss Reader

Flex Accordion Rss Reader

Mar 11

ShareUpdate: RSS Reader With Project File as requested by Sidd and Johann. (Project file for Flash Developer) Are you looking for a rss reader ? A simple one ? And the source also ? Oh, you like flex ? There you go!On new developments of Masterfoot webaplication and to involve even more all Teams participating in the football action, we installed a Feed Reader so they could setup their blog on...

Flickr Cinematic Zoom Slideshow

Flickr Cinematic Zoom Slideshow

Dec 19

ShareUpdate : Looks like this type of cinematic effect has a name: Ken Burns Effect .. the difference is that this app zooms and pans not according to any logic, like showing faces on detail. As a Xmas present and following one of my latest post about using Openlaszlo‘s Flickr lib I’ve decide to offer the generic flash and it’s source of Masterfoot and Comics Sketch flash...

Get user photos by tag for Openlaszlo’s Flickr Lib

Get user photos by tag for Openlaszlo’s Flickr Lib

Dec 18

ShareOpenlaszlo is really nice to do quick and easy prototypes or applications. It gives you a good structure, and a nice data binding mechanism. It also has a very small and practical library for Flickr API. It’s called “libflickr” and comes any release for some long now. You can find it in the incubator and there is a simple example to learn how to use it. Although this Lib...

Improvements on Caches plugin for Rails

Improvements on Caches plugin for Rails

Dec 17

ShareOn of the nicest and simplest caches available, that you learn right on the classes is the method cache for Lisp. This type of cache just overwrites the function definition, injecting some code. This code generates a static hash that stores the function results. The hash key is of course some unique key for args passed. The new method, before running, now verifies if it as any value on the...