WebOmnizz

Jogesh Sharma is a web developer and blogger who loves all the things design and the technology, He love all the things having to do with PHP, WordPress, Joomla, Magento, Durpal, Codeigniter, jQuery, HTML5 etc. He is the author of this blog.

How to Equalize Column Height in Divi Builder

Divi builder is one of the most popular drag and drop website builder for WordPress. It is very handy to use with great options that help you to build an amazing website. Today we are going to talk about the equalize columns height. For better understanding, we are going to take an example that requires the equalize column hight. Our example contains the basic content in three columns.

Testing Vue Component with Mocha and Chai

Previously, We have created a Toggle Botton component with Vue. You can download the complete source codes from the GitHub repository. Today, we are going to implement Unit testing for our Vue component. And we are going to use the Mocha and Chai to perform the testing. Mocha is a simple and feature-rich test framework for javascript. Before jumping directly to the codes, Make sure to add the required packages to the unit testing environment.