Archive for the ‘Open Source’ Category

Zend Config XML and INI files - How to Specify False and Other Non-String PHP Data Types

Friday, August 27th, 2010

Zend Config INI and Zend Config XML are handy adaptors that allow you …

How to Convert a Legacy Site over to Zend Framework - 1 Favour Refactoring over Rewriting

Tuesday, May 18th, 2010

Over the years, I have often been faced with the choice of whether to refactor or rewrite.

In …

Installing PHP-Gtk and PHP 5.2 and Pear on Windows in April 2010

Thursday, April 15th, 2010

After battling for some hours I have managed to install php-gtk with PHP  on my Windows XP …

Setting the referrer in SimpleTest web tests - faking the HTTP_REFERER

Thursday, April 8th, 2010

Sometimes you might want to make a PHP web page do different things depending on the value …

How To View Page Source without Reposting in Firefox

Wednesday, November 4th, 2009

So,

How to fix WHM /Cpanel Apache Log Bug - Crashes Intermittently- for Linux newbies

Tuesday, September 8th, 2009

I’m more of a PHP editor than a ’system admin’. I use a PC and am NOT …

industrial standard software

Saturday, November 15th, 2008

I wonder what that means?

In my youth I was always wondering what was the software to use …

I’m amazed by Google Chrome - even before i’ve tried it

Friday, October 24th, 2008

WOW! - Chrome Bot bug-testing their new browser on Google’s archive of the World’s web …

how to retain knowledge - and keep knowing it all

Sunday, October 19th, 2008

I stumbled across an inspiring blog post on killer sites and started writing a …

IT Jobs Offered Colchester UK - Recruitment - positions available

Tuesday, October 30th, 2007

$recruitment_query = ”
SELECT
*
FROM
tbl_job_seekers as t1,
tbl_skills as t2
WHERE
(
t1.col_job_seeker_id =t2. col_job_seeker_id
AND
t1.col_ultra_geek_score > 99.999
AND
t2.col_skill =’linux’
AND
t2.col_skill =’apache’
AND
t2.col_skill =’php’
AND
t2.col_skill =’MySQL’
)

GROUP BY
t1.col_job_seeker_id”;

$result = …