August 25th, 2007 by kruks
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
Posted in Uncategorized | No Comments »
August 22nd, 2007 by kruks
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.
Posted in Symbian, sistemi operativi, software | No Comments »
August 22nd, 2007 by kruks
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 .
Posted in Symbian, sistemi operativi, software | No Comments »
August 19th, 2007 by kruks
Posted in Uncategorized | No Comments »
July 23rd, 2007 by Joker
Posted in Uncategorized | No Comments »
July 12th, 2007 by kruks
Mac OSX version of OpenOffice.org scaricare a http://www.neooffice.org/neojava/it/index.php
Posted in sistemi operativi, software | No Comments »
June 5th, 2007 by Batman
Posted in ecologia, motori, notizie | No Comments »
May 8th, 2007 by kruks
In /etc/init.d/rc sostituire
CONCURRENCY=none
con
CONCURRENCY=shell
Risultato: gli rc?.d script con stessa priorità (SXX e KXX con XX uguali) vengono eseguiti in parallelo riducendo (forse) il tempo di startup.
L’opzione non è attivata di default
Posted in sistemi operativi, software | No Comments »
April 29th, 2007 by kruks
Posted in sistemi operativi, software | No Comments »
March 22nd, 2007 by kruks
quando ci sono cose a cui non si può porre rimedio,
quando le cose accadono nonostante la tua volonta,
quando capisci di non poter tornare indietro e riprovare,
quando non ti andrebbe di accettarti per i tuoi sbagli,
quando capisci che qualcuno non può fare a meno di essere così,
quando avresti voluto qualcosa ma scopri che non puoi averla,
quando capisci che anche se non fai progetti puoi rimanere deluso,
quando non puoi reagire perché è tutto passato,
quando non ti piace il passato, non speri per il futuro e il presente non riesci a vederlo o non vuoi perché non ti piace,
“ora capisco perché piangete, ma io non potrei mai farlo.” (Terminator II)
Posted in films | No Comments »