Month: August, 2008

0×8007232b error when attempting to activate Windows Server 2008

9 August, 2008 (14:15) | Windows

I had just ran into an issue attempting to activate my copy of Windows 2008 Server downloaded from MSDN. The error expands to “DNS Entry not found”, although all networking features work fine. The issue was that it was attempting to validate against an Activation Server rather than Microsoft’s website. The solution […]

The difference between window.setTimeout() and window.setInterval()

1 August, 2008 (12:49) | JavaScript, Programming

From what I’ve seen, the problem most people have with the difference between these two JavaScript functions isn’t knowing what they do, but it’s knowing that they both exist. I’ve seen lots of people constantly call setTimeout() calling the same function over and over where the last line of the function calls setTimeout(), but […]