<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - dnnsldr</title>
<link>http://snipplr.com/users/dnnsldr</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 19:17:25 GMT</pubDate>
<item>
<title>(jQuery) Set Equal Column Heights</title>
<link>http://snipplr.com/view/67181/set-equal-column-heights/</link>
<description><![CDATA[ <p>Simple way to create equal height columns/divs</p> ]]></description>
<pubDate>Fri, 14 Sep 2012 08:45:39 GMT</pubDate>
<guid>http://snipplr.com/view/67181/set-equal-column-heights/</guid>
</item>
<item>
<title>(JavaScript) jQuery \"Check All\"</title>
<link>http://snipplr.com/view/66862/jquery-check-all/</link>
<description><![CDATA[ <p>How does it work?

This code checks/unchecks all checkboxes within the same fieldset. Simple and semantic.
HTML Setup

Add checkboxes however you like, just make sure they are within the same fieldset.


    
     Check all
     Checkbox
     Checkbox
     Checkbox


    
     Checkbox
     Checkbox
     Checkbox
</p> ]]></description>
<pubDate>Thu, 23 Aug 2012 01:27:07 GMT</pubDate>
<guid>http://snipplr.com/view/66862/jquery-check-all/</guid>
</item>
<item>
<title>(JavaScript) Fading out a div after set time with jQuery</title>
<link>http://snipplr.com/view/66861/fading-out-a-div-after-set-time-with-jquery/</link>
<description><![CDATA[ <p>Here’s a handy bit of code that I use quite regularly, its particularly useful if your getting a response message from a form to notify the user that there data was sent, or comunicate an error and you want to fade the message out after a set time.</p> ]]></description>
<pubDate>Thu, 23 Aug 2012 01:22:38 GMT</pubDate>
<guid>http://snipplr.com/view/66861/fading-out-a-div-after-set-time-with-jquery/</guid>
</item>
<item>
<title>(PHP) WordPress Taxonomies Accordion 3 Levels</title>
<link>http://snipplr.com/view/66839/wordpress-taxonomies-accordion-3-levels/</link>
<description><![CDATA[ <p>//This will grab taxonomies three levels deep (parent, child, grandchild) and display them
//in an accordion fashion. Parent is the header, then child with a checkbox, if checked, will
//display grandchild taxonomies.

//Uses jQuery Accordion (docs.jquery.com/UI/Accordion)</p> ]]></description>
<pubDate>Wed, 22 Aug 2012 02:21:21 GMT</pubDate>
<guid>http://snipplr.com/view/66839/wordpress-taxonomies-accordion-3-levels/</guid>
</item>
<item>
<title>(JavaScript) Change URL without refreshing</title>
<link>http://snipplr.com/view/66836/change-url-without-refreshing/</link>
<description><![CDATA[ <p>//You cannot change the whole url without redirecting, what you can do instead is change the hash.

//The hash is the part of the url that goes after the # symbol. 
//That was initially intended to direct you (locally) to sections of your HTML document, but you can read and modify it through javascript to use it somewhat like a global variable.</p> ]]></description>
<pubDate>Wed, 22 Aug 2012 02:05:07 GMT</pubDate>
<guid>http://snipplr.com/view/66836/change-url-without-refreshing/</guid>
</item>
<item>
<title>(PHP) BuddyPress Login Redirect</title>
<link>http://snipplr.com/view/66804/buddypress-login-redirect/</link>
<description><![CDATA[ <p>I needed away to redirect to a custom BP component upon login for users and this works great. Add this to your functions file. If you are the admin, it will redirect you to the wp-admin.</p> ]]></description>
<pubDate>Sun, 19 Aug 2012 01:30:02 GMT</pubDate>
<guid>http://snipplr.com/view/66804/buddypress-login-redirect/</guid>
</item>
<item>
<title>(PHP) AUTOMATIC WORDPRESS THUMBNAIL WITHOUT CUSTOM FIELD</title>
<link>http://snipplr.com/view/53712/automatic-wordpress-thumbnail-without-custom-field/</link>
<description><![CDATA[ <p>This post will show you how to make your theme generate thumbnails automatically, based on your post’s first image. Uses timthumb to resize</p> ]]></description>
<pubDate>Wed, 18 May 2011 01:41:12 GMT</pubDate>
<guid>http://snipplr.com/view/53712/automatic-wordpress-thumbnail-without-custom-field/</guid>
</item>
</channel>
</rss>