Category: Web Development
How to update NPM?
Learn how to update NPM? NPM stands for Node Package Manager. It makes it easier for JavaScript developers to share and reuse the code. NPM is installed with Node and it is distributed with Node.js which means that when you
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
Integration of .NET with SharePoint
SharePoint and .NET Integration Create a .Net Web Api Application and then follow the below steps: Step 1. Open “Tools” from menu and select “NuGet Package Manager” and then click on “Manage NuGet Packages for Solution”. Here is the screenshot:
Free PHP, HTML, CSS, JavaScript editor – Codelobster IDE
Free PHP, HTML, CSS, JavaScript editor – Codelobster IDE In this article, we suggest you get acquainted with the free editor of web languages – Codelobster IDE. It is presented on the software market for a long time already, and
Get Per Hour Technical Support with Our Support Plans
Get Per Hour Technical Support with Technical Support Plans from Webner Solutions With Webner Technical Support Plans – Your Software, Hardware, Research, and Documentation are completely covered! If you need help with your Website Design, Excel Custom Functions, Macros, assistance
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