June 25, 2003

Accessing DevX RSS Feeds

Frequently Asked Questions Selected News Readers Selected News Aggregators More RSS Resources Take me directly to the feeds! 1. Frequently Asked Questions What are DevX feeds? DevX offers access to syndicated content via XML data feeds. The feeds contain titles and descriptions of our latest content, as well as the

Read a Complete Text File in One Pass

Typically, you read and process a text file by using a loop and VB’s Line Input statement: Do While Not Eof(1) Line Input #1, myStringVar$ ‘ process the line hereLoop However, you might want to defer processing or keep a copy of all the lines read for repeat processing or

Make Applications Stand the Test of Time

xperience suggests the working life of applications is enhanced if developers acknowledge the inherent requirements of standards-based development. For instance, if an application is based on emerging or evolving technology, then it must be able to easily adapt to changes in the standards related to that technology. If it is