Making it happen
Archive for May, 2005
Bluetooth audio streaming
May 7th
Some friend of mine working for Symbian told me it’s not possible (I’m talking about streaming in the opposite direction, i.e. from phone to PC) because the major operator companies feel that this will threaten them (VoIP is just an example). I will surely take a look over the existing APIs to ensure they don’t allow this and afterwards study if it’s really not feasible at all.
Symbian developing
May 7th
Best resources for Symbian are of course at forum.nokia.com. “Series 60 2nd Edition SDK for Symbian OS, Supporting Feature Pack 2″ is a nice SDK containing an emulator with debugging and many other features (remote debugging not sure though). As for data transfering between PC and device, SyncML would be an option but I would recommend using OBEX over TCP/IP and also direct access of the embedded file system using the shell extension provided by Nokia (Phone Explorer) (this may need some hacks I assume).
ACM
May 3rd
Next year the final of the ACM (or ICPC?) contest is in San Antonio, Texas. I was lucky enough to go in 2002 in Honolulu, Hawaii for the finals, and now I think to get into ACM again. What’s cool about San Antonio is that iD Software is pretty close, I’m starting to get excited about seeing John Carmack.
The regional phase will be in autumn but until then we’ll go to some internal competitions in our University. As for the team (there should be three people) we are still looking for one person, me and one friend Adrian ‘Micutzu’ Drumea being definitely together. But beware, the third mate should be from our University too.
Anyway, I got some sites where the contestants practice before the official competitions, they are http://acm.timus.ru and http://acmicpc-live-archive.uva.es/nuevoportal/ . So I open a new category of posts entitled “ACM” for all the comments related to this contest, hoping to get into problem solving pretty soon this month.
MDI window menu
May 3rd
The IDs for the items in the “Window” menu (for MDI apps) are not documented, but we found a case where we need to handle them before MDIActivate gets called. They start from 65280 and are available to be handled either in the mainframe or in the childframe.
Mozilla bug
May 3rd
Or the float:left attribute is deprecated? (however couldn’t find at the first sight something to replace it with). I guess tables, but I don’t want to mess this way the .Text asp.net code. If you didn’t see the issue, beware that the posts should be left-aligned in the browser window (just open the page with IE).
UPDATE: Dragos (no blog, no link) told me how to fix it (there is no Mozilla bug actually), however there are still some issues with the page layout (a big margin somewhere). We all want it to be corrected.
