Category: Web Development
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
Progress Bar Using AJAX/PHP
Progress Bar For Large Uploads Using AJAX/PHP Problem: When large files are being uploaded, a server at the back takes time to upload the same file. Users have to wait irrespective of knowing, whether the file is even being uploaded
Best Practices for Logging in Node js
Collecting Information or data from the system and storing it in a specific file is called logging. It may contain information or data for short or longer periods. Logs are the only way to troubleshoot an issue which the user
NodeJs Callback – Asynchronous Functions
NodeJs Callback NodeJs is an open-source server environment and it is free. It enables javascript to run on the server-side. It runs on various platforms(Windows, Linux, Mac, etc.). Callback is asynchronous equivalent code for a function. A callback function is
Create a drop-down with search capability using Devextreme components
How to Create a drop-down with search capability using Devextreme components Many of you might have seen a drop-down menu with a search capability that appears in Gmail on Move To Button click as shown in the screenshot below. Similarly
Import Gravity Forms through code in WordPress
Import Gravity Forms through code – WordPress Gravity form is a WordPress plugin that is basically used to build and publish the WordPress forms. Sometimes the situation arises when we need to import Gravity Forms through code. For instance, I
Implementing Column Search to filter Devextreme Data Grid content
Implementing Column Search to filter Devextreme Data Grid content Devextreme datagrid provides various capabilities to operate over the set of data. One of the attractive features is searching and filtration inside data grid to view the required set of data
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
How to fetch unread emails from a mailbox
Python code to fetch Unread emails from a Mailbox Script to check and fetch the unread inbox using the following packages. 1. imaplib 2. email 3. csv IMAP is an email retrieval protocol which does not download the emails. It