Input Type=Color Polyfill

My jQuery Colorpicker - Spectrum now has a mode that acts as a polyfill to input type=color.

Read more →

UI Anglepicker

I created a jQuery UI Widget for picking angles.

Read more →

Inverse Rectangle Intersection In JavaScript

Given a parent rectangle and a collection of children rectangles on a 2D plane, how do you find a collection of non-overlapping rectangles that cover the inverse of the original set?

Read more →

AjaxQ jQuery Plugin

The first component that's being released as open source by Foliotek is the AjaxQ jQuery Plugin. The purpose of this plugin is for managing sequential ajax requests.

Read more →

Chrome Developer Tools Colorpicker Implementation

A few months ago, I posted about my developer tools concept colorpicker implementation. After that, I was contacted on the devtools mailing list and got some initial feedback. I pulled the jQuery dependency out of a branch on my JavaScript colorpicker using jsfiddle plus the mailing list. From there, I submitted a patch to the WebKit project.

Read more →

Colorwheel 1K

I decided to make an HSV colorpicker for the js1k contest. Here is a demo of the colorpicker and the source code.

Read more →

JavaScript Color Parsing - TinyColor

I threw together a color parsing library to help make my JavaScript colorpicker as small and accurate as possible. It is called TinyColor. One of the main goals is a small footprint - it clocks in at 8.98KB (3.41KB gzipped).

Read more →

jQuery UI CDN Boilerplate

I always forget these links, and they are surprisingly hard to find. Here is a quick markup skeleton to throw together for prototypes using jQuery UI.

Read more →

jsFiddle lorem ipsum

I love jsFiddle! One feature that would make it even better is a lorem ipsum generator. When using Microsoft Word, you can type =lorem(100) and press enter, then it will generate 100 paragraphs of Lorem Ipsum for you. You can also type =rand(100) and it will pull in data from their help manual.

Read more →

Chrome Developer Tools - monitorEvents

I have been playing with the Chrome Developer Tools lately. Here is a cool feature I didn't know about.

Read more →