Blog

All the latest Bit Zesty news, straight from the team.

  • · Matthew Ford · RoR Development

    How to Create Effective Documentation for Web Applications

    Most of us know that documentation is a fundamental part of any software project, but we’ve also learned through experience that producing too much documentation of the wrong kind can be a waste of time. The aim of rapid development is to minimize waste and…

  • · Matthew Ford · RoR Development

    XML to JSON API Proxy for Quick Mash-Ups

    While building our company dashboard, which was mentioned in our previous blog post on SVG with Raphael, I came across a problem with the project management tool we use – Pivotal Tracker. The Pivotal Tracker API is only in XML, which means you can’t do…

  • · Laura Paplauskaite · Agile Management

    Our Agile Web Development Process

    Agile software development can seem like the Wild West if you are used to the more rigid Waterfall approach. However, various agile methodologies embrace structured processes that are iterative, collaborative and particularly well suited for fast changing web development. In this blog post, we give…

  • · Matthew Ford · RoR Development

    Encrypting Data in Your Ruby on Rails Application

    Whilst searching for a gem/plug-in to help with storing encrypted notes in a Rails app, I came across strongbox. It uses public key encryption to encrypt and store data on an ActiveRecord attribute – Spike has a great writeup on his blog. One limitation I…

  • · Matthew Ford · Business

    Top Five SEO Tips

    Last week, we hosted a lunchtime Q&A session on SEO (Search Engine Optimization) at THECUBE. SEO is a process which online businesses can use to maximise their site’s visibility on search engines, and our co-workers had plenty of tips and experiences to share about it….

  • · Laura Paplauskaite · Business

    Different Applications of Crowdsourcing

    In the run-up to the 2010 general election in UK, there have been a few high-profile instances of political parties asking their supporters for ideas. Specifically, Labour and the Liberal Democrats invited theirs to submit ideas for campaign posters, while the Conservatives asked the public…

  • · Matthew Ford · RoR Development

    Better XML Parsing with Rails

    We recently built a Ruby on Rails application that was receiving a large amount of XML. This as you can imagine was pretty CPU intensive, especially as Rails (ActiveSupport) uses REXML under the bonnet to parse the incoming requests. I started to wonder if it…

  • · Matthew Ford · RoR Development

    SVG Images and Animations on the Web with Raphaël

    Last week I gave a talk at Google OSJam on Raphaël, a javascript SVG library that makes it easy to draw and animate vector graphics on a browser. SVG is one of the many methods of drawing images on the web. Some of the other…