Archive for the ‘Open Source’ Category
I’m amazed by Google Chrome - even before i’ve tried it
Friday, October 24th, 2008how to retain knowledge - and keep knowing it all
Sunday, October 19th, 2008I 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 = …
Zend Framework Zend_Db - When to Quote and When Not to Quote User Input
Sunday, August 5th, 2007If you search the source code of the Zend Framework (version 1.0.0) for the string “get_magic_quotes_gpc” you …
Merging ZEND framework with an existing site - mod_rewrite
Sunday, July 22nd, 2007In a typical application of the Zend framework, a RewriteRule is created to route …
What does “./” (dot forward slash) mean in linux?
Wednesday, April 25th, 2007I’ve just been reading Apache - The Definitive Guide and on page 29 it tells us to …
Editing remote files via ssh
Sunday, April 22nd, 2007I have just learnt something!
I’ve been reading technical books for years. Many contain examples of things that …
PHPeclipse verses NuSphere PhpED - Which is best?
Wednesday, April 18th, 2007Choosing a Gallery / Media Presentation plugin for my friend’s WordPress
Thursday, April 12th, 2007I am looking for something i can put on my friend’s WP site that i’m setting …

