Ken Brubaker

The ClavèCoder

<December 2008>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910


Navigation

Subscriptions

News

Kenneth Brubaker
Senior Application Architect

Locations of visitors to this page

Post Categories



Thursday, October 21, 2004 - Posts

Programming: What to do about XP SP2 Pop-up Blocker

So you wrote this real cool web application that used automatic pop-up windows in interesting ways. Unfortunately, XP SP2 was installed on people's machines and your application doesn't work. What to do?

First understand Pop-up Blocker:

User perspective information here and here.

Detailed TechNet intro is here as a topic of a larger intro to XP SP2.

Upshot is that if your program uses program-driven pop-ups you should rewrite your application to pop up in response to user input, which is not blocked. If you can't do that, you can set the following registry setting to allow pop-ups from your server.

HKEY_CURRENT_USER \Software\Microsoft \Internet Explorer \New Windows\Allow

Here is more information on the pop-up blocker registry settings.

Finally, if you are using AD to control the desktop machine, such as for a corporate intranet application, for example, you can make changes to your Active Directory Group Policy. Go to this link, download the spreadsheet and search for “pop-up” The policy names “Use Pop-up Blocker” and “Pop-up allow list” are good places to start. More info here.

 

posted Thursday, October 21, 2004 12:34 PM by kenbrubaker with 0 Comments

Required reading: Microsoft's Intro to WSA whitepaper

I missed that Microsoft published a introduction to the web services architecture (WSA) whitepaper. I strongly recommend that you read this to prepare your person/company/enterprise for the WSA wave.

I also really love this graph on the Microsoft WS-I Specifications page. On the page it is an image map to drill down to the different specifications. As I mentioned before this historical timeline (though now a bit dated) is very helpful, as well.

 

The whitepaper contents:

Introduction
   Message-Orientation
   Protocol Composability
   Autonomous Services
   Managed Transparency
   Protocol-Based Integration
Core Messaging
   XML and the Infoset
   SOAP
   Message Exchange Patterns
   Transport Independence
   Addressing
Metadata
Security
   Message Integrity and Confidentiality
   Trust Based on Security Tokens
   Secure Sessions
   Security Policies
   System Federations
Discovery
   Directories
   Dynamic Discovery
Agreement Coordination Protocols – Reliable Messaging and Transactions
   Reliable Messaging
   Designated Coordinators
Enumeration, Transfer, and Eventing
   Enumeration
   Transfer
   Eventing
Concluding Remarks
Acknowledgements
Appendix A: Glossary
Appendix B: XML Infoset Information Items
Appendix C: Common Security Attacks
Appendix D: References
   Core Specifications
   Web Services Specifications
   Interoperability Profiles
   Other Resources

 

posted Thursday, October 21, 2004 7:48 AM by kenbrubaker with 2 Comments




Powered by Dot Net Junkies, by Telligent Systems