Booleangate technology blog
-
Change the Default Domain of a Shared IP in Plesk
Plesk is a great tool (especially compared to other domain management software), but some things aren't as straight forward to change. For example, if you setup a handful of domains on a shared IP, the first domain created on that IP will be it's default. So if you go directly to the IP in your... Read More » -
Generic Singleton Factory in JavaScript
Author's note: I originally posted this article while I was working at Zebrakick and have reposted it here for consolidation. I recently contributed this little tidbit to stackoverflow's Hidden Features of JavaScript and thought it would be best to elaborate it on it fully. In a recent client project, I needed a generic method to... Read More » -
Object Literals vs. Constructed Objects in JavaScript
Author's note: I originally posted this article while I was working at Zebrakick and have reposted it here for consolidation. Another discussion born from a question at stackoverflow. Today I'm laying out the differences between object literals and constructed objects, when to use which, how to get the most out of them, and a few... Read More »