Tag: Javascript
-
Detect if browser supports base64 dataURI using JavaScript
A long time ago Flickr have introduced base64 dataURI images in its pages. It brings a lot of benefits for users and web servers but at the time the most of the browsers was not supporting this schema. For the ones that does not konw what base64 data URI is, just mind to something that is written using 6…
-
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.
-
WordPress: menu con stile alterno per elementi pari e dispari
Tipicamente un menu di navigazione è organizzato come una serie di elementi (li) di un elenco puntato (ul). Anche WordPress adotta questa convenzione per l’elaborazione dei menu di navigazione.
-
Applicazioni cross browser e cross device
Quest’anno a SMAU ho affrontato un discorso che avevo iniziato al W3C Italia a maggio. Esplodendo alcuni concetti, rimuovendo molti tecnicismi e introducendo nuovi pensieri.
-
Alla sede italiana del W3C per parlare di HTML5 e CSS3 il 31 Maggio 2013
Qualche settimana fa la sede italiana del W3C aveva annunciato tramite il suo sito la preparazione di un evento incentrato su HTML5 e CSS3. Tale evento che si terrà a Pisa, nella sede italiana del W3C, prevede la partecipazione di personalità di un certo rilievo quali Bert Bos e Bernard Gidon. L’evento organizzato con IWA Italy ed altre grandi…
-
Howto send outerHTML to a server page
The following script allow you to send via post or get the outerHTML of a given element to a specific URL.
-
Build a simple semantically valid carousel from scratch (part 4)
In the latest weeks we had discuss about a simple semantic carousel that will suite perfectly the concept of Progressive Enhancement. Then, how I’ve promised in the previous article, we will animate the carousel implementing the methods moveNext, movePrev and apply some animations to the carousel.
-
Build a simple semantically valid carousel from scratch (part 3)
After we’ve made a proof analysis of the Carousel, thinking about it’s structure and making it strictly semantic, we’ve discussed about the presentation using only CSS if javascript would not be available. The result is acceptable and works fine in the most browsers. But in this article we will wet our hands into jQuery and…
-
Improving jQuery Infinite Carousel (part two)
Just few days ago I described how to make the Infinite Carousel flexible. In this tutorial I would like to describe you how to solve some bugs introduced by the previous article (just an improvement) and how to implement the swipe event into this carousel.
-
Improving jQuery Infinite Carousel (part one)
Recently i was looking for a jQuery Carousel and the most interesting I found was the one proposed by jQuery For Designers, but it has a lot of limitations that I would bypass because I’d like to use the carousel in a full block context and second because I want use the “Swipe” touch gesture…
-
SMAU Milano 2011: Siti web, portali, Rich Internet Applications: tendenze e controtendenze
Quest’anno allo SMAU Milano ho tenuto un seminario per conto di IWA Italy dall’emblematico titolo “Siti web, portali e Rich Internet Application: tendenze e controtendenze” nel quale ho esposto una panoramica sugli strumenti Open Source attualmente disponibili e in voga tra gli sviluppatori.