<?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/post</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 13 Feb 2012 16:21:21 GMT</pubDate>
<item>
<title>(Bash) Post in jSON - kajinka13</title>
<link>http://snipplr.com/view/63126/post-in-json/</link>
<description><![CDATA[ <p>Post in jSON</p> ]]></description>
<pubDate>Tue, 07 Feb 2012 07:29:22 GMT</pubDate>
<guid>http://snipplr.com/view/63126/post-in-json/</guid>
</item>
<item>
<title>(ActionScript 3) Simple Facebook Using GraphAPI_Web.Swc In As3 - Matias</title>
<link>http://snipplr.com/view/63044/simple-facebook-using-graphapiwebswc-in-as3/</link>
<description><![CDATA[ <p>a handy class to manage facebook connections using as3</p> ]]></description>
<pubDate>Sat, 04 Feb 2012 02:27:18 GMT</pubDate>
<guid>http://snipplr.com/view/63044/simple-facebook-using-graphapiwebswc-in-as3/</guid>
</item>
<item>
<title>(ActionScript 3) Post to wall using GraphAPI_Web.swc AS3 - Matias</title>
<link>http://snipplr.com/view/63021/post-to-wall-using-graphapiwebswc-as3/</link>
<description><![CDATA[ <p>i assume that the Facebook api has been initialized and i have the "publish_stream permission" the picture can be taken of a particular area of the displayObject</p> ]]></description>
<pubDate>Fri, 03 Feb 2012 08:22:29 GMT</pubDate>
<guid>http://snipplr.com/view/63021/post-to-wall-using-graphapiwebswc-as3/</guid>
</item>
<item>
<title>(JavaScript) get GET and POST variables in javascript - FatFolderDesigner</title>
<link>http://snipplr.com/view/62892/get-get-and-post-variables-in-javascript/</link>
<description><![CDATA[ <p>Usually when working with form you use a server to handle it, and if your doing it entirely in javascript no reload is required, but what if you wanted to take the information and use it in a javascript on another page, completely client side. I had that problem, and found this solution.

First is how to get GET variables in javascript, it works by breaking down the URL location with a regular expression giving you a variable that behaves like the PHP $_GET variable.

Second is for POST variables and, unfortunately requires a server side script to work since javascript has no way to acces the POSt on it's own. The code below is for PHP, but should work for any language, it is also untested as I was really aiming for GET at the time.

And questions, comments, or concerns let me know here or at the link, you'll find a bit more information this there as well.</p> ]]></description>
<pubDate>Mon, 30 Jan 2012 09:43:54 GMT</pubDate>
<guid>http://snipplr.com/view/62892/get-get-and-post-variables-in-javascript/</guid>
</item>
<item>
<title>(PHP) EE News Post Page - ryarwood</title>
<link>http://snipplr.com/view/62890/ee-news-post-page/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:50 GMT</pubDate>
<guid>http://snipplr.com/view/62890/ee-news-post-page/</guid>
</item>
<item>
<title>(PHP) WP Add Post Thumbnails - functions.php - ryarwood</title>
<link>http://snipplr.com/view/62855/wp-add-post-thumbnails--functionsphp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:07 GMT</pubDate>
<guid>http://snipplr.com/view/62855/wp-add-post-thumbnails--functionsphp/</guid>
</item>
<item>
<title>(PHP) Top Posts:  Custom Post Type/Taxonomy by Comment Count - lswilson</title>
<link>http://snipplr.com/view/62665/top-posts--custom-post-typetaxonomy-by-comment-count/</link>
<description><![CDATA[ <p>WordPress top posts: custom post type / taxonomy
Ordered by comment count</p> ]]></description>
<pubDate>Fri, 20 Jan 2012 08:36:34 GMT</pubDate>
<guid>http://snipplr.com/view/62665/top-posts--custom-post-typetaxonomy-by-comment-count/</guid>
</item>
<item>
<title>(PHP) Wordpress register Custom Post Type and Custom Taxonomy - i-am-andy</title>
<link>http://snipplr.com/view/62167/wordpress-register-custom-post-type-and-custom-taxonomy/</link>
<description><![CDATA[ <p>Register a Custom Post Type and a Custom Taxonomy in Wordpress</p> ]]></description>
<pubDate>Thu, 29 Dec 2011 23:26:58 GMT</pubDate>
<guid>http://snipplr.com/view/62167/wordpress-register-custom-post-type-and-custom-taxonomy/</guid>
</item>
<item>
<title>(PHP) PHP All POST Vars to MySql - psradich111</title>
<link>http://snipplr.com/view/62134/php-all-post-vars-to-mysql/</link>
<description><![CDATA[ <p>requires Ultimate MySQL Class 
http://www.phpclasses.org/package/3698-PHP-MySQL-database-access-wrapper.html</p> ]]></description>
<pubDate>Tue, 27 Dec 2011 16:54:09 GMT</pubDate>
<guid>http://snipplr.com/view/62134/php-all-post-vars-to-mysql/</guid>
</item>
<item>
<title>(PHP) get Custom post page name - hernanvionnet</title>
<link>http://snipplr.com/view/61141/get-custom-post-page-name/</link>
<description><![CDATA[ <p>Custom post page name</p> ]]></description>
<pubDate>Thu, 24 Nov 2011 08:59:05 GMT</pubDate>
<guid>http://snipplr.com/view/61141/get-custom-post-page-name/</guid>
</item>
<item>
<title>(PHP) Wordpress if statement - custom post type - verticalgrain</title>
<link>http://snipplr.com/view/59951/wordpress-if-statement--custom-post-type/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Oct 2011 15:36:03 GMT</pubDate>
<guid>http://snipplr.com/view/59951/wordpress-if-statement--custom-post-type/</guid>
</item>
<item>
<title>(PHP) Wordpress register custom post type - maxxscho</title>
<link>http://snipplr.com/view/59702/wordpress-register-custom-post-type/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Oct 2011 00:10:12 GMT</pubDate>
<guid>http://snipplr.com/view/59702/wordpress-register-custom-post-type/</guid>
</item>
<item>
<title>(PHP) Custom post type tags/categories archive page - IronMANro</title>
<link>http://snipplr.com/view/58834/custom-post-type-tagscategories-archive-page/</link>
<description><![CDATA[ <p>add this in functions.php</p> ]]></description>
<pubDate>Tue, 20 Sep 2011 17:24:30 GMT</pubDate>
<guid>http://snipplr.com/view/58834/custom-post-type-tagscategories-archive-page/</guid>
</item>
<item>
<title>(PHP) Get Posts from Custom Post Type - i-am-andy</title>
<link>http://snipplr.com/view/58108/get-posts-from-custom-post-type/</link>
<description><![CDATA[ <p>Get posts from a Custom Post Type</p> ]]></description>
<pubDate>Tue, 23 Aug 2011 22:22:10 GMT</pubDate>
<guid>http://snipplr.com/view/58108/get-posts-from-custom-post-type/</guid>
</item>
<item>
<title>(PHP) Wordpress - Multiple Post Types in Loop - cpres</title>
<link>http://snipplr.com/view/57496/wordpress--multiple-post-types-in-loop/</link>
<description><![CDATA[ <p>add this to functions.php and you won't have to mess with the index page.</p> ]]></description>
<pubDate>Tue, 02 Aug 2011 07:21:04 GMT</pubDate>
<guid>http://snipplr.com/view/57496/wordpress--multiple-post-types-in-loop/</guid>
</item>
<item>
<title>(C) HTTP POST from Arduino (WiFly Library) - parkerkrhoyt</title>
<link>http://snipplr.com/view/57138/http-post-from-arduino-wifly-library/</link>
<description><![CDATA[ <p>This snippet will send an HTTP POST from an Arduino using the WiFly library.  The library is in early alpha, and is a port from the ethernet shield library.  The code here should work with either.  The critical part is the size of the data to send, and the line-breaks in the right places.</p> ]]></description>
<pubDate>Tue, 26 Jul 2011 06:16:44 GMT</pubDate>
<guid>http://snipplr.com/view/57138/http-post-from-arduino-wifly-library/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Post tinyurl to Twitter via Twitter webpage - adrianparr</title>
<link>http://snipplr.com/view/56879/as3-post-tinyurl-to-twitter-via-twitter-webpage/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 20 Jul 2011 01:28:06 GMT</pubDate>
<guid>http://snipplr.com/view/56879/as3-post-tinyurl-to-twitter-via-twitter-webpage/</guid>
</item>
<item>
<title>(PHP) Handle all POST variables in a loop - nebojsac</title>
<link>http://snipplr.com/view/56575/handle-all-post-variables-in-a-loop/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Jul 2011 00:37:11 GMT</pubDate>
<guid>http://snipplr.com/view/56575/handle-all-post-variables-in-a-loop/</guid>
</item>
<item>
<title>(JavaScript) Ajax POST Request - devnull69</title>
<link>http://snipplr.com/view/56006/ajax-post-request/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Jul 2011 22:10:50 GMT</pubDate>
<guid>http://snipplr.com/view/56006/ajax-post-request/</guid>
</item>
<item>
<title>(jQuery) Close a fancybox ON form submit and BEFORE processing with ajax. - dropthenerd</title>
<link>http://snipplr.com/view/55158/close-a-fancybox-on-form-submit-and-before-processing-with-ajax/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 11 Jun 2011 11:35:53 GMT</pubDate>
<guid>http://snipplr.com/view/55158/close-a-fancybox-on-form-submit-and-before-processing-with-ajax/</guid>
</item>
</channel>
</rss>
