PWA technology landing! Turn your site (Web) into APP (application) in seconds

Web applications are in the ascendant. We are very used to doing our own work on the computer. With many powerful online websites, our Windows desktop is no longer crowded with various shortcuts; Not only on the PC side, but also on the mobile side, we no longer install all kinds of software in the vast application market. Lightweight small pro ...

Posted by kyleldi on Wed, 19 Jan 2022 12:50:28 +0100

Creating SpreadJS custom cells using VUE components

As Vue, which has topped the list of popular frameworks in recent five years, you will learn part of the use of components. The modularization of front-end development can make the code logic simpler and clearer, and greatly enhance the scalability of the project. For Vue, the embodiment of modularity focuses on components, and modularization i ...

Posted by gammaman on Fri, 07 Jan 2022 04:47:37 +0100

Spreadsheet actual combat bag: skillfully using sparse array is the key!

We described it in detail earlier Sparse arrays , and how the sparse array can exert its maximum effect in the front-end spreadsheet in the actual project. This time, we will introduce the specific application of sparse array in the front end from the practical application.We all know that in Javascript, the sparse matrix is created by construc ...

Posted by laduch on Sun, 02 Jan 2022 14:13:25 +0100

JavaScript Sanitizer API: the native WEB security API appears

On October 18, the Web Platform Incubator Community Group in W3C published the draft specification of HTML Sanitizer API. This draft is used to solve the problem of how browsers solve XSS attacks. XSS cross site scripting attacks are a headache for developers in network security. This attack usually refers to injecting malicious instruction ...

Posted by jackohara on Wed, 01 Dec 2021 19:55:14 +0100