Posts in "Programming"

27

Mar

2009

XML Schema

XML Schema is an XML-based alternative to DTD. An XML schema describes the structure of an XML document. The XML Schema...

18

Feb

2009

Get list of BizTalk host instance with specific status

The code below expects to execute on the machine its querying for. Code: ' ' WMI script to get list of BizTalk host instance...

13

Feb

2009

Good tools in BizTalk 2004

There are two tools that I recommend here. The first is the BizTalk 2004 Explorer Extension. The extension is the BtsAsmExt.dll...

11

Feb

2009

Super, Crazy, Cool and Fun Javascript – Edit your page

GO to any web page, clear the address bar, and paste this: javascript:document.body.contentEditable='true'; document.designMode='on';...

09

Feb

2009

Archiving and Purging the BizTalk Tracking Database

As BizTalk Server processes more and more data on your system, the BizTalk Tracking (BizTalkDTADb) database continues to...

19

Nov

2008

Java vs. JavaScript

Java is an Object Oriented Programming (OOP) language created by James Gosling of Sun Microsystems. JavaScript was created...