Archive for April, 2009
New Depeche Mode album released today
If you like Depeche Mode, you will be happy to know that their new album is available today. You will be happier to know that you can get it for $4 at Amazon’s MP3 store.
Duplicating a propel object
Today I needed to quickly duplicate some rows in a table that is in a Symfony application. I am using the admin generator so I also have the schema as a Propel series of objects.
I did a quick search on Google and did not find any place on how to effectively duplicate a Propel object [...]
Flex binding tip when adding components dynamically
Today I was developing this UI using Flex where a panel is added as a child dynamically. Inside the Panel there is a form with a series of input elements, and I use Binding to put back the changes of an Input component into the object that originally had the text.
A weird problem occured: The [...]