|
|
Joe's Home
Page Using tomorrows technologies to solve yesterdays problems today! $Id: index.html,v 1.13 2009/12/03 16:01:50 jdl Exp jdl $ |
||||
|
Home
|
Downloads
|
Color Picker
|
This is my home page. It is currently under construction because I haven't figured out how to organize it yet. My intention is to provide useful bits of information about programming and software design based on many years of experience programming in various languages C++, shell scripting (bash), javascript, java, perl, and python in the hopes that it will help the programming community at large. This a very simple web page built using unobtrusive javascript that has custom defined tab handling and gradient color support. If you are interested in using these techniques, please feel free to download the HTML and the index.js file to study it. In addition, read David Flanagan's book: "Javascript: The Definitive Guide". I found it to be extremely useful. For production sites you would probably want to use one of the publicly available javascript frameworks like JQuery, Dojo or Closure. Please click here to send me an email. Note that this is done a mildly secure way to deter web bots and spiders. When you rollover the link, the email address does not show up anywhere. You will also not find it by searching the source code. I did this because I got nailed by spiders (and other web creepy crawlies) on my last site. They grabbed my email address and used it to send me SPAM and, much worse, to send other folks SPAM in my name. It was extremely annoying and unethical. |
|
This page allows you to play with color to get RGB values that meet your aesthetic needs. I used it for choosing the colors for this site and found it so useful that I decided to keep it. As you can see, it is very basic. Enter colors in the input fields below using #nnnnnn format where n is a hexadecimal and press the <Enter> key. |