<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - neogeek</title>
<link>http://snipplr.com/users/neogeek</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 18:25:41 GMT</pubDate>
<item>
<title>(HTML) XHTML 1.1 Strict Template</title>
<link>http://snipplr.com/view/320/xhtml-11-strict-template/</link>
<description><![CDATA[ <p>A basic XHTML 1.1 Strict template with CSS cross-browser fixes already in place.</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 23:09:51 GMT</pubDate>
<guid>http://snipplr.com/view/320/xhtml-11-strict-template/</guid>
</item>
<item>
<title>(JavaScript) Stripe Elements</title>
<link>http://snipplr.com/view/179/stripe-elements/</link>
<description><![CDATA[ <p>This script will allow you to alternately place a style on objects (in this example, every other list item).</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 10:11:28 GMT</pubDate>
<guid>http://snipplr.com/view/179/stripe-elements/</guid>
</item>
<item>
<title>(PHP) MySQL Fetch Results</title>
<link>http://snipplr.com/view/178/mysql-fetch-results/</link>
<description><![CDATA[ <p>Fetch the results of a MySQL query.</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 10:06:30 GMT</pubDate>
<guid>http://snipplr.com/view/178/mysql-fetch-results/</guid>
</item>
<item>
<title>(PHP) MySQL List Database Tables</title>
<link>http://snipplr.com/view/177/mysql-list-database-tables/</link>
<description><![CDATA[ <p>Fetch a list of tables in a specific database.</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 10:05:35 GMT</pubDate>
<guid>http://snipplr.com/view/177/mysql-list-database-tables/</guid>
</item>
<item>
<title>(PHP) MySQL List Databases</title>
<link>http://snipplr.com/view/176/mysql-list-databases/</link>
<description><![CDATA[ <p>Fetch a list of available databases.</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 10:03:52 GMT</pubDate>
<guid>http://snipplr.com/view/176/mysql-list-databases/</guid>
</item>
<item>
<title>(PHP) File Put Contents</title>
<link>http://snipplr.com/view/175/file-put-contents/</link>
<description><![CDATA[ <p>Similar to the file_put_contents() function in PHP5 built for PHP4 (will not cause errors on a server running PHP5).</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 10:02:35 GMT</pubDate>
<guid>http://snipplr.com/view/175/file-put-contents/</guid>
</item>
<item>
<title>(PHP) MySQL Dump</title>
<link>http://snipplr.com/view/173/mysql-dump/</link>
<description><![CDATA[ <p>Creates a backup of a MySQL database in SQL format.</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 10:00:19 GMT</pubDate>
<guid>http://snipplr.com/view/173/mysql-dump/</guid>
</item>
<item>
<title>(PHP) Simple MySQL Search Function</title>
<link>http://snipplr.com/view/171/simple-mysql-search-function/</link>
<description><![CDATA[ <p>A quick and simple way to search a MySQL database. Example: mysql_search('items', 'title tags', isset($_GET['q'])?$_GET['q']:'', Array('columns'=>'*', 'method'=>'OR', 'extra_sql'=>'AND active = "true" ORDER BY id DESC'));</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 09:55:37 GMT</pubDate>
<guid>http://snipplr.com/view/171/simple-mysql-search-function/</guid>
</item>
<item>
<title>(JavaScript) Break Out of Frames</title>
<link>http://snipplr.com/view/170/break-out-of-frames/</link>
<description><![CDATA[ <p>Place this script on any page of your site that you want to ensure doesn't end up in someone else's frame.</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 09:48:14 GMT</pubDate>
<guid>http://snipplr.com/view/170/break-out-of-frames/</guid>
</item>
<item>
<title>(PHP) US States and World Countries Collection</title>
<link>http://snipplr.com/view/169/us-states-and-world-countries-collection/</link>
<description><![CDATA[ <p>This is a collection of US States (Long and abbreviated names) and world countries. There are a few examples of usage below the collections.</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 09:43:23 GMT</pubDate>
<guid>http://snipplr.com/view/169/us-states-and-world-countries-collection/</guid>
</item>
<item>
<title>(HTML) XHTML 1.0 Transitional Template</title>
<link>http://snipplr.com/view/167/xhtml-10-transitional-template/</link>
<description><![CDATA[ <p>A basic XHTML 1.0 Transitional template with CSS cross-browser fixes already in place.</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 07:36:37 GMT</pubDate>
<guid>http://snipplr.com/view/167/xhtml-10-transitional-template/</guid>
</item>
<item>
<title>(PHP) Parse Textile</title>
<link>http://snipplr.com/view/141/parse-textile/</link>
<description><![CDATA[ <p>This is a simple textile function that supports most of the textile syntax. It is in it's early stages and is sure to change.</p> ]]></description>
<pubDate>Fri, 30 Jun 2006 10:29:02 GMT</pubDate>
<guid>http://snipplr.com/view/141/parse-textile/</guid>
</item>
<item>
<title>(PHP) Sub Sentence</title>
<link>http://snipplr.com/view/140/sub-sentence/</link>
<description><![CDATA[ <p>Similar to substr(), only this doesn't chop up words and adds a notification if the string has been shortened.</p> ]]></description>
<pubDate>Fri, 30 Jun 2006 10:25:21 GMT</pubDate>
<guid>http://snipplr.com/view/140/sub-sentence/</guid>
</item>
<item>
<title>(PHP) Fetch Remote File</title>
<link>http://snipplr.com/view/107/fetch-remote-file/</link>
<description><![CDATA[ <p>This simple function allows you to fetch files from other web sites in PHP4 without needing to install any extensions for PHP.</p> ]]></description>
<pubDate>Thu, 29 Jun 2006 22:26:14 GMT</pubDate>
<guid>http://snipplr.com/view/107/fetch-remote-file/</guid>
</item>
</channel>
</rss>