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

slabText - a jQuery plugin for producing big, bold & responsive headlines

frequency decoder

I’ve been wanting to attempt a port of Erik Loyers slabtype algorithm for quite some time now and seeing Paravels fittext jQuery plugin, in combination with a gloriously hassle-free lunch hour gave me the impetus to attempt it.

Posted Jan 08, 2012 · Read more…

Humanised browsing history experiment

frequency decoder

An attempt at presenting the user with a “Humanised” on-site browsing history i.e. a listing of the exact path taken to arrive at the current page and not, as with a breadcrumb-trail, the page’s position within the current site hierarchy.

Posted Jun 04, 2010 · Read more…

Unobtrusive Date-Picker Widget V5

frequency decoder

The “never say never again” version of the datePicker (calendar) script that is accessible using the keyboard, requires no embedded JavaScript blocks, uses no pop-up windows and is suitable for use within documents served as application/xhtml+xml.

Posted Sep 09, 2009 · Read more…

Unobtrusive Date-Picker Widget V4

frequency decoder

My 3rd and final attempt writing a datePicker (calendar) that is accessible using the keyboard, requires no embedded JavaScript blocks, uses no pop-up windows and is suitable for use within documents served as application/xhtml+xml.

Posted Feb 03, 2009 · Read more…

Automatically detect RTL text

frequency decoder

One of my coworkers has shown me a very nice little U.I. feature that the youTube (account) interface provides.

If you start to type Arabic text into a textarea or text input, the form element’s direction attribute automatically gets set to “rtl” (right to left), the correct direction for Arabic text. Should you type in standard Latin text, the direction gets set to “ltr” (left to right); again, the correct direction for Latin text.

Posted Dec 12, 2008 · Read more…

Unobtrusive Slider Control V2

frequency decoder

I recently wanted to fix a few bugs within last years slider experiment but, as my coding style has changed so dramatically over the past year (believe me, I’ve learned a lot in the past year and find it hard to even look at my old code), I ended up rewriting the entire thing from scratch.

This gave me the opportunity to make the code more robust, fix the aforementioned bugs and add some nice shiny new features into the mix…

Posted Aug 01, 2008 · Read more…

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 Date-Picker Widget V4
    Tuesday February 03, 2009
  • Unobtrusive Table Sort Script
    Friday November 18, 2005
  • Unobtrusive Date-Picker Widget V5
    Wednesday September 09, 2009
All articles