-
Saturday, 1 Mar 2008 at 9:33 pm 1 Comment
Categories: Web Design
Tags: Internet Explorer, Notepad2, Regedit
I think Microsoft should come up with a better view source editor than notepad.exe. If you’ve been using Firefox or Safari to view source, you will not want to use IE 7. I hope IE 8 will have a HTML source viewer that can match Firefox and Safari.
Why Would You Want to View Source?
Viewing the source code of Web page is part and parcel of the Web design process. You can also learn how other people’s Web pages achieve certain effects by viewing their source codes.Changing IE7 View Source Editor
So how do you change the Internet Explorer default source editor to your favorite text editor?
There are 2 ways:
1. The Difficult Way
Go to Thea Burgur Blog at
http://dotnet.org.za/thea/archive/2004/11/25/7933.aspx
You will have to tweak your Windows registry using regedit.

Then search for the following entry:
HKEY_LOCAL_MACHINE
|_ Software
|__ Microsoft
|___ Internet Explorer
|____ View Source Editor
|_____ Editor Name (Default) = C:\WINDOWS\NOTEPAD.EXEEdit and change the path to your external text editor e.g. C:\Program Files\Notepad2\notepad2.exe
If you are not familiar with using RegEdit, watch the following video.
2. The Easy Way
Go download a copy for the free View Source Editor. Run the program and enter the path to your favorite text editor.

My favorite text editor is PSPad, a freeware programmer’s editor. However, you may like to try a smaller text editor which loads quickly… I recommend you to use Notepad2.
Notepad2 – A Microsoft Notepad Replacement
Notepad2 is small, light-weight and fast text editor which is more powerful than the default Microsoft notepad.exe.
You can download Notepad2 for free at:
http://www.flos-freeware.ch/notepad2.html
If you like what you read, why not...
or
Subscibe via your emailRelated entries...
- No Ban on Aesthetic Treatments
According to the report in The Straits Times, there is no... - Opens Link in a New Window
I just realized that I could not use target="_blank" in the... - CSS Table
Read an email from Sitepoint about using the not so popular... - WordPress 2.5 RC2 Screencast
You must check out the WordPress 2.5 RC2 Screencast if you... - Social Bookmarking Widget
After a couple hours of hacking with JavaScript, I finally created...
- No Ban on Aesthetic Treatments

4 Mar 2008 @ 6:43 pm
JW says
Check out fiddler and notepad++ too…