<?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 15:21:40 +0000</lastBuildDate>
    <item>
      <title>(jQuery) Cascading Select boxes - jsatt</title>
      <link>https://snipplr.com/view/26338/cascading-select-boxes</link>
      <description>&lt;p&gt;[Creative Commons Attribution-Share Alike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/)&lt;/p&gt;</description>
      <pubDate>Tue, 12 Jan 2010 17:55:24 UTC</pubDate>
      <guid>https://snipplr.com/view/26338/cascading-select-boxes</guid>
    </item>
    <item>
      <title>(jQuery) Virtual Keyboard Widget - jsatt</title>
      <link>https://snipplr.com/view/21577/virtual-keyboard-widget</link>
      <description>&lt;p&gt;**This code is no longer under development. Please use the branch at the URL listed above.**&#13;
&#13;
An on-screen virtual keyboard embedded within the browser window which will popup when a specified input field is focused. The user can then&#13;
type and preview their input before Accepting or Canceling.&#13;
&#13;
Include additional css available [here](http://snipplr.com/view/21578/virtual-keyboard-widget--additional-css/).&#13;
&#13;
Usage:&#13;
&#13;
    $('input[type=text], input[type=password], textarea')&#13;
        .keyboard({&#13;
            layout:"qwerty",&#13;
            customLayout:&#13;
                [["q w e r t y {bksp}","Q W E R T Y {bksp}"],&#13;
                ["s a m p l e {shift}","S A M P L E {shift}"],&#13;
                ["{accept} {space} {cancel}","{accept} {space} {cancel}"]]&#13;
        }); &#13;
&#13;
Options:&#13;
&#13;
layout - [String] specify which keyboard layout to use&#13;
&#13;
* qwerty - Standard QWERTY layout (Default)&#13;
&#13;
* alpha  - Alphabetical layout&#13;
&#13;
* dvorak - Dvorak Simplified layout&#13;
&#13;
* num    - Numerical (ten-key) layout&#13;
&#13;
* custom - Uses a custom layout as defined by the customLayout option&#13;
&#13;
customLayout - [Array] Specify a customer layout&#13;
&#13;
* An Array of arrays&#13;
&#13;
* Each internal array is a new keyboard row&#13;
&#13;
* Each internal array can contain either one or two &#13;
&#13;
* String elements (Lower case and Upper case respectively)&#13;
&#13;
* Each string element must have each character or key seperated by a space&#13;
&#13;
* Special/"Action" keys include:&#13;
&#13;
 * {space}     - Spacebar&#13;
 * {bksp}      - Backspace&#13;
 * {shift}     - Shift/Capslock&#13;
 * {return}    - Return/New Line&#13;
 * {accept}    - Updates element value and closes keyboard&#13;
 * {cancel}    - Clears changes and closes keyboard&#13;
 * {dec}       - Decimal for numeric entry, only allows one decimal&#13;
 * {neg}       - Negative for numeric entry&#13;
 * {sp:#}     - Replace # with a numerical value,  adds blank space, value of 1 ~ width of one key&#13;
***&#13;
[Creative Commons Attribution-Share Alike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/)&lt;/p&gt;</description>
      <pubDate>Wed, 21 Oct 2009 16:35:52 UTC</pubDate>
      <guid>https://snipplr.com/view/21577/virtual-keyboard-widget</guid>
    </item>
    <item>
      <title>(HTML) Fixed Table Header Sample HTML - jsatt</title>
      <link>https://snipplr.com/view/20317/fixed-table-header-sample-html</link>
      <description>&lt;p&gt;This is a sample HTML layout to show best layout when using [Scrollable Table with Frozen Headers Sample](http://snipplr.com/view/20316/fixed-table-header/)&#13;
&#13;
***&#13;
[Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported](http://creativecommons.org/licenses/by-nc-sa/3.0/)&lt;/p&gt;</description>
      <pubDate>Sun, 27 Sep 2009 21:15:37 UTC</pubDate>
      <guid>https://snipplr.com/view/20317/fixed-table-header-sample-html</guid>
    </item>
    <item>
      <title>(jQuery) Fixed table header - jsatt</title>
      <link>https://snipplr.com/view/20316/fixed-table-header</link>
      <description>&lt;p&gt;Tested and working with:&#13;
&#13;
* Internet Explorer(Win) (6.0, 7.0, 8.0)&#13;
&#13;
* Firefox(Win, Linux) (3.0)&#13;
&#13;
* Safari(Win, Mac) (3.0)&#13;
&#13;
* Chrome (Win) (2.0)&#13;
&#13;
* Opera (Win) (9.6)&#13;
&#13;
Tested and having issues with:&#13;
&#13;
* Firefox (All) (1.0, 1.5, 2.0)&#13;
* * *&#13;
A sample HTML layout can be seen [here](http://snipplr.com/view/20317/fixed-table-header-sample-html/)&#13;
* * *&#13;
[Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported](http://creativecommons.org/licenses/by-nc-sa/3.0/)&lt;/p&gt;</description>
      <pubDate>Sun, 27 Sep 2009 19:52:25 UTC</pubDate>
      <guid>https://snipplr.com/view/20316/fixed-table-header</guid>
    </item>
  </channel>
</rss>
