JavaScript

JavaScript’s Modulus “Bug”

I recently encountered an issue that caused me a bit of confusion. JavaScript was not calculating a modulus in the same manner that Windows Calculator or Visual Basic was. At first I had thought this to be a bug, but after doing a bit more research I discovered that it was actually giving the correct […]

Continue Reading...

Programming Technology

Disable the Just-In-Time Debugger

If you’re a programmer and have Visual Studio installed you’re probably annoyed to no end by the option to launch the Just-In-Time debugging program every time something crashes. It may be helpful if it’s your program but when someone else wrote it, it will offer you little. To disable Just-In-Time debugging: Open Visual Studio Click […]

Continue Reading...