Archive for the ‘Open Source’ Category
Friday, August 27th, 2010
Zend Config INI and Zend Config XML are handy adaptors that allow you …
Posted in Open Source, PHP scripts, PHP Syntax, PHP, practical webmaster tips, Zend Framework, OOP, Proceed2OOP, unit testing, tutorials, how to / guides, LAMP | No Comments »
Tuesday, May 18th, 2010
Over the years, I have often been faced with the choice of whether to refactor or rewrite.
In …
Posted in Open Source, PHP, practical webmaster tips, Zend Framework, OOP, Proceed2OOP, MVC, refactoring | 1 Comment »
Thursday, April 15th, 2010
After battling for some hours I have managed to install php-gtk with PHP on my Windows XP …
Posted in Open Source, XAMPP, PHP, Microsoft, windows, ini files, php-gtk | No Comments »
Thursday, April 8th, 2010
Sometimes you might want to make a PHP web page do different things depending on the value …
Posted in Open Source, PHP scripts, PHP, practical webmaster tips, Proceed2OOP, browsers, simpletest, how to / guides | No Comments »
Tuesday, September 8th, 2009
I’m more of a PHP editor than a ’system admin’. I use a PC and am NOT …
Posted in Open Source, Customer Support, checklists, Apache, installing software, SSH, Linux Commands, practical webmaster tips, linux, bug tracking, tutorials, how to / guides, LAMP, WHM, CPanel | No Comments »
Saturday, November 15th, 2008
I wonder what that means?
In my youth I was always wondering what was the software to use …
Posted in Open Source, checklists, 3rd party software, PHP, MySQL, Apache, installing software, SSH, practical webmaster tips, web design, Subversion, email accounts, ftp, Subversion for webmasters, PLESK, Microsoft, Dreamweaver, css, linux, windows, bug tracking, issue tracking tools, feature request management, browsers, Personal Wiki | 1 Comment »
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 = …
Posted in Open Source, PHP, MySQL, building Facebook applications, jobs | No Comments »