QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack
Create a Music Player App using Intel XDK

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, […]

7 years ago http://qnimate.com/create-a-music-player-app-using-intel-xdk/
Creating Full Screen Grid Layouts using jQuery Nested

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 […]

Image7 years ago http://qnimate.com/creating-full-screen-grid-layouts-using-jquery-nested/
Encrypting Local Data In Intel XDK

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 […]

7 years ago http://qnimate.com/encrypting-local-data-using-intel-xdk/
How does Google’s No CAPTCHA reCAPTCHA work?

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 […]

Image7 years ago http://qnimate.com/how-does-googles-no-captcha-recaptcha-work/
Google’s No CAPTCHA reCAPTCHA PHP Code Example

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 […]

Image7 years ago http://qnimate.com/googles-recaptcha-php-code-example/
Accessing User Phone Contacts using Intel XDK

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 […]

Image7 years ago http://qnimate.com/accessing-user-phone-contacts-using-intel-xdk/
Create a Camera App using Intel XDK

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 […]

Image7 years ago http://qnimate.com/create-a-camera-app-using-intel-xdk/
Increase PHP Script Execution Time

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 […]

7 years ago http://qnimate.com/increase-php-script-execution-time/
Spypig Alternative

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.

Link7 years ago http://qnimate.com/spypig-alternative/
Page 20 of 43« First«...10...1819202122...3040...»Last »
Categories
  • Algorithms (1)
  • API (5)
  • Cloud (1)
  • Cordova (68)
  • Databases (8)
  • Ethereum (3)
  • Hyperledger Fabric (1)
  • Marketing (3)
  • Node.js (3)
  • Operating System (2)
  • Other (1)
  • SEO (15)
  • Tips and Tricks (13)
  • Web Development (184)
  • Web Security (12)
  • WordPress (94)
Most Viewed
  • slider
    Image Slider Using HTML And CSS Only
    60 comments
    8 years ago

  • facebook-chat-popup
    Facebook Style Chat Box Popup using JavaScript and CSS
    73 comments
    8 years ago

  • html5-file-api
    An Introduction To JavaScript Blobs and File Interface
    13 comments
    8 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
7 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
7 years ago
73 Comments
What is Multiplexing in HTTP/2?
7 years ago
61 Comments
Currently Viewed
JSON.parse() throws “unexpected token” error for valid JSON
6 years ago
HTML5 Battery Status API with Code Example
7 years ago
Default Function Arguments Values in JavaScript
7 years ago
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license