Category: Web Development
If you forgot the Administrator password for widnows EC2 machine
Problem: If you forgot the Windows EC2 machine Administrator password other than the default auto generated password provided by AWS after using the key pair while launching the EC2 machine, and still you can’t access the EC2 windows machine with
Drag and drop .url issue
Chromium-based browsers (chrome and edge) recently produced issues related to drag and drop hyperlink HTML elements. I had a list of file names in the grid in my application and file names were created as hyperlink (<a></a>) elements which were
NodeJs ZLIB – Zip and Unzip files using Nodejs
Compression and decompression of files also mean to zip or unzip files using Nodejs. It is implemented in Nodejs using the Zlib module. We can access Zlib using the following command. const zlib = require(‘zlib’); Zip and Unzip of files
Tab view in React-Native
It provides various packages to create tabs like views in the application. So react-native-tab-view is one of them. This component is implemented using the react-native-pager-view which is another component that allows the user to swipe left or right throughout the
LWC to create a custom editable datatable.
LWC also provides a standard editable datatable, but it can’t be flexible in design. So we can create a custom datatable by using LWC in the following way, in which we can make changes as per our needs. LWC HTML
How to customize header filter value in devextreme
Devextreme provides lots of features. One of them is customizing the header filter value in devextreme that applies to columns. Sometimes we need to apply our own custom data for filters. Here I will explain how to add our own
When to use Record Types Vs Page Layouts?
Page Layouts – Page Layout determines the fields that are displayed to users on a record. They allow us to add fields, sections, links, custom buttons, and a few other features. Many Page Layouts can be created and applied to
Some Tips Useful For Moodle/Totara Theme Customization
How to Customize the Login Page from the frontend? Step 1: Log in to your Moodle site as an admin user and navigate to the Manage Authentication option: Settings>Site Authentication>Plugins>Authentication>Manage Authentication Step 2: Now you are on the Manage Authentication
Nuget packages update – Scripts bundle error caused by Bootstrap 5.x in .net mvc application
I recently updated my installed packages from nuget to work with the latest packages, but my .net application stopped working by throwing ‘object reference not set to an instance of an object’. It was displaying the red coloured text indicating