
I was migrating a site from one server to another today and when I got the following error on the sub pages:
An unexpected error occurred.
mysql error: [-32000: Cache write error] in CacheExecute(/var/www/vhosts/yourdomain.com/httpdocs/files/cache/adodb_f8ef8a1da1760f6850996980e28019c6.cache, select cParentID from Pages where cID = '55')
(more…)

Al Gore has been going across the country forever it seems telling people about ways to stop global warming. About how just one person can make a difference. Today I bring you 10 Way You Can Help The Internet:
(more…)

I’ve been using Typinator 3.5 for quite sometime to speed up my coding and recently there was an update ( 3.5.1 ) which seemed to break TextMate. If you use both of these and programs you probably noticed something like this happening:
(more…)

Why? Well, just like a mentally handicapped kid, it doesn’t like being rushed or pushed too hard. I found out, after hours of debugging, it had to do with have too many $(function(){ });. This was mostly due to a past programmer using them obsessively. I changed the code I wanted to run to being loaded when the window loaded like this:
(more…)

Here are my favorite ways to debug live and non live sites. The first is great to put in all of your sites from the very beginning so if you ever do contract some kind of bug, you can easily open any file and just use the class. The 2nd is better if used on a non live site or with #1. It will let you see any or all elements either on load or while hovering your HTML elements. Lastly, I have a very short script that you can view generated source code without a plugin and view it in a stylish way as well.
(more…)