In a recent project, I was asked to create a dynamically generated PDF with the user’s information. In my research, I found that using FPDF was the best the best way to achieve the client’s requirements. Here is a quick tutorial on how you can use a existing PDF with dynamic content using only PHP.
- Home
- Blog (Page 6)
Facebook API: Getting Your Additional Permissions Approved
If your Facebook App requests additional permissions from users, they first need to be reviewed and approved by Facebook. Here are some tips on getting through Facebook’s review process as quickly as possible.
Facebook, Facebook Graph API, Review, Tips and TricksCordova: Release Signing Android Applications
If you’re using Cordova 5.x+, it’s easy to configure it to also build signed release builds of your Android application. Providing you’re already created a keystore using the keytool, this tutorial will have you building release builds in minutes.
Android, Code Signing, Cordova, Google Play Store, SecurityAWS: Install MongoDB 3.x on Ubuntu 14
If you’re running the default Ubuntu 14 LTS server on AWS, you’ll find that the package manage will only install MongoDB v2.x. However, you can install the latest version by updating apt-get using this tutorial, allowing you to use install the Parse API Server.
Amazon Web Services, MongoDB, Tutorial, UbuntuAWS: Install NodeJS 4.x or 5.x on Ubuntu 14
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.
Amazon Web Services, NodeJS, Tutorial, Ubuntu