Introducing my latest project: TW Paper, a simple iPhone/iPod touch wallpaper gallery+collection.
Hey! I'm having a survey, wanna fill it?
Introducing my latest project: TW Paper, a simple iPhone/iPod touch wallpaper gallery+collection.
I played with MooTools a bit and did that. Useless, opensource, nerdy.
I also set up a gallery, so if you've got nice scrollbars that aren't here yet, send' em right away!
I was talking about it, here it is!
This class will come in handy every time you work with synchronous SQLite databases in an AIR project. It's a real-world implementation of the Dynam.ize utility I presented earlier... I will show you an example of how to work with it, with simple sub-classes. Let's go! › Continue reading...
Still while working on this app I was talking about earlier I realized I was quite used to working with PHP classes' Magic Methods, and more precisely the way it handles overloading. Those lovely __get, __set and __call methods are called whenever you try to access a property/method that is not explicitly defined, making your class dynamic. Of course you don't need this all the time, and it might even be dangerous, but it some cases that's simply perfect.
You can do that with AS3 if you extend flash.utils.Proxy, cool. But wait, no! Not cool! What if I wanted to extend something else? Nah, let's find something else... › Continue reading...