Shaun Mccran

My digital playground

12
M
A
Y
2015

Can an Innovation lab fit into the classic Corporate model?

At a recent company event one of the leaders in my division presented his thoughts on designing and implementing an Innovation lab. The presenter, Daryl Wilkinson, Head of Group Innovation at Nationwide (Link: @DarylAndHobbes) put forward the idea of creating a digital Agency style innovation lab. This would allow a select group of Thinkers, Strategist and Developers to rapidly wireframe up services and applications/widgets and quickly prototype them into working, running applications.

I think this is a very interesting opportunity, but I think the radically different approaches between operating an Innovation Lab and a large-scale UK Corporate company may pose some interesting issues.

Having worked in a few smaller companies, particularly digital and marketing agencies I can see the value in this. The benefits of this sort of approach are many, including increased flexibility, ability to change direction quickly and a more open way of communicating and moving ideas around. A key principle that allows this way of working to be productive for smaller companies is the removal of barriers. These barriers might be Company rigidity, Governance rules, formulaic team structures and employee ego. By removing all of these things, you can take away, or minimise their impact on the way people think about opportunities and problems. By removing traditional working barriers, you encourage people to open up to new ways of thinking that is not constrained by traditional learnt behaviour. (This is often referred to as disruptive thinking). The two fold acts of giving them literal authority to become unconstrained in approach, and the removal of these business rules allows for a different, more agile operational model.

This also results in the blurring of responsibilities and roles within the team. Team members are far more inclined to own their own space, and stretch out into other member's spaces, as the boundaries between them are blurred, in a far more collaborative working approach.

Let us contrast that with the traditional UK corporate model. Typically, they have a far more rigid structure, with defined lines between departments and responsibilities. Employees have a role to play and generally, because of the luxury of scale, people are kept in that role, and find it difficult to venture too far into other roles without encountering resistance.

Add into the corporate mix a defined, constrictive Governance model, security policies, hard-wired policies and processes and a corporate operating model, and the attitudes that brings with it. These elements are in direct conflict with the outline described above, that not only enables but also drives an Innovation lab. How this newfound Innovation lab will integrate into a corporate environment, working its way through the barriers described here, will either enable or contain its success. It will be a tricky journey implementing, then maturing a lab like this into a working state. It could become an interesting bubble of productivity, living inside the corporate structure, creating ripples that disrupt the usual state of thinking within traditional departments. What better way to introduce change into your organisation than by having a department like this forge new ways of thinking and approaches to solutions.

I'll certainly keep an eye on how it develops, and see if any of these conflicts arise.

08
F
E
B
2011

Adobe Flash / AIR large memory footprints on Android platforms

The Android market place is growing in popularity all the time, but does its rapid growth bring with it other issues about development best practices, and what sort of considerations should developers take into account when developing for mobile platforms.

This article examines how much memory footprint Adobe software needs to run on the Android platform, and the issue that arises because of it.

[ More ]

06
F
E
B
2011

What does the ANT message - 'Files was unexpected at this time' mean?

If you run an ANT installation and see the error message:

view plain print about
1Files was unexpected at this time.

Or something similar you have probably installed ANT into a directory with a space in it. The default path when installing is "c:\program files\ant", but it's a lot more useful to install it into a more base directory, such as "c:\ant".

You cannot set your ANT_HOME to a directory with spaces or special characters in it, unless you use a windows compatibly format, such as:

view plain print about
1ANT_HOME=c:\progra~1\ant

30
J
A
N
2011

QRcfc released on RIAforge.org

I've released the first version of a ColdFusion QR barcode generator on http://qrcfc.riaforge.org/.

It is a CFC based wrapper for the Google ZXing barcode Java library http://code.google.com/p/zxing/.

There is a demo here: ColdFusion QR barcode generator

[ More ]