Articles by Month
- July 2010 (2)
- June 2010 (3)
- May 2010 (5)
- February 2010 (4)
- September 2009 (1)
- July 2009 (2)
- June 2009 (2)
- April 2009 (8)
- January 2009 (3)
- November 2008 (6)
- June 2008 (1)
- May 2008 (5)
- April 2008 (1)
- March 2008 (3)
- February 2008 (5)
- January 2008 (10)
- June 2007 (1)
- May 2007 (1)
- April 2007 (2)
- October 2006 (2)
- September 2006 (4)
- August 2006 (2)
- February 2006 (1)
- December 2005 (1)
- September 2005 (4)
- August 2005 (5)
- July 2005 (2)
- June 2005 (2)
- May 2005 (5)
Links
-
Monthly Archives: May 2005
Query Caching in MySQL
Something you might want to consider turning on query caching in MySQL. I’m not sure if this is what you are getting at, but MySQL has can be configured to cache query results in memory. That way, if you use … Continue reading
Posted in Uncategorized
Leave a comment
Howto install Apache with ModSSL and PHP from source
Code: # choose a source dir:cd /usr/local/src# there are lots of mirrors, get apach_1.3.33.tar.gz from one of them# you can get a random mirror at http://httpd.apache.org/download.cgi# here is one for your convenience: Share This Post On:u=http://www.koopman.me/2005/05/howto-install-apache-with-modssl-and-php-from-source/&title=Howto+install+Apache+with+ModSSL+and+PHP+from+source” title=”Share ‘Howto install Apache … Continue reading
Posted in Uncategorized
Leave a comment
Bookmark a page that auto-posts your login
The idea is this: I am tired of logging into the same site over and over again. This is a simple GET to POST converter. The page helps you create a URL that you can bookmark. When you use this … Continue reading
Posted in Code
Leave a comment
What PHP accelerator works well with PHP?
I know that the Zend Accelerator works well, but it’s expensive. Turke MMCache is the best freeware PHP accelerator for PHP4, but has some problems with PHP5. Any thoughts? Best Freeware Available, I think, is E Accelerator (this site … Continue reading
Posted in Uncategorized
Leave a comment
PHP5 Autoload classes
This is really handy for medium to large size projects. You don’t have to remember to put a set of require_once functions in every file. I usually put this in a config file that’s loaded early and on every page. … Continue reading
Posted in Code
Leave a comment





















