by Cube Websites | Jan 3, 2023 | Guides, Tools
This morning I had a Docker service fail to start. On inspection of the error, it turned out it was because the port was in use by another service. In this particular case, my Docker service was trying to use port 8029 so that’s what I’ve used in the...
by Cube Websites | Jan 14, 2016 | Development, Tools
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:...
by Cube Websites | Aug 5, 2015 | Tools
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...
by Cube Websites | Dec 31, 2011 | CSS, JavaScript, Tools
jQuery UI Bootstrap jQuery UI Bootstrap is an open-source effort by @addyosmani to introduce the Bootstrap styling into the standard jQuery UI widgets. It covers many of the widgets available on the jQuery UI website including: Accordion Tabs Buttons and Button...
by Cube Websites | Dec 29, 2011 | CSS, Tools
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...
by Cube Websites | Dec 29, 2011 | Development, HTML, Tools
One the most common things I’m required to do on any website build is to use a custom font. This post discusses the various libraries that I’ve tried and tested, and which library I prefer the most. Cufon Cufon was the first library I was recommended and...