Cargando…

Missing a feature in your favourite web app? Implement it on the client side!

<!--HTML-->Even the most feature-rich web application can miss some specific functionality that you need. If the application is open source, you may try to implement that missing feature, and hope it’s included in future releases. However, there is often a quicker (albeit dirtier) solution: us...

Descripción completa

Detalles Bibliográficos
Autor principal: Lopienski, Sebastian
Lenguaje:eng
Publicado: 2022
Materias:
Acceso en línea:http://cds.cern.ch/record/2840904
Descripción
Sumario:<!--HTML-->Even the most feature-rich web application can miss some specific functionality that you need. If the application is open source, you may try to implement that missing feature, and hope it’s included in future releases. However, there is often a quicker (albeit dirtier) solution: use client-side technologies such as JavaScript and CSS. Let’s see a few examples of how to extend Indico service’s functionality.