An introduction to version control
When collaborating with co-workers on a development project, you may have experienced frustrations when someone overwrites your work, or when you have to constantly swap files, or even having to...
Displaying posts 49 - 60 of 84 in total
When collaborating with co-workers on a development project, you may have experienced frustrations when someone overwrites your work, or when you have to constantly swap files, or even having to...
We've learnt a lot from our Natterly beta; both from our own experience of running Natterly on all our sites, and from all the great feedback we've received from everyone...
We're delighted to announce that we've just open sourced our e-mail delivery platform, Postal. Postal is a complete and fully featured mail server for use by websites & web servers....
We use a lot of different server software here to accomplish various tasks. In the case of web servers, there is a great deal of excellent software available to achieve...
We're delighted to be launching our new & improved custom domain feature on Codebase. In the past, you could configure your own custom domain (CNAME) but you had to provide...
When receiving calls to your business, it can be useful to know the purpose of the call before you answer it. One of the best ways to achieve this with...
There are a number of issues you might run into when adding a new server to your Deploy project, which we'll be outlining further in this post. To start, we'll...
One of the most common issues users can experience when setting up a Deploy project is a submodule related error. These can be tricky to diagnose, so, in this post...
One of the main benefits of developing applications for Android over iOS is the greater access afforded to some of the lower level API functions. Whilst developing the Dial 9...
One of the most useful features of a VoIP system is the ability to track previous calls. With Call Logs in your Dial 9 service, you can look up calls...
When you receive a ticket from a customer, there may be a number of tasks that need to be completed before the ticket can be resolved, or a reply sent...
Git and Mercurial both come packaged with handy utilities to visualise the commits in your repository as a graph. We include this functionality in the Codebase interface as well. A...