Recent

DevX - Software Development Resource

Compiling Machine Code with GCJ

pen Source Java development tools are finally on the rise and the GNU Compiler Collection (GCC) is helping to lead the charge. GCC was originally just a C compiler, but

DevX - Software Development Resource

Write to a Database Using SQL and ASP

n previous 10-Minute Solutions, I have covered how to retrieve data from a database and display it in the browser. The complement to that functionality is getting data from the

DevX - Software Development Resource

Using Command Line Arguments

Editor’s Note: Code in this Solution has been updated since its original publication. ne of the virtually forgotten features of Visual Basic is the ability to accept command-line parameters when

DevX - Software Development Resource

VB Project Analyzer Add-in

This great add-in lets you analyze one or more VB projects, and lists all the dependencies from each other and from other DLLs and type libraries. This is an exceptional

DevX - Software Development Resource

Memory Management

ven though the Java Virtual Machine performs automatic garbagecollection, you can’t completely forget about memory managementissues. How and when garbage collection is performed isimplementation dependent. Some JVMs will wait until

DevX - Software Development Resource

Validate Data With Regular Expressions and XSL

xtensible Stylesheet Language (XSL) has slowly been gaining a reputation as the SQL of the hierarchical data world. Even with only the partial implementation that Microsoft’s XSL offers, you can

DevX - Software Development Resource

Sharing Data in an Application

isual Basic offers many methods for sharing data within an application. When we talk about sharing data, there are several possible levels of sharing: Within a procedure Within a form/code

DevX - Software Development Resource

Filter Data from a Database

n last month’s 10-Minute Solution, you learned how to display selective data from a database based on the user’s choice. This time you’ll see how to improve and optimize this

DevX - Software Development Resource

Behavior Code

y now I am sure that many Visual Basic developers are leveraging their Visual Basic skills to do some Web development. In this Solution, I’ll cover DHTML Behaviors, a new