XML AND JSON
- SPARCool supports JSONP callbacks | Alexandre Passant
2009-05-20
- from __future__ import * ยป Remote JSON - JSONP
The browser security model dictates that XMLHttpRequest, frames, etc. must have the same domain in order to communicate. That's not a terrible idea, for security reasons, but it sure does make distributed web development suck. There are traditionally three solutions to solving this problem. Local proxy, Flash, Script tag... I'm proposing a new technology agnostic standard methodology for the script tag method for cross-domain data fetching: JSON with Padding, or simply JSONP.
2009-05-20
- Lost Boy: XTech 2006: SPARQLing Services
An overview of SPARQL, with an emphasis on the SPARQL protocol and how SPARQL can benefit Web 2.0/AJAX applications.
2006-05-22