Categories
- Googled (23)
- Peeves (9)
- Technology (25)
- Truly random (13)
- Uncategorized (1)
- Web dev (34)
- RB Internal Links (1)
- SSRS (3)
Archives
Category Archives: Web dev
PHP vs Python array memory allocation
I’ve been writing some import scripts for a system at work that will take data in either CSV, XLS, XML or a database (via Zend_Db), then store that data in a common format for us to manipulate and use for generating charts and tables. I quickly ran in to a problem using PHP, the memory [...]
Posted in Web dev 7 Comments
Cycling directions with hill gradient guide
About two months ago I bought a road bike on the cycle to work scheme and have thoroughly enjoyed it. My route to work is really short so I’ve been working on distance rides at the weekend. So far my longest ride is 20 miles, but as that seemed a bit of a doddle, I’m [...]
RB Internal Links v2.0.12
A few months since the last update and not a lot has changed, but I’ve finally got around to sorting out the (very) annoying conflict issues. Instead of using wp_enqueue_scripts to load jquery, I’m just including it manually into the tinymce plugin popup. Now we won’t be plagued by compatibility issues from other plugins!! I’ve [...]
Posted in Web dev 17 Comments
PhpMyDiff v0.0.3
I had to use PhpMyDiff at work today for this first time in a while and managed to fix up a few bugs. I’ve also implemented a new way of comparing databases if the tables use the MyISAM engine. Rather than having to grab every row from the table and compare row by row, mysql [...]
PHP Kent