<?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/request</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 15:40:06 GMT</pubDate>
<item>
<title>(PHP) Access Request URI in WordPress for template reuse - jefrancomix</title>
<link>http://snipplr.com/view/71150/access-request-uri-in-wordpress-for-template-reuse/</link>
<description><![CDATA[ <p>Easy way to access request URI to WP in order to not repeat whole templates for minor changes</p> ]]></description>
<pubDate>Mon, 13 May 2013 15:02:00 GMT</pubDate>
<guid>http://snipplr.com/view/71150/access-request-uri-in-wordpress-for-template-reuse/</guid>
</item>
<item>
<title>(PHP) Doing POST Request by Socket Connection - apphp-snippets</title>
<link>http://snipplr.com/view/70119/doing-post-request-by-socket-connection/</link>
<description><![CDATA[ <p>This example of code shows how to do a simple POST request in PHP to another web server by using a socket connection.</p> ]]></description>
<pubDate>Wed, 27 Feb 2013 20:51:52 GMT</pubDate>
<guid>http://snipplr.com/view/70119/doing-post-request-by-socket-connection/</guid>
</item>
<item>
<title>(PHP) Doing POST Request by Socket Connection - apphp-snippets</title>
<link>http://snipplr.com/view/69922/doing-post-request-by-socket-connection/</link>
<description><![CDATA[ <p>This example of code shows how to do a simple POST request in PHP to another web server by using a socket connection.</p> ]]></description>
<pubDate>Wed, 13 Feb 2013 20:01:27 GMT</pubDate>
<guid>http://snipplr.com/view/69922/doing-post-request-by-socket-connection/</guid>
</item>
<item>
<title>(Django) Adding request object info to a template - magicrebirth</title>
<link>http://snipplr.com/view/60684/adding-request-object-info-to-a-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Nov 2011 10:36:28 GMT</pubDate>
<guid>http://snipplr.com/view/60684/adding-request-object-info-to-a-template/</guid>
</item>
<item>
<title>(Rails) Rails request parameters! - abstraktor</title>
<link>http://snipplr.com/view/59039/rails-request-parameters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 24 Sep 2011 01:25:26 GMT</pubDate>
<guid>http://snipplr.com/view/59039/rails-request-parameters/</guid>
</item>
<item>
<title>(XML) Starbucks Internal Systems - s3xym4n</title>
<link>http://snipplr.com/view/57890/starbucks-internal-systems/</link>
<description><![CDATA[ <p>It seems that Starbucks allows it's internal systems to share the same network as their free WiFi...</p> ]]></description>
<pubDate>Wed, 17 Aug 2011 07:05:55 GMT</pubDate>
<guid>http://snipplr.com/view/57890/starbucks-internal-systems/</guid>
</item>
<item>
<title>(PHP) Request data from URL iframe Facebook app - serialk89</title>
<link>http://snipplr.com/view/57508/request-data-from-url-iframe-facebook-app/</link>
<description><![CDATA[ <p>Rescato variables desde un iframe con $signed_request</p> ]]></description>
<pubDate>Tue, 02 Aug 2011 13:06:14 GMT</pubDate>
<guid>http://snipplr.com/view/57508/request-data-from-url-iframe-facebook-app/</guid>
</item>
<item>
<title>(XML) Windows manifest file for requesting admin privilege - shadevampire</title>
<link>http://snipplr.com/view/54840/windows-manifest-file-for-requesting-admin-privilege/</link>
<description><![CDATA[ <p>also here's the related Wiki article: http://en.wikipedia.org/wiki/User_Account_Control

it seems that assemblyIdentity is not required</p> ]]></description>
<pubDate>Fri, 03 Jun 2011 22:59:18 GMT</pubDate>
<guid>http://snipplr.com/view/54840/windows-manifest-file-for-requesting-admin-privilege/</guid>
</item>
<item>
<title>(Django) request: get multiple values | Django - magicrebirth</title>
<link>http://snipplr.com/view/51125/request-get-multiple-values--django/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 26 Mar 2011 00:27:34 GMT</pubDate>
<guid>http://snipplr.com/view/51125/request-get-multiple-values--django/</guid>
</item>
<item>
<title>(PHP) HTTP request class for easy POST/GET manipulation - jschilling</title>
<link>http://snipplr.com/view/46818/http-request-class-for-easy-postget-manipulation/</link>
<description><![CDATA[ <p>Feel free to use this class however you'd like</p> ]]></description>
<pubDate>Sun, 09 Jan 2011 15:31:23 GMT</pubDate>
<guid>http://snipplr.com/view/46818/http-request-class-for-easy-postget-manipulation/</guid>
</item>
<item>
<title>(Java) Print all ServletRequest attributes in a JSP page - mindhaq</title>
<link>http://snipplr.com/view/44314/print-all-servletrequest-attributes-in-a-jsp-page/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Nov 2010 00:53:24 GMT</pubDate>
<guid>http://snipplr.com/view/44314/print-all-servletrequest-attributes-in-a-jsp-page/</guid>
</item>
<item>
<title>(PHP) Check if request is AJAX request - joshuascott94</title>
<link>http://snipplr.com/view/39644/check-if-request-is-ajax-request/</link>
<description><![CDATA[ <p>Quick and easy way to determine if the HTTP request is an AJAX call or a standard call.  Supports the notion of Unobtrusive JavaScript.</p> ]]></description>
<pubDate>Sat, 28 Aug 2010 15:38:56 GMT</pubDate>
<guid>http://snipplr.com/view/39644/check-if-request-is-ajax-request/</guid>
</item>
<item>
<title>(PHP) Detect Ajax - brainwaves</title>
<link>http://snipplr.com/view/37601/detect-ajax/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 Jul 2010 06:18:51 GMT</pubDate>
<guid>http://snipplr.com/view/37601/detect-ajax/</guid>
</item>
<item>
<title>(JavaScript) request url variables with javascript - fengelz</title>
<link>http://snipplr.com/view/36469/request-url-variables-with-javascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 29 Jun 2010 23:03:16 GMT</pubDate>
<guid>http://snipplr.com/view/36469/request-url-variables-with-javascript/</guid>
</item>
<item>
<title>(JavaScript) Simple Ajax Class - Piotrek290</title>
<link>http://snipplr.com/view/30805/simple-ajax-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 02 Apr 2010 13:48:17 GMT</pubDate>
<guid>http://snipplr.com/view/30805/simple-ajax-class/</guid>
</item>
<item>
<title>(Bash) show all http requests being made - adkatrit</title>
<link>http://snipplr.com/view/28703/show-all-http-requests-being-made/</link>
<description><![CDATA[ <p>make sure the en1 value is the interface you are using</p> ]]></description>
<pubDate>Sun, 21 Feb 2010 17:16:21 GMT</pubDate>
<guid>http://snipplr.com/view/28703/show-all-http-requests-being-made/</guid>
</item>
<item>
<title>(jQuery) Get URL Parameters with jQuery | Improved - geekyjohn</title>
<link>http://snipplr.com/view/26662/get-url-parameters-with-jquery--improved/</link>
<description><![CDATA[ <p>This is an improvement on http://snipplr.com/view/11583/retrieve-url-params-with-jquery/
I found IE wasn't liking the results[1] when no param was set. This fixes that issue.</p> ]]></description>
<pubDate>Mon, 18 Jan 2010 16:51:57 GMT</pubDate>
<guid>http://snipplr.com/view/26662/get-url-parameters-with-jquery--improved/</guid>
</item>
<item>
<title>(PL/SQL) Hold concurrent requests by name - kitzelh</title>
<link>http://snipplr.com/view/23899/hold-concurrent-requests-by-name/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 29 Nov 2009 22:06:42 GMT</pubDate>
<guid>http://snipplr.com/view/23899/hold-concurrent-requests-by-name/</guid>
</item>
<item>
<title>(Other) Spool Error - tobewan</title>
<link>http://snipplr.com/view/23301/spool-error/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Nov 2009 14:18:58 GMT</pubDate>
<guid>http://snipplr.com/view/23301/spool-error/</guid>
</item>
<item>
<title>(Other) Database connectivity problems (HUGE) - tobewan</title>
<link>http://snipplr.com/view/22503/database-connectivity-problems-huge/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 04 Nov 2009 13:38:12 GMT</pubDate>
<guid>http://snipplr.com/view/22503/database-connectivity-problems-huge/</guid>
</item>
</channel>
</rss>