"cross domain" is currently a popular topic for Ajax writers. We have "cross domain" focused insightful blog posts, breaking news, and more for you from our Ajax collection.
Flash-enabled XHR
Original at Ajax Patterns
• Sat, May 9
By Shadedecho Cross-Domain Ajax with Javascript+Flash New page = In A Blink = JavaScript assisted by invisible flash helper proxy to make cross-domain Ajax calls. = Problem = How can you make cross-domain Ajax calls exactly like you make regular same-domain Ajax calls? = Forces = * The browser already...
Microsoft MSDN Events Unleashed
Original at ASP.NET Weblogs
• Tue, Apr 21
By dmccollough Session 1: Internet Explorer 8 for Developers · Selectors API · AJAX Navigation enhancements with Virtual Earth demo on history, AJAX Cross Domain Calls · Scenic Ribbon API · Windows Web Services API · Additional enhancements that support development WHERE ARE THE EVENTS?
How To: AJAX SOAP Tutorial (Not the dish cleaner)
Original at Ajax Tutorial Top List
• Tue, Mar 3
This tutorial demonstrates how to setup your webpages to call web services in both a cross domain and local service architecture
How To: JSON and the Dynamic Script Tag: Easy, XML-less Web Services for JavaScript
Original at Ajax Tutorial Top List
• Sun, Mar 1
This tutorial demonstrates the alternative to classic XMLHttpRequest - dynamic script tag approach.If you make web services requests using it you can have unfettered access to the web service in a seamless, cross-domain, cross-browser fashion.
State of Ajax for June 2008: Apple flexes Open Web muscles
Original at Ajaxian
• Tue, Jul 1
By Dion Almaer JavaScript An interview with 280 North on Objective-J and CappuccinoSteve Yegge on Server Side JavaScriptJavascript HTML Construction BenchmarkThe fight for cross domain XMLHttpRequesteval(’foo=a’, obj.fn); How you aren’t private in FirefoxGoogle Analytics after onLoad and d...
Cross site scripting and your home router.
Original at Geekzone
• Tue, Feb 20
By taniwha ever been annoyed by AJAX refusing to work cross domain? ever been shocked by adobe flash working cross domain? here's another angle to it -- use of cross site scripting to make your browser, in the background, hit your home lan's router/cable modem / dsl router... then hit the right urls to ad...
To JSON or not to JSON
Original at Burningbird
• Thu, Jan 4
By shelleyp JSON vs. XML: Browser security models. This gets into the cross-domain issue, which helped increase JSON's popularity. Before you jump in with "But, but…" let me finish the list. You could use any of these formats with either the cross-domain solution, or using XMLHttpRequest. Yes, really,...