Baphled's Weblog
21 Dec 2010
Well its been a good little while since I’ve written anything here for a number of reason. Well I’m out of the cave I spent the last year of so in a thought it was time to write about my latest project CVMe. What is CVMe? I wanted an application that made it easy for [...]
9 Oct 2009
Well I was hoping to get this post published a month or so ago but better late than never. As some of you may know, I’ve taken some time to learn Ruby & Rails over the past few months and have been using RSpec & Cucumber quite a bit to roll out new functionality. It [...]
23 Jul 2009
I haven’t worked on Chatterl for a few months but there are some fundemental changes that had been made back in March, apologies for the slow update but honestly I haven’t had much time with learning Rails & freelance work. Summary Well the main changes in chatterl are the following: Message storage Registration Introduction of [...]
23 Jul 2009
So if you’ve been following along from the other parts of the series, you’d remember that we have been building a project story builder using cucumber and BDD. So far we have learnt how to use the process to flesh out functionality from the outside in and generate the basic functionality for our application, this [...]
11 Jul 2009
Well carrying on from the previous post, we’ll focus on some actual functionality in this post & start on creating the functionality for users to create new projects. As always we’ll start off with our feature: Feature: As a registered user I must be able to create projects In order to create a new project [...]
3 Jul 2009
Carrying on from my last post, I’ll introduce Rest Authentication to the Story Board project. The plugin comes with its own stories & definitions, so it will be a nice learning source for us whilst learning Cucumber & RSpec So to start off with lets install the plugin. Now I’ve experienced some issues with Technoweenie‘s [...]
27 Jun 2009
Well it’s been a while since I’ve written anything really technical & seeing as Rails is taking up a lot of my personal time, I thought I made sense to put some of my newly found knowledge together. I thought it best to not go over material that has already been done and very well [...]
21 Jun 2009
Well on my journey to improve my programming skills & again purely because I’ve been getting tired of using PHP for all my solutions, I recently decided to delve into Rails. I’d been pointed to it by Ekerete Akpan an old work collegue who uses it quite extensively with his own projects. I’d resisted from [...]
7 Jun 2009
Well it’s been a while since I’ve written a post, mainly due to the amount of time I’ve spent learning Rails & working on Solvius. After reading “Pragmatic Thinking and Learning: Refactor Your Wetware“, I decided to create a program to store all the problems I come across over times, storing them in a solutions [...]
21 Apr 2009
I\’ve been working on my old site the past couple of days and needed to integrate a blog aggregator for my wordpress blog. Instead of doing it all from scratch & reinventing the wheel, I decided to integrate SimplePie into my Zend Framework project. Listed below are the steps I needed to get SimplePie into [...]