Monthly Archives: September 2015

Specifying Business Hours

Long ago I worked on a project where we needed to specify the hours that a business was going to be open, and to account for all the various difficulties around holidays and other special days. This is what we … Continue reading

Posted in Coding, Design | Tagged , , , , , | Leave a comment

JSON REST API – Exception Handling

All the world uses REST style web services, and returns data in JSON structures, because that is the best kind of API for an interactive, responsive JavaScript based user interface that runs in a browser. What are the best practices … Continue reading

Posted in Uncategorized | 2 Comments