Sponsor
Latest Tweets
- Boom! WOHOOOOO! #morenewsafterthebreak 4 hours ago
- "It's oh so quiet, shh shh" #whatifmisspelling 2012/05/15
- I want to write a new cake plugin with cake2. Only thing is I don't know what to write :( 2012/05/15
- Is every IRC channel now turned into diablo 3 chat? Even in none geek channels! 2012/05/15
- @aerodomo How many do you need? 2012/05/15
Now Playing
- Funked Up Radio 26th April 2012 – Hosted By DFunk 1 min ago
- Funked Up Radio 26th April 2012 – Hosted By DFunk 24 hours ago
- LiquidDNB.com Show May 5th 2012 – hosted by BrokenDrum 2012/05/15
- LiquidDNB.com Show May 5th 2012 – hosted by BrokenDrum 2012/05/15
- LiquidDNB.com Show May 5th 2012 – hosted by BrokenDrum 2012/05/14
Uploading with Rails 3.1,...
January 16, 2012
Starting a new Ruby on Rails project I decided to try out the much talked about CarrierWave gem. It makes uploading easy and keeps uploader config separated from your models. Clean! I decided to write this little tutorial as to how to get CarrierWave working... [+]
5
16Jan
DarthFader: A jQuery Carousel Plugin...
January 12, 2012
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... [+]
0
12Jan
Plex & Trakt: A Scrobbling Love...
January 3, 2012
I love my AppleTV2. Not because you can purchase movies and TV shows online, wait a heap of time for them to buffer, then watch them disappear from your library the next day. Nope. But because the little black box can be jailbroken and turned... [+]
4
03Jan
Remember Me: A CakePHP Persistent...
September 6, 2011
After creating numerous CMS’s and getting client questions asking how come they don’t get automatically logged into their administration panel after 2 months of inactivity I decided to make Yet Another Remember Me Plugin (YARMP) – Yeh, I made that acronym up, it happens. Why... [+]
6
06Sep
Appcelerator Titanium: Blurry Fonts...
August 3, 2011
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... [+]
2
03Aug
Form Keeper: Field Name Obfuscation...
February 27, 2011
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... [+]
2
27Feb
Sign Me Up A CakePHP User...
January 29, 2011
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... [+]
144
29Jan
How to Install an iPhone or iPod in...
January 6, 2011
MKI Audi TT’s unfortunately do not come stock standard with any sort of iPod connectivity. Unfortunately you’re stuck with burning cd’s, or if you’re lucky, burning 6 cds to use in the 6 cd changer located in the back left side of the car. After... [+]
2
06Jan
Using an Aeropress for Steeping Tea
January 5, 2011
I’ve recently gotten my hands on the awesome coffee contraption Aeropress. But recently we went out shopping and picked up some tea leaves. I enjoy a cup of green tea now and then so after trying my hand out of all the many different ways... [+]
4
05Jan
Car Loan Hindsight
November 18, 2010
Choose wisely, prepare for an Everest of paperwork, and lots and lots of waiting. I’ve recently gone down the path of falling in love with a car, which ended up taking me to a car loan stopover, 4 year stopover. I looked around for a... [+]
3
18Nov
SuperStack: A Simple CakePHP Cache...
October 19, 2010
SuperStack is a so simple it hurts CakePHP caching engine. The idea behind SuperStack is to use multiple existing CakePHP’s cache engines as a cache stack. For example, your primary cache server might be using Memcached, however Memcache cannot store the petabytes of data you... [+]
6
19Oct
Tag Time: CakePHP Tag Plugin
October 5, 2010
I needed to integrate a tagging system for a blogging website I was working on with CakePHP. Having read the blog post by teknoid I decided to create a CakePHP plugin along with some jQuery flare for the front end. GitHub: http://github.com/voidet/tag_time The plugin allows... [+]
57
05Oct
Protecting Files Against Hotlinking...
August 11, 2010
I recently had to lock down some important files that first required some level of authentication. The problem was the only way to guard against hotlinking or direct access to these files was to pipe the data through php after an Auth check. Using fread,... [+]
3
11Aug
Stay Out CakePHP Component
June 27, 2010
I have recently been developing a new website which has found me in the position of writing a lot of session handling code. I came across the concept of logged out all sessions across multiple instances, and out came this CakePHP session flushing component stay... [+]
1
27Jun
Picking up where strtotime() left...
May 6, 2010
I was working on a project where dates were being calculated (sort of) based on user input. For example the user was able to type in “Next Saturday” or the “Second Sunday of the Month”. This wouldn’t really be sortable, as strtotime doesn’t exactly allow... [+]
0
06May
