Tim Laughlin's Everything VB.NET Blog


Browse by Tags

All Tags » XML (RSS)
XPath with Namespace in VB.NET
I was working a Google Map api project and I ran into XML syntax that a Namespace on the root element. <kml xmlns="http://earth.google.com/kml/2.0"> When this document is loaded in to the xmlDocument and tried use the selectsinglenode function and...
Community Server editors
I was looking for a way to set the default editor for NOAH users. I have added spell checking to the enhanced editor and wanted to make if available for all our users. J-O Eriksson has a csmodule that will default the user's editor with a little forgotten...
Google Gadget Syntax
I have started work on my first Google Gadget. Over all a really cool idea. However, I just spent a significant amount of time trying to figure out why the ModulePrefs was rendering oddly. Turns out your XML must have a new line for every attribute. You...