Category: Web Development
What is Visual Composer for WordPress?
What is Visual Composer for WordPress? WordPress is one of the favourite CMS in the world, because of its simple, customisable themes and an endless list of plugins. WordPress has revolutionised the process of website development with its unique features.
Bootstrap Grid System and Breakpoints
Bootstrap Grid System and Breakpoints Bootstrap Grid System The Bootstrap Grid System uses the strategy of mobile first. Bootstrap Grid System divides the screen into 12 columns which can be joined to create wider columns according to the size of
Broken Page CSS issue in Chrome Version
Broken Page CSS issue in Chrome Version upgrade from 68 to 69 In the earlier versions of chrome, my application was working without any CSS issues until I have updated my chrome version from 68 to 69. With version update,
Use of panels with example in bootstrap 3.x
What is the use of panels with example in bootstrap 3.x? Bootstrap panel is a bordered box with some padding around it that holds some DOM element. Bootstrap panel is a flexible container for DOM elements. There are number of
Conversion of DateTime value from Server to Client machine’s timezone
Conversion of datetime value from Server to Client machine’s timezone in C# .NET There could be a requirement that date time field value from the server should be displayed in converted date-time based on the client machine’s time zone. Using
What is jquery Autocomplete?
Jquery Autocomplete Autocomplete is a function in javascript jqeury ui that suggests or finds and selects from a predefined list of values. Any type of input box i.e. input or textarea can be converted into an autocomplete. Basically what it
Creating child site in a Multisite network through code in WordPress
Creating child site on user registration in a Multisite network through code in WordPress Multisite Network – Multisite is a WordPress feature which allows users to create a network of multiple sites on a single WordPress installation i.e in a
Configure CakePHP 3.6 in a Subfolder of WordPress
Configure CakePHP 3.6 in a Subfolder of WordPress What do I actually want to do? I want to access my WordPress site at example.com, while installing a CakePHP app on example.com/cakephp. To achieve this, we need to install wordpress along
What is Bootstrap CDN and some common free CDNs?
Bootstrap CDN and some common free CDNs Bootstrap is the most popular front-end framework for developing responsive, mobile first projects on the web. Now I will explain how to use bootstrap CDN in your project. CDN: CDN is Content Delivery
