This post is a part 37 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to record video using built in camera in Intel XDK. Including Cordova Capture Plugin Intel XDK doesn’t provide any API to record video using Intel XDK. Therefore we have to use cordova Capture plugin […]
This post is a part 36 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to record audio using microphone in Intel XDK. Including Cordova Capture Plugin Intel XDK doesn’t provide any API to record audio using Intel XDK. Therefore we have to use cordova Capture plugin to record […]
APP Framework is a CSS and JavaScript library which is used to design mobile applications created using HTML5 Mobile frameworks like Phonegap or Intel XDK. Intel APP Framework can do more things than just designing, its primary objective is to design apps. This is a tutorial for beginners who don’t have any knowledge about APP […]
In this tutorial I will introduce you to jQuery Nested. Its a jQuery plugin that lets you create “no column limit” grid layouts. Understanding How Nested Works? Nested takes a list of grid items and a grid container. Nested arranges the grid items inside the container dynamically using JavaScript. Number of columns is calculated based […]
Many websites have started integrating Google’s new No Captcha reCaptcha. It has a better anti-bot protection and user experience. Most don’t know how it actually works. In this article I will explain various techniques used by Google to detect bots. Is is a check box? Google asks users to click the check box to verify […]
Google recently launched a new way to prevent bots sending form requests. Old reCAPTCHA asked website users to fill a input box with text presented in an image. This old reCAPTCHA model was not user friendly and had become less secure as new algorithms were developed to break it. Therefore Google came out with a […]
This post is a part 31 of Intel XDK Complete Tutorial post series. Every phone has a native default contact application which maintains phone numbers, address, emails and names. Intel XDK allows applications to access and modify contacts of the contact application Accessing and manipulating user contacts can be useful in many cases. Suppose you […]
This post is a part 30 of Intel XDK Complete Tutorial post series. In this tutorial I will introduce you to Intel XDK camera API. We will be creating an sample application which lets you take a picture using camera or imports picture from photo library. It also displays the image and uploads the image […]
This post is a part 29 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to download files using Intel XDK and also show the download progress. To achieve this functionality we don’t need to use any plugin or JavaScript library. We can get this functionality using XMLHttpRequest 2 […]
Most Commented