I want to create a little engine for myself where you enter a decimal number, submit, and it returns the value in hexidecimal format.
The reason why I need this in javascript and not something like php (I know php pretty well -- dechex), because that requires you to be online.
Actually, at this point, I don't care if it's an executable file (.exe) or a class file, I just need something to calculate numbers offline. Thanks guys.