If you’re looking to install the latest version of NodeJS on your Ubuntu 14 LTS server, you’ll find that the default package manager only has access to older versions of NodeJS. However, you can easily update apt-get to get the latest version using this tutorial.
- Home
- Posts tagged "Tutorial" (Page 2)
Posts tagged "Tutorial"
Parse.com: Setting up the Open Source Parse API Server
Following Parse’s announcement of the service winding down and the subsequent release of the Parse API Server, I’ve taken the time to setup my own instance of the open-source software to help migrate from Parse.com before it shuts down in January 2017.
Amazon Web Services, AMI, MongoDB, NodeJS, Open Source, Parse, TutorialLaravel 5.x: Redirect CSRF Errors to Previous Page
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: Using the Facebook PHP SDK v4.1.x
As version v4.1 of the Facebook PHP SDK nears release (at time of writing), I though this would be a good time to explain how the new version works. Migrating your application from v4.0.x to v4.1.x will break your application.
Facebook, Facebook Graph API, Facebook PHP SDK 4.1, PHP, TutorialParse.com: Uploading a File Using the Parse PHP SDK (v1.0.x)
Using the official Parse PHP SDK, it’s quite easy to upload a file to Parse. This tutorial covers how to use a simple HTML form and a few lines of PHP to upload a file.
File Upload, Parse, PHP, TutorialFacebook API: Posting As A Page using Graph API v2.x and PHP SDK 4.0.x
The Facebook API lets you post to Pages you administrate via the API. With the release of Graph API v2.x and the new Facebook PHP SDK v4.0.x, I’m updating my old tutorial to show how to achieve the same functionality using the newer Graph API and PHP SDK.
Facebook, Facebook Graph API, Facebook PHP SDK 4.0, PHP, TutorialJavaScript: Leave a Message for Snooping Developers
This handy snippet of JavaScript code lets you leave a short message (or long one) for developers using the Developer Console to inspect your website.
Developers, JavaScript, TutorialWordPress: Customising the Toolbar / Admin Bar
Adding custom toolbars to your WordPress plugins is easy. You can also modify the existing toolbar using WordPress hooks. Learn how I customised the toolbar on the Cage Cricket website.
Cage Cricket, PHP, Tutorial, WordPress, WordPress Plugins