March 2009
6 posts
Getting Started with the Entourage Service Broker for Java and the Eclipse IDE (with Java EE extensions).
View Full Size…
Appcelerator Entourage has landed! →
More at my post on Appcelerant….
3 tags
Beware of jacked toJSON implementations in...
I recently came across an annoying problem with the MooTools and Prototype JavaScript libraries where JSON serialization is concerned. Both add a toJSON function to Object which does not work very well at all. Both implementations do not serialize arrays nested in objects, so any Object containing an array will not be serialized properly (As taken from Google’s hosted version of...