Sat.Nov 08, 2014 - Fri.Nov 14, 2014

article thumbnail

The Easiest Way to Compute in the Cloud – AWS Lambda

All Things Distributed

'When AWS launched, it changed how developers thought about IT services: What used to take weeks or months of purchasing and provisioning turned into minutes with Amazon EC2. Capital-intensive storage solutions became as simple as PUTting and GETting objects in Amazon S3. At AWS we innovate by listening to and learning from our customers, and one of the things we hear from them is that they want it to be even simpler to run code in the cloud and to connect services together easily.

Lambda 136
article thumbnail

Book Review: Responsible Responsive Design

Tim Kadlec

Yesterday Guy Podjarny published his analysis of the use of responsive design among the top 10,000 websites. He found that adoption jumped from 10.8% to 18.7% over the last year. Another recent survey showed that a hefty 90% of publishers are looking at implementing responsive design. However you want to slice it, responsive design is an increasingly popular technique.

Design 58
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Playing Audio In Your Android And iOS Ionic Framework App

The Polyglot Developer

One of my Twitter followers recently asked me to do a post regarding audio and Ionic Framework. Being the fiddler that I am, I decided to meet this request. Using Ionic Framework, the Apache Cordova Media plugin , and ngCordova , we are going to make a very simple application with basic media controls. The post Playing Audio In Your Android And iOS Ionic Framework App appeared first on The Polyglot Developer.

Media 52
article thumbnail

Use MavensMate with Sublime Text for Apex Development

The Polyglot Developer

After attending the Dreamforce conference for Salesforce development, I thought I’d share how to develop in Apex using Sublime Text rather than Eclipse. If you’re familiar with my development styles, you know that I am very against using IDE applications because of their sluggishness. Everyone will have their own opinions, but I much prefer Sublime Text over Eclipse for all development.

article thumbnail

Using The UI-Router To Navigate In Ionic Framework

The Polyglot Developer

Being that Ionic Framework relies heavily on the UI-Router for navigation, I thought I would do a write-up on how to properly use it. We use the UI-Router to navigate between view states in our application. By view states, I mean screens composed as template files. If you’re looking for information on navigating in Ionic 2, visit my other post on the subject as it doesn’t use the UI-Router like Ionic Framework 1 does.

article thumbnail

Manually Update Your Nexus Device To Android 5.0 Lollipop

The Polyglot Developer

So Google’s big Android 5.0 release is finally here after a week of delays. Android 5.0 Lollipop is now officially rolling out to the Nexus line devices. However, the roll-out is in batches so it could be as long as three weeks before you get your over-the-air (OTA) update. If you’re impatient like I am, you’re going to want to manually install the update rather than wait for it to show up in a device update.

article thumbnail

Tracking Pageviews with Google Analytics and Angular JS

The Polyglot Developer

Recently I noticed in my Google analytics dashboard that Analytics wasn’t tracking the full url of the page of my Angular JS site. I was tracking individual pageviews using this code in my app.js file: MyApp.run(function($rootScope, $location, $window){ $rootScope.$on('$routeChangeSuccess', function() { $window._gaq.push(['_trackPageview', $location.path()]); }) }).

article thumbnail

Expanding The Cloud - Introducing The Amazon EC2 Container Service

All Things Distributed

'Today, I am excited to announce the Preview of the Amazon EC2 Container Service , a highly scalable, high performance container management service. We created EC2 Container Service to help customers run and manage Dockerized distributed applications. Benefits of Containers. Customers have been using Linux containers for quite some time on AWS and have increasingly adopted microservice architectures.

Cloud 119