<?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>Sat, 13 Jun 2026 16:15:51 +0000</lastBuildDate>
    <item>
      <title>(jQuery) jquery css values to integers - cessnajumpin</title>
      <link>https://snipplr.com/view/60901/jquery-css-values-to-integers</link>
      <description>&lt;p&gt;A quick snippet that removes the 'px' when accessing a value through jquery, and converts it into an integer.&lt;/p&gt;</description>
      <pubDate>Thu, 17 Nov 2011 02:59:00 UTC</pubDate>
      <guid>https://snipplr.com/view/60901/jquery-css-values-to-integers</guid>
    </item>
    <item>
      <title>(Bash) Access FileZilla FTP names and passwords - cessnajumpin</title>
      <link>https://snipplr.com/view/50329/access-filezilla-ftp-names-and-passwords</link>
      <description>&lt;p&gt;A coworker asked if I remembered a password for one of our FTP servers. I didn't, but FileZilla creates a hidden folder when you install it that contains the information for the dropdown "quickconnect". Thanks to that you can easily see all of your saved info. In terminal just type the following.&lt;/p&gt;</description>
      <pubDate>Wed, 09 Mar 2011 03:23:06 UTC</pubDate>
      <guid>https://snipplr.com/view/50329/access-filezilla-ftp-names-and-passwords</guid>
    </item>
    <item>
      <title>(ActionScript 3) replacing words within strings - cessnajumpin</title>
      <link>https://snipplr.com/view/38074/replacing-words-within-strings</link>
      <description>&lt;p&gt;All credit for this goes to iheartactionscript.com&#13;
I'm just copying it here so I won't have to remember where I found it&lt;/p&gt;</description>
      <pubDate>Fri, 30 Jul 2010 04:37:21 UTC</pubDate>
      <guid>https://snipplr.com/view/38074/replacing-words-within-strings</guid>
    </item>
    <item>
      <title>(ActionScript 3) ActionScript Seconds to Standard Time Format - cessnajumpin</title>
      <link>https://snipplr.com/view/33913/actionscript-seconds-to-standard-time-format</link>
      <description>&lt;p&gt;A quick and easy function to convert seconds into easily readable time.&#13;
(90 seconds = 01:30)&lt;/p&gt;</description>
      <pubDate>Wed, 05 May 2010 13:05:10 UTC</pubDate>
      <guid>https://snipplr.com/view/33913/actionscript-seconds-to-standard-time-format</guid>
    </item>
    <item>
      <title>(ActionScript 3) Flash Resize the Swf - cessnajumpin</title>
      <link>https://snipplr.com/view/32674/flash-resize-the-swf</link>
      <description>&lt;p&gt;Ever have to make a swf that needs to change height? Want to use the browser's scrollbar instead of having to create one in flash?&lt;/p&gt;</description>
      <pubDate>Thu, 22 Apr 2010 07:58:53 UTC</pubDate>
      <guid>https://snipplr.com/view/32674/flash-resize-the-swf</guid>
    </item>
    <item>
      <title>(PHP) Simple Variable Handler - cessnajumpin</title>
      <link>https://snipplr.com/view/29843/simple-variable-handler</link>
      <description>&lt;p&gt;Could be used across a multitude of languages. What this does is check to see if a variable is set, if it is then the variable gets left alone. If not, you define what it defaults to.&#13;
&#13;
The example takes the variable $myFruit, and if it's already been defined it stays as that fruit. If not, then it is defined as the string "apple".&lt;/p&gt;</description>
      <pubDate>Tue, 16 Mar 2010 16:16:00 UTC</pubDate>
      <guid>https://snipplr.com/view/29843/simple-variable-handler</guid>
    </item>
    <item>
      <title>(PHP) Excerpt with Tag Stripping - cessnajumpin</title>
      <link>https://snipplr.com/view/26325/excerpt-with-tag-stripping</link>
      <description>&lt;p&gt;Create an excerpt from the main copy, removing any image or other HTML tag markup so it will be clean. In this case the length is 160 characters, change that number to change the length of the excerpt&lt;/p&gt;</description>
      <pubDate>Tue, 12 Jan 2010 12:19:44 UTC</pubDate>
      <guid>https://snipplr.com/view/26325/excerpt-with-tag-stripping</guid>
    </item>
    <item>
      <title>(ActionScript 3) rounding numbers to decimal places - cessnajumpin</title>
      <link>https://snipplr.com/view/15142/rounding-numbers-to-decimal-places</link>
      <description>&lt;p&gt;I completely copied this from the Adobe site; but it's still a great reference.&lt;/p&gt;</description>
      <pubDate>Mon, 18 May 2009 21:38:14 UTC</pubDate>
      <guid>https://snipplr.com/view/15142/rounding-numbers-to-decimal-places</guid>
    </item>
    <item>
      <title>(ActionScript 3) Unique Random Array - cessnajumpin</title>
      <link>https://snipplr.com/view/13636/unique-random-array</link>
      <description>&lt;p&gt;Just uses the sort function to randomize an array&lt;/p&gt;</description>
      <pubDate>Tue, 31 Mar 2009 11:47:41 UTC</pubDate>
      <guid>https://snipplr.com/view/13636/unique-random-array</guid>
    </item>
    <item>
      <title>(ActionScript 3) Reverse a String - cessnajumpin</title>
      <link>https://snipplr.com/view/12574/reverse-a-string</link>
      <description>&lt;p&gt;One line of code to reverse a string&lt;/p&gt;</description>
      <pubDate>Wed, 25 Feb 2009 16:24:11 UTC</pubDate>
      <guid>https://snipplr.com/view/12574/reverse-a-string</guid>
    </item>
    <item>
      <title>(ActionScript 3) Simply Ellipse Long Strings - cessnajumpin</title>
      <link>https://snipplr.com/view/12076/simply-ellipse-long-strings</link>
      <description>&lt;p&gt;Extremely simple... just pass in the string you want to ellipse, and the position you want to do it at. The code takes care of the rest.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Feb 2009 12:46:54 UTC</pubDate>
      <guid>https://snipplr.com/view/12076/simply-ellipse-long-strings</guid>
    </item>
    <item>
      <title>(ActionScript 3) Toggle Attributes - cessnajumpin</title>
      <link>https://snipplr.com/view/10311/toggle-attributes</link>
      <description>&lt;p&gt;A simple line of code to apply to attributes that need to be toggled on and off.&lt;/p&gt;</description>
      <pubDate>Sun, 07 Dec 2008 11:58:23 UTC</pubDate>
      <guid>https://snipplr.com/view/10311/toggle-attributes</guid>
    </item>
  </channel>
</rss>
