iOS 9 changed the way JavaScript handles navigation history, and as a result, hybrid apps using jQuery Mobile can break (i.e. those build in Trigger.io and Cordova). Luckily, there is a easy fix that can resolve the issue.
- Home
- Blog (Page 7)
Create Public / Privacy Encryption Keys and Encrypt / Decrypt Data using PHP
In a recent project, I’ve been using public/private key encryption to transmit data from a mobile application to an API, keeping sensitive information secure as a result. This tutorial explains how you can create your own keys, and then use them to encrypt or decrypt data using PHP and OpenSSL.
Encryption, PHP, Public / Private Keys, Security, TutorialFacebook API: Graph API v2.4 Released, Removes Groups, Notifications and Stream Permissions
Facebook has released the latest update to the Graph API, resulting in more drastic changes and deprecations to the platform. Released on July 8th 2015, the latest version of the API removes access to the user’s Notifications, Inbox and Stream and Groups.
API, Deprecation, Facebook, Facebook Graph APIGoogle Analytics for Trigger.io
I’ve always found it frustrating that a platform like Trigger.io doesn’t support Google Analytics for tracking applications. So, I’ve decided to take things into my own hands, and have developed a very simple plugin to allow just that.
Github, JavaScript, Open Source, Plugin, Trigger.ioFacebook Announces Graph API v2.3, More Deprecations
Facebook Graph API v2.3 is now available to use, adding new login permissions, a new debug mode for developers and updates to Real-time Updates. Along with it, more APIs are being depreciated towards the end of June 2015.
Facebook, Facebook Graph API, Facebook Graph API 2.3NodeJS: Scraping Websites Using Request and Cheerio
I’ve recently been using nodejs to build website scrapers quickly, and usually in less than 100 lines of code. This tutorial shows how you can easily create your own scraper using two nodejs modules: request and cheerio.
JavaScript, jQuery, NodeJS, Scraping