QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack
Authenticating using Touch ID in Intel XDK

This post is a part 39 of Intel XDK Complete Tutorial post series. From iPhone 5S onwards Apple introduced fingerprint scanner which lets applications verify if the user is the phone owner. In future Apple may allow apps to take raw fingerprints and provide some other information. Now Intel XDK apps can make use of […]

Image8 years ago http://qnimate.com/authenticating-using-touch-id-in-intel-xdk/
Detect Shake using JavaScript

In this tutorial I will show how to detect phone shake with just few lines of JavaScript code. We will be using shake.js library to detect it. This library uses Device Orientation API to function. Example Here is just few lines of code to detect phone shake View Demo <script type="text/javascript" src="https://cdn.rawgit.com/alexgibson/shake.js/master/shake.js"></script> <script>     […]

Image8 years ago http://qnimate.com/detect-shake-using-javascript/
Testing Intel XDK App on iOS Device using Ad Hoc

Check out this youtube video to learn how to create a ios adhoc build and test it in your device.

Link8 years ago http://qnimate.com/testing-intel-xdk-app-on-ios-device-using-ad-hoc/
PHP Asynchronous Cron Job – Scheduling Tasks

In this tutorial I will provide a method to run cron jobs in PHP that too asynchronous without affecting page load time. This doesn’t require to install any PHP extension or any other kinds of coding horrors. Logic We need two PHP files. The first file checks if scheduled time has passed or just occurred […]

8 years ago http://qnimate.com/php-asynchronous-cron-job-scheduling-tasks/
How WordPress executes Async Cron without effecting page load time

WordPress Cron Jobs are a great way to schedule events which occur at specific interval of time. WordPress cron jobs run when current time is equal or more than the scheduled time of the cron job. WordPress makes this check whenever a HTTP request is sent to WordPress. If the scheduled time has occurred then […]

8 years ago http://qnimate.com/how-wordpress-executes-async-cron-without-effecting-page-load-time/
Twitter Auto Favorite WordPress Plugin

This post is a part 1 of Premium WordPress Plugins post series. The only way you can get a lots of Twitter followers is by bringing lots of users with similar interests as yours to view your profile. Many of the visitors will start following you. I have created a WordPress plugin which brings real […]

Image8 years ago http://qnimate.com/get-unlimited-real-and-active-twitter-followers/
Storing Key Value Pairs in CSV using PHP

In this tutorial I will provide code to store key/value pair data in a CSV file and access it. If you are familiar with WordPress then you must have used update_option(), get_option() and delete_option() to store key/value pairs, in this tutorial I will provide an implementation of these functions for PHP. In WordPress key/value pairs […]

8 years ago http://qnimate.com/storing-key-value-pairs-in-php-using-csv/
Find Admin Menu Item’s Page URL in WordPress

You can find absolute URL of a menu item’s settings page using just one line of code //First parameter: Slug of the menu item //Second parameter: If true then echo’s the url or if false then returns the URL menu_page_url("qnimate-theme-options", true); This function resides in wp-admin/includes/plugin.php file.

8 years ago http://qnimate.com/find-admin-menu-items-page-url-in-wordpress/
Facebook Style Chat Bubbles using CSS

In this tutorial I will show you how to create Facebook style chat bubbles using CSS only. CSS Code for Chat Bubbles Here is how chat bubbles look Here is the CSS code for chat bubbles             span             {           […]

Image8 years ago http://qnimate.com/facebook-style-chat-bubbles-using-css/
Page 18 of 43« First«...10...1617181920...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
    9 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
    9 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
8 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
8 years ago
73 Comments
What is Multiplexing in HTTP/2?
8 years ago
61 Comments
Currently Viewed
How to check if someone copied my website
8 years ago
supports-css-feature-query
Check if CSS property is supported using CSS and JavaScript
8 years ago
Remove HTML Tags from String using PHP
8 years ago
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license