Pie highcharts legends with font awesome icons and values inside plot area. After a log google search and and reviewing a lod lot of code snippets i have created a…
Solving The Double Tap Issue on iOS – iPhone, iPad Devices The Click Event in iOS devices behave strangely. On Apple touch devices, the links can be accessed only after…

Angular 2/4/5 Services Tutorial with Example A service is created and used when a we want use common functionality to various modules. Services are a great way to share information…

What is HTML5 Web Storage (Local storage, Session storage)? The HTML5’s web storage offers a new mechanism to store data locally on the user’s browser. It just like cookies but…
Differences between Canvas and SVG graphics? For making you web page more interactive and graphically more enhanced HTML5 introduced two graphical elements Canvas and SVG. Both are very useful for…

For creating an angular project with sass with angular CLI make sure that you have installed Node and Angular CLI. If you have not installed, you need to first setup Angular…
How to remove or disable cross/clear icon from search input field on Chrome and IE ? In Internet Explorer and Edge browser, input type search fields shows a cross icon…

Getting started gulp with step by step. Gulp is mostly used for front-end development, Gulp is a tool that perform several tasks when that really beneficial when you build any…

Get all user list ans email address in WordPress using WP_User_Query() and get_users() In WordPress site you may need to get list of all user for many reason. there are many…

How to Send Email to All Registered Users in WordPress without using plugin? Getting audience as much as possible is the primary goal of any website owner or any blogger….

Add Breadcrumb in WordPress without Plugin In WordPress, breadcrumbs played an important role on the post page and also it’s help user to go back to previous page or home page….

How To Disable HTML Tags and links In WordPress Comments? If you’re are running a WordPress Site and allowing your visitors to comment on your articles, you have surly faced…

Change the path of uploads folder for existing WordPress site When you are developing website in WordPress, You may need to change default Upload media folder, There are many reasons…

In this post, I’m going to show you how to upload SVG image files in WordPress without using any plugin. By default WordPress doesn’t allow users to upload SVG images…
Executing php code inside a WordPress widget, without Using any plugin. Recently in a project i needed to add php code in theme widget area to perform some action. I…

Monitoring WordPress User Login History – Why? Do you know how many users do login on your WordPress website? From where are they doing login and how long do they…

A Complete Comprehensive Guide for Editing .htaccess for WordPress to achieve best Security and SEO. WordPress is the the most widely used Content Management System (CMS) in the world. A huge…
Remove Whitespace Between Inline-Block Elements The inline-block is very useful CSS property to make block level element to inline-block element. The inline-block value is incredibly useful when we want to control margin, padding…