Tag Archives: JavaScript

Useful hints: #1 – Odd/Even numbers (Modulo operator [%] and Bitwise And [&])

I’m going to start posting some useful little bits of code up here as i think of them. This is partly to help with my exceptionally poor memory, and partly to help out anyone who might be interested. I encourage anyone else who knows of some similar little helpful tips to send them to me and [...]
Posted in Code hints | Also tagged , , , , , | Leave a comment

Work Calendar

The work calendar is a personal project of mine. I wanted to create an application that would allow myself and others to easily track work hours from week to week, provide a simple, secure, easy-to-use printable interface and perform some calculations the the average user might want to know (totals, pay rate, tax deductions etc). [...]
Posted in Development, Portfolio | Also tagged , , , , | Leave a comment