Posts
All the articles I've posted.
-
IE7 and browser resize issues
Documents IE7 positioning bugs triggered by browser resize and provides a CSS fix using position: relative on body.
-
sudo in PowerShell
PowerShell function and alias that elevates a process with admin rights, mimicking Unix sudo behavior.
-
MSBuild and .sln files
Explains how to make MSBuild emit the intermediate .metaproj file when building a .sln solution by setting msbuildemitsolution=1.
-
Debug minified_obfuscated javascript
Shows how to pretty-print and debug minified or obfuscated JavaScript in IE9+, Chrome 13+, and Firefox using built-in or plugin tools.
-
where.exe
Demonstrates using where.exe to find the full filesystem path of an executable resolved from PATH.
-
Execute PowerShell command from batch file
Shows the syntax for running a PowerShell command from a .cmd batch file, including how to escape quotes.
-
FireBug DOM inspection
Highlights Firebug's $0 and $1 command-line variables for referencing recently inspected DOM elements.
-
PowerShell Add directory to Environment PATH variable
PowerShell script to append a directory to the system PATH and broadcast the change to running processes without rebooting.
-
mnaoumov.NET now on WordPress!
Announcement post about migrating the blog from Blogspot to WordPress.
-
How to take screenshots from your Android devices
Explains how to take a screenshot on Android 4 ICS by pressing Power and Volume Down simultaneously.