devxlogo

Tip Bank

Handling Single and Double Quotes

Question: I am trying to put lines of text into an array: messageArray = new Array();messageArray[0] = ‘Information deduced from the document’s content.’ I’m running into problems with the single

Maximum String Length

Question: What is the maximum length of a JavaScript string? Answer: Although there is no specific limit on the length of a JavaScript String, there are practical limits on how

ActiveX Control to read URL properties

Question: I have a VB database application that, when I pass a unique id to a client object, opens that record (this explanation is simplified). I have to write an

Save XML Text to a String

Question: I’m using MSXML to create a DOMDocument and add nodes and attributes. When I’m done, I’d like to save the XML text into a string. Unfortunately, the Save method

Invoke Async Call by XMLHTTPRequest in VB

Question: I am using the XMLHTTPRequest object in Visual Basic to invoke an async call. How do I register a complete event handler of the XMLHTTPRequest object? Answer: You’re not

Design a Matrix

Question: How do I design a matrix using XML? This matrix needs to be a separate tree from the main XML tree. How do I communicate between the two trees?

Looking for a Sample Database with Exercises

Question: I’m looking for sample database in a form of Create Table statement+Insert statements and beginner-level assignments using this database. Do you know where I can find something like that?