QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack
Playing Videos in Intel XDK APP

This post is a part 38 of Intel XDK Complete Tutorial post series. In this tutorial we will look at Intel XDK’s Video player APIs. Most apps require video to be played therefore exploring this API is very important. In this tutorial we will first learn how to include Intel XDK video plugin in our […]

Image7 years ago http://qnimate.com/playing-videos-in-intel-xdk-app/
Storing Binary Files in Redis

Binary files contain binary data. Learn to store binary data in redis.

Link7 years ago http://qnimate.com/storing-binary-files-in-redis/
Storing Image in Redis

Image files are binary files. Learn to store binary data in redis.

Link7 years ago http://qnimate.com/storing-image-in-redis/
Record Video using Intel XDK

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

Image7 years ago http://qnimate.com/record-video-using-intel-xdk/
Record Microphone Audio using Intel XDK

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

Image7 years ago http://qnimate.com/record-microphone-audio-using-intel-xdk/
Turn On Flashlight using Intel XDK

This post is a part 35 of Intel XDK Complete Tutorial post series. Intel XDK and Cordova doesn’t provide any built in API to toggle flashlight on/off. We need to use Flashlight plugin toggle flashlight in Intel XDK. Installing Flashlight Plugin Follow these steps to open remote plugin install box Projects → Select your project […]

7 years ago http://qnimate.com/turn-on-flashlight-using-intel-xdk/
Intel’s APP Framework Tutorial

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

Image7 years ago http://qnimate.com/intels-app-framework-tutorial/
Pass Variables from WordPress to JavaScript

In this tutorial I will show you how you can assign JavaScript variables using WordPress. The Hacky Way Its true that we only need to generate JavaScript variables dynamically not the whole script. Here is my solution WordPress Code <?php     $variable_1 = "QNimate";     $variable_2 = "QScutter";     ?>     […]

7 years ago http://qnimate.com/assign-javascript-variables-using-wordpressphp/
WordPress Enqueue Scripts/Styles only if Widget is Active

You should’t load you widget styles and scripts on frontend always. Enqueue them only if widget is active. We can check if widget is active or not using is_active_widget function inside Widget constructor. Here is the example code <?php function load_scripts() {     wp_enqueue_script(’raphael’, plugin_dir_url( __FILE__ ) . ‘js/raphael.js’, array(), ‘1.0.0’, true); } class […]

7 years ago http://qnimate.com/wordpress-enqueue-scriptsstyles-only-if-widget-is-active/
Page 19 of 43« First«...10...1718192021...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
wordpress-maintenance
Setting Up SEO Friendly WordPress Maintenance Mode
7 years ago
context-menu
Customizing Right Click Menu in HTML Page
8 years ago
subresource-integrity
Introduction to Subresource Integrity
7 years ago
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license