Posted by Kelly Anderson on 25 Mar 2007 at 8:44 pm under Color Picker
I just realized that WordPress renames files with more than one dot in the name so my color picker examples were not working as they could not find the MooTools file. I have fixed the renamed file issue so all of the examples are now working.
You can check the most recent version […]
With the previous implementation of the Color Picker I used div elements to make the individual “pixels” of the color picker, attaching an event to each div element. This incurs quite a bit of overhead, causing the color picker to perform poorly especially on slower systems. The most obvious way to create something […]
I thought it would be cool to have a color picker for a number of dynamic web applications, so I decided to go about making one. What follows here is the basics of the first iteration of a color picker. This is by no means the most efficient that it could be, certainly […]
Link