CFQuickDocs Lookup ColdFusion Builder Extension

An extension for Adobe's ColdFusion Builder IDE that lets you look up a CF tag or function via the CFQuickDocs website (http://www.cfquickdocs.com) created by Jake Munson.

Documentation/Download


colorPicker AIR Application

An HTML/Javascript-powered Adobe AIR desktop widget for selecting and designing website colors. Although the UI is fairly simple compared to more modern color-selection widgets, colorPicker does sport two fairly unique features: it automatically copies the hex code of your selected color into the clipboard automatically for easy pasting into your code, and it shows a list of your recently selected colors so you can compare colors or easily go back to a color you picked earlier in the day.

Documentation/Download


dirtyFields jQuery Plugin

The dirtyFields jQuery plugin applies a CSS class to a contextual DOM element associated with any form field that has been changed from its original value. For text inputs, <textarea>, and <select> elements, the <label> element associated with the field (via the "for" attribute) will be styled with the class. For <checkbox> and <radio> elements, you can specify the text associated with each element using "checkboxRadioTextTarget" plugin option (the default is "next span").

This plugin is useful when form submissions are done via AJAX and you want to show the user if they have any unsaved changes to the data.

Documentation | Demo | Download


focusTimer AIR Application

A simple Adobe AIR desktop widget with a countdown timer for setting an amount of time to focus and shut out distractions.οΎ  Designed as an aide to those using the Pomodoro time management technique, the default timespan is set to 25 minutes but can be adjusted.

Documentation/Download


textCounting jQuery Plugin

This jQuery plugin will count the number of characters or 'words' (blocks of characters separated by one or more spaces) in a <textarea> every time a character is typed in the <textarea>, and will display either the number of words or characters in the <textarea> or how many words or characters can still be typed before reaching the set limit.

Demonstration/Download