Skip to content

{ Tag Archives } hack

black’n'white 1.0

…because IE sucks.
This plugin is a tribute to the “Firefox Download Day 2008″.
This plugin helps people moving away from Internet Explorer turning the colors of your website to a grayscaled version (using a property of Explorer itself!).
It was written from an idea of Andy Clarke and a suggest of Simone Parato
DOWNLOAD

/*
*
* Black’n'White plugin [...]

Also tagged , , , , , ,

Proxy php vs Websense

Se siete in una intranet e avete un proxy aziendale malefico tipo websense potreste avere problemi di cache oltre che di contenuto proibito!
Ecco come nel mio wiki aziendale riesco a prendere il feed di dilbert (la mia vignetta quotidiana di dilbert era ferma al 10 Maggio!):
* chiaramente questo proxy è implementato per trasmettere feed xml. [...]

Also tagged , , ,

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

if( options.editDone ) [...]

Also tagged , ,

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 [...]

Also tagged , ,