<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 06:16:01 +0000</lastBuildDate>
    <item>
      <title>(jQuery) Set Equal Column Heights - dnnsldr</title>
      <link>https://snipplr.com/view/67181/set-equal-column-heights</link>
      <description>&lt;p&gt;Simple way to create equal height columns/divs&lt;/p&gt;</description>
      <pubDate>Fri, 14 Sep 2012 08:45:39 UTC</pubDate>
      <guid>https://snipplr.com/view/67181/set-equal-column-heights</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery \"Check All\" - dnnsldr</title>
      <link>https://snipplr.com/view/66862/jquery-check-all</link>
      <description>&lt;p&gt;How does it work?&#13;
&#13;
This code checks/unchecks all checkboxes within the same fieldset. Simple and semantic.&#13;
HTML Setup&#13;
&#13;
Add checkboxes however you like, just make sure they are within the same fieldset.&#13;
&#13;
&lt;fieldset&gt;&#13;
    &lt;!--&gt;&#13;
    &lt;div&gt;&lt;input&gt; Check all&lt;/div&gt;&#13;
    &lt;div&gt;&lt;input&gt; Checkbox&lt;/div&gt;&#13;
    &lt;div&gt;&lt;input&gt; Checkbox&lt;/div&gt;&#13;
    &lt;div&gt;&lt;input&gt; Checkbox&lt;/div&gt;&#13;
&lt;/fieldset&gt;&#13;
&lt;fieldset&gt;&#13;
    &lt;!--&gt;&#13;
    &lt;div&gt;&lt;input&gt; Checkbox&lt;/div&gt;&#13;
    &lt;div&gt;&lt;input&gt; Checkbox&lt;/div&gt;&#13;
    &lt;div&gt;&lt;input&gt; Checkbox&lt;/div&gt;&#13;
&lt;/fieldset&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 23 Aug 2012 01:27:07 UTC</pubDate>
      <guid>https://snipplr.com/view/66862/jquery-check-all</guid>
    </item>
    <item>
      <title>(JavaScript) Fading out a div after set time with jQuery - dnnsldr</title>
      <link>https://snipplr.com/view/66861/fading-out-a-div-after-set-time-with-jquery</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Thu, 23 Aug 2012 01:22:38 UTC</pubDate>
      <guid>https://snipplr.com/view/66861/fading-out-a-div-after-set-time-with-jquery</guid>
    </item>
    <item>
      <title>(PHP) WordPress Taxonomies Accordion 3 Levels - dnnsldr</title>
      <link>https://snipplr.com/view/66839/wordpress-taxonomies-accordion-3-levels</link>
      <description>&lt;p&gt;//This will grab taxonomies three levels deep (parent, child, grandchild) and display them&#13;
//in an accordion fashion. Parent is the header, then child with a checkbox, if checked, will&#13;
//display grandchild taxonomies.&#13;
&#13;
//Uses jQuery Accordion (docs.jquery.com/UI/Accordion)&lt;/p&gt;</description>
      <pubDate>Wed, 22 Aug 2012 02:21:21 UTC</pubDate>
      <guid>https://snipplr.com/view/66839/wordpress-taxonomies-accordion-3-levels</guid>
    </item>
    <item>
      <title>(JavaScript) Change URL without refreshing - dnnsldr</title>
      <link>https://snipplr.com/view/66836/change-url-without-refreshing</link>
      <description>&lt;p&gt;//You cannot change the whole url without redirecting, what you can do instead is change the hash.&#13;
&#13;
//The hash is the part of the url that goes after the # symbol. &#13;
//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.&lt;/p&gt;</description>
      <pubDate>Wed, 22 Aug 2012 02:05:07 UTC</pubDate>
      <guid>https://snipplr.com/view/66836/change-url-without-refreshing</guid>
    </item>
    <item>
      <title>(PHP) BuddyPress Login Redirect - dnnsldr</title>
      <link>https://snipplr.com/view/66804/buddypress-login-redirect</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Sun, 19 Aug 2012 01:30:02 UTC</pubDate>
      <guid>https://snipplr.com/view/66804/buddypress-login-redirect</guid>
    </item>
    <item>
      <title>(PHP) AUTOMATIC WORDPRESS THUMBNAIL WITHOUT CUSTOM FIELD - dnnsldr</title>
      <link>https://snipplr.com/view/53712/automatic-wordpress-thumbnail-without-custom-field</link>
      <description>&lt;p&gt;This post will show you how to make your theme generate thumbnails automatically, based on your postâ€™s first image. Uses timthumb to resize&lt;/p&gt;</description>
      <pubDate>Wed, 18 May 2011 01:41:12 UTC</pubDate>
      <guid>https://snipplr.com/view/53712/automatic-wordpress-thumbnail-without-custom-field</guid>
    </item>
  </channel>
</rss>
