HOW TO – Slide logo using slick slider Date posted : 30/01/2019 Introduction Add a responsive logo slideshow carousel to your site quickly and easily. Embed in any post/page using short code or in your theme. Perfect for displaying a list of sponsor or client logos. Example : Source code… Continue Reading HOW TO – Slide logo using slick slider

How TO – Section Counter using bootstrap 4 Date posted : 27/01/2019 In this blog post, learn how to create a “section counter” with CSS and BS4. What is Section Counter? A section counter is used to tell people how well their business is going, by displaying interesting numbers and… Continue Reading How TO – Section Counter using bootstrap 4

Install Let’s Encrypt SSL on CentOS Webpanel Domain Date posted : 25/01/2019 In this blog post, we are going to explain how to install Let’s encrypt free SSL for user domains Prerequisites CentOS Webpanel root Access Domain name Step 1 Login to CentOS Webpanel as root Step 2 Under Navigation… Continue Reading Install Let’s Encrypt SSL on CentOS Webpanel Domain

Date posted : 24/01/2019 CentOS Web Panel (CWP) is a free web hosting control panel that offers easy managemet of multiple servers (both Dedicated and VPS) without the need to access server through SSH for every small task that you need to complete. It has a lots of feature to manage… Continue Reading CentOS Webpanel Installation

Testimonial using Bootstrap Date:14/12/2018 What is a Testimonial? Testimonials are written or recorded statements that support your credibility and level of expertise. They also strengthen your reputation by expressing the trust that other people have in you and your business offerings. They are a wonderful tool that helps you to… Continue Reading Testimonial using bootstrap

Date posted : 23/01/2019 Create a New User and Grant Permissions in MySQL MySQL MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Oracle Corporation. Step 1: A new user can be created within the MySQL shell, using the following statement: CREATE USER ‘pheonix’@’localhost’… Continue Reading Create a New User and Grant Permissions in MySQL

Date posted : 18/01/2019 Apache Rules for wildcard API end points In this post, we’re going to explain about adding apache rules for accessing multiple API end points. For instance, if you would like to run below api’s. You need apply some apache rules in order to accept those API… Continue Reading Apache Rules for wildcard API end points

HOW TO INSTALL ZEN CART ON CENTOS – 7. DATE POSTED : 20 /01/2019 This topic will cover the step by step installation process of Zen Cart open source e-commerce platform in  CentOS Linux operating systems. Zen Cart is an easy to manage and popular shopping CMS platform, written in PHP server-side programming language It… Continue Reading HOW TO INSTALL ZEN CART ON CENTOS – 7.

VPS INSTALLATION DATED : 23/11/2018 Step 1: First, choose what type of operating you are going to choose for you vps . In /vz/template/cache/ of vz node it contains the list of operating you have to select one for you VPS. Step 2 : Create a new container in your vz… Continue Reading VPS Installation

Date Posted : 10/01/2019 In this tutorial, we are going to explain you about forcing webmail http requests to https automatically. In order to achieve it, you can edit /var/lib/roundcube/.htaccess file and add the below rules under RewriteRule section We’re going to verify it using curl request.