A simple tip to enhance your web dev productivity (in case you’re testing some scripts’ output in Internet Explorer…): how to setup a different html viewer/editor (rather than the lousy Notepad), associated with IE’s View Source option?
- Start -> Run -> regedit
- Go to HKEY_LOCAL_MACHINE -> Software -> Microsoft -> Internet Explorer
- Create key: View Source Editor (under Internet Explorer)
- Create subkey: Editor Name
- Change the data value for the default string to the path of the new editor. Example, for Notepad++.exe: c:\Program Files\Notepad2\notepad++.exe
- Reset IE
Since this method changes the registry, I don’t take any responsability in these steps… backup the registry before touching it.