Is right clicking and choosing "View Source" too complicated or disabled with javascript? Try entering

view-source:http://idunno.org/default.aspx

into the address bar and you get the source code.

Those that complain that IE doesn't obey w3 specifications may find it annoying that it does obey the 2 connections to 1 web server limit that the HTTP1.1 specs require. If you do a lot of heavy IE work using downloads (music, files etc) or browse sites that have a lot of pictures on their pages (*cough*), this setting is limiting. You can increase this number by adding 2 new values to your registry (remember registry hacking is not for the inexperienced, if you mess things up don't come crying to me). Fire up regedit and browse to

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

then add two new DWORD values (or edit the existing ones)

 MaxConnectionsPer1_0Server
 MaxConnectionsPerServer

In an effort to be vaguely "nice" I limit myself to 8 connections, (Dword:00000008) but you can increase to over 50 quite happily. Of course how you will keep track of 50 open download windows is another matter. If you are not happy editing the registry you can download ie_speed.reg and import it into your registry to set your maximum connections to 8.