yoy.be "Why-o-Why"

2006 ...

januari (6) februari (3) maart april (2) mei (15) juni (7) juli (4) augustus september (1) oktober (3) november (6) december (15)

www.pacinfo.be

2006-12-05 20:42  i953  tv  [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...
Aanvulling: *stoem* natuurlijk staat alles hier ook: http://www.humo.be/cps/rde/xchg/humo/hs.xsl/epg.html

http://www.pacinfo.be/

twitter reddit linkedin facebook

"No ROM BASIC"

2006-12-12 12:31  i957  computers  [permalink]

Aaaah! Daarom komt dat van

http://en.wikipedia.org/wiki/BIOS_call#INT_18h:_Execute_BASIC

twitter reddit linkedin facebook

SourceForge: SubVersion

2006-12-12 21:08  i959  coding  [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


twitter reddit linkedin facebook

AutoClick

2006-12-14 20:38  i978  freeware  [permalink]

[MetaClick icon] AutoClick is now called MetaClick

twitter reddit linkedin facebook

Google Patents

2006-12-15 11:30  i983  internet  [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!

http://www.google.com/patents

twitter reddit linkedin facebook

Nasa-Google joint missions?

2006-12-19 09:14  i993  actueel  [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.


twitter reddit linkedin facebook

IBM: Cut through the Ajax hype

2006-12-19 10:41  i995  coding internet  [permalink]

Considering Ajax, Part 1: Cut through the hype

Good reading!


twitter reddit linkedin facebook

How to make files SuperHidden

2006-12-21 14:18  i1032  computers  [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\Advanced
ShowSuperHidden=1
On 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:
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 _svn
Regretfully 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.
twitter reddit linkedin facebook

Google stopt met SOAP API

2006-12-21 16:49  i1036  internet  [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.


twitter reddit linkedin facebook

How to keep an exception from killing the application.

2006-12-22 11:18  i1037  dotnet  [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!)


twitter reddit linkedin facebook

Delphi 7 Second Edition

2006-12-22 14:06  i1039  delphi  [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/

twitter reddit linkedin facebook

Looking for a good font to code in?

2006-12-23 01:53  i1041  coding  [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


twitter reddit linkedin facebook

Web 2.0 Explained

2006-12-27 16:36  i1042  internet  [permalink]

O'Reilly -- What Is Web 2.0

Aah, hier staat het ne keer allemaal goed en wel uitgelegd!


twitter reddit linkedin facebook

Looking for a good font to code in?

2006-12-28 10:22  r704  coding  [permalink]

Looking for a good font to code in?

tiens, deze zou ook de moeite zijn, eens proberen: Download details: Consolas Font Pack

twitter reddit linkedin facebook

Google's jaaroverzicht

2006-12-31 23:17  i1046  internet actueel  [permalink]

Google Press Center: Zeitgeist

leuk om te zien, natuurlijk hebben die een ander blik op de wereld om een jaaroverzicht van de extrageren


twitter reddit linkedin facebook