Tag Archives: json
easyXDM and prototype.js, how to make it work
This is no longer needed from v2.1.0 as easyXDM now feature tests for a valid JSON implementation. Cross-domain RPC was made easy by the introduction of easyXDM, but there are still obstacles to be found, especially when using libraries like … Continue reading
Posted in Blog
Tagged cross site, cross-domain, easyxdm, javascript, json, prototype.js, rpc, serializing
Leave a comment
Adding easyXDM to your project, including debugging tools
To be able to use easyXDM in you project, either as a provider, consumer or both, there are a few things that you need to do.
Posted in Getting started
Tagged begin, communication, cross site, cross-domain, how-to, introduction, javascript, json, messaging, popup, rpc
12 Comments
Remote Procedure Calls (RPC)
As fun as transferring simple strings from one domain to another might sound; is this really what you need? While some applications (like the resize iframe example) might need nothing more, most often what you want is to be able … Continue reading
Posted in Examples/How-to's
Tagged communication, cross site, cross-domain, javascript, js-rpc, json, messaging, rpc, serialize
14 Comments