1. 01. Incoming
  2. 02. Hifi
  3. 03. Lofi
  4. 04. The Lab
  5. 05. Tags

frequency decoder

Tag Search: javascript

The full-list of Remaindered Links & Spare-Penny Thoughts tagged “javascript” archived for your inevitable viewing pleasure

Unobtrusive Table Filter Script

frequency decoder

An unobtrusive script that adds filtering capabilities to your HTML data tables

Posted Mar 14, 2008 · Read more…

Fixed position "droppables" for jQuery

frequency decoder

I’m currently using interface elements for jquery, a collection of rich interface components that utilize the lightweight JavaScript library jQuery, to add drag & drop functionality to a project at work.

One of the project constraints was that the “droppables” i.e. the target drop zones for draggable elements, had to be created with a fixed position (i.e. position:fixed).

This, unfortunately, isn’t (yet) supported by the interface library…

Posted Feb 28, 2008 · Read more…

Unobtrusive Table Actions Script

frequency decoder

An attempt at writing an unobtrusive (and fast) script that adds commonly required “actions” to data tables (like Zebra striping, row and column highlighting and row selection)

Posted Nov 15, 2007 · Read more…

Client-Side Table Pagination Script

frequency decoder

There are times when a server-side/Ajax based table pagination solution isn’t possible (for example, if using static HTML pages or if you just don’t have access to the server-side scripting language). This script attempts to fill the need for a pagination solution in these “worst case scenarios”.

Posted Oct 19, 2007 · Read more…

Unobtrusive Slider Control Revisited

frequency decoder

An attempt at creating a keyboard-accessible, unobtrusive slider control that conforms to the WAI-ARIA defined role of slider.

Posted Sep 10, 2007 · Read more…

Link Preview V2

frequency decoder

A sick bed update to the previous Link Preview experiment than can be taken slightly more seriously this time round.

Posted Oct 25, 2006 · Read more…

Link Preview (experiment)

frequency decoder

A mashup of the Dustin Diaz sweet titles and arc90’s link thumbnails
(that shouldn’t be taken too seriously).

Posted Oct 12, 2006 · Read more…

Unobtrusive Date-Picker Widget Update

frequency decoder

An update to the original Unobtrusive Date-Picker Widget that throws a few of the most common feature requests into the mix.

Posted Oct 02, 2006 · Read more…

Unobtrusive Table Sort Script (revisited)

frequency decoder

A rewrite of the original table sort script that includes a few more features and a much faster sort routine architecture.

Posted Sep 16, 2006 · Read more…

Correctly calculating a date suffix

frequency decoder

I recently searched for a JavaScript that could dynamically calculate an English language number suffix i.e. “st”, “nd”, “rd” or “th”; but was astounded by how many of the available scripts either returned incorrect results or, when a correct result was returned, used an abundance of code to calculate the suffix…

Posted Jul 20, 2006 · Read more…

Begone .innerHTML

frequency decoder

A javascript parser that helps migrate all of your old-school .innerHTML statements to their swanky DOM equivalents

Posted Apr 19, 2006 · Read more…

Unobtrusive Alternative SelectList Widgit

frequency decoder

An unobtrusive JavaScript Widgit that breaks down large selectLists into more manageable, user friendly chunks.

Posted Mar 10, 2006 · Read more…

Animated MiniTabs

frequency decoder

A JavaScript animation effect to compliment the original simpleBits miniTabs, based on Rob L Glazebrooks reworking of the original Stephen Clark slide navigation idea.

Posted Mar 06, 2006 · Read more…

Yet Another Unobtrusive Form Validation Script

frequency decoder

A small, unobtrusive form validation script that uses regular expressions to validate input, textarea and select list values.

Posted Feb 28, 2006 · Read more…

Unobtrusive Table Sort Script

frequency decoder

A script that sorts table rows containing date, numeric or plain-text data and then politely re-colours alternate rows.

Posted Nov 18, 2005 · Read more…

Check/Uncheck multiple check boxes script

frequency decoder

A script written in response to the currently hot del.icio.us bookmark “9 Javascript(s) you better not miss !!”

Posted Oct 20, 2005 · Read more…

Unobtrusive Date-Picker Widgit

frequency decoder

An attempt at writing a keyboard accessible, unobtrusive JavaScript date-picker.

Posted Oct 14, 2005 · Read more…

Visual Browser Bookmark Experiment

frequency decoder

An experiment in creating persistent in-browser visual bookmarks.

Posted Oct 07, 2005 · Read more…

Fluid Image Experiment

frequency decoder

A JavaScript attempt at rescaling oversized images to fit their parent containers width.

Posted Oct 02, 2005 · Read more…

Little Yellow Stickies

frequency decoder

An experimental browser based “post-it” note system that stores the note contents and status information in a cookie.

Posted Sep 13, 2005 · Read more…

Unobtrusive 'Slider' control

frequency decoder

An unobtrusive JavaScript that transforms any input tag into an interactive, keyboard-accessible slider control

Posted Sep 10, 2005 · Read more…

Popular Frequencies

  • Unobtrusive Table Sort Script (revi…
    Saturday September 16, 2006
  • Unobtrusive Date-Picker Widget Upda…
    Monday October 02, 2006
  • Unobtrusive Table Sort Script
    Friday November 18, 2005
  • Unobtrusive Date-Picker Widgit
    Friday October 14, 2005
  • Unobtrusive Table Actions Script
    Thursday November 15, 2007
All articles