The Latest

DevX - Software Development Resource

Setting Up JBoss Tools for Seam Application Development

n the Java enterprise development ecosystem, you’ll find a wide proliferation of frameworks and solutions. However, unlike in the Microsoft development world, very few of them provide an end-to-end solution

DevX - Software Development Resource

Make Your Mouse Pointer Tremble

To make your mouse pointer appear to be trembling, you first create a form with ScaleMode = 3 – Pixel. Then use the following code: Option ExplicitPrivate Type POINTAPI X

DevX - Software Development Resource

Using Explicit Casting to Display Data

Suppose you’ve retrieved data from a datasource and you want to display the value of field1. Normally, you’d do this by using the &lt%# DataBinder.Eval(Container.DataItem,”field1″) %&gt in the aspx/ascx file.

DevX - Software Development Resource

Validating an XML Document

The following code shows you how to use the DOMImplementationLS and DOMConfiguration classes to validate an XML document only when an XML Schema is present: DOMImplementationLS DOMiLS=null;//get a LSParserLSParser LSP=DOMiLS.createLSParser(DOMImplementationLS.MODE_SYNCHRONOUS,

DevX - Software Development Resource

Visual Basic and Respect

feel that all my life, I’ve been channeling Rodney Dangerfield (may he rest in peace). For those of you too young to remember ol’ Rodney, he was a comedian, most

DevX - Software Development Resource

A Practical Approach to Threat Modeling

ecurity is a hot topic these days. It is as if developers and system designers are fighting a never ending war against those who desire to damage hardware, compromise system

DevX - Software Development Resource

What’s New in Visual Basic 9.0? Part 2

ith the release of Visual Studio 2008, Microsoft has also updated the VB language to the latest version, 9.0. VB 9.0 boasts several key language enhancements that have been made

DevX - Software Development Resource

Autocomplete Combo Boxes

When you develop an application in Microsoft Access, your combo boxes will, by default, incorporate autocomplete. However, Visual Basic does not include this intrinsic support. If you want autocomplete in

DevX - Software Development Resource

Trigger Efficiency in Oracle

The documentation for Oracle 9.2 and previous versions contains the following paragraph: “AFTER row triggers are slightly more efficient than BEFORE row triggers. With BEFORE row triggers, affected data blocks

DevX - Software Development Resource

Exploring Secrets of .NET Diagnostics

iagnostics, also known as “program tracing,” is a crucial?and often overlooked and underappreciated?component of application development. I have long been an ardent believer in diagnostic support, and have written diagnostic

DevX - Software Development Resource

A Flickr-based Introduction to Ruby on Rails 2.0

nitially released in 2004, the Rails web application framework became the perfect killer application for the Ruby language and an extremely powerful tool for rapidly developing web applications based on

DevX - Software Development Resource

Determine the Direction of Stack Growth

A simple way to determine the direction of stack growth is to compare the address of a function parameter with the address of a local variable in the function. Of

DevX - Software Development Resource

Create Your Own Exception

Here’s an example of how to create an exception. You can extend this example as needed for your own applications. The important principle is the exeption’s mechanism, not its subject:

DevX - Software Development Resource

Ubuntu Eye for the Debian Guy: Running Linux on Linux

ometimes you can stumble upon interesting discovers while actually looking for something else. That happened to me when I decided to try another Linux distribution besides my favorite one: Debian.