wordpress-interview-questions-answers

WordPress interview questions and answers for freshers

WordPress interview questions and answers for freshersIn this post I have compiled a list of top frequently asked WordPress interview questions and answers for freshers, This list of WordPress interview questions and answers will be helpful for WordPress beginner who just started their career as WordPress developer, and surely help you during interview session. Question:…

Read More
AnimatedPopovercomponentpopper.jsforVue.js

Animated Popover component using popper.js for Vue.js

slick-popover is a Vue.js component which allow to display an interactive, animated popover to any DOM element. Useful for display onclick flash messages on your vue app. Installation npm install vue-slick-popover Usage Create a popover component together with the trigger element in the template. Content Import the component & stylesheet in your project and Activate…

Read More

30+ Animated Javascript Button Examples

Animated Javascript Button – Are you looking for Animated Javascript Button, If yes then in this post I am going to share hand-picked Animated Javascript Button for you. You can use these Animated Javascript Button in your next web based projects. Animated Javascript Button Following are the list of popular Animated Javascript Button. Unsubscribe Button…

Read More
php-password-hash

How to create secure password in php 5.5 with hashing

In this tutorial I’ll show you how to hash password in php 5.5 and verify the same. Most of the developer still using old password encryption method in php like MD5 and SHA1. You must update your password hashing algorithm. In latest php5.5 there is a two function (password_hash(), password_verify()) which will help you create…

Read More

TOP 15 JSON Interview Questions & Answers

JSON stands for JavaScript Object Notation. The JSON is a simple data exchange format. The JSON it is also language and platform independent. In other words, JSON is a lightweight text-based open standard designed for human-readable data inheritance. Here I am going share a list of JSON interview questions & answers for freshers and experienced….

Read More

Hierarchy Select jQuery Plugin for Twitter Bootstrap 4

Hierarchy Select is a lightweight jQuery plugin which converts default Bootstrap dropdown list into a filterable/searchable hierarchical dropdown list. If you want to add filter in multiple listed categories dropdown then this plugin is super helpful for you. Integrate Hierarchy Select jQuery Plugin Libraries First load the bootstrap library after that add Hierarchy Select jQuery…

Read More

Simple Responsive Product Image Gallery With Zoom Effect

position right Position of zoom output window, one of the next properties is available “top”, “left”, “right”, “bottom”, “inside”, “lens”, “#ID”. mposition inside Position of zoom output window in adaptive mode (i.e. for mobile devices) available properties: “inside”, “fullscreen” rootOutput true In the HTML structure, this option gives an ability to output xzoom element, to…

Read More

How to Increase PHP Script Execution Time

Default maximum PHP Script Execution Time is 30 seconds, But if you need to process big file then you may have seen your script got crashed, and It throws script execution timeout error. So if your project required to process huge file like exporting big CSV file from MYSql, Then you need to increase PHP…

Read More
Top