QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack
Track Adblock Users with Google Analytics

If you want to know how many of your users are blocking ads of your website then paste this code in your website. This code sends the tracked data to your Google Analytics account. To run the below code you need to make sure that the webpage has Google Analytics tracking code embedded. <script> window.addEventListener("load", […]

7 years ago http://qnimate.com/track-adblock-users-with-google-analytics/
Premium WordPress Plugins

Here is the list of awesome WordPress premium plugins. These plugins will surely help you to grow your WordPress site. All these plugins are regularly updated and complete support is provided. All the plugins below are premium plugins.

7 years ago http://qnimate.com/post-series/premium-wordpress-plugins/
JavaScript “yield” Keyword and “function*()” Syntax

This post is a part 10 of ECMAScript 6 Complete Tutorial post series. ECMAScript 6 specification introduced a new JavaScript feature called as JavaScript Generators. JavaScript’s yield keyword and function*() syntax together make JS Generators. In nutshell JavaScript generators provide a new way for functions to return a collection and also a new way of […]

7 years ago http://qnimate.com/javascript-yield-keyword-and-function-syntax/
“foreach” vs “for of” vs “for in” in JavaScript

In this tutorial I will tell you the difference between foreach, for of and for in loops. A collection is an object which contains a group of elements. For example: arrays, set, list, custom collections etc. foreach is an method that is available only in Array objects. It allows you to iterate through elements of […]

7 years ago http://qnimate.com/foreach-vs-for-of-vs-for-in-in-javascript/
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 […]

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

Image7 years ago http://qnimate.com/javascript-iterators-tutorial/
JavaScript Arrow “=>” Function

This post is a part 8 of ECMAScript 6 Complete Tutorial post series. ECMAScript 6 provides a new way to create functions which just contain one line of statement. This new type of function is called lambda or arrow function. Here is how to create a arrow function //sum is the function name //x and […]

7 years ago http://qnimate.com/javascript-arrow-function/
How to take Date Input in HTML

There are two ways to take date input in HTML. Using HTML5 “date” type input field. HTML5 date input is not supported in old browsers therefore you can use HTML5 Date Input Polyfill. Here is an example code of date input field <input type="date"> You can also use jQuery or JavaScript libraries to take date […]

7 years ago http://qnimate.com/best-date-picker-jquery-plugin/
JavaScript “class” Keyword

This post is a part 7 of ECMAScript 6 Complete Tutorial post series. ECMAScript 6 introduced “class” keyword to define classes in JavaScript. Earlier to ES6, we had to use constructor function. Here is an example code on how to define classes and then how to create objects of those class types i.e., instances of […]

7 years ago http://qnimate.com/javascript-class-keyword/
Page 11 of 43« First«...910111213...203040...»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