Tag: HTML
-
Applicazioni mobili: strumenti, costi, soluzioni e performance
Le applicazioni mobili sono osservati speciali. Ma come decidere se sviluppare un’App Nativa o un’App Ibrida? Quali sono i fattori che incidono sulle performance? E quali sono i costi da sostenere? Questo ed altro è stato discusso a SMAU Milano 2016.
-
Sviluppare applicazioni ibride per dispositivi mobili
Con tanta emozione finalmente è stato pubblicato il mio primo ebook, “Sviluppare applicazioni ibride per dispositivi mobili“. È stato un lavoro particolarmente impegnativo sintetizzato nella presentazione che ho tenuto allo SMAU Milano 2015 lo scorso 22 Ottobre.
-
Generate CSV Data URI from a table via javascript
Sometimes happens to export data from table in other format like XML or CSV. In this easy tutorial, we can see how to export data from table into CSV on client side using data stored into an HTML table.
-
How to convert HTML page to ODT or DOC document
Just few days ago I’ve explained how to use LibreOffice in headless mode. Today I will describe how to convert an HTML page into an ODT, PDF and DOC document.
-
Create a repeated section with jQuery
The script in this post, allows you to create a repeated section where “add” link adds a new section identical to the current one below, while the “remove” link will remove the current section.
-
Build a simple semantically valid carousel from scratch (part 1)
In the latest day I wonder how to build a carousel like iTunes coverflow but more simpler. First of all we’ll make a checklist of requirements, second we’ll make a scratch of the carousel, third we’ll analyze each element of the scratch, which is their role in the context and at the end we will…