Tag: web development
Utmost Web Development Trends to Embrace in 2020
Trends in Web Development Given that eCommerce, content creation, startup development and other industries are saturated with competitive brands, developing a worthwhile website in 2020 is pivotal for success. Whether you’re a web development professional or are looking for ways
Adding a custom button into Devextreme header filter popup
How to add a custom button into Devextreme Header filter popup with clear all selection functionality? Introduction Devextreme is a very powerful component suite that provides the developers with many inbuilt functionalities with few lines of code. Among all these
Authorization Attribute Validation Issue
Authorization attribute validation Issue: 404 status code is returned instead of 401 status code In my application, I was using an API service to be used by external applications, where I needed to implement the authorization of valid requests by
Custom column in WooCommerce subscription list
Adding a custom column in WooCommerce subscription list and search data according to its content using code There are two ways to add a custom column in the WooCommerce lists i.e. either we can add them using the WordPress plugins
ondragenter and ondragleave events
Customize UI to indicate drag drop effect using events ondragenter and ondragleave Html5 provides us one of the most useful features of drag-drop. The dragging and dropping of files from OS to your web application becomes very easy using drag-drop
Etag Header in API Response
What is ETag header and how it works? ETag stands for entity tag. Etag Header is a response header element which provides a mechanism to cache the unchanged resources. Whenever we make an API call, we can use this header
Dynamically applying specific Layout to a record on VF page in Salesforce
Dynamically applying specific Layout to a record on VF page in Salesforce You may need a specific layout to show in a tab for a particular record (like account settings). For this, we can fetch ‘Metadata’ field from Field Definition
Install Microsoft Powershell in Ubuntu
How to install Powershell in Ubuntu: PowerShell is Microsoft proprietary and it is a task automation and configuration management framework from Microsoft consisting of a command-line (shell) and associated scripting language but Microsoft provides ways to use this in linux
How to Detect Mobile devices in php
Detect mobile device php code We often need to detect if site visitor is using an iPad, a smartphone or any other mobile device in order to change website appearance and even make it faster by reducing data load. Normally