Author Archives: admin

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 , , , , , , , , , , | 12 Comments

easyXDM 2.0, now even with a new website!

Finally, the new easyXDM v2.0 is here! This is really not just an incremental update, but instead, it builds on the internal changes made > 1.7.0 and exposes this using a new, simpler, but still familiar API. This also means … Continue reading

Posted in Blog | Tagged , | 1 Comment

Sending and receiving messages

The base functionality delivered by easyXDM is to, without any server-side dependencies,  pass string based messages between two domains in a fast, reliable and secure way.

Posted in Examples/How-to's | Tagged , , , , , , | 11 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 , , , , , , , , | 14 Comments

Cross-domain AJAX

As mashups are getting more and more common a problem that keeps arising is how to include data from external domains in a safe way.

Posted in Examples/How-to's | Tagged , , , , , , , , , | 58 Comments

Resize iframe based on content

One thing that many are using easyXDM (and other cross-domain hacks) for, is to dynamically change the size of embedded iframes based on the contents size, so as to avoid the scrollbars. With easyXDM this is really easy:

Posted in Examples/How-to's | Tagged , , , , , | 148 Comments