QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Bitcoin BankingBuy, Sell, Store and Earn Interest
  • Home
  • QIdea
  • QTrack
Add Tabs using WordPress Settings API

When we use settings API a settings page is divided into four categories: tabs, sections, fields and settings. Tabs contains sections, sections contain field(form elements) and settings are just the value attribute of the form elements. There may or may not be tabs or sections but categorization is better. Actually settings API doesn’t provide any […]

5 years ago http://qnimate.com/add-tabs-using-wordpress-settings-api/
Add Select Tag using WordPress Settings API

Here is example code which shows how to create a settings page using WordPress Menu API and add a drop down list to the settings page. Here we are using WordPress provided selected() function to compare the stored setting value and a chosen one. If they are the same it echos “selected” attribute or else […]

5 years ago http://qnimate.com/add-select-box-using-wordpress-settings-api/
Add Radio Buttons using WordPress Settings API

Here is example code which shows how to create a settings page using WordPress Menu API and add radio buttons to the settings page. Here we are using WordPress provided checked() function to compare the stored setting value and a chosen one. If they are the same it echos “checked” attribute or else echos nothing. […]

5 years ago http://qnimate.com/add-radio-buttons-using-wordpress-settings-api/
Add Checkbox using WordPress Settings API

Here is example code which shows how to create a settings page using WordPress Menu API and add a checkbox to the settings page. Here we are using WordPress provided checked() function to compare the stored setting value and a chosen one. If they are the same it echos “checked” attribute or else echos nothing. […]

5 years ago http://qnimate.com/add-checkbox-using-wordpress-settings-api/
WordPress Coupon Site Plugin

This post is a part 7 of Premium WordPress Plugins post series. Coupon Site is a WordPress based plugin which can turn your WordPress site into an affiliate coupons site. This plugin is the most lightweight and bug free coupons plugins available for WordPress. It works with any WordPress site without any extra configuration. We […]

5 years ago http://qnimate.com/wordpress-coupon-site-plugin/
WordPress Overwrite Existing Feed Format Types Template

WordPress uses built-in templates to display RSS, RSS 2, Atom and RDF feed formats. WordPress also provides a lots of filters to alter the content of the title, description etc tags of the feeds. But to remove or add custom tags to the feeds we have to define our own templates as WordPress doesn’t provide […]

5 years ago http://qnimate.com/wordpress-overwrite-existing-feed-format-types-template/
Add a New Feed Format Type to WordPress

In this tutorial I will show you how to create a new feed format in WordPress. This can be useful if you are creating a separate customised feed for Feedly and/or Flipboard subscribers. These feed aggregators support some extra tags and have some special requirements. WordPress by default supports four different feed formats: RDF RSS […]

5 years ago http://qnimate.com/add-a-new-feed-format-type-to-wordpress/
JavaScript Scroll by Dragging

By default desktop browsers let you scroll an element or page using the mouse wheel. But its unfriendly when users want to scroll both horizontally and vertically. Mouse wheel doesn’t seem to be the best option in that case. Therefore we can let users scroll by holding the mouse button i.e., dragging. For example, Google […]

5 years ago http://qnimate.com/javascript-scroll-by-dragging/
Number Counter Animation using Javascript

Number counter animation is used throughout the web to display numbers in a more interesting and eye-catching way. For example: Websites use number counter animations to display total number of shares and views of an article. In this tutorial I will show you the easiest way to create such animation using JavaScript. countUp.js Library We […]

5 years ago http://qnimate.com/number-counter-animation-using-javascript/
Page 4 of 43« First«...45...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
    6 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?
5 years ago
61 Comments
Currently Viewed
html5-input-controls
Styling HTML5 Input Elements
6 years ago
Change Viewport Width using Intel XDK
6 years ago
Retrieving Social Shares, Likes And Comments Count Of A URL
6 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