<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - section31</title>
<link>http://snipplr.com/users/section31</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 16:59:20 GMT</pubDate>
<item>
<title>(PHP) balance tags</title>
<link>http://snipplr.com/view/27287/balance-tags/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Jan 2010 04:45:20 GMT</pubDate>
<guid>http://snipplr.com/view/27287/balance-tags/</guid>
</item>
<item>
<title>(PHP) nodeContent</title>
<link>http://snipplr.com/view/26271/nodecontent/</link>
<description><![CDATA[ <p>This converts a dom node into a string.  Why this is not native to the dom extension is beyond me.</p> ]]></description>
<pubDate>Mon, 11 Jan 2010 20:01:57 GMT</pubDate>
<guid>http://snipplr.com/view/26271/nodecontent/</guid>
</item>
<item>
<title>(Bash) Rackspace Cloud Sites Git Setup</title>
<link>http://snipplr.com/view/19716/rackspace-cloud-sites-git-setup/</link>
<description><![CDATA[ <p>These commands will assist you in creating ssh keys on a non interactive shell and to prep your .ssh directory for use with github.com</p> ]]></description>
<pubDate>Mon, 14 Sep 2009 18:51:47 GMT</pubDate>
<guid>http://snipplr.com/view/19716/rackspace-cloud-sites-git-setup/</guid>
</item>
<item>
<title>(PHP) Array to CSV</title>
<link>http://snipplr.com/view/10187/array-to-csv/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 01 Dec 2008 12:28:45 GMT</pubDate>
<guid>http://snipplr.com/view/10187/array-to-csv/</guid>
</item>
<item>
<title>(PHP) Array To Tablerows</title>
<link>http://snipplr.com/view/10068/array-to-tablerows/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 26 Nov 2008 12:35:00 GMT</pubDate>
<guid>http://snipplr.com/view/10068/array-to-tablerows/</guid>
</item>
<item>
<title>(Apache) Domain Redirect Forward</title>
<link>http://snipplr.com/view/10034/domain-redirect-forward/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 Nov 2008 11:19:01 GMT</pubDate>
<guid>http://snipplr.com/view/10034/domain-redirect-forward/</guid>
</item>
<item>
<title>(Apache) Remove www from Domain</title>
<link>http://snipplr.com/view/10033/remove-www-from-domain/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 Nov 2008 11:10:05 GMT</pubDate>
<guid>http://snipplr.com/view/10033/remove-www-from-domain/</guid>
</item>
<item>
<title>(PHP) Numeric Array to Associative Array</title>
<link>http://snipplr.com/view/9941/numeric-array-to-associative-array/</link>
<description><![CDATA[ <p>This requires a one dimensional array.</p> ]]></description>
<pubDate>Thu, 20 Nov 2008 11:52:08 GMT</pubDate>
<guid>http://snipplr.com/view/9941/numeric-array-to-associative-array/</guid>
</item>
<item>
<title>(PHP) Input Class - Strip Slashes for Magic Quotes</title>
<link>http://snipplr.com/view/8934/input-class--strip-slashes-for-magic-quotes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 10 Oct 2008 09:47:10 GMT</pubDate>
<guid>http://snipplr.com/view/8934/input-class--strip-slashes-for-magic-quotes/</guid>
</item>
<item>
<title>(PHP) Rename File If Exists</title>
<link>http://snipplr.com/view/8452/rename-file-if-exists/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 17 Sep 2008 14:57:37 GMT</pubDate>
<guid>http://snipplr.com/view/8452/rename-file-if-exists/</guid>
</item>
<item>
<title>(PHP) Clean URL String</title>
<link>http://snipplr.com/view/8436/clean-url-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Sep 2008 18:19:02 GMT</pubDate>
<guid>http://snipplr.com/view/8436/clean-url-string/</guid>
</item>
<item>
<title>(PHP) To Javascript String</title>
<link>http://snipplr.com/view/8112/to-javascript-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 31 Aug 2008 21:56:48 GMT</pubDate>
<guid>http://snipplr.com/view/8112/to-javascript-string/</guid>
</item>
<item>
<title>(PHP) Linux Shell Cmds</title>
<link>http://snipplr.com/view/7928/linux-shell-cmds/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Aug 2008 14:41:57 GMT</pubDate>
<guid>http://snipplr.com/view/7928/linux-shell-cmds/</guid>
</item>
<item>
<title>(JavaScript) SuperSleight</title>
<link>http://snipplr.com/view/7195/supersleight/</link>
<description><![CDATA[ <p>SuperSleight adds a number of new and useful features that have come from the day-to-day needs of working with PNGs.

    * Works with both inline and background images, replacing the need for both sleight and bgsleight
    * Will automatically apply position: relative to links and form fields if they don’t already have position set. (Can be disabled.)
    * Can be run on the entire document, or just a selected part where you know the PNGs are. This is better for performance.
    * Detects background images set to no-repeat and sets the scaleMode to crop rather than scale.
    * Can be re-applied by any other JavaScript in the page – useful if new content has been loaded by an Ajax request.

Download SuperSleight</p> ]]></description>
<pubDate>Wed, 09 Jul 2008 20:41:05 GMT</pubDate>
<guid>http://snipplr.com/view/7195/supersleight/</guid>
</item>
<item>
<title>(PHP) Download File</title>
<link>http://snipplr.com/view/7171/download-file/</link>
<description><![CDATA[ <p>Serves an external document for download as an HTTP attachment.</p> ]]></description>
<pubDate>Tue, 08 Jul 2008 10:13:01 GMT</pubDate>
<guid>http://snipplr.com/view/7171/download-file/</guid>
</item>
<item>
<title>(PHP) phone number format</title>
<link>http://snipplr.com/view/7170/phone-number-format/</link>
<description><![CDATA[ <p>Formats a phone number as (xxx) xxx-xxxx or xxx-xxxx depending on the length.</p> ]]></description>
<pubDate>Tue, 08 Jul 2008 10:10:13 GMT</pubDate>
<guid>http://snipplr.com/view/7170/phone-number-format/</guid>
</item>
<item>
<title>(PHP) Remove Magic Quotes</title>
<link>http://snipplr.com/view/7149/remove-magic-quotes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 06 Jul 2008 02:46:51 GMT</pubDate>
<guid>http://snipplr.com/view/7149/remove-magic-quotes/</guid>
</item>
<item>
<title>(PHP) Cross Site Generic Script (Write Cookie Data)</title>
<link>http://snipplr.com/view/7148/cross-site-generic-script-write-cookie-data/</link>
<description><![CDATA[ <p>This is linked to this
http://snipplr.com/view/7147/cross-site-generic-script/</p> ]]></description>
<pubDate>Sun, 06 Jul 2008 01:04:58 GMT</pubDate>
<guid>http://snipplr.com/view/7148/cross-site-generic-script-write-cookie-data/</guid>
</item>
<item>
<title>(JavaScript) Cross Site Generic Script</title>
<link>http://snipplr.com/view/7147/cross-site-generic-script/</link>
<description><![CDATA[ <p>This is linked to this
http://snipplr.com/view/7148/cross-site-generic-script-write-cookie-data/</p> ]]></description>
<pubDate>Sun, 06 Jul 2008 01:01:55 GMT</pubDate>
<guid>http://snipplr.com/view/7147/cross-site-generic-script/</guid>
</item>
<item>
<title>(Apache) Apache Config Changes</title>
<link>http://snipplr.com/view/7146/apache-config-changes/</link>
<description><![CDATA[ <p>1.  Removes www using a mod rewrite condition.  Put this in your .htaccess file or apache config.
2.  Forces https on url.</p> ]]></description>
<pubDate>Sun, 06 Jul 2008 00:29:57 GMT</pubDate>
<guid>http://snipplr.com/view/7146/apache-config-changes/</guid>
</item>
</channel>
</rss>
