I just read Mike Potter’s blog post on his speed comparisons between amfphp, JSON and REST-style vanilla XML, and I’d like to clear some FUD, as I believe it is unfair both to amfphp and JSON (was on vacation at the time it was published). I am sure that Mike had no bad intentions when […]
Well I’ve been working on the new version of amfphp for about a week now, and it’s ready for a test-drive. I’ve had the feedback I needed from the alpha, and I am fairly convinced this new version works like a charm. You can download it […]
I recently got amf3 features into amfphp which means it is finally compatible with Flex 2’s RemoteObject tag. Sweet. While I am waiting for feedback on these new features and iron out the issues, I’d like to get started on getting Flex Data Services functionality in amfphp. Flex Data Services, from what I gather of […]
I’ve modified Tinic Uro’s PNGEnc class to make it a bit faster and get lower file sizes.
The first modification is to the non-transparent encoding algorithm which I have modified to use getPixels instead of getPixel. The reason Tinic was using getPixel is that getPixels returns pixels in the ARGB format and PNGs use RGBA, […]