Monday, May 30, 2005

Threat Modeling Web Applications

Since security concerns often take a back seat to speed of delivery, I thought this article was interesting. It shows a simple model for elaborating upon security concerns for web-based applications.

Saturday, May 28, 2005

Re: [xsl] how to remove xmlns attributes in html out put via copy-of

Yippie friggin doo da! I found this xsl script that strips namespaces and prefixes out of an xml document. This is going to be very useful in some Biztalk 2004 transformations that I doing.
W3Schools Online Web Tutorials

Now that I am doing BizTalk work, I will need a better understanding of XPath, advanced Xml, and XSL. So...

Thursday, May 26, 2005

Different Types of BizTalk Schemas

I used this article to generate xsd's from dtd's provided by a client that had to be conformed to. Xsd's are a much easier format to work with without a doubt!
Meeting by Wire - Your NetMeeting Information Source

This site is useful in getting netmeeting up and running and answering related questions.

Wednesday, May 25, 2005

BizTalk 2004 Naming Conventions

Innovative Architects uses these naming conventions for BizTalk 2004 Artifacts.
XML Namespaces, Prefixes, and elementFormDefault

This is a decent document on xml namespace usage.

Tuesday, May 24, 2005

The Enterprise Single Sign-On Service and associated BizTalk Server 2004 services fail after you install Windows XP Service Pack 2 (SP2)

I used method number one to enable RPC Endpoint Mapper client calls attempting to get Biztalk 2004 to configure correctly.

Wednesday, May 18, 2005

Administration for the Microsoft Outlook E-mail Security Update

More outlook security stuff...
Microsoft Office Assistance: Outlook Administrator Pack

This is the configuration tool to modify exchange so security messages in outlook no longer appear.

Thursday, May 12, 2005

Vertical Text in HTML

This may be useful for UI purposes in the future...Only works in IE

Wednesday, May 11, 2005

XML and SOAP Serialization

Here is a simple example of serializing an object to an xml file.