A potential project requires me to detect Sonos devices on a network and find their IP addresses. Since Sonos only
Continue readingTag: programming
PHP: Interfacing with HeatMiser WiFi thermostats
I’m quite a big fan of writing code that interfaces with physical data. It somehow feels more fulfilling to see
Continue readingPHP: Find number of weeks in a given month
The following function finds the number of weeks in a given month, assuming Monday as the first day of the
Continue readingPHP – Why you should use the Factory Method Pattern and how you should do it
This article assumes you’re using PHP version 5.3 or above. If you are not, you should note that “the PHP
Continue reading