Category: Others (Technical)
How to create Bootstrap dropdowns in Bootstrap v4
Creating Bootstrap dropdowns in Bootstrap v4 Dropdowns are used to display lists of links, names etc. Bootstrap dropdowns can be toggled by clicking on it. 1.Create a file with .html extension. 2.Include bootstrap css and js version 4 CDN link
Using Laravel Eloquent ORM
Introduction to Laravel Eloquent ORM Introduction: Eloquent ORM is an Object Relational Mapper that interacts with the database. It is a package separate from laravel so can be used outside the laravel too. It implements active record pattern. Laravel Eloquent
Handle data from .msg file parsed by IndependentSoft’s msg.net package
Handle data from .msg file parsed by IndependentSoft’s msg.net package IndepentSoft’s MSG.NET package is used for parsing of outlook .msg files for reading the contents of file and which can be used to display contents on screen or in our
iCal format for different frequency of events
Format for various type of event occurrence in iCal Description: Calendar events can be of multiple types like which can occur on daily basis, weekly, monthly or on custom days of the same month. So, followings are the ways how
Salesforce – How to do it right
Salesforce – How to do it right Moving on from managing your customer relationships in a worksheet and deciding to do that in a CRM system like Salesforce is a big step forward. If you have already taken that step
Document Your API with “Doxygen Tool”
Problem: Document Your API with “Doxygen Tool” | SOAP web services using spring jax-ws package (ubuntu 14.04) Solution: Documenting any API is prerequisite if we are exposing our api web services to the third party to make them easily understandable
Understanding PHP CS-FIXER with example
Steps to Understand PHP CS-FIXER with example Introduction The PHP coding standards fixer tool is used to solve many issues (syntax, indentation etc) in your code when you want to follow the PHP coding standards defined in PSP-1 and PSR-2
Moodle Windows installation using XAMPP | Common Issues
Common Issues faced during Moodle Windows installation using XAMPP 1. Do not have permissions to create a database or MySQL database is too old. Xampp uses the Mariadb database (based upon MySql), if during installation above issue occurs then: a.
How to Change Innodb storage Format for Moodle/Totara
Steps to Change Innodb storage Format for Moodle/Totara Description: You may face this problem in Totara: Advanced Totara features require innodb Barracuda storage format Reason: The error usually occurs because of Mysql 5.6 and below using file format “Antelope”. This