<?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 21:29:40 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) confirm password background change - jlvallelonga</title>
      <link>https://snipplr.com/view/13411/confirm-password-background-change</link>
      <description>&lt;p&gt;I just put all the functions in here&#13;
the validateConfPass function uses the key event and the two text fields to change the background color of the confPassword field when it does not equal the pass field&lt;/p&gt;</description>
      <pubDate>Tue, 24 Mar 2009 15:11:24 UTC</pubDate>
      <guid>https://snipplr.com/view/13411/confirm-password-background-change</guid>
    </item>
    <item>
      <title>(JavaScript) getCharacterPressed - jlvallelonga</title>
      <link>https://snipplr.com/view/13410/getcharacterpressed</link>
      <description>&lt;p&gt;send in an event&#13;
it returns the key that you pressed if it was alphanumeric or backspace&#13;
otherwise it returns "-1"&#13;
use with getKeyCode and isAlphaNumeric&lt;/p&gt;</description>
      <pubDate>Tue, 24 Mar 2009 15:03:04 UTC</pubDate>
      <guid>https://snipplr.com/view/13410/getcharacterpressed</guid>
    </item>
    <item>
      <title>(JavaScript) pressedPrintableChar - jlvallelonga</title>
      <link>https://snipplr.com/view/13408/pressedprintablechar</link>
      <description>&lt;p&gt;to use this function send in an ASCII character code (use my getKeyCode function)&#13;
it will return true if the code corresponds to a printable character (not backspace code - 8, enter code - 13, or "undefined")&lt;/p&gt;</description>
      <pubDate>Tue, 24 Mar 2009 14:49:02 UTC</pubDate>
      <guid>https://snipplr.com/view/13408/pressedprintablechar</guid>
    </item>
    <item>
      <title>(JavaScript) validate length of string - jlvallelonga</title>
      <link>https://snipplr.com/view/12300/validate-length-of-string</link>
      <description>&lt;p&gt;this function returns if the passed string is shorter than the limit or not&#13;
when you press keys other than F5, backspace, or any arrow keys and the limit is reached it shows an alert.&#13;
&#13;
use with isValueInArray function&lt;/p&gt;</description>
      <pubDate>Tue, 17 Feb 2009 13:21:36 UTC</pubDate>
      <guid>https://snipplr.com/view/12300/validate-length-of-string</guid>
    </item>
    <item>
      <title>(JavaScript) is value in array - jlvallelonga</title>
      <link>https://snipplr.com/view/12299/is-value-in-array</link>
      <description>&lt;p&gt;this function tells you whether or not the passed value is in the passed array&lt;/p&gt;</description>
      <pubDate>Tue, 17 Feb 2009 13:15:00 UTC</pubDate>
      <guid>https://snipplr.com/view/12299/is-value-in-array</guid>
    </item>
    <item>
      <title>(JavaScript) get http object - jlvallelonga</title>
      <link>https://snipplr.com/view/12298/get-http-object</link>
      <description>&lt;p&gt;this funciton returns an XMLHttpRequest object for use in ajax pages&lt;/p&gt;</description>
      <pubDate>Tue, 17 Feb 2009 12:19:21 UTC</pubDate>
      <guid>https://snipplr.com/view/12298/get-http-object</guid>
    </item>
  </channel>
</rss>
