-
Loading
-
Archives
- January 2012
- July 2011
- April 2011
- February 2011
- November 2010
- October 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- April 2008
-
Meta
Linux Crontab helpful hints
January 14, 2012* * * * * command to be executed ┬ ┬ ┬ ┬ ┬ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └───── day of week (0 - 6) (Sunday=0 ) │ │ │ └────────── month (1 - 12) │ │ └─────────────── day of month (1 - 31) │ └──────────────────── hour (0 - 23) └───────────────────────── min (0 - 59)
Calculating memory used by PHP to generate that page
July 5, 2011Do you know how much memory those loops are using ? Why is this page taking so long to load ? Well with this simple PHP code you can daily benchmark different versions of your script to use the least … Continue reading
PHP Framework – Day 1
April 26, 2011Start of simple, start off clean. I am going to assume a few things in these posts, PHP 5.2 or above. ( 5.3 is better ) mySQL is our database of choice. You understand the basics of setting up a … Continue reading
Beginners Guide to PHP Happiness.
April 24, 2011Lately I have been seeing some nastiness being taught to a group of Junior web developers. It comprises of maxing all sorts of nasty combinations of mixing your PHP, HTML, classes, queries and stand alone functions into an unorganised pile … Continue reading