QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack
Sending Data to Server on Page Unload

Sending data to server when user closes the page is necessary for analytics and diagnostics. It has been very difficult for developers to choose a correct way to send data to server just before page unloads and not anytime earlier. In this tutorial I will provide two ways to do it. Using Synchronous AJAX You […]

8 years ago http://qnimate.com/sending-data-to-server-on-page-unload/
WordPress “Buy me a Beer” Plugin

This post is a part 3 of Premium WordPress Plugins post series. “Donate Now” buttons are already outdated and the new trend if “Buy me a Beer” button. Although both types of button are donation buttons they sound different. Websites who have switched to “Buy me a Beer” button from “Donate Now” button see a […]

Image8 years ago http://qnimate.com/wordpress-buy-me-a-beer-plugin/
WordPress Freelance Plugin Widget

This post is a part 2 of Premium WordPress Plugins post series. I have created a Freelance widget for WordPress which displays a short bio about blog author and skills. Clients can contact the author for freelance jobs directly by filling the contact form embedded in the widget. Its a great way to monetize development […]

Image8 years ago http://qnimate.com/wordpress-freelance-plugin-widget/
Intel XDK Geolocation Tutorial

This post is a part 43 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to find user’s current location using JavaScript in Intel XDK app. Applications like Facebook messenger, Google Maps APP etc use some sort of Geolocation APIs to detect user location and display it on embedded […]

Image8 years ago http://qnimate.com/intel-xdk-geolocation-tutorial/
Local Database Storage using Intel XDK

This post is a part 42 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to use HTML5 IndexedDB storage in Intel XDK APP. We will also see how to provide an support for non-HTML5 browsers too. What is IndexedDB? IndexedDB is a object oriented local database supported by […]

Image8 years ago http://qnimate.com/local-database-storage-using-intel-xdk/
Get Excerpt in WordPress

Here is the code to display the excerpt of the current requested page in WordPress. This code works outside loop also. Excerpts are usually displayed in description meta tags. <?php     if(is_single() || is_page())     {         global $wp_query;         $id = $wp_query->post->ID;         […]

8 years ago http://qnimate.com/get-page-excerpt-in-wordpress/
Push Notification in Intel XDK using Push Plugin

This post is a part 26 of Intel XDK Complete Tutorial post series. In this tutorial I will show how to integrate push notification in a Cordova Hybrid apps. Intel XDK legacy apps use pushMobi webservice to integrate push notifications but in cordova hydrid apps you have to use third party plugins. Include Push Plugin […]

Image8 years ago http://qnimate.com/push-notification-in-intel-xdk-using-push-plugin/
Share Button for Intel XDK APP

This post is a part 41 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to create sharing buttons for Intel XDK app. Sharing buttons are necessary if you want your app users to share some content of your app with their friends/connections. What is Share Widget? A share […]

Image8 years ago http://qnimate.com/share-button-for-intel-xdk-app/
Building Intel XDK APP for Adhoc and App Store

This post is a part 3 of Intel XDK Complete Tutorial post series. I have created a video on how to test Intel XDK app on real device using Adhoc build and then once your app is ready how you can publish your app to App Store. When you build an app binary for adhoc […]

Image8 years ago http://qnimate.com/building-intel-xdk-app-for-adhoc-and-app-store/
Page 17 of 43« First«...10...1516171819...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
    9 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
    9 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
8 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
8 years ago
73 Comments
What is Multiplexing in HTTP/2?
8 years ago
61 Comments
Currently Viewed
How to check if someone copied my website
8 years ago
supports-css-feature-query
Check if CSS property is supported using CSS and JavaScript
8 years ago
Remove HTML Tags from String using PHP
8 years ago
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license