by Sourcetoad | Aug 17, 2015 | Web Application Development
For web and app developers, one question has always been a top concern in the realm of user experience: “How will users navigate within — and back out of — the app?” It’s a question that seems rather simple, but nonetheless has sent some app developers spinning in to...
by Sourcetoad | Jul 31, 2015 | Code, Web Application Development
6 (ES6) introduces some new features that improve upon ECMAScript 5 (ES5) scoping. In this post we’re going to look at arrow function scope, block scope, and two new ways to declare variables in ES6. A solution to ‘var self = this’ A common situation in javascript is...
by Sourcetoad | Dec 23, 2014 | Cool Tools
Backbone.js is a JavaScript library that any developer can get up-and-running with, in just a matter of moments. Backbone exists exactly for the reason it sounds like it exists: to give your JavaScript applications some “backbone” by providing structure — albeit...
by Sourcetoad | Jan 8, 2014 | Mobile Development
One of the things we specialize in is creating mobile apps for businesses, and one of the main reasons this market exists at all is because mobile apps are able to boost a business’s revenue in a number of ways. If this doesn’t seem immediately obvious to...
by Sourcetoad | Dec 27, 2013 | Mobile Development
Let’s take a look at some of the various ways you can monetize your mobile apps. In most cases, your best bet is going to be to stick with one or two methods of monetization, rather than trying to apply all of these at once. Which method(s) you end up going with...