Category Archives: hack

YouTube Annotation

Molto interessante http://youtube.com/watch?v=GM02Hejw02s Da seguire… http://blog.nihilogic.dk/2008/06/youtube-annotations-and-javascript.html http://www.wait-till-i.com/2008/06/04/youtube-now-with-annotations-can-we-get-those-as-an-api-please-captioning/

UiTableEdit – save data

Ho provato un plugin ancora poco documentato ma che promette bene… anche perchè fa poco. quello che serve. Ho appena scritto all’autore per capire se il mio “workaround” per salvare il dato modificato è inutile. Non ho trovato metodi nativi per farlo. Il plugin è reperibile qui: http://gregweber.info/projects/uitableedit.html Ho modificato giusto questo (riga 57). Da [...]

jQuery Tablesorter thead fixed

This is a draft… (IE6-7 css). jQuery è pazzesco! DEMO jQuery(function() { var height_table = ’150px’; var table_id = “tablesorter-demo”; var box_id = table_id + ‘-thfixed’; var clone_id = table_id + ‘-clone’; var target = table_id + ‘-target’; var wrapper = ‘<div class=”thfixed” id=”‘+ box_id +’”><div class=”thfixed-head”><div class=”thfixed-head-box” id=”‘+target+’”></div></div><div class=”thfixed-body”></div></div>’; var table = $(“#” + [...]

© 2010 Massimiliano Balestrieri | Thanks, WordPress | Sandbox theme | Standards Compliant XHTML & CSS | RSS Posts & Comments