All articles

Displaying posts 337 - 348 of 601 in total

Growing a small business

Posted in July 2017 on the Dial 9 blog

Ask any small business owner and they’ll tell you that running a small business is anything but small. It takes dedication and lots of hard work to get off the...

Tracking Deployments

Posted in July 2017 on the Codebase blog

In Codebase, you can track deployments by sending a request to the application whenever your deploy your code.

Enhanced call log searching

Posted in July 2017 on the Dial 9 blog

We've recently added a useful feature to call log searching in Dial 9 - the ability to look for calls made or received by a specific extension in your account....

Branching and Merging

Posted in June 2017 on the Codebase blog

If you're working on a new feature, or pushing a bug fix to your site, branching is a great way to ensure you don't cause any issues with your main...

Using Mercurial in Windows

Posted in June 2017 on the Codebase blog

You may wish to use Mercurial via a command line interface, or via a UI. In this guide, we will be looking at installing a Mercurial UI client, so we...

Using SVN in Windows

Posted in June 2017 on the Codebase blog

You may wish to use SVN via a command line interface, or via a UI. In this guide, we will be looking at installing a Subversion UI client, so we can checkin and commit from Windows straight to our Codebase account.

Using Graphical Interfaces

Posted in June 2017 on the Codebase blog

Interaction with version control systems are often made using a terminal in your operating system. However, some developers may be prefer to user a graphical based interface with their workflow.