2006 ...
januari (6) februari (3) maart april (2) mei (15) juni (7) juli (4) augustus september (1) oktober (3) november (6) december (15)
Tip voor wie zijn kelder binnenkort herdoet (en nog ergens een paar miljoen euroos liggen heeft)
2006-10-18 18:39 i744 [permalink]
Tweakers.net - Nieuws [ Sun stopt kant-en-klaar datacentrum in zeecontainer ]
Ja het zou geen niche-markt zijn... Zal wel. Stamp je een bedrijf uit de grond, dan wil je inderdaad wel ergens je mail-, web- en file-servers veilig zetten, maar dat zijn er nog altijd een stukje minder dan een gros 2U's.
2006-10-19 00:31 i745 [permalink]
MySQL AB :: MySQL Connector/ODBC 3.51 Downloads
En ik maar zoeken, zit het zoals wel nog eens vlak onder je neus...
Problems following links over an APP
2006-10-25 20:12 i752 [permalink]
Since Microsoft Security Bulletin MS04-038, following a link on a page served over a custom [[Asynchronous Pluggable Protocol Handler]] might no longer work. I suspect some work has been done on HTML-security to prevent phishing attacks.
The easyest way to solve the issue is to no longer implement the [[IInternetProtocolInfo]] interface. When investigating the other protocol handlers provided by a default Windows system, almost none of the handlers implement the interface on the object that implement [[IInternetProtocol]], implement also [[InternetProtocolInfo]]. (I also noticed QueryInterface might not work and you really need to CoCreateInstance with the CLSID and IID directly.)
The "ms-help" handler does, but gives E_NOT_IMPL on all QueryInfo calls, I haven't checked the other methods yet, so I can't tell why the "ms-help" uses the [[IInternetProtocolInfo]] interface.