Archive for May, 2009

Adobe Acrobat.com Presentations

Personally I like working everything I can on the Internet. One of my favorites applications is Buzzword and my favorite Service is Google Apps.

Well, today Adobe announced another of its services, this time called, “Presentations” and will be hosted on Acrobat.com. But, in the meanwhile, it is hosted on Acrobat.com labs.

Acrobat.com Presentations lets us create [...]

The new office wall

After some days of thinking about how to use the biggest wall we have in our office (Activ), we decided to place our certificates and a poster and I think it looks really cool.
Here you have some images.

Creating a new Twitter client for mobile devices

Yesterday I decided to create a Twitter client for mobile devices. This new client will be created in Flash and you will be able to use it if you have Flash Lite 3 installed on your device. Flash Lite 3 can be installed in many many devices and actually there are some of them that [...]

Filter an ArrayCollection and don’t lose the original data

Yesterday, one of my students asked me about recovering the original data of an ArrayCollection if this ArrayCollection has a filter applied.
In Adobe Flex, the ArrayCollection class has a property called filterFunction. We can assign a function reference directly to this property and then apply a refresh() to the ArrayCollection instance.
This is an example.

// Defining [...]