All articles

Displaying posts 349 - 360 of 415 in total

Exploring presets

Posted in October 2015 on the Dial 9 blog

Recently we introduced a new feature which allows you to divert incoming calls to one or more incoming numbers at the click of a button. This might be useful in...

Updating things live in the browser

Posted in August 2015 on the aTech Media blog

One of the things I am most proud and happy with in Coact so-far is the way that data updates made on the server are reflected in real time in the browser. For example, if someone renames a client

Artboard 20

A first look at Coact

Posted in July 2015 on the aTech Media blog

We've started work on the application and I'm really excited to be able to reveal the first look at the new interface for Coact. The screenshots you'll see below are part of the Client areas.

Memoization in Ruby

Posted in July 2015 on the aTech Media blog

Memoization is a technique employed in many languages which allows you to cache the results of slow or expensive operations and return the cached result whenever the method is subsequently...

Local gems for local apps

Posted in July 2015 on the aTech Media blog

If you’re a keen gem developer like myself and you regularly use them in your other applications, you may find it useful to know of this quick tip. It allows...

Using UUIDs

Posted in July 2015 on the aTech Media blog

Usually we just use incrementing integers as primary keys on our database objects however in Coact we're using UUIDs instead.

Smoother image attachments

Posted in July 2015 on the Codebase blog

Drag and dropping file attachments into your tickets and discussions just got better. Drag a PNG or JPEG image onto your update to have a link to it automatically inserted...

Budgets

Posted in July 2015 on the aTech Media blog

A couple of weekends ago, I found myself needing some sort of application to manage the annual budget for aTech but manage my personal monthly budget. I tried to create...

Tidy up your Branches

Posted in July 2015 on the Codebase blog

If you're anything like me you're terrible at tidying up your remote branches once you've merged your work, leading you to having a great big, long list in Codebase. This...