BHW Group Blog

angularjs

August 8 2016
Jason Gray / Development
AngularJS logo - ngInfiniteScroll Example

In this article, I will review a place where I had previously created a function to load 30 days of patient data with a “Show More” button and how I switched that to an infinite scroll for a more elegant user experience as the application matured and we had greater amounts of older data that is only occasionally reviewed.

Read More
March 4 2015
Paul Francis / Development
2015 SXSW Interactive Award logo

We are thrilled to announce that CareCycle Navigator, a web application we developed, is a SXSW Interactive Innovation Award finalist. This article will explore the technologies we used to build CareCycle Navigator, why we chose them, and what made them successful.

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
September 30 2014
Brett Burnett / Development
AngularJS React Om

In our first article on Single Page Applications we presented a REST JSON API running on Clojure with CouchDB. In this article we build on the previous article by introducing our client-side application.

Read More
August 27 2014
Clayton Anderson / Development
angularJS logo

Welcome back! In this series, we are exploring how to design HTML forms with AngularJS, with the best user experience in mind. If you missed part 1, you can find that here. In part 2, we will take a deeper look at a couple more complicated validation scenarios.

Read More
August 11 2014
Clayton Anderson / Development
angularJS logo

One of the greatest benefits we have seen when creating single page applications with AngularJS is how much faster and easier it is to design forms, even those with complex validation.

Read More