<?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>Wed, 22 May 2013 15:51:40 GMT</pubDate>
<item>
<title>(CSS) LESS loop to generate classes - BuschFunker</title>
<link>http://snipplr.com/view/70819/less-loop-to-generate-classes/</link>
<description><![CDATA[ <p>Generate numbered classes and apply variable mixins.
Base from [http://blog.thehippo.de/2012/04/programming/do-a-loop-with-less-css/](http://blog.thehippo.de/2012/04/programming/do-a-loop-with-less-css/)</p> ]]></description>
<pubDate>Wed, 17 Apr 2013 01:50:56 GMT</pubDate>
<guid>http://snipplr.com/view/70819/less-loop-to-generate-classes/</guid>
</item>
<item>
<title>(PHP) how to disable mx ping with emailChecker class - jspicher</title>
<link>http://snipplr.com/view/69921/how-to-disable-mx-ping-with-emailchecker-class/</link>
<description><![CDATA[ <p>how to disable mx ping with emailChecker class</p> ]]></description>
<pubDate>Wed, 13 Feb 2013 12:26:24 GMT</pubDate>
<guid>http://snipplr.com/view/69921/how-to-disable-mx-ping-with-emailchecker-class/</guid>
</item>
<item>
<title>(PHP) UTF8 Friendly - phpdev</title>
<link>http://snipplr.com/view/69620/utf8-friendly/</link>
<description><![CDATA[ <p>**UTF8 Friendly PHP Class**</p> ]]></description>
<pubDate>Thu, 24 Jan 2013 22:55:29 GMT</pubDate>
<guid>http://snipplr.com/view/69620/utf8-friendly/</guid>
</item>
<item>
<title>(Visual Basic) Datarange as Class - lolrenx</title>
<link>http://snipplr.com/view/69166/datarange-as-class/</link>
<description><![CDATA[ <p>consider currentregion as a 'datarange' custom class</p> ]]></description>
<pubDate>Thu, 20 Dec 2012 02:53:17 GMT</pubDate>
<guid>http://snipplr.com/view/69166/datarange-as-class/</guid>
</item>
<item>
<title>(JavaScript) Bare-Bones Selector Engine - o0110o</title>
<link>http://snipplr.com/view/69038/barebones-selector-engine/</link>
<description><![CDATA[ <p>This is a very basic wrapper for querySelectorAll. Just add prototypes and whatever else you need.</p> ]]></description>
<pubDate>Sun, 09 Dec 2012 10:11:19 GMT</pubDate>
<guid>http://snipplr.com/view/69038/barebones-selector-engine/</guid>
</item>
<item>
<title>(ActionScript 3) Create a Preloader class in Actionscript 3 - jquery404</title>
<link>http://snipplr.com/view/68991/create-a-preloader-class-in-actionscript-3/</link>
<description><![CDATA[ <p>A complete example of how we can create a Preloader in actionscript3 to load an external .swf file.

STRUCTURE
------------------
Source Swf
|_ Main.fla
|_ Main.as
|_ Main.swf
Preloader Swf
|_</p> ]]></description>
<pubDate>Thu, 06 Dec 2012 16:42:33 GMT</pubDate>
<guid>http://snipplr.com/view/68991/create-a-preloader-class-in-actionscript-3/</guid>
</item>
<item>
<title>(PHP) PHP Mail Letter Class - Zayac</title>
<link>http://snipplr.com/view/68783/php-mail-letter-class/</link>
<description><![CDATA[ <p>This is a Class that allows you create a letter with correct headers and send it to multi-emails.</p> ]]></description>
<pubDate>Tue, 27 Nov 2012 23:38:35 GMT</pubDate>
<guid>http://snipplr.com/view/68783/php-mail-letter-class/</guid>
</item>
<item>
<title>(PHP) Secure Static Session Class (Handles Arrays) - halk</title>
<link>http://snipplr.com/view/68697/secure-static-session-class-handles-arrays/</link>
<description><![CDATA[ <p>This is a static session wrapper that handles single variables and arrays.  It allows setting, resetting, and deleting session variables (without destroying the session).  It regenerates the session id every time a session is started to prevent session hijacking.  See Examples of use below the code or (https://gist.github.com/4128373)</p> ]]></description>
<pubDate>Thu, 22 Nov 2012 11:14:53 GMT</pubDate>
<guid>http://snipplr.com/view/68697/secure-static-session-class-handles-arrays/</guid>
</item>
<item>
<title>(PHP) Regex Clipboard Class (Mini-Template Engine) - halk</title>
<link>http://snipplr.com/view/68633/regex-clipboard-class-minitemplate-engine/</link>
<description><![CDATA[ <p>https://gist.github.com/4098493
(examples of use below the class code)
This class allows you to load a file of snippets that are really mini-templates copy them from your repository fill the token slots in them the with your data and render them as part of the view.  See example below the code for the format of the snippet file.</p> ]]></description>
<pubDate>Sun, 18 Nov 2012 08:23:12 GMT</pubDate>
<guid>http://snipplr.com/view/68633/regex-clipboard-class-minitemplate-engine/</guid>
</item>
<item>
<title>(C#) DataBase Coonection Class - rodrigoallves</title>
<link>http://snipplr.com/view/68262/database-coonection-class/</link>
<description><![CDATA[ <p>Simple Class Connection for use in C# Code.

Methods:

- ReturnDataTable(string strQueryCommand)

- ReturnDataSet(string strQueryCommand)
 
- ExecuteQuery(string strQueryCommand)

- ReturnDataReader(string strQueryCommand)</p> ]]></description>
<pubDate>Sun, 11 Nov 2012 08:23:52 GMT</pubDate>
<guid>http://snipplr.com/view/68262/database-coonection-class/</guid>
</item>
<item>
<title>(PHP) Wordpress function to upload image and set as featured image - krike</title>
<link>http://snipplr.com/view/68150/wordpress-function-to-upload-image-and-set-as-featured-image/</link>
<description><![CDATA[ <p>A function to upload an image to the media library and set it as featured image of a post. It requires 2 params. The name of the upload field and of course the post ID.

This function is part of the WPelements library class available on Github. Feedback / suggestions / improvements are always welcome.</p> ]]></description>
<pubDate>Wed, 07 Nov 2012 20:12:31 GMT</pubDate>
<guid>http://snipplr.com/view/68150/wordpress-function-to-upload-image-and-set-as-featured-image/</guid>
</item>
<item>
<title>(JavaScript) Javascript Class Template - XtreamIT</title>
<link>http://snipplr.com/view/67938/javascript-class-template/</link>
<description><![CDATA[ <p>jsHint happy class template for javascript</p> ]]></description>
<pubDate>Thu, 25 Oct 2012 19:28:45 GMT</pubDate>
<guid>http://snipplr.com/view/67938/javascript-class-template/</guid>
</item>
<item>
<title>(Objective C) xcode Objective C - build class / objects - kutyadog</title>
<link>http://snipplr.com/view/67791/xcode-objective-c--build-class--objects/</link>
<description><![CDATA[ <p>Example of how to build and call a class or object</p> ]]></description>
<pubDate>Thu, 18 Oct 2012 07:40:34 GMT</pubDate>
<guid>http://snipplr.com/view/67791/xcode-objective-c--build-class--objects/</guid>
</item>
<item>
<title>(PHP) Simple PHP cache class - peckham</title>
<link>http://snipplr.com/view/67728/simple-php-cache-class/</link>
<description><![CDATA[ <p>A simple class to cache files (or other results) with PHP.</p> ]]></description>
<pubDate>Sun, 14 Oct 2012 01:16:55 GMT</pubDate>
<guid>http://snipplr.com/view/67728/simple-php-cache-class/</guid>
</item>
<item>
<title>(PHP) BaseObject - ryantxr</title>
<link>http://snipplr.com/view/67667/baseobject/</link>
<description><![CDATA[ <p>I use this as a parent for all classes to add logger methods and some other functions as needed.</p> ]]></description>
<pubDate>Wed, 10 Oct 2012 00:28:30 GMT</pubDate>
<guid>http://snipplr.com/view/67667/baseobject/</guid>
</item>
<item>
<title>(JavaScript) Class handling functions - pmw57</title>
<link>http://snipplr.com/view/67176/class-handling-functions/</link>
<description><![CDATA[ <p>Standard hasClass, addClass, and removeClass functions, reworked so that jsLint is happier about them, and fixed the removeClass function so that things are trimmed after removing a class name.</p> ]]></description>
<pubDate>Thu, 13 Sep 2012 18:25:32 GMT</pubDate>
<guid>http://snipplr.com/view/67176/class-handling-functions/</guid>
</item>
<item>
<title>(PHP) CSV handler class - TimoZachi</title>
<link>http://snipplr.com/view/66824/csv-handler-class/</link>
<description><![CDATA[ <p>Class that convert arrays to csv format, downloads CSV files and saves to disk on server.</p> ]]></description>
<pubDate>Tue, 21 Aug 2012 04:53:02 GMT</pubDate>
<guid>http://snipplr.com/view/66824/csv-handler-class/</guid>
</item>
<item>
<title>(PHP) Get a list of class constants - ryantxr</title>
<link>http://snipplr.com/view/66060/get-a-list-of-class-constants/</link>
<description><![CDATA[ <p>Gets the constants from a class using reflection.</p> ]]></description>
<pubDate>Wed, 11 Jul 2012 04:41:32 GMT</pubDate>
<guid>http://snipplr.com/view/66060/get-a-list-of-class-constants/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 MathUtils static class - adrianparr</title>
<link>http://snipplr.com/view/65581/as3-mathutils-static-class/</link>
<description><![CDATA[ <p>Credit goes to Bruno Imbrizi.</p> ]]></description>
<pubDate>Wed, 13 Jun 2012 02:56:19 GMT</pubDate>
<guid>http://snipplr.com/view/65581/as3-mathutils-static-class/</guid>
</item>
<item>
<title>(JavaScript) Class Manipulation - ChristianOttinger</title>
<link>http://snipplr.com/view/64406/class-manipulation/</link>
<description><![CDATA[ <p>Element.prototype functions to manipulate element classes.</p> ]]></description>
<pubDate>Sat, 07 Apr 2012 05:48:04 GMT</pubDate>
<guid>http://snipplr.com/view/64406/class-manipulation/</guid>
</item>
</channel>
</rss>