I'm done checking SP1, if you think it was done too fast, you are right. But luckily I'm not the only one checking it and I have some good backup forces on this one. I knew I wouldn't be satisfied until I found some issues - and I wasn't disappointed. These issues are sort of interesting, because I couldn't find any reference on these changes, so I am still in doubt on how to solve them. 1. A function we use for setting up IIS Virtual Directories fails to do what it should. It fails when we attempt ......
Due to the success I had in the past asking technical questions in this blog, I will make another attempt, please note that I looked around before asking, but was unable to come up with an answer by myself. This question was asked by one of my colleags here. In Javascript you can assign a number to a var in the normal wayvar x;var y;y = 3;alert(y); //(shows 3)y=4+6;alert(y); //(shows 10)//And so on, math seems to work pretty well.//But something else that works is:x = [3];alert(x); //(shows 3) x=[3+7];alert(x); ......
As I wrote here before I really love the labs concept, and recently I heard a recording on http://itconversations.com/ by some of people at each and everyone of the labs I had mentioned. It was extremely interesting, although a little outdated by recent events, it still shows some of the spirit in which these organizations work. I am envious ......
I've been assigned the task of checking how SP1 will affect our software. SP1 is a major update for Windows 2003, which is supposed to enhance security to a much higher level than before (where Windows 2003 is already quite a jump ahead). So, after some researching on Microsoft, I wrote small document, on where I think the issues will be, and I'm off to installing the service pack and seeing if anything else has gone amiss. This is a process that I already did with the introduction of Windows 2003, ......