How to create a draggable HTML element with JavaScript and CSS

Create a Draggable DIV Element Step 1) Add HTML: Example Code: <!– Draggable DIV –> <div id=”mydiv”>   <!– Include a header DIV with the same name as the draggable DIV, followed by “header” –>   <div id=”mydivheader”>Click here to move</div>   <p>Move</p>   <p>this</p>   <p>DIV</p> </div> Step 2) Add CSS: The only important style is position: absolute, the rest is… Continue reading How to create a draggable HTML element with JavaScript and CSS

Send automatic emails when the sales orders don’t have any back ordered items.

Scenario: Need to send automatic emails when the sales order doesn’t have backordered line items and close the sales orders when they are not picked/packed/shipped even after 30 days. Send a warning email on the 15th and 25th day to notifying the customer about the order will be automatically closed. Create a button to provide… Continue reading Send automatic emails when the sales orders don’t have any back ordered items.

What is HTTP/3?

HTTP is an essential backbone of the Internet — it dictates how communications platforms and devices exchange information and fetch resources. In short, it is what allows users to load websites. HTTP/3 is a new standard in development that will affect how web browsers and servers communicate, with significant upgrades for user experience, including performance,… Continue reading What is HTTP/3?