2006 ...
januari (6) februari (3) maart april (2) mei (15) juni (7) juli (4) augustus september (1) oktober (3) november (6) december (15)
2006-12-05 20:42 i953 [permalink]
He! interessant siteje... er zijn er misschien nog met deze informatie, maar ik vergeet ze altijd, maar deze lijkt het voorlopig wel te hebben allemaal. tenzij misschien nog iets dynamisch van wat er nu waar op is...2006-12-12 12:31 i957 [permalink]
Aaaah! Daarom komt dat vanhttp://en.wikipedia.org/wiki/BIOS_call#INT_18h:_Execute_BASIC
2006-12-12 21:08 i959 [permalink]
SourceForge.net: Subversion (Version Control for Source Code) (en)
kewl! ik wou er een tijd geleden al gebruik van maken, maar toen was het nog niet. Nu is het al een hele tijd in orde, en had het niet eens door... Tijd om de repository die ik er voor WikiEngine heb gekregen eens opnieuw op te zetten
2006-12-14 20:38 i978 [permalink]
AutoClick is now called MetaClick
2006-12-15 11:30 i983 [permalink]
ha! Tijdscapsule samenstellen met vanalles! Niet meer nodig! Alles staat hier, kijk maar:
http://www.google.com/patents?q=patent%3A1
direct teruggezapt naar 1830 en van die dingen!
2006-12-19 09:14 i993 [permalink]
NASA-Google partnership ready for liftoff | CNET News.com
Joint missions? Google Spacial Appliance of zo in de vorm van een satelliet met zo'n container in met servers! En dan alle verkeer van en naar de aarde firewallen. Ja want tussen die vieze aliens gaan er ook terst hakkers zitten die ons systemen willen kraken.
IBM: Cut through the Ajax hype
2006-12-19 10:41 i995 [permalink]
Considering Ajax, Part 1: Cut through the hype
Good reading!
2006-12-21 14:18 i1032 [permalink]
A few Windows versions ago, something was introduced called 'SuperHidden'.
In Explorer, Folder Options, View, you can select to see hidden files, hidden files are then shown with a faded icon. Optionally you can also choose to hide system files (which is recommended). This will not show hidden files that have the 'system attribute' set also. This last option maps to this registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedOn the properties dialog of a file, you can set some of the attributes of the file: Read-Only, Hidden (Compressed on NTFS), but not System. If you know your way around a prompt, you can use these commands to show all hidden and system files:
ShowSuperHidden=1
dir /ahs
and these commands to set or reset the hidden and system attributes:
attrib +s +h somefile.txt
attrib -s -h somefile.txt
I actually like this because I actually don't want to see some files and directories when I'm at work. For example the ".svn" or "_svn" directories TortoiseSVN creates in each directory that has been checked out of a repository. To hide them when I've checked out a branch, I use this command on the root of the branch or even on the root of my local harddisk:
attrib +s +h /s /d _svnRegretfully this option has proven quite useful for rootkits, spyware and virusses. If you want to see strange files popup when browsing your harddisk, you might want to enable the ShowSuperHidden setting (and check from time to time it's still on, you never know some malicious code disables it without you knowing), but if you do you'll see a lot of files that the system does depend on e.g. C:\ntldr and C:\RECYCLED. Be sure to let those be just where they are.
2006-12-21 16:49 i1036 [permalink]
Slashdot | Google Deprecates SOAP API
hmm, klinkt erg, maar is het misschien nog niet... Nu ja, als het al in allemaal boeken staat als voorbeeld... Boeken verouderen wel, en misschien is het gewoon een mislukte gok van de schrijvers om er een boek over uit te geven, maar het recht is inderdaad aan Google om zomaar met iets te stoppen natuurlijk. En over te stappen op ander en beter... Het zit ook zelfs in die [[Google Maps]] API had ik gelezen, dat ze bij een nieuwe versie, de oudere versies ook stoppen.
How to keep an exception from killing the application.
2006-12-22 11:18 i1037 [permalink]
When exception occurs, and isn't handled in the event handler of the application, the exception message pops up, and then the application teminates.
For those who develop in Delphi this might be unexpected. There it's accustomed that, after the exception popup, the application is allowed to keep running and only the handling of the current event is interrupted.
Perhaps this is a point of difference between other development environments also. And as I recall this was an important difference with VB6 also. So perhaps it is part of the Microsoft philosophy.
The way around this is not that hard: add this line somewhere up front the event handler of the Form.Load event:
Application.ThreadException+=new System.Threading.ThreadExceptionEventHandler(Application_ThreadException);
Or just type Application.ThreadException+=
and press Tab twice to auto-generate the handler.
In the handler, type this code:
MessageBox.Show(this,e.Exception.ToString(),"Exception occurred",MessageBoxButtons.OK,MessageBoxIcon.Error);
This will display the error in a plain MessageBox, but not halt the application.
(This code is in [[C#]], anybody care to add the [[VB.Net]] version? hit edit on this page!)
2006-12-22 14:06 i1039 [permalink]
Apparently these people disagree the way Delphi is evolving in... For those that stay away from .Net and stay as long as possible on the shrinking Win32 island, I understand and applaud this effort to offer extended support for a formidable development tool.http://www.liteapplications.com/
Looking for a good font to code in?
2006-12-23 01:53 i1041 [permalink]
Courier New? beuh, Lucida Console, pff, ok, but still... Fixedsys and Terminal ain't doing it as well... This might be just the thing you need: ProFont
2006-12-27 16:36 i1042 [permalink]
Aah, hier staat het ne keer allemaal goed en wel uitgelegd!
Looking for a good font to code in?
2006-12-28 10:22 r704 [permalink]
→ Looking for a good font to code in?
2006-12-31 23:17 i1046 [permalink]
Google Press Center: Zeitgeist
leuk om te zien, natuurlijk hebben die een ander blik op de wereld om een jaaroverzicht van de extrageren