Author Archives: jebw

PHP Data Factory

I’ve recently written a super simple Data Factory for PHP, called FactoryLib. This can be used to create test data when unit testing your PHP code. Including this in your tests is very simple ?View Code PHP1 2 require ‘factory_lib.php’ … Continue reading

Posted in php | Leave a comment

Hot and Cold

Its been a busy couple of weeks, its been pretty cold and icy here in Cumbria, the same as much of the country and I’ve managed to take advantage of the ice and have got a few good ice climbs … Continue reading

Posted in climbing, me, php, rails | Leave a comment

Using Git and FTP to manage Webservers

One of the clients I work with use FTP to deploy software to their servers, but when I do the development work I’d rather keep my changes in a local copy, managed under the Git version control system, hence my … Continue reading

Posted in FTP, git, ruby | Leave a comment

The web without a webserver

Desktop software seems to be becoming more and more of a niche requirement when it comes to bespoke software. In comparison to web based software it tends to be slower to develop, and more time consuming to roll out updates, … Continue reading

Posted in coding, html5 | Leave a comment

Hacking gstreamer in C

C has never been my strong point but I’ve just been playing around with gstreamer, and have managed to write a super simple audio player. Its using decodebin (not playbin) so can handle the various audio formats which gstreamer supports. … Continue reading

Posted in Uncategorized | Leave a comment

Awesome week on Skye

Just had an awesome holiday on Skye. Met friends up in Glen Brittle and spent a day on the ridge and a day climbing on the Cioch in stunning weather. Woke up to rain the next day so headed to … Continue reading

Posted in climbing | Leave a comment

My First Talk

I’ve not had much time for hacking lately but I did my first talk the other day for the newly formed GeekUp in Lancaster. They were scouting round for someone to do a talk and in a fit of enthusiasm … Continue reading

Posted in Uncategorized | Leave a comment

FTP Bundle for Textmate

I’ve just added a very simplistic Bundle for Textmate which will upload files when you save them. Its got two commands, one to set the FTP settings, which are just held in a YAML file in the TM Project root … Continue reading

Posted in Textmate | Tagged , | Leave a comment

A2DP on the cheap

Wow, its been a while since I last blogged – oh well first new years resolution, start blogging again. I’ve been wanting a way to broadcast music/film audio from my laptop to my stereo in the living room. I could’ve … Continue reading

Posted in bluetooth | Leave a comment

Weird

I’m busy writing a Rails plugin, following good Test Driven Development practices, ie Writing tests, checking they fail, then writing code to make them pass. This time though the tests passed straight off, without me writing the functionality – hmm, … Continue reading

Posted in coding, rails | Leave a comment