Various Elements - Another Web Development Page
A page for web development essays or code that I write to share.
- This javascript colour picker is a component that I wrote, starting
from existing code, to enhance the preferences page of a MediaWiki voting extension that I'm working on
for clc-wiki.net. I kept it generic and
basic enough - create a colour picker by simply including the javascript
file and calling a constructor - to be able to release it separately, so
here it is. There's a demo page for the
latest version as well as a demo page
for the original version, which might suit some people better as
briefly described on that page. The downloadables are:
- latest version [updated 2006-06-16]: the javascript include file (cpicker.js) and its associated default style sheet (cpicker.css)
- original (superceded) version [updated 2006-06-16]: the javascript include file (cpicker.js version 1.0) only