You are currently browsing the archives for the JavaScript category.
Welcome to the final installation of my JavaScript based Color Picker series. I have made a lot of changes to the color picker since my last installment.
Layout
I found some major problems based on the document type with the way I was laying out elements in the color picker dialog, so I decided that […]
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