Archives

Archive for June, 2006

See you in September!

( News )

Just a quick word to warn you that I will not be updating the blog for quite a little while, as I am heading to France for a two month trip that will be almost entirely Internet-free. That’s right, I am going to the old continent and biking for two months, way up to Copenhagen. […]

Saving bitmaps in Flash: a fast solution

Mario Klingemann and Alessandro Crugnola have already posted their solutions to the problem of saving the contents of a BitmapData instance using PHP, and I figured I would share my own solution which solves it in an original way. For this current project I’m working on, the bitmap data is to be sent across an […]

Making a panel with a background in wxPython

( News )

I struggled trying to achieve layering effects in wxPython (which doesn’t have a depth manager), in particular trying to get a background under my controls. As it turned out, you have to paint the background yourself, which may sound a bit over the top, but works really well once you get the hang of it. […]