QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack
Adding a Audio Playlist using WordPress Media Uploader

This post is a part 4 of Using WordPress Media Uploader in Plugins and Themes post series. ⎘ Next post in the series is Adding a Video using WordPress Media Uploader. ⎗ Previous post in the series is Adding Image Gallery using WordPress Media Uploader. In this tutorial we will see how to open the […]

8 years ago http://qnimate.com/adding-a-audio-playlist-using-wordpress-media-uploader/
Adding Image Gallery using WordPress Media Uploader

This post is a part 3 of Using WordPress Media Uploader in Plugins and Themes post series. ⎘ Next post in the series is Adding a Audio Playlist using WordPress Media Uploader. ⎗ Previous post in the series is Adding Multiple Images using WordPress Media Uploader. In this tutorial we will see how to open […]

8 years ago http://qnimate.com/adding-image-gallery-using-wordpress-media-uploader/
Adding Multiple Images using WordPress Media Uploader

This post is a part 2 of Using WordPress Media Uploader in Plugins and Themes post series. ⎘ Next post in the series is Adding Image Gallery using WordPress Media Uploader. ⎗ Previous post in the series is Adding a Single Image using WordPress Media Uploader. In this tutorial we will see how to open […]

8 years ago http://qnimate.com/adding-multiple-images-using-wordpress-media-uploader/
Adding a Single Image using WordPress Media Uploader

This post is a part 1 of Using WordPress Media Uploader in Plugins and Themes post series. ⎘ Next: Adding Multiple Images using WordPress Media Uploader. In this tutorial we will see how to open the WordPress media uploader and let user upload or select a single image. Once the image is selected, media uploader […]

8 years ago http://qnimate.com/adding-a-single-image-using-wordpress-media-uploader/
Using WordPress Media Uploader in Plugins and Themes

WordPress Media Uploader is a WordPress Core JavaScript tool which lets us upload or select existing images, documents, videos and audios and then return reference to the selected media files to the caller. Here is a gentle introduction to the WordPress media uploader. Media uploader is used by various WordPress admin functionalities such as add […]

8 years ago http://qnimate.com/post-series/using-wordpress-media-uploader-in-plugins-and-themes/
Remove HTML Tags from String using PHP

In this tutorial I will show you how to remove HTML tags from a string using PHP. Remove all Tags PHP’s inbuilt strip_tags function lets you remove all HTML tags from string and also provides you ability to ignore certain tags. Here is example code on how to use <?php $string = "<p>Awesome</p><b> Website</b><i> by […]

8 years ago http://qnimate.com/remove-html-tags-from-string-using-php/
Exit-Intent using JavaScript

Exit-Intent technology has been one of the most successful Internet marketing techniques. Websites use this technology to increase subscribers, sell products, social media followers etc. In this tutorial I will tell you what it is and how exactly it works. And also how to integrate this technology in your own website. What is Exit-Intent Technology? […]

Image8 years ago http://qnimate.com/exit-intent-using-javascript/
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 […]

Image8 years ago http://qnimate.com/creating-javascript-modules/
JavaScript Change Console Log Color

In this tutorial I will show you the easiest way to style output string of JavaScript browser console. The first parameter of console.log() may contain format specifiers(a string token composed of the % sign followed by a letter that indicates the formatting to be applied). And then we can provide a comma seperated list of […]

8 years ago http://qnimate.com/javascript-change-console-log-color/
Page 9 of 43« First«...7891011...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
    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