Seminario ad Assisi
Dopo mesi di lavoro “nell’ombra” (grazie, Maria Luisa!) posso comunicarvi che interverrò come relatore al Seminario “Rapporto tra energia, demografia e crisi economica”, organizzato congiuntamente dall’Assisi Nature Council, Legambiente e dall’Associazione radicale “Rientrodolce”, con il patrocinio della Regione Umbria e del Comune di Assisi. Il Seminario si svolgerà durante la giornata di sabato 30 maggio [...]
Dibattito alla “Tortora”
Interverrò come relatore al dibattito “Popolazione, ambiente e risorse: un punto di vista naturalista sulla crisi“, organizzato congiuntamente dall’Associazione radicale “Enzo Tortora” e dall’Associazione radicale “Rientrodolce” (lunedì 18 maggio alle ore 21, presso il circolo del PD di Via Orti, a Milano).
dilw 0.6 is out
This release adds a call for templates (inside your template, write echo get_dil();).
The modern Fifth :)
A few days ago, I saw a homeless person shouting at an empty telephone box: he was slowly listing, in a strange solemn tone, the widely known Classical elements: Earth… Water… Air… Fire… Shit! Is it perhaps a modern substitute for The Fifth Element? :)
Contemporary monsters
During a technical meeting, I was unlucky enough to hear this sentence: You can’t have both features: it’s like Linux’s blanket. Well honey, we have two severe mistakes here: first, it’s Linus not Linux, second, a “Linus’ blanket” is a transitional object and not a “blanket too short”. By the way, the “contributor” to such [...]
jQuery Quick Pagination (trivial patch)
jQuery Quick Pagination plugin is well… quick :) and it works well: this simple patch adds the options to change the text of the “next/prev” links. The new call is jQuery(document).ready(function(){ jQuery(‘#list_nav li’).quickpaginate({ prev_text: ‘blah previous’, next_text: ‘blah next’ }); });
One of these…
Once again, passing by a television set, I happened to notice the soundtrack of an advertisement of an Italian pay-per-view channel: it was One of these things first, tentatively used as a love song (I suppose it was just all about the piano). I wondered how who chose it met Nick’s music.
WordPress plugin as a library
Many people don’t know that a WordPress plugin can be used as an easy way to store functions ready to be called within themes, other plugins or directly inside a post/page (using Exec-PHP); if you need strings inside your functions, to avoid ob_start problems, don’t use echo.
