<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - antpaw</title>
<link>http://snipplr.com/users/antpaw</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 17:48:35 GMT</pubDate>
<item>
<title>(PHP) Kohana 3 bootstrap.php for admin subfolder</title>
<link>http://snipplr.com/view/20012/kohana-3-bootstrapphp-for-admin-subfolder/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Sep 2009 03:25:09 GMT</pubDate>
<guid>http://snipplr.com/view/20012/kohana-3-bootstrapphp-for-admin-subfolder/</guid>
</item>
<item>
<title>(PHP) Kohana final class</title>
<link>http://snipplr.com/view/19026/kohana-final-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 30 Aug 2009 12:37:11 GMT</pubDate>
<guid>http://snipplr.com/view/19026/kohana-final-class/</guid>
</item>
<item>
<title>(PHP) Extended Kohana HTML Helper</title>
<link>http://snipplr.com/view/19025/extended-kohana-html-helper/</link>
<description><![CDATA[ <p>My Kohana HTML Helper</p> ]]></description>
<pubDate>Sun, 30 Aug 2009 12:35:04 GMT</pubDate>
<guid>http://snipplr.com/view/19025/extended-kohana-html-helper/</guid>
</item>
<item>
<title>(PHP) reading CSV file with PHP</title>
<link>http://snipplr.com/view/16182/reading-csv-file-with-php/</link>
<description><![CDATA[ <p>this script splits the csv file two times (1. on "new line", 2. on ";") and returns a two dem array in the last for loop.</p> ]]></description>
<pubDate>Mon, 22 Jun 2009 07:04:42 GMT</pubDate>
<guid>http://snipplr.com/view/16182/reading-csv-file-with-php/</guid>
</item>
<item>
<title>(ActionScript 3) Fullscreen with ActionScript 3</title>
<link>http://snipplr.com/view/14540/fullscreen-with-actionscript-3/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 28 Apr 2009 13:30:25 GMT</pubDate>
<guid>http://snipplr.com/view/14540/fullscreen-with-actionscript-3/</guid>
</item>
<item>
<title>(Other) Useful Finder settings</title>
<link>http://snipplr.com/view/12384/useful-finder-settings/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 19 Feb 2009 14:54:33 GMT</pubDate>
<guid>http://snipplr.com/view/12384/useful-finder-settings/</guid>
</item>
<item>
<title>(PHP) recursion function for xml</title>
<link>http://snipplr.com/view/12078/recursion-function-for-xml/</link>
<description><![CDATA[ <p>your database needs id, bezeichner and parent fields</p> ]]></description>
<pubDate>Tue, 10 Feb 2009 12:54:11 GMT</pubDate>
<guid>http://snipplr.com/view/12078/recursion-function-for-xml/</guid>
</item>
<item>
<title>(PHP) OOP RSS/XML class for PHP</title>
<link>http://snipplr.com/view/11622/oop-rssxml-class-for-php/</link>
<description><![CDATA[ <p>this will give you a lovely RSS.

Im sure you will need to edit the database stuff and row names</p> ]]></description>
<pubDate>Wed, 28 Jan 2009 15:50:50 GMT</pubDate>
<guid>http://snipplr.com/view/11622/oop-rssxml-class-for-php/</guid>
</item>
<item>
<title>(ActionScript 3) CSS for styling text in flash with nonstandard fonts</title>
<link>http://snipplr.com/view/11620/css-for-styling-text-in-flash-with-nonstandard-fonts/</link>
<description><![CDATA[ <p>dont use spaces around the ":" in CSS its buggy :(</p> ]]></description>
<pubDate>Wed, 28 Jan 2009 15:43:05 GMT</pubDate>
<guid>http://snipplr.com/view/11620/css-for-styling-text-in-flash-with-nonstandard-fonts/</guid>
</item>
<item>
<title>(ActionScript 3) XML Loop in ActionScript 3</title>
<link>http://snipplr.com/view/11619/xml-loop-in-actionscript-3/</link>
<description><![CDATA[ <p>and  DropShadow Filter :)</p> ]]></description>
<pubDate>Wed, 28 Jan 2009 15:37:37 GMT</pubDate>
<guid>http://snipplr.com/view/11619/xml-loop-in-actionscript-3/</guid>
</item>
<item>
<title>(XHTML) XHTML 1.0 Strict Framework</title>
<link>http://snipplr.com/view/9532/xhtml-10-strict-framework/</link>
<description><![CDATA[ <p>I use this to get started with my new page</p> ]]></description>
<pubDate>Thu, 06 Nov 2008 09:02:45 GMT</pubDate>
<guid>http://snipplr.com/view/9532/xhtml-10-strict-framework/</guid>
</item>
<item>
<title>(PHP) read XML with PHP</title>
<link>http://snipplr.com/view/8722/read-xml-with-php/</link>
<description><![CDATA[ <p>simple :)</p> ]]></description>
<pubDate>Tue, 30 Sep 2008 13:20:46 GMT</pubDate>
<guid>http://snipplr.com/view/8722/read-xml-with-php/</guid>
</item>
<item>
<title>(PHP) Modrewrite for PHP variables</title>
<link>http://snipplr.com/view/8018/modrewrite-for-php-variables/</link>
<description><![CDATA[ <p>write this in your .htaccess

links are going to look like this

yourpage.de/yourVariableValue1/yourVariableValue2/

[NC] will remove the case sensitivity of your static words like "admin"

its going to work, even if you type

yourpage.de/adMIN</p> ]]></description>
<pubDate>Mon, 25 Aug 2008 13:37:46 GMT</pubDate>
<guid>http://snipplr.com/view/8018/modrewrite-for-php-variables/</guid>
</item>
<item>
<title>(CSS) My CSS Reset</title>
<link>http://snipplr.com/view/7954/my-css-reset/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 20 Aug 2008 16:17:16 GMT</pubDate>
<guid>http://snipplr.com/view/7954/my-css-reset/</guid>
</item>
<item>
<title>(PHP) MySQL connection with PHP</title>
<link>http://snipplr.com/view/7953/mysql-connection-with-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 20 Aug 2008 16:14:46 GMT</pubDate>
<guid>http://snipplr.com/view/7953/mysql-connection-with-php/</guid>
</item>
</channel>
</rss>