Sat.Jul 05, 2014 - Fri.Jul 11, 2014

article thumbnail

"RWD is bad for performance" is good for performance

Tim Kadlec

Myths are powerful things. They certainly have the ability to destroy—we’ve seen that many times. But put the right spin on a myth and you can use it to build up; to create something new and better. Responsive design just can’t seem to shake the rumor that it’s bad for performance. It’s very frequently spouted as a downside of the technique—a reason why you may not want to pursue responsive design for a project.

article thumbnail

Using Polymer With Apache Cordova

The Polyglot Developer

Making great mobile applications used to require a certain type of skill, but with the latest technologies you don’t need much more than basic web design knowledge. With the aid of Apache Cordova , developers can make native API calls directly from JavaScript functions. Pair this with a front-end framework like Adobe PhoneGap or my current favorite, Ionic Framework , and you can create stunning mobile applications with no more than CSS and HTML skills.

Mobile 52
article thumbnail

Count Records From A hasMany Relationship In Grails

The Polyglot Developer

Recently I was tasked with trying to determine a distinct count between two tables with a many-to-many and one-to-many relationship. More specifically I needed to find out how many users were signing into the system on any given day. This is not to be confused with how many logins a particular user had for any given day. The post Count Records From A hasMany Relationship In Grails appeared first on The Polyglot Developer.

Systems 40