Scoo B Doo

Scoo B Doo

Web Jetty are proud to announce we now host the web services for Scoo-B-Doo.org.uk, a UK charity benefiting the Special Baby Care Unit (SCBU) at Gloucestershire Royal NHS Trust. They provide a vital role in Read more…

Speedy wamp

Speedy wamp

To get a bit more speed out of your sluggish windows development machine (I use wampserver), add the following code to your php.ini. ; APC accellerator extension=php_apc.dll [APC] apc.enabled = 1 apc.cache_by_default = 1 apc.enable_cli Read more…

memcached on CentOS

memcached on CentOS

When installing memcached on my CentOS 5.2 box using the rpmforge repo, I found apache/php complaining of API version problems. To get round it I first used PECL to install memcached, then used yum to Read more…