Archive for August, 2007

Ho vinto la yahoo lottery!

Friday, August 31st, 2007

Mi sono arrivate 2 email sul mio account yahoo riguardo la vincita della yahoo lottery, rispondo che voglio i soldi sul conto, non preoccupandomi che non ho mai acquistato un biglietto, la risposta e’ stata quella di inviare i soldi per le spese ad una banca Nigeriana unionbankinternational.com … vengo a scoprire che chi ha preteso il credito andando in Nigeria, di solito e’ stato rapito

OFFICE OF THE FINANCIAL DIRECTOR
FOREIGN REMITTANCE DEPARTMENT
UNION BANK OF NIGERIA PLC
36 MARINA LAGOS, NIGERIA
Tel +23480-3286-4143
Fax    234 8037948350
P.O.BOX 70381, VICTORIA ISLAND
LAGOS STATE, NIGERIA.

Comune di Acquanegra

Friday, August 31st, 2007

http://www.scienzaegoverno.org/n/031/031_02.htm  niente ici  per il fotovoltaico

Senza Scelta

Thursday, August 30th, 2007

Senza Scelta … un film (porno) bellissimo e molto vero sulla realta’ italiana
.

Ottimo intreccio e bellissime scene per tutti i gusti.

geo tag location!

Saturday, August 25th, 2007

http://geotags.com/

grazie alle api di google si trovano facilmente latitudine e longitudine da inserire nel tag

< meta name="geo.position" content="45.500998;9.235210" / >

sono le coordinate di Milano (latitudine,longitudine)

< meta content="45.500998;13.290033" name="geo.position" / >

quelle di Via Stelvio, 10 Tolentino, MC Italia

yahoo.com ha inserito la ricerca per localizzazione

Simulate user input

Wednesday, August 22nd, 2007
void CMyAppView::SignalImageStored()
{
TKeyEvent aKeyEvent;
TEventCode aType;
aKeyEvent.iCode = EKeyMenu;
aKeyEvent.iScanCode = EStdKeyMenu;
aType = EEventKey;
iCoeEnv->SimulateKeyEventL(aKeyEvent, aType);
}

iCoeEnv is a member of CAknView class, this is useful to open menu automatically, maybe after a laps of time.

… and this cause only menu event, not the corresponding key be pressed when menu is visible, so setting a timer event that cause SignalImageStored be called (i.e. from a CActive derived class) could not cause select action. There can be some problem if the view is no more visible/activated … (to be added a test on active state of this view.

Symbian DBMS .. what damn does it supported?

Wednesday, August 22nd, 2007

I am going mad for Symbian DBMS and SQL supported features … what is supported what not? My experience right now:

SELECT C1 FROM T1 WHERE C2=0

Not supported: C2 must be in the set of column selected

SELECT C1, C2 FROM T1 WHERE C1=C2

Not supported: C1 = C2 clause is not accepted (!!!)

…. what kind of story are you telling me?

Supported Symbian SQL Subset .. and no, no update for Symbian OS 9.1 .

Viva La Precop!

Tuesday, August 21st, 2007

5 persone superdotate riescono a prevedere delitti futuri.

nessun minority report

upgrading Wordpress

Sunday, August 19th, 2007

http://codex.wordpress.org/Upgrading_WordPress

istruzioni per l’upgrade