Category Archives: wordpress

spot the bot

I have some overhead scripts fetching data that can cost a few seconds extra loading time. Having traffic trigger tasks saves me the trouble of using cron-jobs, but I don’t want to run overhead scripts with visitors or googlebot on … Continue reading

Posted in optimisation, wordpress | Tagged , | Leave a comment

quick note : serp plugin beta

I am developing a new google serp plugin for wordpress. I developed it over the weeknd on wp2.8, it should run on anything with a ‘shutdown’ hook and jquery. I will be adding some other stuff to it over the … Continue reading

Posted in juust, serp, wordpress | Tagged , , | 3 Comments

wordpress : fun with pluggable classes

I was checking some idea i had about writing a small user class with an option to ‘plug in’ functions for wordpress. This page covers most of it : dynamically add functions to php classes @ www.gen-x-design.com. The class construct … Continue reading

Posted in php, wordpress | Tagged | Leave a comment