links for 2007-01-24
-
SXML is the representation of semi-structured data (XML Infoset) as a
Scheme tree — or, alternatively, as Scheme code. As such, an SXML
document can be traversed and evaluated. The result of either
operation is a list of queried for values, a transfor -
Here’s a quick example of an app to list out all your contacts that don’t have a photo on them yet.
-
This page gives you access to the source code from Dr. Dobb’s Journal, C/C++ Users Journal and Windows Developer Network archived by issue.
-
Well, in Sharepoint 2007, things are changing. Sure you do have Windows Authentication out of the box, but really you could plug in any Membership Provider. WoW !! Try doing that in Sharepoint 2003
.
Here’s how you’d do that. -
I just posted a tip about validating input XML files with an XML Schema. The issue is, I don’t want the user to have to bother with XSD files when using my code. So I embedded them inside the DLL. Here is how. (Note, you can use the below instructions f




