In this article I will introduce you to QTrack online service which lets you find you find if email was read or not. Pre-requisites To use QTrack you must be using a EMail client which supports sending of email in HTML format. And also the recipient must use HTML supported email client to view the […]
In this tutorial I will show you how to add custom text to a printed web page using CSS and JavaScript. We can do this using CSS3 by using Pseudo Elements and Generated Content. We can do this using JavaScript by using onafterprint and onbeforeprint. Adding Image to the Printed Web Page using CSS This […]
This post is a part 28 of Intel XDK Complete Tutorial post series. In this tutorial I will create a sample app which uploads a file to webserver using Intel XDK file upload API and also shows the percentage of file upload. I will also show how to write a backend PHP script to handle […]
This post is a part 27 of Intel XDK Complete Tutorial post series. In this tutorial I will introduce you to APIs using which you can work with the device filesystem. Filesystem APIs will help you create audio, images, cloud etc applications. Cordova File API There is actually no Intel XDK plugin/API to work with […]
In this tutorial I will show you how to create a online code editor like Codepen, jsFiddle, repl.it etc. After reading this tutorial you will be able to create such kind of awesome tools with just few lines of code. Let’s see a demo of what we will be creating in this tutorial. View Demo […]
This post is a part 25 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to implement cross platform push notifications in Intel XDK app. In this tutorial I will show how to integrate push notification in a Legacy Hybrid apps using pushMobi. If you want to integrate push […]
This post is a part 22 of Intel XDK Complete Tutorial post series. In this tutorial we will learn Intel XDK barcode API. Before we proceed with building a application using Intel XDK barcode API we first need to learn what barcode is and how we can generate barcodes using PHP. What is Barcode? A […]
In this tutorial, we will cover how to use WordPress as a backend for a Intel XDK mobile app. We’ll then look at how we can create REST APIs for WordPress so that the Intel XDK app can communicate with WordPress using those APIs. We’re also going to build a simple Intel XDK app which […]
Writing proper vendor prefix CSS code is a coding horror for web designers. In this article I will provide three ways to write CSS code without worrying about vendor prefixes. Generating Vendor Prefixed Code You can use CSS preprocessors like LESS or SASS. CSS code generated using this preprocessors are automatically vendor prefixed. If you […]
Most Commented