<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - mdrisser</title>
<link>http://snipplr.com/users/mdrisser</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 21:09:01 GMT</pubDate>
<item>
<title>(CSS) “Stitched” Look</title>
<link>http://snipplr.com/view/66103/stitched-look/</link>
<description><![CDATA[ <p>from css-tricks.com</p> ]]></description>
<pubDate>Fri, 13 Jul 2012 01:07:52 GMT</pubDate>
<guid>http://snipplr.com/view/66103/stitched-look/</guid>
</item>
<item>
<title>(CSS) Absolute Center (Vertical &amp;amp; Horizontal) an Image</title>
<link>http://snipplr.com/view/66102/absolute-center-vertical--horizontal-an-image/</link>
<description><![CDATA[ <p>From css-tricks.com</p> ]]></description>
<pubDate>Fri, 13 Jul 2012 01:05:35 GMT</pubDate>
<guid>http://snipplr.com/view/66102/absolute-center-vertical--horizontal-an-image/</guid>
</item>
<item>
<title>(CSS) Cross-Browser CSS Opacity</title>
<link>http://snipplr.com/view/30468/crossbrowser-css-opacity/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 29 Mar 2010 08:59:15 GMT</pubDate>
<guid>http://snipplr.com/view/30468/crossbrowser-css-opacity/</guid>
</item>
<item>
<title>(JavaScript) MooTools Class Template</title>
<link>http://snipplr.com/view/29352/mootools-class-template/</link>
<description><![CDATA[ <p>MooTools Class Template by David Walsh</p> ]]></description>
<pubDate>Fri, 05 Mar 2010 22:41:33 GMT</pubDate>
<guid>http://snipplr.com/view/29352/mootools-class-template/</guid>
</item>
<item>
<title>(JavaScript) MooTools Starter</title>
<link>http://snipplr.com/view/29351/mootools-starter/</link>
<description><![CDATA[ <p>MooTools Starter, similar to jQuery's document.ready(function(){});</p> ]]></description>
<pubDate>Fri, 05 Mar 2010 22:31:12 GMT</pubDate>
<guid>http://snipplr.com/view/29351/mootools-starter/</guid>
</item>
<item>
<title>(JavaScript) jQuery Plugin Template</title>
<link>http://snipplr.com/view/25605/jquery-plugin-template/</link>
<description><![CDATA[ <p>Pretty straight forward. Replace 'PLUGIN_NAME' with the name of your plugin, add your code in the appropriate places, test and deploy.

Should be pretty easy to use, I commented it heavily.</p> ]]></description>
<pubDate>Mon, 28 Dec 2009 16:50:05 GMT</pubDate>
<guid>http://snipplr.com/view/25605/jquery-plugin-template/</guid>
</item>
<item>
<title>(PHP) Wordpress - Display the Most Commented Posts of 2009</title>
<link>http://snipplr.com/view/25590/wordpress--display-the-most-commented-posts-of-2009/</link>
<description><![CDATA[ <p>From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
For additional information, see the link above.</p> ]]></description>
<pubDate>Mon, 28 Dec 2009 11:37:53 GMT</pubDate>
<guid>http://snipplr.com/view/25590/wordpress--display-the-most-commented-posts-of-2009/</guid>
</item>
<item>
<title>(PHP) Wordpress - Scheduling Posts for RSS</title>
<link>http://snipplr.com/view/25589/wordpress--scheduling-posts-for-rss/</link>
<description><![CDATA[ <p>From Web Design Ledger "13 Useful Code Snippets for WordPress Development"</p> ]]></description>
<pubDate>Mon, 28 Dec 2009 11:36:31 GMT</pubDate>
<guid>http://snipplr.com/view/25589/wordpress--scheduling-posts-for-rss/</guid>
</item>
<item>
<title>(PHP) Wordpress - Custom “Read More” Links for Your Posts</title>
<link>http://snipplr.com/view/25588/wordpress--custom-read-more-links-for-your-posts/</link>
<description><![CDATA[ <p>From Web Design Ledger "13 Useful Code Snippets for WordPress Development"</p> ]]></description>
<pubDate>Mon, 28 Dec 2009 11:34:19 GMT</pubDate>
<guid>http://snipplr.com/view/25588/wordpress--custom-read-more-links-for-your-posts/</guid>
</item>
<item>
<title>(PHP) Wordpress - Displaying Your Tags in a Dropdown Menu</title>
<link>http://snipplr.com/view/25587/wordpress--displaying-your-tags-in-a-dropdown-menu/</link>
<description><![CDATA[ <p>From Web Design Ledger "13 Useful Code Snippets for WordPress Development"</p> ]]></description>
<pubDate>Mon, 28 Dec 2009 11:30:40 GMT</pubDate>
<guid>http://snipplr.com/view/25587/wordpress--displaying-your-tags-in-a-dropdown-menu/</guid>
</item>
<item>
<title>(PHP) Wordpress - Detecting Mobile Devices Accessing Your Site</title>
<link>http://snipplr.com/view/25586/wordpress--detecting-mobile-devices-accessing-your-site/</link>
<description><![CDATA[ <p>From Web Design Ledger "13 Useful Code Snippets for WordPress Development"</p> ]]></description>
<pubDate>Mon, 28 Dec 2009 11:29:22 GMT</pubDate>
<guid>http://snipplr.com/view/25586/wordpress--detecting-mobile-devices-accessing-your-site/</guid>
</item>
<item>
<title>(PHP) Wordpress - Customize the Logo of Your WordPress Login Page</title>
<link>http://snipplr.com/view/25585/wordpress--customize-the-logo-of-your-wordpress-login-page/</link>
<description><![CDATA[ <p>From Web Design Ledger "13 Useful Code Snippets for WordPress Development"</p> ]]></description>
<pubDate>Mon, 28 Dec 2009 11:26:08 GMT</pubDate>
<guid>http://snipplr.com/view/25585/wordpress--customize-the-logo-of-your-wordpress-login-page/</guid>
</item>
<item>
<title>(PHP) Wordpress - Automatically Resize Images</title>
<link>http://snipplr.com/view/25584/wordpress--automatically-resize-images/</link>
<description><![CDATA[ <p>From Web Design Ledger "13 Useful Code Snippets for WordPress Development"</p> ]]></description>
<pubDate>Mon, 28 Dec 2009 11:24:21 GMT</pubDate>
<guid>http://snipplr.com/view/25584/wordpress--automatically-resize-images/</guid>
</item>
<item>
<title>(PHP) Assign POST/GET to internal array</title>
<link>http://snipplr.com/view/8604/assign-postget-to-internal-array/</link>
<description><![CDATA[ <p>I'm working on a web app that requires me to track nearly 300 form fields. To make this easier, and to allow me to handle special cases, I needed to assign them to an internal array. The switch/case statement makes this a breeze.</p> ]]></description>
<pubDate>Thu, 25 Sep 2008 18:12:22 GMT</pubDate>
<guid>http://snipplr.com/view/8604/assign-postget-to-internal-array/</guid>
</item>
</channel>
</rss>