<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - rickygri</title>
<link>http://snipplr.com/users/rickygri</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 07:34:38 GMT</pubDate>
<item>
<title>(SQL) SQL query to delete all media and attachments in wordpress</title>
<link>http://snipplr.com/view/70656/sql-query-to-delete-all-media-and-attachments-in-wordpress/</link>
<description><![CDATA[ <p>Run these queries (phpMyAdmin will do) to delete all media in the library, and remove all post attachment affiliation</p> ]]></description>
<pubDate>Thu, 04 Apr 2013 20:14:52 GMT</pubDate>
<guid>http://snipplr.com/view/70656/sql-query-to-delete-all-media-and-attachments-in-wordpress/</guid>
</item>
<item>
<title>(HTML) Basic HTML5 Template</title>
<link>http://snipplr.com/view/70363/basic-html5-template/</link>
<description><![CDATA[ <p>Basic HTML template including jQuery and HTML5 Shiv</p> ]]></description>
<pubDate>Tue, 12 Mar 2013 09:24:16 GMT</pubDate>
<guid>http://snipplr.com/view/70363/basic-html5-template/</guid>
</item>
<item>
<title>(Windows PowerShell) IPConfig Reset</title>
<link>http://snipplr.com/view/70216/ipconfig-reset/</link>
<description><![CDATA[ <p>Reset DNS and flush ip config, then renew</p> ]]></description>
<pubDate>Sat, 02 Mar 2013 23:26:06 GMT</pubDate>
<guid>http://snipplr.com/view/70216/ipconfig-reset/</guid>
</item>
<item>
<title>(Apache) Fix 403 Forbidden wampserver tools (PHPmyadmin, sqlbuddy etc) on Windows 8</title>
<link>http://snipplr.com/view/69861/fix-403-forbidden-wampserver-tools-phpmyadmin-sqlbuddy-etc-on-windows-8/</link>
<description><![CDATA[ <p>To fix the issue with localhost under Windows 8 giving a 403 error (but working for 127.0.0.1) I did the following:</p> ]]></description>
<pubDate>Fri, 08 Feb 2013 07:54:56 GMT</pubDate>
<guid>http://snipplr.com/view/69861/fix-403-forbidden-wampserver-tools-phpmyadmin-sqlbuddy-etc-on-windows-8/</guid>
</item>
<item>
<title>(PHP) Get current URL with PHP in Apache or IIS</title>
<link>http://snipplr.com/view/69136/get-current-url-with-php-in-apache-or-iis/</link>
<description><![CDATA[ <p>Get Current URL Path on Apache / IIS</p> ]]></description>
<pubDate>Tue, 18 Dec 2012 00:24:54 GMT</pubDate>
<guid>http://snipplr.com/view/69136/get-current-url-with-php-in-apache-or-iis/</guid>
</item>
<item>
<title>(jQuery) jQuery Plugin Template</title>
<link>http://snipplr.com/view/69097/jquery-plugin-template/</link>
<description><![CDATA[ <p>This is a skeleton template for a jquery plugin with custom methods</p> ]]></description>
<pubDate>Fri, 14 Dec 2012 04:23:27 GMT</pubDate>
<guid>http://snipplr.com/view/69097/jquery-plugin-template/</guid>
</item>
<item>
<title>(JavaScript) Clear form input on focus</title>
<link>http://snipplr.com/view/68802/clear-form-input-on-focus/</link>
<description><![CDATA[ <p>Clear text input when the user selects it (on focus)</p> ]]></description>
<pubDate>Wed, 28 Nov 2012 21:43:26 GMT</pubDate>
<guid>http://snipplr.com/view/68802/clear-form-input-on-focus/</guid>
</item>
<item>
<title>(CSS) Stylesheet Template</title>
<link>http://snipplr.com/view/68637/stylesheet-template/</link>
<description><![CDATA[ <p>CSS stylesheet template - including HTML5 reset, tweaks for mobile including media queries, print reset styles, and base styles for standardization</p> ]]></description>
<pubDate>Sun, 18 Nov 2012 21:54:52 GMT</pubDate>
<guid>http://snipplr.com/view/68637/stylesheet-template/</guid>
</item>
<item>
<title>(CSS) Fluid width spacing of divs</title>
<link>http://snipplr.com/view/67868/fluid-width-spacing-of-divs/</link>
<description><![CDATA[ <p>Space div elements evenly inside a wrapper without using float (no right spacing issue) so that all elements are flush to the edges.</p> ]]></description>
<pubDate>Mon, 22 Oct 2012 22:33:26 GMT</pubDate>
<guid>http://snipplr.com/view/67868/fluid-width-spacing-of-divs/</guid>
</item>
<item>
<title>(PHP) PDO Insert array function</title>
<link>http://snipplr.com/view/67679/pdo-insert-array-function/</link>
<description><![CDATA[ <p>PDO-format insert array function</p> ]]></description>
<pubDate>Wed, 10 Oct 2012 22:33:16 GMT</pubDate>
<guid>http://snipplr.com/view/67679/pdo-insert-array-function/</guid>
</item>
<item>
<title>(JavaScript) jQuery center</title>
<link>http://snipplr.com/view/67058/jquery-center/</link>
<description><![CDATA[ <p>Extend jQuery with a 'center' function. Use position:fixed to align center in viewport, or position:absolute inside a relatively positioned parent to center inside that parent.</p> ]]></description>
<pubDate>Wed, 05 Sep 2012 19:00:17 GMT</pubDate>
<guid>http://snipplr.com/view/67058/jquery-center/</guid>
</item>
<item>
<title>(JavaScript) POST form with jQuery (Ajax)</title>
<link>http://snipplr.com/view/66642/post-form-with-jquery-ajax/</link>
<description><![CDATA[ <p>This send any value via POST to a PHP page. It is done with AJAX, so the POST return can be used on the same page as the submit</p> ]]></description>
<pubDate>Fri, 10 Aug 2012 18:48:15 GMT</pubDate>
<guid>http://snipplr.com/view/66642/post-form-with-jquery-ajax/</guid>
</item>
<item>
<title>(JavaScript) POST form with javascript (Non-Ajax)</title>
<link>http://snipplr.com/view/66619/post-form-with-javascript-nonajax/</link>
<description><![CDATA[ <p>This javascript function takes the URL of the target page and an associative array of name/values paires and POSTs the data to the supplied URL by dynamically creating a form and then submitting it.</p> ]]></description>
<pubDate>Fri, 10 Aug 2012 01:21:38 GMT</pubDate>
<guid>http://snipplr.com/view/66619/post-form-with-javascript-nonajax/</guid>
</item>
<item>
<title>(HTML) Clearfix</title>
<link>http://snipplr.com/view/66571/clearfix/</link>
<description><![CDATA[ <p>The problem happens when a floated element is within a container box, that element does not automatically force the container’s height adjust to the floated element. When an element is floated, its parent no longer contains it because the float is removed from the flow.</p> ]]></description>
<pubDate>Tue, 07 Aug 2012 21:21:34 GMT</pubDate>
<guid>http://snipplr.com/view/66571/clearfix/</guid>
</item>
<item>
<title>(JavaScript) Embed flash with swfobject.js using arrays</title>
<link>http://snipplr.com/view/63520/embed-flash-with-swfobjectjs-using-arrays/</link>
<description><![CDATA[ <p>Shows how to use an array to embed swf objects with swfobject.js. This allows for multiple embeds (synced ad's etc.)</p> ]]></description>
<pubDate>Thu, 23 Feb 2012 03:22:32 GMT</pubDate>
<guid>http://snipplr.com/view/63520/embed-flash-with-swfobjectjs-using-arrays/</guid>
</item>
<item>
<title>(PHP) Force downloadable</title>
<link>http://snipplr.com/view/63519/force-downloadable/</link>
<description><![CDATA[ <p>Force downloadable file with php</p> ]]></description>
<pubDate>Thu, 23 Feb 2012 03:19:06 GMT</pubDate>
<guid>http://snipplr.com/view/63519/force-downloadable/</guid>
</item>
<item>
<title>(CSS) Center Div</title>
<link>http://snipplr.com/view/63518/center-div/</link>
<description><![CDATA[ <p>Align a div / element center in its parent</p> ]]></description>
<pubDate>Thu, 23 Feb 2012 03:16:24 GMT</pubDate>
<guid>http://snipplr.com/view/63518/center-div/</guid>
</item>
</channel>
</rss>