Windows 7 msconfig boot in safeboot loop

Posted on

Just experience the problem when configure safeboot in msconfig for Windows 7. The problem already existed before that when trying to reboot in safemode, the computer hang and nothing was turning up on the screen. The problem was when I thought that the checkbox in msconfig (type msconfig in cmd) was actually be another way […]

Agile software development

Posted on

Heard of the Agile software development? Think your company spend alot of time in the development phase? Do you have alot of documentation but not any product? Does it feels like you are selling a powerpresentation insteed of an product to the customer? Using the Agile metadology? If not check out this wiki and find […]

Discover bugs at an early stage…

Posted on

A way to discover bugs early could reduce the amount of bug-fixing at a later state. Normaly everything is taken in mind that try – catch operations should be used. This will of course catch all the exceptions that occur, but often they are only logged, and then fogotten. We then only have catch the […]