<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/JSONP</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 11:04:24 GMT</pubDate>
<item>
<title>(C#) JsonpFormatter for MVC WebAPI - dmilligan</title>
<link>http://snipplr.com/view/70756/jsonpformatter-for-mvc-webapi/</link>
<description><![CDATA[ <p>A JSONP formatter for MVC 4 WebAPI.</p> ]]></description>
<pubDate>Fri, 12 Apr 2013 00:06:14 GMT</pubDate>
<guid>http://snipplr.com/view/70756/jsonpformatter-for-mvc-webapi/</guid>
</item>
<item>
<title>(PHP) JSONP Public API with jQuery getJSON (callback) (MySql) - halk</title>
<link>http://snipplr.com/view/68583/jsonp-public-api-with-jquery-getjson-callback-mysql/</link>
<description><![CDATA[ <p>This is a public jsonp api. I use it with jQuery Like This:
$.getJSON("http://yourdomain/yourpath/jsonp_api.php?method=getSchema&amp;params=your_db_name&amp;jsoncallback=?",
        function(data){
         //DO SOMETHING WITH THE DATA HERE
        }
    );</p> ]]></description>
<pubDate>Fri, 16 Nov 2012 09:08:46 GMT</pubDate>
<guid>http://snipplr.com/view/68583/jsonp-public-api-with-jquery-getjson-callback-mysql/</guid>
</item>
<item>
<title>(HTML) JSONP - mb2o</title>
<link>http://snipplr.com/view/51345/jsonp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 31 Mar 2011 01:58:08 GMT</pubDate>
<guid>http://snipplr.com/view/51345/jsonp/</guid>
</item>
<item>
<title>(PHP) JSONP service wrapper - Pjotor</title>
<link>http://snipplr.com/view/51277/jsonp-service-wrapper/</link>
<description><![CDATA[ <p>Tiny litter wrapper for returning stuff as a JSONP service.</p> ]]></description>
<pubDate>Tue, 29 Mar 2011 23:04:51 GMT</pubDate>
<guid>http://snipplr.com/view/51277/jsonp-service-wrapper/</guid>
</item>
<item>
<title>(JavaScript) JSONP Request - kendsnyder</title>
<link>http://snipplr.com/view/51226/jsonp-request/</link>
<description><![CDATA[ <p>Using .join('&amp;') because with long strings it will take less processing and memory to build an array than to build a string.</p> ]]></description>
<pubDate>Tue, 29 Mar 2011 05:33:46 GMT</pubDate>
<guid>http://snipplr.com/view/51226/jsonp-request/</guid>
</item>
<item>
<title>(jQuery) yqlQuery wrapper function - crypticsoft</title>
<link>http://snipplr.com/view/49891/yqlquery-wrapper-function/</link>
<description><![CDATA[ <p>Thanks to thinkvitamin.com for the wrapper / video!
http://membership.thinkvitamin.com/library/tools/yql/javascriptjquery-example</p> ]]></description>
<pubDate>Wed, 02 Mar 2011 06:52:12 GMT</pubDate>
<guid>http://snipplr.com/view/49891/yqlquery-wrapper-function/</guid>
</item>
<item>
<title>(C#) Filter JSON->JSONP for .NET 3.5 - FMalk</title>
<link>http://snipplr.com/view/46627/filter-jsonjsonp-for-net-35/</link>
<description><![CDATA[ <p>The filter only needs to know which requests need to be returned as JSONP, doesn't care how. Modify "OnBeginRequest" accordinly.
If original .asmx doesn't return JSON, extend it like example shows.
JSONP only works for GET requests, so don't forget to change [ScriptMethod] if needed.</p> ]]></description>
<pubDate>Thu, 06 Jan 2011 06:47:46 GMT</pubDate>
<guid>http://snipplr.com/view/46627/filter-jsonjsonp-for-net-35/</guid>
</item>
<item>
<title>(JavaScript) proxy.js - bcmoney</title>
<link>http://snipplr.com/view/45555/proxyjs/</link>
<description><![CDATA[ <p>Several useful resources for JSONp:
http://www.west-wind.com/weblog/posts/107136.aspx

http://insideria.com/2009/03/what-in-the-heck-is-jsonp-and.html

http://remysharp.com/2007/10/08/what-is-jsonp/

http://www.ibm.com/developerworks/library/wa-aj-jsonp1/

http://jpgmr.wordpress.com/2010/07/28/tutorial-implementing-a-servlet-filter-for-jsonp-callback-with-springs-delegatingfilterproxy/

http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/</p> ]]></description>
<pubDate>Fri, 10 Dec 2010 09:51:42 GMT</pubDate>
<guid>http://snipplr.com/view/45555/proxyjs/</guid>
</item>
<item>
<title>(jQuery) js javascript browser language detection, get the user\'s browser\'s language preference setting using jquery to detect users br - brandonjp</title>
<link>http://snipplr.com/view/37953/js-javascript-browser-language-detection-get-the-users-browsers-language-preference-setting-using-jquery-to-detect-users-br/</link>
<description><![CDATA[ <p>JQ - detect users browser language using http headers via ajax jsonp ajaxhttpheaders</p> ]]></description>
<pubDate>Tue, 27 Jul 2010 23:45:11 GMT</pubDate>
<guid>http://snipplr.com/view/37953/js-javascript-browser-language-detection-get-the-users-browsers-language-preference-setting-using-jquery-to-detect-users-br/</guid>
</item>
<item>
<title>(JavaScript) Connect to Bit.ly API  with MooTools - stephanepericat</title>
<link>http://snipplr.com/view/29387/connect-to-bitly-api--with-mootools/</link>
<description><![CDATA[ <p>A simple way to send an ajax request to the Bit.ly API and return the shortened url.</p> ]]></description>
<pubDate>Sun, 07 Mar 2010 06:15:18 GMT</pubDate>
<guid>http://snipplr.com/view/29387/connect-to-bitly-api--with-mootools/</guid>
</item>
<item>
<title>(Python) JSONP property for cherrypy - ndnichols</title>
<link>http://snipplr.com/view/15486/jsonp-property-for-cherrypy/</link>
<description><![CDATA[ <p>This is a @property to take care of jsonp stuff if you're using CherryPy.
In your Javascript, (you're using JQuery, right?) you can do
`
$.ajax({url:"localhost:8080/MyMethod", data:{'arg1':'foo'}, dataType:"jsonp", success:onMyMethodComplete});
`
and you will get back your JS datastructure without having to worry about the jsonp stuff yourself.</p> ]]></description>
<pubDate>Wed, 03 Jun 2009 16:45:11 GMT</pubDate>
<guid>http://snipplr.com/view/15486/jsonp-property-for-cherrypy/</guid>
</item>
<item>
<title>(JavaScript) zanox Web Services contextual Product Search - dne</title>
<link>http://snipplr.com/view/12789/zanox-web-services-contextual-product-search/</link>
<description><![CDATA[ <p>Wraps Contextual Product Search of zanox Web Services</p> ]]></description>
<pubDate>Wed, 04 Mar 2009 09:39:43 GMT</pubDate>
<guid>http://snipplr.com/view/12789/zanox-web-services-contextual-product-search/</guid>
</item>
<item>
<title>(JavaScript) JQuery XSS JSONP - twoism</title>
<link>http://snipplr.com/view/6063/jquery-xss-jsonp/</link>
<description><![CDATA[ <p>After having trouble with xss and .getJSON() I wrote this. Solved my problems so here you go.</p> ]]></description>
<pubDate>Wed, 30 Apr 2008 11:51:06 GMT</pubDate>
<guid>http://snipplr.com/view/6063/jquery-xss-jsonp/</guid>
</item>
</channel>
</rss>