Fork me on GitHub

Posts tagged Programming

Syncd: Remembering What We Delete On Remotes

A friend of mine doesn’t have internet. Yep, they exist. But they do love movies, music etc. I offered to open up my movies and music to him (legit ones only of course) but ran into an issue quite quickly. The problem with sharing data... [+]

DarthFader: A jQuery Carousel Plugin with Force

Working with a fair few jQuery image sliders I started to get frustrated with the quirks and rules of some of them. Requiring a paragraph tag to simply add in a caption, only order lists supported, not my cup of tea. So for a new... [+]

Appcelerator Titanium: Blurry Fonts & iOS

So recently I’ve been working with some iPhone apps for work. After picking up a little bit of objective-c then dropping it for a few months I quickly found myself relearning from the ground up. After reviewing a fair few solutions outside of programming directly... [+]

Form Keeper: Field Name Obfuscation for CakePHP Forms

I don’t like giving my end users information about the inner workings of the system they’re using. Even though the system itself might be secure in terms of what data it can take in, how it treats the data and what it returns, I still... [+]

Sign Me Up A CakePHP User...

Sign Me Up A CakePHP User Registration Plugin

Finding myself generating registration forms now and then for various sites, I found the whole process of replicating the same functionality over to different projects. It didn’t take long for me to realise that a plugin was the best answer to ease of replication and... [+]

How to use FileMerge with Git as a Diff Tool on OSX

As I’m migrating from Subversion brainwaves I’ve been slowly adapting my workflow into Git’s. Problem was i was finding it hard to double check changes in my working folder to that of what was previously committed. In other words I missed the love of FileMerge.... [+]

JotPad - TextMate Theme

JotPad – TextMate Theme

Recently i started playing with TextMate because of all the hype and the billions of shortcuts it has. This was a big shift from the editor Coda.app on the Mac. Immediately i was taken by the ability to have themes! So i decided to create... [+]

CakePHP Vs. Ruby on Rails

CakePHP Vs. Ruby on Rails

My CakePHP Learning Experience

I first got into CakePHP roughly 3-4 months ago. It was a result of me dropping the Python & Django books and running back to the PHP world, which I was already familiar with. I simply didn’t have the time to wrap my head around... [+]

My First Contact With CakePHP

My First Contact With CakePHP

If you have been reading the blog lately you will of noticed that I have changed my development path from Django using Python to CakePHP, tada, using PHP. I spent quite alot of time attempting to elarn both Python and the Django framework together. Much... [+]