Tags
.NET Apache Apple Bug or Feature CircleCi cleancode dartlang development drupal Eclipse feed file comparison Gedit git Gnome HQL Hyper-V IIS integration Javascript Linux Meld Microsoft NHibernate open source performance PHP Quicktime Redmine registry Remote Desktop Safari security Server TFS 2010 twitter ubuntu UX Virtual VirtualBox web WinDiff Windows XDebug XML-
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
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
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
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.