Archive for the ‘building Facebook applications’ Category

Why Facebook is so slow

Tuesday, January 22nd, 2008

I have just read a blog post which comments about the average time it …

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 = …

Building a Facebook Application

Thursday, August 30th, 2007

Rather than think of Facebook as “another social networking site” it is probably wise to think of …