QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack
Scheduling Events In WordPress Using Cron Jobs

WordPress operations like backup, security check, logs cleanup, email newsletters etc are automated so that they occur after every defined amount of time. These kind of operations are basically done using wordpress cron jobs which run a callback after a defined amount of time. What Is WordPress Cron Jobs? WordPress cron jobs is a set […]

Image7 years ago http://qnimate.com/scheduling-events-in-wordpress-using-cron-jobs/
Creating Custom WordPress Shortcodes using PHP

This post is a part 5 of Creating a WordPress Admin Theme post series. What is WordPress Shortcodes WordPress shortcodes are a text patterns(with opening and closing square bracket tags) in post content which are replaced by php functions before displaying to the user. For example: [download url="http://qnimate.com/download.exe"]Download Now[/download] The above shortcode is converted to […]

7 years ago http://qnimate.com/jump-into-wordpress-shortcodes/
Advanced Guidelines To WordPress Theme Development

In this post I will list out some important features which every WordPress theme must have and some guidelines to wordpress theme development. Theme testing After you are finished building a wordpress theme make sure you test in on the latest WordPress release and also in atleast two previous releases. Template tags A template tag […]

Image7 years ago http://qnimate.com/advanced-guidelines-to-wordpress-theme-development/
Preventing CSRF Attacks In WordPress Using Nonces

WordPress nonces are a great way to protect from CSRF attacks which is very common throughout the web. In this article I will explain what is CSRF attacks and how to prevent these attacks in wordpress using nonces. What is CSRF Attacks? CSRF (Cross Site Request Forgery) is a type of attack in which requests […]

Image7 years ago http://qnimate.com/preventing-csrf-attacks-in-wordpress-using-nonces/
WordPress Frontend Registration And Login Forms

In this article I will show you how to create a AJAX based login form for wordpress frontend. Before continuing with this article please read my article on integrating AJAX in wordpress. First let’s see some core wordpress functions which are necessary to build a login and registration system on frontend of wordpress. wp_signon wp_signon […]

7 years ago http://qnimate.com/wordpress-registration-and-login-forms-in-frontend/
AJAX In WordPress

Now a days a lot of wordpress themes are build with AJAX functionality. All these themes can retrieve and add posts, pages, comments, users etc using AJAX. Integrating AJAX into WordPress is very handy if you want to create a single page wordpress theme. In this article I will explain the core about integrating AJAX […]

Image7 years ago http://qnimate.com/integrating-ajax-in-wordpress/
How To Integrate Forms On WordPress

Sometimes we might want to integrate subscription, contact, upload forms etc on WordPress front-end. These forms can make a POST request to the wordpress server. In this post I will show you how to handle POST requests in wordpress. WordPress Requests During a wordpress request WordPress takes the request URL and using regular expressions it […]

7 years ago http://qnimate.com/how-to-integrate-formspost-requests-on-wordpress/
Setting Up SEO Friendly WordPress Maintenance Mode

Putting your wordpress website in maintenance mode can be done using plugins or putting wordpress code in files manually. It doesn’t end here, we also need to make sure that maintenance mode doesn’t effect page authority of the pages due to unavailability. I this article I will discuss ways to put wordpress website in maintenance […]

Image7 years ago http://qnimate.com/setting-up-seo-friendly-wordpress-maintenance-mode/
Managing HTML Element Classes Using classList API

It was always difficult to manage classes of HTML elements using JavaScript, therefore developer depended on jQuery class management function to manipulate classes. But now the new classList API makes manipulation of classes easy in JavaScript. Let’s see the different functions belonging to classList API: classList property classList property of HTML elements is the heart […]

7 years ago http://qnimate.com/managing-html-element-classes-using-classlist-api/
Page 32 of 43« First«...1020...3031323334...40...»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
wordpress-maintenance
Setting Up SEO Friendly WordPress Maintenance Mode
7 years ago
context-menu
Customizing Right Click Menu in HTML Page
8 years ago
subresource-integrity
Introduction to Subresource Integrity
7 years ago
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license