<?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 10:48:55 +0000</lastBuildDate>
    <item>
      <title>(jQuery) Fading effect when loading page - Rembrand</title>
      <link>https://snipplr.com/view/40026/fading-effect-when-loading-page</link>
      <description>&lt;p&gt;A proper fade-to-background effect with jQuery, without caching problems.\r\n\r\nAmalgamation from different sources and help found on stackoverflow:\r\nhttp://stackoverflow.com/questions/3628459/jquery-page-transition-and-browser-history\r\nhttp://stackoverflow.com/questions/158319/cross-browser-onload-event-and-the-back-button/201406#201406&lt;/p&gt;</description>
      <pubDate>Mon, 06 Sep 2010 17:41:45 UTC</pubDate>
      <guid>https://snipplr.com/view/40026/fading-effect-when-loading-page</guid>
    </item>
    <item>
      <title>(PHP) Certain post data not showing - Rembrand</title>
      <link>https://snipplr.com/view/39670/certain-post-data-not-showing</link>
      <description>&lt;p&gt;For example, when you can't get the post author to shop up using the_author(); it usually means your working outside the loop while that function is meant to work inside the loop.&#13;
This is a way around it. (got it from the forums)&lt;/p&gt;</description>
      <pubDate>Mon, 30 Aug 2010 02:21:45 UTC</pubDate>
      <guid>https://snipplr.com/view/39670/certain-post-data-not-showing</guid>
    </item>
    <item>
      <title>(jQuery) Page transitions - Rembrand</title>
      <link>https://snipplr.com/view/39131/page-transitions</link>
      <description>&lt;p&gt;Originally from OneExtraPixel&#13;
Making page transitions&lt;/p&gt;</description>
      <pubDate>Mon, 16 Aug 2010 20:19:08 UTC</pubDate>
      <guid>https://snipplr.com/view/39131/page-transitions</guid>
    </item>
    <item>
      <title>(jQuery) Image replacement gallery - Rembrand</title>
      <link>https://snipplr.com/view/38929/image-replacement-gallery</link>
      <description>&lt;p&gt;Originally from Webdesignerwall (see src)&#13;
Hover thumbnails of images and see the big holder image being swapped.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Aug 2010 19:56:30 UTC</pubDate>
      <guid>https://snipplr.com/view/38929/image-replacement-gallery</guid>
    </item>
    <item>
      <title>(jQuery) Clickable list item (or bock or any other element) - Rembrand</title>
      <link>https://snipplr.com/view/38928/clickable-list-item-or-bock-or-any-other-element</link>
      <description>&lt;p&gt;Originally from http://www.pseudocoder.com&#13;
Make an li (or div or whatever) clickable without having to wrap it in a link-tag.&#13;
Like Matt, I like to add a .hover class to it in order to apply hover effects&lt;/p&gt;</description>
      <pubDate>Wed, 11 Aug 2010 19:48:30 UTC</pubDate>
      <guid>https://snipplr.com/view/38928/clickable-list-item-or-bock-or-any-other-element</guid>
    </item>
    <item>
      <title>(jQuery) Basic sliding tab menu - Rembrand</title>
      <link>https://snipplr.com/view/38927/basic-sliding-tab-menu</link>
      <description>&lt;p&gt;Get menu tabs to slide up/down when hovering over them.&#13;
For some reason, it only starts working after you've hovered above a tab first.&#13;
I should  find out why that is.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Aug 2010 19:32:58 UTC</pubDate>
      <guid>https://snipplr.com/view/38927/basic-sliding-tab-menu</guid>
    </item>
    <item>
      <title>(jQuery) Show/hide form fields based on a selection from a dropdown menu - Rembrand</title>
      <link>https://snipplr.com/view/38926/showhide-form-fields-based-on-a-selection-from-a-dropdown-menu</link>
      <description>&lt;p&gt;Show a form field if 1 value from a dropdown is chosen, hide is the other is chosen. Can be extended to include more fields and values. Could get messy if you start nesting more than 2 'if else' but it gets the job done.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Aug 2010 19:26:05 UTC</pubDate>
      <guid>https://snipplr.com/view/38926/showhide-form-fields-based-on-a-selection-from-a-dropdown-menu</guid>
    </item>
    <item>
      <title>(jQuery) Changing the default text value on focus with jQuery - Rembrand</title>
      <link>https://snipplr.com/view/38925/changing-the-default-text-value-on-focus-with-jquery</link>
      <description>&lt;p&gt;Originally from http://www.electrictoolbox.com (see src)\r\nClear the default value of a form field when you click on it (when you want to type) and put it back if you leave without typing anything.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Aug 2010 19:19:35 UTC</pubDate>
      <guid>https://snipplr.com/view/38925/changing-the-default-text-value-on-focus-with-jquery</guid>
    </item>
    <item>
      <title>(jQuery) Switch textfield with a password field  (on focus) - Rembrand</title>
      <link>https://snipplr.com/view/38924/switch-textfield-with-a-password-field--on-focus</link>
      <description>&lt;p&gt;Originally form http://www.electrictoolbox.com\r\nComes in handy if you want to display a message in the field (\\\"type your password\\\") but mask the password itself.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Aug 2010 19:11:00 UTC</pubDate>
      <guid>https://snipplr.com/view/38924/switch-textfield-with-a-password-field--on-focus</guid>
    </item>
    <item>
      <title>(PHP) Embed Tumblr posts into website - Rembrand</title>
      <link>https://snipplr.com/view/38539/embed-tumblr-posts-into-website</link>
      <description>&lt;p&gt;Embed Tumblr posts the easy way. Import the xml, split by post-type and seperate the different types of content. I had a hard time finding an easy way to do this and ended up mixing and matching info from 2 very helpful places (check the url\'s in the src) and a co-worker who\'s better versed in PHP than me.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Aug 2010 21:10:41 UTC</pubDate>
      <guid>https://snipplr.com/view/38539/embed-tumblr-posts-into-website</guid>
    </item>
  </channel>
</rss>
