Working on my last project with AngularJS (started using EmberJS and dropped it in favor of Angular) I had the need of internationalization and localization. I checked around and found some resources, which I simply merged together to come up…
Hello, Lately I was in the need to create a OAuth provider and started looking for php (open source) libraries. The first one I have tried was the de facto one, i.e the PECL library. I liked it a lot,…
Just a quick one for the people that use ZamfBrowser and for myself (as a reminder) I’m playing with ZendAmf right now so I’ve downloaded and installed ZamfBrowser, and got a really weird behavior. I was able to get my…
Recently I came across this post. Flixel has been ported to Android, so games (well a specific kind of game) should be easy to develop You can get the source here and read the tutorial here
I thought I’ve talk about this one already but looking in my archive I haven’t been able to find it. SOooo. This is an excellent french book “Pratiques d’Actionscript” from Thibault that you can find here ++
It’s been a while since I blogged. Working like hell and have no time for anything else :/ But I had to talk about the initiative of Mike Chambers and the tostring.org website. The purpose of this website will be…
Hello, Some people on the pixlib mailing list ask me to give them the macromedia classes patched for mtasc ( for strict compiling ). The patch are on the osflash.org website here, but you can download the classes already path…
Hello, Yes Eric Priou (aka erixtekila) who has done the AS2 API for Oregano ( so he knows what he’s talking about when talking about Oregano ) has ( re ) open a forum for Oregano. Here is the link…
Hello there, First, check this post if you dunno Oregano. This one looks kinda easy, but I took some times to get the server running and the basic example provided working, cause of some stuff not written in the manual….
This class will help you to get correct hexa string to save in a file. eg, 10 in decimal is “A” in hexadecimal, but when creating an hexa string to save it in a file you need to give the…