Author Archives: lzzluca

jPaginator as paginator for the jQuery Datatable plugin

Recently, at work,  i had to include the jPaginator as default paginator for the jQuery Datatable . The way to add a custom paginator to the Datatable is really clean: you can write your own paginator as stand alone module … Continue reading

Posted in Javascript, jQuery, My code, Programming | Tagged , , , , , | Leave a comment

Fix the eee 1001px microphone issue for Ubuntu

Some months ago i have installed Ubuntu 12.04 on my eee 1001px; all was right but the microphone didn’t work. Checking on the web, it seemed to be an annoying problem for many people.

Posted in GNU/Linux, Tips | Tagged , , , , | Leave a comment

Multi select avoiding ctrl button, provided by pure select tag and jQuery

How many times we need to choose more than one item from a select tag? By default, it is possible to do that pressing the <ctrl> button. Holding down the ctrl button to select more values is considered not intuitive … Continue reading

Posted in Javascript, jQuery, My code, Programming | Tagged , , , , , , , , , , , , | 5 Comments