J
Jake Barnes
I looked at this FAQ but found no answers related to Ajax:
http://www.irt.org/script/misc.htm
I looked at this FAQ, but there was very little information:
http://www.javascripter.net/faq/
I looked at this FAQ but didn't find an answer to my question:
http://www.jibbering.com/faq/#ajax
My problem is simple enough. Go here and you'll see that the links to
the comments say "many" where they should, instead, be reporting the
number of comments:
http://www.calculatedriskblog.com/
The comments show up over here:
http://www.hoocoodanode.org/node/6536
The hoocoodanode.org server has a PHP script that will tell me how
many comments each post has. The data is returned in JSON format:
http://www.hoocoodanode.org/comment...2=/343830017414438466&id_3=/93467763726066064
It is easy enough to write an Ajax request on calculatedriskblog.com
that could get this data, except I run into the Ajax sandbox.
My question: lots of services, such as the Google Map API, seem to get
around the restrictions imposed on on Ajax requests. How is this done?
I know that in the past I've populated maps that drew data from the
Google Maps API, and I've had this render on domains other than
google.com. How do they break out of the sandbox?
http://www.irt.org/script/misc.htm
I looked at this FAQ, but there was very little information:
http://www.javascripter.net/faq/
I looked at this FAQ but didn't find an answer to my question:
http://www.jibbering.com/faq/#ajax
My problem is simple enough. Go here and you'll see that the links to
the comments say "many" where they should, instead, be reporting the
number of comments:
http://www.calculatedriskblog.com/
The comments show up over here:
http://www.hoocoodanode.org/node/6536
The hoocoodanode.org server has a PHP script that will tell me how
many comments each post has. The data is returned in JSON format:
http://www.hoocoodanode.org/comment...2=/343830017414438466&id_3=/93467763726066064
It is easy enough to write an Ajax request on calculatedriskblog.com
that could get this data, except I run into the Ajax sandbox.
My question: lots of services, such as the Google Map API, seem to get
around the restrictions imposed on on Ajax requests. How is this done?
I know that in the past I've populated maps that drew data from the
Google Maps API, and I've had this render on domains other than
google.com. How do they break out of the sandbox?