genia.likes.science@gmail.com | c5f82a2 | 2013-05-08 02:44:35 -0700 | [diff] [blame^] | 1 | <!doctype html>
|
| 2 | <html>
|
| 3 | <head>
|
| 4 | <title>easyXDM</title>
|
| 5 | </head>
|
| 6 | <body>
|
| 7 | <div style="border:1px solid black;padding:3px;margin:10px;">
|
| 8 | <a href="http://github.com/oyvindkinsey/easyXDM/#readme">Readme at github</a>
|
| 9 | |
|
| 10 | | <a href="http://easyxdm.net/">easyXDM.net</a>
|
| 11 | | <a href="http://groups.google.com/group/easyxdm">easyXDM at Google Groups</a>
|
| 12 | <br/>
|
| 13 | The examples are executing slower than the production build due to the extensive tracing.
|
| 14 | <br/>
|
| 15 | If you are alerted about a popup, then this is only the trace log feature. You can ignore this.
|
| 16 | </div>
|
| 17 | <ul>
|
| 18 | <li>
|
| 19 | <a href="transport.html">Transport</a>
|
| 20 | <br/>
|
| 21 | Example of passing a string message from one domain to another using the Socket.
|
| 22 | </li>
|
| 23 | <li>
|
| 24 | <a href="data.html">Data</a>
|
| 25 | <br/>
|
| 26 | Example of passing data using a Socket and a custom serializer/deserializer.
|
| 27 | </li>
|
| 28 | <li>
|
| 29 | <a href="methods.html">Methods</a>
|
| 30 | <br/>
|
| 31 | Example of using the Rpc object for executing Remote Procedure Calls with arguments and having results returned.
|
| 32 | </li>
|
| 33 | <li>
|
| 34 | <a href="resize_iframe.html">Resize iframe</a>
|
| 35 | <br/>
|
| 36 | Example on how to use easyXDM to automatically resize an iframe. This uses an intermediate frame to enable navigation of the contained document
|
| 37 | </li>
|
| 38 | <li>
|
| 39 | <a href="upload.html">Upload</a>
|
| 40 | <br/>
|
| 41 | Example on how to facilitate 'cross domain AJAX upload'.
|
| 42 | </li>
|
| 43 | <li>
|
| 44 | <a href="widgets.html">Widgets</a>
|
| 45 | <br/>
|
| 46 | Example on how to use easyXDM to build a framework for widgets using a pub/sub schema.
|
| 47 | </li>
|
| 48 | <li>
|
| 49 | <a href="xhr.html">XHR</a>
|
| 50 | <br/>
|
| 51 | Example of using the shipped /cors/ endpoint to retrieve resources across the domain boundary.
|
| 52 | </li>
|
| 53 | <li>
|
| 54 | <a href="bridge.html">Bridge</a>
|
| 55 | <br/>
|
| 56 | Experimental example of how to 'bridge' two web apps together.
|
| 57 | </li>
|
| 58 | </ul>
|
| 59 | <script type="text/javascript">
|
| 60 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
| 61 | document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
| 62 | </script>
|
| 63 | <script type="text/javascript">
|
| 64 | if (location.host.indexOf("easyxdm.net") !== -1) {
|
| 65 | try {
|
| 66 | var pageTracker = _gat._getTracker("UA-9535591-3");
|
| 67 | pageTracker._setDomainName(".easyxdm.net");
|
| 68 | pageTracker._trackPageview();
|
| 69 | }
|
| 70 | catch (err) {
|
| 71 | }
|
| 72 | }
|
| 73 | </script>
|
| 74 | </body>
|
| 75 | </html>
|