Recent

DevX - Software Development Resource

More Useful Form-Building Routines

ast month’s column contained some ASP routines that made the task of building a form easy and elegant. This month I’ll extend the concept by showing you how to build

DevX - Software Development Resource

The VarHelper Add-in

This is a simple addin which scans your code files and enumerates all the variables it finds, telling you where they are used and if there is any problem (dead

DevX - Software Development Resource

Code Inserter ToolWindow Addin

If you ever wanted to enhance the VB6 IDE without writing your own add-in program, or doing any programming, then this addin is for you. It creates a ToolWindow with

DevX - Software Development Resource

The EBCalendar User Control

This User Control is designed to fit the needs of the coder who needs a date entry field without the overhead of having to ship (and install) the Microsoft Windows

DevX - Software Development Resource

Converting Fixed-Width Text Records to XML

We’re not so far removed from the databases of old. Most databases still have a specified length applied to field entries, although the exact relationship between that length and the

DevX - Software Development Resource

Detecting and Fixing Out-of-Balance Indexes

ndexes are Oracle database objects that provide a fast, efficient method of retrieving data from database tables. The physical addresses of required rows can be retrieved from indexes much more

DevX - Software Development Resource

How to Utilize EJB 2.0 Local References

ne of the most common complaints about EJB architectures is that they are too resource-intensive, both in terms of memory consumption and response time. Memory consumption is directly related to

DevX - Software Development Resource

Save Time with Form-Building Routines

SP programmers frequently develop Web apps that rely on displaying data within forms linked to a back-end database. To do this, you either create forms displaying data contained within a