Skip to content

Viewing entries tagged with 'development'

20 Apr 2012 by Stoo

Ludum Dare

It's supposed to be a new TFI this week (and last week (and the week before)) but I've been a little too busy of late to put it together. My excuse this week is that I'm doing Ludum Dare this weekend and have been mainly focusing on prep work for that - by that I mean making sure I've got the tools for the job, the fuel for the job and enough rations that I don't have to leave the house until monday. Everything is ready and I'm all set to get started. I've set up a new Tumblr account so you can follow my progress.

15 Mar 2012 by Brad

Adobe Shadow

 For this week’s blog post I thought I would talk a little about a new tool that Lee recently made me aware of: Shadow from Adobe.

15 Dec 2011 by Stoo

Full Frontal 2011

There was a contest after Full Frontal to write a blog post about the conference and be in with a chance to win a couple of tickets for next year's event. The deadline was the end of November so I may have missed that… Full Frontal had an interesting line up and venue – the ever good Duke of Yorks cinema in Brighton who provided free coffee and pastry treats throughout the day. Fruit was provided by Prem at Dharma Fly which is a nice touch for a conference of geeks. Prem also hosts the fortnightly AsyncJS meet up, which is worth checking out if you're ever in Brighton.

25 Nov 2011 by Brad

Working with Internet Explorer 6

There is a phrase often uttered by clients. A phrase so nefarious that it makes developers weep, bawl, and ultimately rage.

21 Oct 2011 by Stoo

OO Programming

Recently at Nomad we were talking about Object Oriented Programming and I ended up going on for a bit. So what follows is an expansion of the email conversation we had, including the crab and sheep related example. It's mostly in C# with some PHP thrown in and a brief splash of Java. If you squint hard enough they all look the same.

14 Oct 2011 by Robbie

What's broken in our industry? Part Two

In the first part of this article, I discussed some of the problems with our industry - specifically concerning how projects are run. I'm not going to re-iterate all that here, so if you haven't read that already then I suggest you check it out first.

17 Aug 2011 by Stoo

An MVC Approach to Table Sorting

Sorting data is a useful feature for tabular data in any web app. This is much easier to do if you separate the underlying data from the HTML of the table. The simplest way to achieve this is to take an Model View Controller approach (or MV in our case as we won't need a controller) utilising the observer programming pattern. This will allow us to decouple the data (model) from the table (view). All the view really needs to know is what the data contains and when it changes, not how it was changed.

11 Aug 2011 by Robbie

What's broken in our industry? Part One

When I was working for an agency, there were a phrase and a word I hated. The phrase was "can you just", the word was "yes".

16 Jun 2011 by Stoo

Looping for Performance in JavaScript

Recently for a project I've been working on I came across some JavaScript code written like this:

2 Jun 2011 by Brad

What is Mobile?

Recently I've seen my Twitter feed filling up more and more with developers talking about Responsive Design.

1 2