Category: Web Development
Types of Plugins in Moodle and Totara: When to Create Which One
What are Moodle and Totara? Moodle is a modular system. Totara extends the core structure of Moodle. The LMS is meant to handle the core necessities expected of a high-end company LMS. This means that Moodle and Totara both were
Migrations in Entity Framework 6
Whenever a data model changes during development it gets out of sync with the current database in code first approach. The database initialization strategies that we used in our project result in loss of data whenever there are changes in
Invisible/Zero-width characters in IE
Introduction In Internet Explorer, many times you might have faced issues of invalid date from Date Conversion methods or might have worked with Javascript methods for operations on data. In my case, I used some conversion operation on a date
RxJS (Reactive Extensions for JavaScript)
Introduction to RxJS RxJS is a popular library among web developers. It provides some features like functional and reactive programming patterns that support working with events and streams. Rxjs provides the functionality to write asynchronous code. The current stable version
Validating Downloaded File Using Selenium
Validating downloaded files in automation testing In the manual testing process, it is easy validating that the file is downloaded or not because the human mind is fully involved in the testing process. But in the case of automation testing,
Font SVG icon issues in IE
Problem After downloading the setup of CSS for icon files (.eot, .woff, .tff.) from font awesome library, Devextreme icons, and UI operations like selecting checkboxes inside the Devextreme Datagrid were not working on IE in my c# .net web application.
PHP Best Practices
Below are the best practices that should be followed in PHP: 1. define() vs. const In the early version of PHP, one would use define() function to set constants. But with new updates in PHP gained one more way to
What is Bootstrap Panel?
Introduction Bootstrap is a popular HTML, CSS, and JavaScript framework for developing a responsive and mobile-friendly website. It includes jumbotron, table, button, grid, form, image, alert, wells, container, carousel, panels, glyph icon, badges, labels, progress bar, pagination, pager, list group,
Creating Rest API in Node Js
Rest API Rest API is an application program interface, that uses GET, POST, PUT, DELETE data. It is referred to as a REPRESENTATIONAL STATE TRANSFER (RESTful) web service. Creating the API Creating Rest API in Node Js firstly needs to
