QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack

Image 179

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

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

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

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

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

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

Image7 years ago http://qnimate.com/html5-battery-status-api-with-code-example/
Github Style Markdown Editor and Preview

In this tutorial we will look at how to create a github style markdown editor with preview button. Github’s markdown editor is used to edit the README.md file. This file contains getting started information about the github repository. Using EpicEditor EpicEditor is a JavaScript Library which can embed a mardown editor in an webpage. In […]

Image7 years ago http://qnimate.com/github-style-markdown-editor-and-preview/
Page 2 of 20«12345...1020...»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
Add Select Tag using WordPress Settings API
7 years ago
ionic-xdk
Create a Mobile app using Intel XDK and Ionic Framework
7 years ago
iPhone 6 Media Query
7 years ago
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license