Sat.Feb 20, 2016 - Fri.Feb 26, 2016

article thumbnail

CPP: A Standardized Alternative to AMP

Tim Kadlec

It’s no secret that I have reservations about Google’s AMP project in its current form. I do want to make it clear, though, that what bothers me has never been the technical side of things—AMP as a performance framework. The community working on AMP is doing good work to make a performant baseline. As with any framework, there are decisions I agree with and some I don’t, but that doesn’t mean the work isn’t solid—it just means we have different ways of approaching building for the web.

Google 77
article thumbnail

Using The Onymos Media Component In Your Ionic Framework App

The Polyglot Developer

A few years back I demonstrated how to use the device camera in an Android and iOS application developed with Ionic Framework. Being able to take photos wasn’t particularly difficult, but it left a lot to be desired. This is where the Media component by Onymos comes into play. So what is the Onymos Media component? The Onymos Media component extends the media features offered by the Apache Cordova camera plugin.

Media 52
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

Convert An Uploaded Image To A Base64 String In Node.js

The Polyglot Developer

Not too long ago I wrote about uploading files to a Node.js server that was making use of the Multer middleware. In that scenario the files were saved to the file system and even though I didn’t demonstrate it, in theory the file metadata would be stored in a database. What if you wanted to store the files in a database as a base64 string instead of on the file system?

Storage 40
article thumbnail

Share Things On Social Media Via An Ionic Mobile App

The Polyglot Developer

Recently one of my subscribers asked me if I could refresh the social media sharing article that I wrote for Ionic Framework 1 to work with Ionic 2. Since I’m already in the process of rewriting all my posts to Ionic 2 , I figured now is a good time to do so. In case you hadn’t seen my previous post, it is still worth checking out. In either scenario, the goal we’re going to accomplish here is sharing messages, images, and links via social media outlets on Android and iOS within an Ionic 2 mobil

article thumbnail

Why You Should Not Use Ionic Serve For Hybrid Apps

The Polyglot Developer

I’ve written a lot of Ionic Framework and Ionic 2 blog articles and have answered even more questions and troubleshooted more problems. When it comes to Ionic Framework, if I had to estimate, I’d say about 80% of the time the problems were related to the Ionic Service solution that the Ionic team offers. I’ve written a post similar to this before on the topic of properly testing your Ionic Framework applications , but since it’s alarming how many people are still running into these issues I thin

Testing 40