Setting up a local virtual server in Linux

If you’re like me, then you design web sites on your local server before pushing the update out to the site.  I tend to take http://www.domain.com and make my local … Continue Reading →


Internet Explorer (IE) and image/pjpeg, what’s that all about?

I had a user report to me today that jpg image uploads were not functioning. I had him send me the images so that I could try uploading them to … Continue Reading →


Server Load Average and what to do about it

To take a look at your load average, to your server’s command line and type “top” and it’ll show you the top processes your server is running. I was going … Continue Reading →


Determine if PHP file is being access via Cron

I ran into an issue where I needed to determine which config settings to load in my API. It picks up automatically whether I’m working locally or on the server. … Continue Reading →