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.
- Home
- Posts tagged "Parse"
Posts tagged "Parse"
37
Parse.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, TutorialParse.com: Using the Official Parse PHP SDK (v1.0.x)
Parse has released an official PHP SDK, and as usual it’s not very well documented. I’ve created this handy tutorial to help you get started.
Parse, Parse PHP SDK 1.0, PHPCage Cricket Mobile App
The Cage Cricket application is my first cross-platform mobile application built using Trigger.io and Parse, and works on iOS and Android.
Android, Cage Cricket, iOS, JavaScript, Mobile App, Parse, Trigger.ioUsing the Parse JavaScript SDK? Be Careful!
If you use the Parse JavaScript SDK on your website or mobile app, be careful as it’s very easy for someone to modify your database or access sensitivity information. Here’s how to do it, and how to avoid it.
Hacking, JavaScript, Parse, Security