WordPress Tools & Skills: My Top 5

wordpress

WordPress can be a complex Content Management System, not necessarily in it’s size or function; but seeing a completed and fully customised WordPress can bear little resemblance to the original ‘vanilla’ installation. This is because WordPress can be customised to such a degree that it matches pretty much any requirement exactly; so as a Web [...]

Creating a Custom Delegate

Custom Delegates are one of the best ways of communicating amongst a series of classes in iOS. I always forget how to add custom delegates correctly, so here I go documenting it for future reference. I hope this guide is able to help others as well as myself. Setting up your Custom Delegate Here’s the [...]

Custom Delegate error with ARC

When Apple introduced ARC (automatic reference counting), it meant a great deal of change for much of our existing code. New errors seem to crop up every time we convert an older project across to the new format. This particular error concerned some custom delegates that we’d set up to handle communication between a UIPopOverController [...]

Theme Options Disappearing After Migration?

My Theme Options decided to no longer work after upload and migration to a live server. I could access the Theme Options page, but I couldn’t reference any Theme Options from my scripts or even from within the Theme Options page – i.e. it wouldn’t save. I searched for ages to find a solution, digging [...]

Adobe Edge: Embedding Animations in a Page

edge

Adobe Edge is a brand new piece of software from Adobe, which is currently still in Preview stage. It implements many of the features I’m used to in Adobe Flash, but exports exclusively as HTML5 animation. You can download the Adobe Edge preview on the Adobe Website. Adobe has been the victim of some criticism [...]

Optimising & Streamlining CakePHP Installations

Optimising & streamlining CakePHP installations can be pretty tricky, because it’s such a broad system. I built a CakePHP based application for my workplace that involves tracking jobs. We do a lot of jobs at Celf Creative, so naturally, the database is quite bulky. I was getting a lot of ‘complaints’ from my colleagues that [...]