Experiments

I’ve begun to learn to code properly. I’ve got some HTML/CSS under my belt and am now tackling Javascript thanks to the fine folks over at Codecademy.

Check out the first project I did (mostly) on my own. It’s a binary –> base 10 converter:

Binary number you want to convert to base 10:
 

Number in base 10:

Next I want to spruce it up a bit by not allowing non-binary inputs (you could put in like 214 now and get some kind of crazy answer), allowing you to hit “return” instead of the “Submit” button, and making it look nicer by playing with the template css for text box and button elements. Then on to other projects!