Categoria: Tutorials

  • 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.

  • Howto detect if typed date is valid

    This simple tip allow you to detect if the date is typed correctly and the date format is as expected.

  • 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.

  • La gestione dei Files

    Postando sui vari News Group ho notato che molte persone sanno come accedere ad un database con le svariate tecnologie che esistono ma hanno difficoltà nella gestione di files in maniera diretta. Questo articolo quindi ha come scopo quello di chiarire in maniera completa i dubbi sorti ai programmatori Visual Basic 6.

  • Using ALPHA Framework over LightTPD

    In the latest two weeks I was thinking about make some tests with ALPHA Framework and LightTPD. The goal of ALPHA Framework is that the application developers should take care about their web applications and don’t need to care about the other layers ( database, web server, authentication). With this concept in mind, the last week […]

  • 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 […]

  • Build a simple semantically valid carousel from scratch (part 2)

    In the previous part of this article we had structured the HTML for our carousel, it has a strongly semantic structure. But it is only HTML. In this article we will discuss how to implement an acceptable style sheet in absence of Javascript in honor of Progressive Enhancement!

  • 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 […]

  • 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 […]