Tag: XML

  • Working With Social Network APIs

    Creating Vicinity Buzz naturally involved working with a the APIs of social networks. That information seemed worth sharing for those of you interested in writing any type of application that would integrate with a social network. Developer Documentation Any of the social networking sites you probably want to integrate with have developer api’s that are […]

  • Write and Validate XML with a DTD in Memory in .Net

    This is the sample of piecing together a lto of different posts, so I thought I’d put a sample on the web… I’m putting it in VB.Net (because I was writing in it due to project requirements Imports System.Xml Imports System.Xml.Schema Imports System.Text Imports System.IO Public Class MyXMLTool   Private sb As New StringBuilder(“”)   Private […]