I've made some basic utilities and apps. Some of these are old enough they don't work anymore, but at least you can see the code used to write them. All of these were written before I was a professional programmer, so I've learned quite a bit since then.
 
The "Color Picker Applet" is a Java applet designed to let you choose the specific color you want. It gives you the Red, Green, and Blue component numbers in decimal and hexidecimal numbers. This makes it easy to transplant these numbers into an HTML document or other use, without being restricted to decimal or having to translate the numbers yourself.     ColorPickerApplet.html
 
I wrote "Scale" as a Mother's Day gift. It was something I thought would be humourous for most ladies to recieve on that special day.   Scale.html
Scale.java
 
I have worked some jobs that aren't "9 to 5" and that can make figuring out the hours worked a little difficult at times. After messing up my time cards more than a few times, I decided to write a program to help me figure out the correct figures. For this project, I used HTML and JavaScript. Since there was so much repetative coding, I embeded most of the HTML inside the JavaScript, as if I were using PHP. I ended up using PHP for the integration of Spanish, Italian, French, and German. All the languages are stored in one file, which the PHP and HTA versions access.
  TimeCard
Source Code
 
Eric Ingamells Desktop, Mobile, Web, and Micro-controller Software Developer ComputerCarGuy@GMail.com