I buy stuff from Smalldog in Vermont, and love to read their news. Just got this one from Matt, and I am wondering if I could use this to proofread my Dreamweaver classwork in IE, if Safari is indeed spoofing?
I really dont understand all he is talking about, but if I can use this to check in IE my stuff for class I would be happy.
Interesting,,,,,,,but perhaps a bit beyond me, so looking for someone here to explain a bit of it.
Jane
"Browser Spoofing in Safari
by Matt, matt@smalldog.com
In designing and programming our new web site, compatibility with all browsers and operating systems was a key requirement. We had to use our UPS computer, the only Windows machine in the whole company, to test Internet Explorer! Nowadays, it seems positively silly to restrict access to a web page based on operating system or browser, but some sites still do it. Safari has a hidden menu--the Develop menu--that is chock full of good stuff. Of particular note is the User Agent feature, which sets Safari to masquerade as one of several browsers, including versions of Internet Explorer for Windows.
To enable this menu, quit Safari, then fire up Terminal (Macintosh HD/Applications/Utilities/Terminal), paste in the following line, and hit return.
% defaults write com.apple.Safari IncludeDebugMenu 1
To revert to normal, repeat the steps above and use this command:
% defaults write com.apple.Safari IncludeDebugMenu 0
When you launch Safari, the Develop menu will appear in the menu bar. Pull it down, and you’ll see the User Agent submenu. From there, select an alternate browser, and many of these restrictive pages will suddenly start working. Your mileage may vary, as some of these restrictive sites require some resources embedded in the Windows operating system that cannot be spoofed. Interestingly, these resources are a major contributor to the relative insecurity of the Windows world."