Our Blog

From a Guru

Staying at the leading edge of technology takes effort, but we love it. Check out some of our recent technical articles, engaging projects, and things that we simply find interesting.

New mobile app – Vinny

We are excited to showcase a fantastic new mobile app we have helped develop. This app is still in beta but will be released soon! Did you ever wonder what the dealer really...

read more

Automatic and Secure rsync over SSH

Let's you want to set up an automatic rsync over ssh to a remote server, but you want to do it in a secure way. Using rsync over ssh is a convenient way to have all of the...

read more
A Simple Popover Tooltip

A Simple Popover Tooltip

I like the popover tooltip that Twitter designed and I want to use it in my web applications without having to include the full bootstrap project.  I included only the basics...

read more

Javascript Object Switcheroo

So I found out something interesting with javascript and objects. Let's say you have a cube object in javascript that is defined by this function. function Cube(x, y, z); Now...

read more

OS X Server Lion Profile Manager

Working on one of the projects that I am on we have an iOS app that needed to be distributed via the enterprise distribution. Finding information about this though was very...

read more

AES CTR Encryption in C

Encryption is one of the best tools at protecting data when it comes to computer security. There are many forms of encryption as well. One of the forms that I encountered...

read more

How to Prevent Scope Creep

When our company develops software, one of the more difficult problems we face is taking a customer vision of a project and focusing it.  Software developers are generally...

read more