All posts by ajohnson

C# and SOAP examples

Spent time w/ C# and SOAP today. I rewrote this ASP/VB/SOAP example using C#. Wow is .NET way easier than manually writing out an XML packet, making a request, parsing said XML packet using VBScript… plus you get all the obvious .NET implied features like automatic creation of WSDL descriptors and generated SOAP request and response sample packets. I’ll post my refactoring of the above example in C# soon.

Jeremy’s video mail application

Jeremy’s put up a video mail application on his blog… Jim and I were talking about how cool it would be to send not just a Flash movie to a mail box, but to actually send a *live* Flash video to a mailbox. Would it be possible to send an email to a user w/ an embedded Flash movie which calls a remote server on open of the email… which then alerts let’s say a salesperson that so and so has opened the email… the salesperson could then start a dialog w/ the person via Flash MX Communication Server. Freaky (if someone could recognize that a) you opened an email from them and b) that they could then talk to you from your inbox), but cool.

A Guide to Building Secure Web Applications

from Slashdot: “A Guide to Building Secure Web Applications“, other valuable things on the site include a list of web application security white papers, a web application vulnerability scanner written in Java, and Filters, a project whose goal is “.. to offer a set of tools that will allow developers building web applications to adopt secure practices in a complimentary way to the tools and technologies that they are developing today.”