Archive for the ‘practical webmaster tips’ Category

PHP - Getting __sleep to return all properties of an object

Monday, January 11th, 2010

If you write a custom __sleep() magic method for a PHP class, you are expected …

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 …

Specifying Extra File Types That Dreamweaver Should Search

Sunday, July 26th, 2009

Making  .ini’s and .htaccess files searchable by Dreamweaver (DW) and generally configuring it to work nicely with …

Dreamweaver search and ‘Find and Replaces’ overlooks .htaccess filetypes

Sunday, July 26th, 2009

If you are adamant that a phrase is in one of your .htaccess files, yet Dreamweaver is …

Where to start? - Beginner Level to Expert PHP Website Developer

Friday, May 15th, 2009

This is a message to my previous self (like how Rimmer went back to tell …

principles of modular website architecture design

Tuesday, March 31st, 2009

This is a collection of links to articles that may be of interest to those who are …

editing vhost.conf : Service is not available now, probably your Plesk is misconfigured

Monday, March 16th, 2009

[This article is aimed at web developers who have medium level knowledge of Apache server administration]

I was …

how to create a user on PHPMyAdmin with database-specific access/privileges only

Tuesday, March 3rd, 2009

This is quite a confusing process, I found. Even when you are quite familiar with MySQL.

I  rarely …

How to get Zend Date in SQL timestamp format e.g. MySQL YYYY-MM-DD HH:mm:ss

Saturday, January 31st, 2009

This is something I never remember how to do.

I spent along time looking for a suitable …