QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • BlockClusterBuild Private Blockchains
  • Home
  • QIdea
  • QTrack

Image 180

Creating JavaScript Modules

This post is a part 17 of ECMAScript 6 Complete Tutorial post series. In nutshell JavaScript modules are just a way of packaging related JavaScript code in its own scope which can be consumed by other JavaScript programs. In this tutorial I will show the different ways to create JavaScript modules. Immediately-Invoked Function Expression IIFE […]

Image4 years ago http://qnimate.com/creating-javascript-modules/
WordPress Post Series Plugin

This post is a part 4 of Premium WordPress Plugins post series. WordPress Post Series plugin lets you organize WordPress posts in an customized series. I am using this plugin on QNimate extensively to create courses by organising posts. This plugin can also be used to split large articles. Here is a video which shows […]

Image4 years ago http://qnimate.com/wordpress-post-series-plugin/
JavaScript “for of” Loop Tutorial

This post is a part 9 of ECMAScript 6 Complete Tutorial post series. for of loop was introduced in ES6 which allows you to easily iterate over elements of an collection.for of iterates over the values of elements of a collection not the keys. A collection can be an array, set, list, custom collection object […]

Image4 years ago http://qnimate.com/javascript-iterators-tutorial/
Integrate Google Analytics in Intel XDK APP

This post is a part 47 of Intel XDK Complete Tutorial post series. Google Analytics is the World’s best website analytics platform. You can also integrate Google Analytics in Intel XDK apps to find usage information of your app. In this tutorial I will show you how to integrate Google Analytics in an Intel XDK […]

Image4 years ago http://qnimate.com/integrate-google-analytics-in-intel-xdk-app/
Underscores.me Tutorial

In this article I will you through complete steps on how to develop a theme using Underscores. I will explain what files comes with underscores and the code in them. By the end of the tutorial you will learn enough to use underscores for creating a WordPress theme. Starter Theme vs Theme Framework Before we […]

Image4 years ago http://qnimate.com/developing-wordpress-themes-using-underscores/
Typing Effect using JavaScript

In this tutorial we will see how to create a typing effect using JavaScript and CSS3. A typing effect is eye catching therefore visitors will surely read whats being typed. This can be used for to convey important messages. Even speech to text web apps use this effect. Using TheaterJS We will use TheaterJS library […]

Image4 years ago http://qnimate.com/typing-effect-using-javascript/
Facebook Style Face Detection and Tagging with JavaScript

In this tutorial I will show you how to create a Facebook type of face detection and tagging system using JavaScript. There are many other sites which have auto face detection built in. Let’s get started Loading JavaScript Face Detection Library We will use Face Detection JavaScript library to find the coordinates and size of […]

Image4 years ago http://qnimate.com/facebook-style-face-detection-and-tagging-with-javsscript/
HTML5 Proximity API

This post is a part 1 of Advanced JavaScript APIs post series. Proximity API is available in mobile browsers only that’s because this API require sensors to measure distance which is available only on mobile phones. Proximity API is used to detect if an object is nearby the device. For example: If you want to […]

Image4 years ago http://qnimate.com/html5-proximity-api/
HTML5 Battery Status API with Code Example

This post is a part 2 of Advanced JavaScript APIs post series. Battery status API can be used in mobile and desktop browsers. It gives us the battery status(charging or not) and level(percentage remaining). window.navigator.batter property is the heart of Battery status API. var battery = navigator.battery || navigator.webkitBattery || navigator.mozBattery || navigator.msBattery;   if(battery) […]

Image4 years ago http://qnimate.com/html5-battery-status-api-with-code-example/
Page 2 of 20« First«...23...8...»Last »
Categories
  • Algorithms (1)
  • API (5)
  • Cloud (1)
  • Cordova (68)
  • Databases (8)
  • Ethereum (3)
  • 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
    5 years ago

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

  • html5-file-api
    An Introduction To JavaScript Blobs and File Interface
    13 comments
    5 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
4 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
4 years ago
73 Comments
What is Multiplexing in HTTP/2?
3 years ago
61 Comments
Currently Viewed
wordpress-updates
WordPress Enable or Disable Auto Update
4 years ago
local-seo
Local And National SEO Techniques
4 years ago
text-selection
Changing Text Selection Color Using CSS
4 years ago
Our Sponsor
Freelance: I am available
@narayanprusty
Hi, I am a full-stack developer - focusing on JavaScript, WordPress, Blockchain, DevOps, Serverless and Cordova. You can outsource your app development to me.





Will get back to you soon!!!
WordPress
ReactJS
Meteor
Blockchain
Serverless
Kubernetes
DevOps
DB & Storage
Ejabberd
Let's get started
My Books

2014 - 2015 © QNimate
All tutorials MIT license