Narayan's articles
Sending Emails in PHP with PHPMailer
By Narayan Prusty, Tonino Jankov,
Tonino and Narayan show how to use PHPMailer - a dead simple email sending library for PHP. Send email from your local machine or an SMTP relay easily!
Storing Local Data in a Cordova App
By Narayan Prusty,
Narayan Prusty looks at the plugins and APIs available for storing local data in a Cordova App and creates an application to demonstrate.
Automatic Asset Optimization with Munee
By Narayan Prusty,
Narayan introduces Munee - a PHP lib that automates CSS, JS, LESS, SCSS, CoffeeScript etc minification and compilation, image resizing, caching, and more!
Better Password Masking in Your WordPress Forms
By Narayan Prusty,
Narayan Prusty covers how to create a plugin that adds a checkbox to show or hide password text (password masking) to help users to see passwords entered.
Scanning a QR Code with Cordova
By Narayan Prusty,
People are often sceptical about QR Codes, but they are useful for simple information exchange. Narayan Prusty shows how to scan them in a Cordova app.
Using HealthKit with a Cordova App
By Narayan Prusty,
Narayan Prusty shows how to use HealthKit with a Cordova based app, allowing users to write and read the heath data.
Integrating Local Notifications in Cordova Apps
By Narayan Prusty,
Narayan Prusty shows us how to integrate local notifications with an Apache Cordova based mobile application.
Create a Most Shared Posts Plugin for WordPress
By Narayan Prusty,
Narayan Prusty walks you through the steps to easily build your own Most Shared Posts plugin for WordPress, with clear code explanations.
How to Integrate Facebook Login into a Cordova Based App
By Narayan Prusty,
Narayan Prusty shows us how to integrate Facebook login functionality into a Cordova based cross platform mobile app.
Creating an Expense Manager App with Apache Cordova
By Narayan Prusty,
Narayan Prusty presents a tutorial on creating an expense manager app with Apache Cordova, showing us how to track calculations and visualise them.