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…
Category: Tutorials
Remove dropbox conflicted files on Mac or Linux using Terminal
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…
Increase PHP Script Execution Time Limit Using ini_set()
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…
What to do when you have the error “too many connections”
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…
MVC architecture explained briefly.
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.…
Tutorial: How to add Google Analytics to WordPress
Step 1. Sign up for Google Analytics Step 2. Add a New Account Once you are logged into Google Analytics: Click + New Account. On the Create…
Tutorial: Force text to line wrap using CSS
Here is a problem I face occasionally. When displaying a long line of code, like the full URL of a link, the text can be…