
Blog
-
EXmlJunkAfterDocElement in CParser
returned in consecutive call of CParser::ParseL()
solved calling CParser::ParseEndL() at every end of document parsing
-
RED Tendaggi
www.redtendaggi.com : nuovo sito con drupal 6.1 (vecchio)
www.sartoriared.it (joomla site by Paolo Cruciani)
-
Ubuntu: Shift+Backspace Kill X
http://gentoo-wiki.com/HOWTO_XGL/Troubleshooting#Shift_backspace qui c’è una soluzione
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/46814
quello è il bug di ubuntu, usando XGL Shift+Backspace kill X (è una feature???)
cia
-
Ubuntu hardy alpha3 e b43 driver
b43 – Linux Wireless istruzioni per far funzionare il driver per wireless Broadcom 4318 (AirForce One) di Acer Aspire 9300 con kernel linux 2.6.24
-
KillaCycle
http://www.killacycle.com/ la moto elettrica più veloce
309 Kg
155.78 CV
0-100Km/h in 1.04s
-
geo tag location!
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
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
thisview. -
Symbian DBMS .. what damn does it supported?
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 .