Archive for the ‘Open Source’ Category
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 »
Sunday, August 5th, 2007
If you search the source code of the Zend Framework (version 1.0.0) for the string “get_magic_quotes_gpc” you …
Posted in Open Source, PHP scripts, 3rd party software, PHP, Zend Framework, OOP, magic quotes | No Comments »
Sunday, July 22nd, 2007
In a typical application of the Zend framework, a RewriteRule is created to route …
Posted in Open Source, PHP scripts, 3rd party software, PHP, .htaccess files, practical webmaster tips, Zend Framework, OOP, Proceed2OOP | No Comments »
Wednesday, April 25th, 2007
I’ve just been reading Apache - The Definitive Guide and on page 29 it tells us to …
Posted in Open Source, Apache, installing software, Linux Commands | 3 Comments »
Sunday, April 22nd, 2007
I have just learnt something!
I’ve been reading technical books for years. Many contain examples of things that …
Posted in Open Source, SSH, Linux Commands | 1 Comment »