<?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/class</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 24 Jul 2008 08:05:41 GMT</pubDate>
<item>
<title>(PHP) database class - ishkur</title>
<link>http://snipplr.com/view/7426/database-class/</link>
<description><![CDATA[ <p>it's still a work in progress. There are a lot of things I would like to do with it, but I think how I have it set up now is pretty good for how i need it. 

It's essentially the backbone of a CMS project I have going (PaamayimCMS). 

One major feature that I would LOVE to add to it is chainability. I've been looking at the P4A project, and they claim to have a database wrapper that functions in a similar way to jQuery in regards to that. 

In due time i suppose.</p> ]]></description>
<pubDate>Tue, 22 Jul 2008 03:09:45 GMT</pubDate>
<guid>http://snipplr.com/view/7426/database-class/</guid>
</item>
<item>
<title>(ActionScript 3) Basic Package and Class Creation / Extend - 1man</title>
<link>http://snipplr.com/view/7097/basic-package-and-class-creation--extend/</link>
<description><![CDATA[ <p>How to create a basic class in AS3 and extend it if needed.</p> ]]></description>
<pubDate>Thu, 03 Jul 2008 05:54:56 GMT</pubDate>
<guid>http://snipplr.com/view/7097/basic-package-and-class-creation--extend/</guid>
</item>
<item>
<title>(PHP) Autoloading Objects - luizlopes</title>
<link>http://snipplr.com/view/7091/autoloading-objects/</link>
<description><![CDATA[ <p>http://us.php.net/manual/en/language.oop5.autoload.php#82614</p> ]]></description>
<pubDate>Wed, 02 Jul 2008 13:05:56 GMT</pubDate>
<guid>http://snipplr.com/view/7091/autoloading-objects/</guid>
</item>
<item>
<title>(PHP) Tumblr API Wrapper - JustinCrossman</title>
<link>http://snipplr.com/view/6725/tumblr-api-wrapper/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 16 Jun 2008 00:28:12 GMT</pubDate>
<guid>http://snipplr.com/view/6725/tumblr-api-wrapper/</guid>
</item>
<item>
<title>(JavaScript) List all class names used in a DOM tree - noah</title>
<link>http://snipplr.com/view/6488/list-all-class-names-used-in-a-dom-tree/</link>
<description><![CDATA[ <p>Lists each CSS class name that is applied to an element within an HTML page.

Some applications suggested by this pattern are:
- List class names by frequency of use.
- List class names by what kind of element they are applied to.
- List class names that are only used once.</p> ]]></description>
<pubDate>Wed, 28 May 2008 17:31:41 GMT</pubDate>
<guid>http://snipplr.com/view/6488/list-all-class-names-used-in-a-dom-tree/</guid>
</item>
<item>
<title>(PHP) PHP Class: MySQL DB Class - mattkenefick</title>
<link>http://snipplr.com/view/6416/php-class-mysql-db-class/</link>
<description><![CDATA[ <p>I deleted the old one by accident trying to edit it.</p> ]]></description>
<pubDate>Thu, 22 May 2008 10:25:37 GMT</pubDate>
<guid>http://snipplr.com/view/6416/php-class-mysql-db-class/</guid>
</item>
<item>
<title>(Other) New document class - Meestercor</title>
<link>http://snipplr.com/view/6415/new-document-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 May 2008 09:29:30 GMT</pubDate>
<guid>http://snipplr.com/view/6415/new-document-class/</guid>
</item>
<item>
<title>(PHP) PHP Class: ImageUpload - mattkenefick</title>
<link>http://snipplr.com/view/6361/php-class-imageupload/</link>
<description><![CDATA[ <p>Usage coming soon.</p> ]]></description>
<pubDate>Tue, 20 May 2008 13:21:53 GMT</pubDate>
<guid>http://snipplr.com/view/6361/php-class-imageupload/</guid>
</item>
<item>
<title>(PHP) PHP Class: Paging - mattkenefick</title>
<link>http://snipplr.com/view/6359/php-class-paging/</link>
<description><![CDATA[ <p>Paging class. Details on use to come later.</p> ]]></description>
<pubDate>Tue, 20 May 2008 13:20:06 GMT</pubDate>
<guid>http://snipplr.com/view/6359/php-class-paging/</guid>
</item>
<item>
<title>(Other) PureMVC XML DataProxy Class Template - wintondeshong</title>
<link>http://snipplr.com/view/6147/puremvc-xml-dataproxy-class-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 07 May 2008 22:30:48 GMT</pubDate>
<guid>http://snipplr.com/view/6147/puremvc-xml-dataproxy-class-template/</guid>
</item>
<item>
<title>(PHP) Mini Textile class - evanwalsh</title>
<link>http://snipplr.com/view/6108/mini-textile-class/</link>
<description><![CDATA[ <p>This is a version of Textile that only accepts paragraps, bold, italics, links, and images.  Enjoy.</p> ]]></description>
<pubDate>Sat, 03 May 2008 14:01:13 GMT</pubDate>
<guid>http://snipplr.com/view/6108/mini-textile-class/</guid>
</item>
<item>
<title>(ActionScript 3) Flash CS3: template per la classe Documento - gfazioli</title>
<link>http://snipplr.com/view/6107/flash-cs3-template-per-la-classe-documento/</link>
<description><![CDATA[ <p>Memo</p> ]]></description>
<pubDate>Sat, 03 May 2008 08:43:41 GMT</pubDate>
<guid>http://snipplr.com/view/6107/flash-cs3-template-per-la-classe-documento/</guid>
</item>
<item>
<title>(Other) PureMVC StageMediator Class Template - wintondeshong</title>
<link>http://snipplr.com/view/6091/puremvc-stagemediator-class-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 02 May 2008 00:03:41 GMT</pubDate>
<guid>http://snipplr.com/view/6091/puremvc-stagemediator-class-template/</guid>
</item>
<item>
<title>(Other) PureMVC ApplicationFacade Class Template - wintondeshong</title>
<link>http://snipplr.com/view/6088/puremvc-applicationfacade-class-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 May 2008 21:31:13 GMT</pubDate>
<guid>http://snipplr.com/view/6088/puremvc-applicationfacade-class-template/</guid>
</item>
<item>
<title>(ActionScript 3) PureMVC Document Class Template - wintondeshong</title>
<link>http://snipplr.com/view/6087/puremvc-document-class-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 May 2008 21:06:29 GMT</pubDate>
<guid>http://snipplr.com/view/6087/puremvc-document-class-template/</guid>
</item>
<item>
<title>(Python) Dictionary Class - kangell</title>
<link>http://snipplr.com/view/5753/dictionary-class/</link>
<description><![CDATA[ <p>This bit of code allows you to turn code that looks like this:

x = {'foo':1, 'bar':2 }
x['foo'] = 3

Into this:
x = dictclass( {'foo':1, 'bar':2 } )
x.foo = 3</p> ]]></description>
<pubDate>Tue, 08 Apr 2008 23:06:14 GMT</pubDate>
<guid>http://snipplr.com/view/5753/dictionary-class/</guid>
</item>
<item>
<title>(PHP) Mail Class - kubi</title>
<link>http://snipplr.com/view/5687/mail-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Apr 2008 16:20:12 GMT</pubDate>
<guid>http://snipplr.com/view/5687/mail-class/</guid>
</item>
<item>
<title>(Ruby) Irb power tricks with Wirble &amp;amp; Utility-Belt - cczona</title>
<link>http://snipplr.com/view/5597/irb-power-tricks-with-wirble--utilitybelt/</link>
<description><![CDATA[ <p>Note: most of these will be available to the shell and Rails' console too.</p> ]]></description>
<pubDate>Fri, 28 Mar 2008 12:24:12 GMT</pubDate>
<guid>http://snipplr.com/view/5597/irb-power-tricks-with-wirble--utilitybelt/</guid>
</item>
<item>
<title>(JavaScript) Change CSS - leandemon</title>
<link>http://snipplr.com/view/5281/change-css/</link>
<description><![CDATA[ <p>This JavaScript function will dynamically change the style information for any CSS class in a Web Page. Applying this function to a class will cause all items calling on the class to change to the updated style value. This function works even if there are multiple stylesheets referenced in the document.

Example usage (assuming you have a stylesheet defining the "exampleA" class and "exampleB" id:

changecss('.exampleA','display','none');
changecss('#exampleB','display','none');</p> ]]></description>
<pubDate>Wed, 05 Mar 2008 21:20:06 GMT</pubDate>
<guid>http://snipplr.com/view/5281/change-css/</guid>
</item>
<item>
<title>(PHP) Generic PHP Class - wbowers</title>
<link>http://snipplr.com/view/5222/generic-php-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Feb 2008 00:06:04 GMT</pubDate>
<guid>http://snipplr.com/view/5222/generic-php-class/</guid>
</item>
</channel>
</rss>