Feeling limited with FlashVars, and frustrated with custom xml formats that don’t retain type information, I followed former colleague Will Prater’s advice and implement a plist loader and partser for Flash.
plist is an xml dialect by Apple specifically suited for configuration files which retain type information. Your plist file should contain a top-level […]
If only it were true… wxPython is a toolkit that allows the creation of native cross-platform GUI applications using the Python scripting language. Sounds good? Well, it is pretty sweet. One well-known example of a wxPython app is the excellent SEPY by Alessandro Crugnola, aka Sephiroth. I don’t know about you, but I think writing […]