Tag Archives: Windows

Command line registry permissions

Yesterday I’ve done a small change in a deployment script that was supposed to “only” allow write permissions to a registry key values.  I’ve had little luck with regini.exe and cacls.exe, so I’ve quickly found a free replacement – setacl.exe. … Continue reading

Posted in Free Software, Software Development | Tagged , , | Leave a comment

Dangerous Help

Posted in Fun, Tools | Tagged , | Leave a comment

How to turn on IIS logging in Windows 7?

OK, this was not intuitive at all. I can quickly find page like this: http://technet.microsoft.com/en-us/library/cc754631(v=ws.10).aspx And there is nothing linked to it that would give me an idea why I can’t find Logging feature in the place I’m supposed to activate … Continue reading

Posted in Infrastructure | Tagged , , | Leave a comment

Testing web pages in different IE versions

When you think you are done with the development, you are at the beginning of resolving cross-IE compatibility issues. At least as a beginner every one of us have gone through this phase. The world is offering IE Collection, IETester, … Continue reading

Posted in Hardware | Tagged , , | Leave a comment

HTML5 video tag not working in Safari on Windows

Solution: In order for video tag to work in Safari on Windows, it is required to have the Apple QuickTime installed too. Period.

Posted in Infrastructure | Tagged , , , | 1 Comment