Monthly Archives: June 2008

Registering directly to WordPress MU sub-blogs

There are two ways to allow people to register directly to sub-blogs of Wordpress MU:

using the mu-plugin written by Nathan Kinkade;
changing wp-login.php (then calling it as wp-login.php?action=register).

The first way is cleaner, because it doesn’t hack the core: therefore it doesn’t lead you to have a patch to maintain but I wasn’t able to let it [...]

Codice sicurezza CartaSi e Firefox

Chi si autentica sul Portale Titolari CartaSi e vuole attivare i “Servizi Dispositivi”, deve prima autenticarsi e poi inserire - nel box in alto a destra - il codice di sicurezza della propria carta: purtroppo per chi usa Firefox l’operazione non riesce (il codice di sicurezza è di tre cifre e si riesce a inserirne [...]

Two notes on YCodaSlider

I think that newcomers need simple notes to use YCodaSlider.
First, include the required libraries:

jquery-1.2.6.pack.js
jquery-easing-1.3.pack.js
ycodaslider-2.0.js

then fire it up with a short script like this one:

YCodaSlider.Base.css(’style.css’);

jQuery(window).bind(”load”, function() {
jQuery(”div.ycodaslider”).ycodaslider({width : 540, sidebars : false});
jQuery(”div.ycodaslider”).width(540);
});

They call it “sea”

How many times did you hear these words:
Oil? There’s plenty of it. There are countries floating over oil!
Of course it’s just a metaphor but decades hearing the same old metaphor have lead people to think that it’s mostly true.
So my naive question is: what is the total volume of crude oil on Earth?
BP [...]

Strettamente crescente?

Lo scorso 7 marzo, il CIDAS ha organizzato una conferenza del Prof. Renato Angelo Ricci dal titolo “L’energia nucleare nel contesto energetico-ambientale”.
Non ho potuto partecipare ma il CIDAS stesso mi ha gentilmente inviato il libretto riassuntivo della serata: devo subito dire che, rispetto al precedente, la trattazione è decisamente più sobria, senza le cadute di [...]