Category: Web Development
Database Migration in Laravel
Database Migration in Laravel Migrations allow us to easily share the database schema of your website. There are only a few commands to run to create database tables. If, we do it manually there is some chances of getting an
Introduction to wordpress multisite with an example
Introduction to wordpress multisite with an example What is WordPress Multisite? Multisite is a feature in wordpress which you can use to manage multiple sites within single wordpress admin site. Before the release of the WordPress 3.0, there was a
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
