Author: Webner
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
Migrate MySql to MariaDB in Ubuntu 18.04
How to Migrate MySql to MariaDB in Ubuntu 18.04 We need to perform few steps to migrate the MySql database to Maria database, I have mentioned the steps below: Log in to your MySql server with root password. $ mysql
Install MPDF 7.x on https://www.ionos.com/
How to install MPDF 7.x for PHP version > 5.6 on https://www.ionos.com/ and use in PHP Project? Since from January 2019, https://www.ionos.com/ has been resisting the use of PHP version 5.6, it is supporting PHP versions >= 7.1. Currently, PHP
Send Emails Using Mandrill
How to Send Emails Using Mandrill Mandrill is a transactional email platform which was built by Mailchimp. It is used for sending the personalized, one-to-one e-commerce emails, and automated transactional emails like password resets, order confirmations, and welcome messages Steps:
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