Copyright 101
So recently I have been put in a situation where I am forced to think about copyrights (the law not the band). Despite my personal...
So recently I have been put in a situation where I am forced to think about copyrights (the law not the band). Despite my personal...
I thought it would be fun to post random videos and things I find interesting about machines on this blog every weekend. This one is...
I remember when I first came across the mysterious double-colon (::), also known as the Scope Resolution Operator. I was experimenting with a php library...
What is a Class A class is also known as an object. To better understand the concept of an object, think of it as you...
I like Dropbox. I use it all the time to share files across machines and work on group projects. However, I don't like how Dropbox...
Today I had to set the PHP script execution time directly from within the php file. Here's what I did. Add the following code to...
My first post for this blog was about inspiration and why I believed it was necessary for success in business. The other day I was...
Recently our servers went down. The error we were getting was "Too many connections". This meant that we needed to increase the limit on the...
Recently we migrated our server to Media Temple's grid servers. I had heard good things about Media Temple from others before making the decision to...
Inevitably every programmer is going to encounter MVC architecture. MVC or model-view-controller is a pattern used by applications that divides the application into 3 parts....