• Embedding UX into software development

    Mariana Morris

    Last Wednesday, Reynold, our projects director, and I gave a talk at ACCU Oxford. We shared practical UX techniques to embed UX in development cycles and talked about the importance of a good user experience in tech. Abstract Good user experience is essential to the success of your product, it creates a competitive advantage and saves you money by reducing wasted development time. But how do you know that what you develop are the features that users will care about?[...]

  • A question of sport

    Mike Buckle

    How quickly do you need to find out what the legacy of the London Olympics is? Answer: very quickly. Sport England is a non-departmental public body answerable to the Department of Culture, Media and Sport and funded by central government and the National Lottery. Each year, it surveys the population to collect data on attitudes to sport, including what sports are played, who plays them, where and how often. In 2010, Sport England refreshed its questionnaire and ended up with[...]

  • Oxford Computer Consultants and Infoshare selected to help detect fraud in Warwickshire

    Mike Buckle

    Warwickshire Counter Fraud Partnership select Oxford Computer Consultants (OCC) and Infoshare Limited to provide Data Matching Software for Fraud Prevention Warwick January 2016:  Following a competitive tender, Warwickshire Counter Fraud Partnership WCFP are delighted to announce the award of the contract for Data Matching Software for Fraud Prevention jointly to Oxford Computer Consultants (OCC) and Infoshare as part of the Department for Communities and Local Government (DCLG) counter fraud initiative. By bringing together and matching a number of key datasets[...]

  • The security standards you need to consider when handling sensitive data

    Damian Payne

    At OCC we have been building and hosting software that deals with sensitive public sector data for over a decade. But where do you start if you are embarking on a project/business that has sensitive data at its heart? ISO 27001 The basic standard you need to look at for a company in this sector is ISO 27001:2013. You can purchase a copy of this standard online. If you go along this path the one thing I will say is[...]

  • ContrOCC Hackday V – Part 2

    Luke Canvin

    Carrying on from our first post following the results of our developers’ adventures in the most recent ContrOCC hackday, here is the final set of projects: Client Provisions – Julian Alternative storage – Maciej WiX – Matthew DB upgrades with F# – Nathan Generating test data – Nigel New documentation – Steph Automating deployment – Tom G Automating component testing – Tom L Web-based CSV editor – Tomasz A Parsing & Analysing T-SQL – Trevor Julian – Client Provisions As[...]

  • ContrOCC Hackday V – Part 1

    Luke Canvin

    Our ContrOCC hackdays give our developers a day to work on tweaks, gripes, improvements, or whole new features of their choosing and then sharing those with the rest of the team. We have plenty of projects to talk about again this year so I have split this post in two; we’ll post the remaining projects soon. Here is the first set: Code analysis – Adam and Tomasz B Database schema documentation via metadata – Alan Upgrade AllTheThings to .NET 4.5[...]

  • Search engine rankings for Social Care: the 001 Taxi Problem

    John Boyle

    If you’re more than 20 years old you will remember the annual delivery of your local telephone directory; the thud as it lands heavily in your hallway, often with a crumpled cover, a testament to the efforts of the delivery boy to fit the tightly published pages through your letter box. For me, this directory was my first exposure to search engine rankings, with its wonderfully named 001 Aardvark Taxis vying angrily with 001 Ace taxis for first place in[...]

  • Asynchronous processing in SQL with Service Broker

    Julian Fletcher

    SQL Server Service Broker was introduced in Microsoft SQL Server 2005 and this article suggests several uses, the most significant of which is probably the ability to do asynchronous processing. Service Broker might be seen as the database equivalent of Microsoft Message Queuing. In this scenario, a synchronous process can put a message on a queue and then complete immediately (i.e. return control to the user). A separate process can then take this message off the queue and perform some[...]

  • ContrOCC Hackday IV – Part 2

    Luke Canvin

    Carrying on from our first post following the results of our developers’ adventures in the most recent ContrOCC hackday, here is the final set of projects: Graphically presenting performance information to the lay developer – Julian Fletcher Cleaning up the developer documentation – Maciej Luszczynski CSV Merger – Matthew Clarke F#/C# – Nathan-Madonna Byers ContrOCC version manager – Nigel Palmer An executable imports/exports specification – Patrick Donkor Improving code integrity checks – Steph Sharp Migration from within the ContrOCC UI[...]

  • ContrOCC Hackday IV – Part 1

    Luke Canvin

    Our ContrOCC hackdays give our developers a day to work on tweaks, gripes, improvements, or whole new features of their choosing and then sharing those with the rest of the team. This year we have so many team members I have split this post in two; we’ll post the remaining projects soon. Here is the first set: Converting the distributed tests config file to XML – Alan Carter Converting ContrOCC tools to use Git – Chris Griggs Visualising the ContrOCC Database – Chris[...]

  • The key to building innovation

    Luke Canvin

    Jeff Gothelf is the author of Lean UX, a book that plugs into the theory of The Lean Startup and looks at how User Experience design processes fit in with the Lean approach. Jeff was interviewed by Communitech News and described what he believes is the key to building an innovative product or company: Talk to your customers. I mean, really have the humility to listen to your customers. Learn what it is that they love about your product; learn[...]

  • ASP.NET Web API on Linux and Apache with Mono

    Mike Hewlett

    We had a requirement at OCC to build a RESTful web service that would be able to run on both Windows and Linux servers. Someone suggested we give Mono a look to see if we would be able to use the ASP.NET Web API framework served up by the Apache Web Server on Linux. That sounded great; we have a lot of experience with the .NET Framework and a lot of experience with Linux but so far have not brought[...]

  • Finding time to think

    Reynold Greenlaw

    A personal blog post from our Director of Consultancy Projects As well as delivering products, OCC has a team that specialises in custom software development; they are behind the wide variety of case studies on our website. This combination of teams working on custom software and product development & support is, I think, unique. Once a year I take the custom development team out for a day to discuss how we might write even better software. This time we crossed[...]

  • Tom’s thoughts on AngularJS, TypeScript, SignalR, D3.js and Git

    Tom Litt

    OCC DevCamp has been a great opportunity to put the day-job to one side and try out some new technologies. Here are some thoughts on how I got on with them. AngularJS AngularJS is Google’s offering in the JavaScript application building framework arena. Having previously used Knockout I wanted to use a different framework for comparison. I’ve felt that Knockout isn’t especially well suited to large applications, and it seems to struggle in terms of performance when handling a large[...]