Tip Bank

DevX - Software Development Resource

Use Style Grouping for Leaner HTML

The HTML Style syntax lets you apply the same style attributes to a group of tags at the same time. You don’t need to define each tag’s styles separately. The

DevX - Software Development Resource

How to Pop Up Message Boxes with ASP Code

It’s helpful during debugging to be able to print out values as the page is executing. Although this is generally done using Response.Write statements, it can also be done with

DevX - Software Development Resource

Using XML Documents as a Database

Question: Would it be practical to use an XML document, or more accurately documents, as a database, and if so, how would you recommend doing this? I would use XML,