Posts Tagged ‘Code’

Saying good bye to OpenID

Wednesday, January 6th, 2010

When I started digging in to OpenID a couple years ago, it was only because someone in the company’s marketing department thought it sounded cool and therefore we needed it on our Web site. (more…)

How to install PHP memcached on an Ubuntu server

Wednesday, September 30th, 2009

I needed to install memcached on my local development server the other day and hit several snags during the process when I couldn’t find a clear guide. It doesn’t help that there’s another package floating around called “memcache” which is not the same as “memcached”.

Fortunately I found this post in German which Google kindly translated for me, and it solved my problems.

Since the translation screws up some of the code, I thought I would post the steps here in English in case anyone finds it useful. (more…)