Mastodon

FIX: Vagrant php-memcached error

I normally use PuPHPet to configure my Vagrant boxes. On my latest box using CentOS 5.6 the setup worked normally, but when trying to run my application I was getting the Class ‘Memcache’ not found error. Usually this is a simple fix, just go in and type:...

FIX: Vagrant Pecl Error

I just came across an issue where I updated my vagrant config and tried to provision the box, but it kept erroring out with the following error: ==> default: Error: printf “\\n” | pecl -d preferred_state=stable install pecl_http returned 1 instead of...
SimpLESS – A Free Open-Source LESS CSS Compiler

SimpLESS – A Free Open-Source LESS CSS Compiler

Less CSS is a great way to develop your stylesheets for websites.  It lets you create nested rules, specify variables, functions and so much more. To use Less on a website you have 2 options: Use JavaScript to compile on-the-fly.  This isn’t really recommended...