Blog
That time I got ripped off on Flippa
In my defense, I'm a grown ass man and I knew exactly what I was doing. I was really intrigued by all of the "automated websites" that Flippa is overrun with and figured I'd set myself a very modest budget [...]
How to error when setting undefined class properties in PHP
Perhaps you have a class and you absolutely don't want anyone tacking new properties onto it once it's been instantiated. To do so, you can use PHP's overloading to catch the setting of a variable and raise an error accordingly [...]
Bake your fees in, don't line item them
As a business owner, I understand that there are fees associated with running a business. There's always a cost to doing business and those costs can generally be written off at the end of the year. Those costs are yours [...]
What transferring a domain to a new registrar entails
With my recent trials and tribulations with DirectNIC and my now exodus to NameSilo I've been asked a couple of times of how difficult a domain transfer is and what it entails. Before I discuss the steps to transfer a [...]
How to set up a LAMP server on Ubuntu 13.10
Been a while since I've covered setting up a brand new LAMP server. This time, I'm going to be using Ubuntu 13.10 and once you are logged into your server you will want to update and upgrade it to the [...]
Ground up rewrites should be a last resort not the status quo
And even then, everything has to be so fucking abysmal that there's no way to avoid it. The only time I'd ever condone a full rewrite is when you are completely abandoning an existing user base else you're probably going [...]
Nintendo Wii U First Impressions
tl;dr - I like the Wii U but do have some pain points. Also affiliate links, so many affiliate links. I grew up in the 1980s. I got to experience the 8-bit console wars first hand. The Wizard taught me [...]
Holiday API free and ready to fork!
Last week's post on calculating what date Thanksgiving will fall on got me thinking, wouldn't it be cool is there was an API that you can call to return holidays for a specific date, month or even the entire year [...]
What I am thankful for
Surrounded by Facebook statuses about how miserable and broke everyone seems to be and with it being the week of Thanksgiving it felt appropriate to drop a quick list of things I'm thankful for: My wife who has the tolerance [...]
How to calculate Thanksgiving's date with PHP
The topic of this post ended up turning into quite the programming exercise for me. In true PHP fashion, I was able to come up with 3 distinct methods to determine what date Thanksgiving falls on (and have another in [...]