This post is a part 34 of Intel XDK Complete Tutorial post series. In this tutorial we will look at Intel XDK’s Audio APIs. Most apps require sound to be played therefore exploring this API is very important. In this tutorial we will first learn how to include Intel XDK audio plugin in our 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 […]
This post is a part 33 of Intel XDK Complete Tutorial post series. In this tutorial I will show how to secure your local data by encrypting. Encrypting local data is important for every apps perspective. Securing Cookies, LocalStorage, IndexedDB and SessionStorage Data Intel XDK Apps usually store a lots of data locally i.e., using […]
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 […]
php.ini file defines the maximum number of seconds a PHP script can run. If your script exceeds the time then web server will send a request timeout HTTP response error. You can change the script execution time using this one line of code <?php ini_set(’max_execution_time’, 300); //300 seconds = 5 minutes Put this code in […]
I was a Spypig user. But suddenly Spypig website went down. I think they took it off due to some reason. Therefore I created a tool similar to spypig. Its 100% FREE.
Most Commented