<?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>Wed, 10 Jun 2026 04:49:57 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) jQTouch pageAnimationStart callback not firing - segdeha</title>
      <link>https://snipplr.com/view/20619/jqtouch-pageanimationstart-callback-not-firing</link>
      <description>&lt;p&gt;I'm building my first jQTouch application. I want to do stuff before the user transitions to a particular page, but the callback never gets called. What am I doing wrong?&lt;/p&gt;</description>
      <pubDate>Sat, 03 Oct 2009 20:37:43 UTC</pubDate>
      <guid>https://snipplr.com/view/20619/jqtouch-pageanimationstart-callback-not-firing</guid>
    </item>
    <item>
      <title>(PHP) cookie_encode &amp; cookie_decode - segdeha</title>
      <link>https://snipplr.com/view/16724/cookieencode--cookiedecode</link>
      <description>&lt;p&gt;This is a great way to save complex objects as cookie values. You can't just json_encode because commas are not legal in cookie values. Remember not to use this for anything too big because cookies have a 4KB limit.&lt;/p&gt;</description>
      <pubDate>Tue, 07 Jul 2009 07:14:00 UTC</pubDate>
      <guid>https://snipplr.com/view/16724/cookieencode--cookiedecode</guid>
    </item>
    <item>
      <title>(JavaScript) Truncate a string to a set length, breaking at word boundaries - segdeha</title>
      <link>https://snipplr.com/view/16108/truncate-a-string-to-a-set-length-breaking-at-word-boundaries</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 19 Jun 2009 05:06:27 UTC</pubDate>
      <guid>https://snipplr.com/view/16108/truncate-a-string-to-a-set-length-breaking-at-word-boundaries</guid>
    </item>
    <item>
      <title>(JavaScript) Dynamically expand a textarea based on the amount of text - segdeha</title>
      <link>https://snipplr.com/view/16039/dynamically-expand-a-textarea-based-on-the-amount-of-text</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 17 Jun 2009 19:14:10 UTC</pubDate>
      <guid>https://snipplr.com/view/16039/dynamically-expand-a-textarea-based-on-the-amount-of-text</guid>
    </item>
    <item>
      <title>(JavaScript) Array.prototype.sliceTo - segdeha</title>
      <link>https://snipplr.com/view/15896/arrayprototypesliceto</link>
      <description>&lt;p&gt;Adds a method to the Array object that lets you slice the array down to everything before the given value.&lt;/p&gt;</description>
      <pubDate>Sat, 13 Jun 2009 20:27:25 UTC</pubDate>
      <guid>https://snipplr.com/view/15896/arrayprototypesliceto</guid>
    </item>
    <item>
      <title>(JavaScript) When to use the prototype of a Function - segdeha</title>
      <link>https://snipplr.com/view/15534/when-to-use-the-prototype-of-a-function</link>
      <description>&lt;p&gt;Assign methods to a Function prototype when you intend to create instances of the type of object. Use object literals when you just need a container for functions.&lt;/p&gt;</description>
      <pubDate>Thu, 04 Jun 2009 17:13:20 UTC</pubDate>
      <guid>https://snipplr.com/view/15534/when-to-use-the-prototype-of-a-function</guid>
    </item>
  </channel>
</rss>
