En Fr
Web/database development and more...

Categories: Computers, Linux stuff, Mac stuff, Windows stuff

Pages: 1 2 3 4 5 6 7 8 >>

01/20/10

English (US) How to autoplay movies in QuickTime X

Permalink 01:58:00 am, by Francois Planque Email , Categories: Mac stuff
Apple has removed that features in Snow Leopard and QuickTime X has no preferences panel to enable this. So you need to go through the command line to get it back... In Terminal, copy/paste: defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen… more »

English (US) How to enable X-Ray folder previews in Mac OS Quick Look

Permalink 01:56:00 am, by Francois Planque Email , Categories: Mac stuff
In Terminal copy/paste this: defaults write com.apple.finder QLEnableXRayFolders 1 Then relaunch the Finder. Press space on a selected folder and admire :) more »

12/03/09

English (US) Why echo is slow in PHP and how to make it really fast

Permalink 06:40:00 am, by Francois Planque Email , Categories: PHP, Web Dev, Linux stuff
You may have noticed that PHP scripts that echo a lot of content appear to be running with poor performance... Well, the operative word here is "appear". It is a common misconception that "echo is the slowest PHP command"! The problem is actually… more »

English (US) How to log request processing times in Apache

Permalink 03:33:00 am, by Francois Planque Email , Categories: Web Dev, Linux stuff
If you have an apache (2) web server, you probably have an access.log file showing you all kinds of data using the "combined" log format. Let's see how to include processing time into that log file. By default a line in the combined log looks like this… more »

11/29/09

English (US) How to install the APC PHP Cache on Debian (Lenny)

Permalink 01:50:50 am, by Francois Planque Email , Categories: PHP, Linux stuff
APC PHP Cache Control Panel
The APC PHP Cache Control Panel
The APC cache can significantly improve your PHP script performance, just by installing it, whoch basically takes 5 minutes! Here's what I did on my Debian Lenny box... First you may want to have a reference benchmark to see if it actually improves:… more »

Pages: 1 2 3 4 5 6 7 8 >>