by Sourcetoad | Dec 26, 2016 | Design Tips
Powerpoint or Keynote presentations are infamously terrible. In the software development world (and the rest of the world, for that matter), most people would rather stick pencils into their legs than sit through a typical 40-slide presentation. But, I have good news...
by Sourcetoad | Dec 13, 2016 | Cloud Services, Cool Tools, General
While the Atari video computer system from 1977 gave us plenty of classic games, the Atari 8-bit computer line included productivity applications as well. But could you ever seriously consider employing the business software created for the Atari 400, Atari 800, and...
by Sourcetoad | Nov 14, 2016 | App Development, Code, Cool Tools
Yii and Yii2 utilize various magic methods within the framework, the implementation of which can be found in the Object class, which most of the framework extends off of. These magic methods __get, __set, __isset, __unset, and __call enforce a set of standards...
by Sourcetoad | Nov 9, 2016 | App Development
Like any dev shop worth its weight, we strongly promote testing of our products. In order to produce a quality product, we need an internal way to ensure a given level of quality is being met. Business requirements lead to tests, the tests lead to the logic, the logic...
by Sourcetoad | Oct 31, 2016 | App Development, Mobile Development
Settings are an important part of any mobile app. A mobile app is nothing without user data, which makes it especially important to ensure settings are never lost. Now, if you are a Javascript developer of any sorts, your first thoughts would be to store these user...