BHW Group Blog

Taylor Smith History

Taylor graduated with his B.S. in computer science from the University of Texas at Austin. His hobbies include tinkering with all sorts of things including cars, oculus rift, and cnc machines. He enjoys spending time with his wife and their two dogs, Ferris and Lola.

 

 

August 11 2015
Taylor Smith / Development
Node & Salesforce logos

Salesforce can be a tricky but powerful tool. Using JSForce and some custom triggers you can integrate Salesforce with your custom NodeJS web application for better business management.

Read More
July 27 2015
Taylor Smith / Mobile
Using Cordova to make an iOS and Android app from an AngularJS web app

Cordova is Apache's tool to convert a web application into a native application. It supports all of the major mobile operating systems and provides the ability to use natie features like the camera, device status, and file system. There are a few frameworks out there that build off of this including Ionic and Phonegap. If you've heard of Phonegap, you may be familiar with this concept.

Read More
January 20 2015
Taylor Smith / Development
AngularJS Translation

This is part 2 of my article about i18n and l10n. If you don't know what these are, go see part 1 of my article. Otherwise let's dive right in and cover some of the big problems and steps to take while implementing angular-translate.

Read More
January 5 2015
Taylor Smith / Development
AngularJS Translation

As the world grows closer through the internet, more companies need websites that are translated into other languages. Businesses that target other cultures, nationalities, and languages need a way to provide this feature in a way that is responsive and maintainable. There are many guides and blogs online that refer to this as i18n (internationalization) and l10n (localization). This article is the first of two posts and will look at common javascript libraries and tools that can be used for translation services.

Read More