QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Bitcoin BankingBuy, Sell, Store and Earn Interest
  • Home
  • QIdea
  • QTrack
Generate Unique Number in JavaScript

Here is the code that can generate a unique number in JavaScript. function uniqueNumber() {     var date = Date.now();         if (date <= uniqueNumber.previous) {         date = ++uniqueNumber.previous;     } else {         uniqueNumber.previous = date;     }     return […]

5 years ago http://qnimate.com/generate-unique-number-in-javascript/
JSON.parse() throws “unexpected token” error for valid JSON

Although your JSON string is valid JSON.parse is likely to throw error. This is because JSON.parse cannot parse some special characters that are \n, \t, \r and \f. You need to escape these special characters for before passing JSON string to JSON.parse function. Here is a function that takes a JSON string and escapes the […]

5 years ago http://qnimate.com/json-parse-throws-unexpected-token-error-for-valid-json/
Best Photo Straightening Online Tool

Fotor Photo Straighten is an online tool which lets you straighten a photo very easily. It provides a really awesome UI control to let you manually straighten a photo. Here is how a bended photo looks: Here is how it’s straightened using this tool:

Link5 years ago http://qnimate.com/best-photo-straightening-online-tool/
Integrating Local Notifications in Intel XDK

This post is a part 52 of Intel XDK Complete Tutorial post series. I have written a tutorial for SitePoint on how to integrate Local notifications in a Cordova App built using Cordova CLI. The same instructions also applies for Cordova Apps built using Intel XDK except that you need to install the Local notification […]

Link5 years ago http://qnimate.com/integrating-local-notifications-in-intel-xdk/
WordPress Default Comment Form CSS Classes

WordPress comes with some built-in comments system. While developing a WordPress theme you need to style the individual comments and comment form to display them appropriately. Here is the list of CSS classes to style the comments: /*Individual Comments*/ .commentlist .reply {} .commentlist .reply a {} .commentlist .alt {} .commentlist .odd {} .commentlist .even {} […]

6 years ago http://qnimate.com/wordpress-default-comment-form-css-classes/
WordPress Default Widgets CSS Classes

WordPress comes with some built in widgets such as recent comments, calendar, tags, categories etc. While developing a WordPress theme you need to style the default widgets too. Here is the list of CSS classes to style the built in widgets .widget {} #searchform {} .widget_search {} .screen-reader-text {} .widget_meta {} .widget_meta ul {} .widget_meta […]

6 years ago http://qnimate.com/wordpress-default-widgets-css-classes/
Twitter Login in Intel XDK APP using ngCordovaOauth

This post is a part 51 of Intel XDK Complete Tutorial post series. Twitter Login is a form of single sign-on using existing login information from Twitter by creating a new login account if doesn’t already exist specifically for that website. It is designed to simplify logins for end users. In this tutorial I will […]

Image6 years ago http://qnimate.com/twitter-login-in-intel-xdk-app-using-ngcordovaoauth/
WordPress Visual Editor Generated Classes

The visual editor is the most used component of the WordPress. There are some classes added by WordPress to the visual editor elements to style them. As a theme developer its your responsibility to make sure you have added proper CSS attributes to these classes. Here is the list of classes WordPress automatically adds to […]

6 years ago http://qnimate.com/wordpress-visual-editor-generated-classes/
AngularJS Example APP Project

AngularJS is suitable for creating AJAX based dynamic applications and applications which require a lot of DOM content manipulations. For example: AngularJS is the best way for creating single app websites. AngularJS helps you to build such kinds apps with less code and more flexibility. Example Here is an AngularJS example app which covers almost […]

6 years ago http://qnimate.com/angularjs-example-app-project/
Page 2 of 43« First«...23...8...»Last »
Categories
  • Algorithms (1)
  • API (5)
  • Cloud (1)
  • Cordova (68)
  • Databases (8)
  • Ethereum (2)
  • 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
    7 years ago

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

  • html5-file-api
    An Introduction To JavaScript Blobs and File Interface
    13 comments
    7 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
6 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
6 years ago
73 Comments
What is Multiplexing in HTTP/2?
6 years ago
61 Comments
Currently Viewed
Get WordPress Post Date as Current Time Difference
6 years ago
chat-app-database-design
Database Design For Storing Chat Messages
6 years ago
pull-to-refresh
Pull To Refresh For Phonegap App
7 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