Posts tagged as:

PHP

BREAKING: Caching Saves Server Lives!

by Dan Ackerson on February 8, 2009 · 0 comments

I know, I know – last week, I promised a post about hooking up Xdebug to Eclipse along with some nifty profiling howto. But, unfortunately, real life managed to intervene again!
Every site has its peaks, and every knowledgeable sysadmin automatically keeps an eye on the server farm during this time. Let’s face it – the [...]

Configuring MAMP for Development

by Dan Ackerson on February 1, 2009 · 3 comments

With all the LAMP stacks in the world, its hard to imagine we need yet another howto blog post. But I did have some trouble getting things running smoothly on my Mac and I’d like to share my experiences with you, the gentle reader. Living-e bundles Apache, MySQL and PHP stack for the Mac called [...]

How to Inflate And Deflate Data in Ruby and PHP

by Matthias Marschall on September 15, 2008 · 0 comments

I had to port the client part of a PHP based client-server program, which received some XML data along with compressed images as binary data. As it cost me some time to inflate the received data in Ruby, I want to share what I found out about deflating and inflating data in Ruby and PHP.
As [...]