The Latest

DevX - Software Development Resource

Make Data Islands Work in All Browsers

obust support for Web standards is now the norm rather than the exception. If you develop applications for a purely Microsoft-centric environment then you probably haven’t had to care much

DevX - Software Development Resource

Porting Visual C++ Code to Visual Studio 2005

our months ago, Microsoft publicized a list of features that could cause existing Visual C++ apps to break when migrated to Visual Studio 2005. Many of these features are core

DevX - Software Development Resource

Empower Your Printing with Custom Print Processors

n this world of emerging technologies and modern, ultra-small, and super-capable electronic devices, there is still a place of honor for printers. People haven’t completely switched to soft copies. There

DevX - Software Development Resource

Using the XMLHttpRequest Object and AJAX to Spy On You

very nerd loves the XMLHttpRequest. It supplies the functionality of which Web programmers’ dreams are made. Web applications start behaving like desktop applications. Things work as they’re “supposed to,” freeing

DevX - Software Development Resource

8-Ball to Win: Great New Features Abound in Flash 8

he time has come, at last, for a major update of Flash?Macromedia’s flagship animation and interactive development tool. Expected in early September, Flash 8 (Macromedia has officially dropped the useless

DevX - Software Development Resource

Introducing Contract First

oday’s use of Web services in solutions doesn’t really realize the true potential of Web services. Oh yes. Web services programming is easy. Who likes those crazy angle brackets crossing

DevX - Software Development Resource

Implementing WS-Security with Java and WSS4J

eb services have evolved into a standard means for integrating organizations using differing technologies running on heterogeneous systems and frameworks. A Web service is a business-logic component designed to be

DevX - Software Development Resource

Add Line Numbers in Your VS.NET Code Window

To add line numbers in your VS.NET code window: Go to VS.NET?>Tools?>Options?>Text Editor. Choose the language of your choice and select the Line Number checkbox under Display. This will add

DevX - Software Development Resource

A List of JDBC Drivers

If you need to access a database with Java, you need a driver. This is a list of the drivers available, what database they can access, who makes it, and

DevX - Software Development Resource

Retrieving Only Unique Elements from Two Sets

This algorithm helps you to retrieve all the elements contained in the first set (set1), but not in the second (set2). Here’s the template: templatevoid Diff(const T& set1, const T&

DevX - Software Development Resource

Discover RELAX NG, A Simple Schema Solution

any experienced developers loathe changing their DTDs (Document Type Definitions) because of their cumbersome syntax and semantics. For newcomers, DTD syntax just looks like Greek. A brand new addition to

DevX - Software Development Resource

Get Drunk on the Power of Reflection.Emit

# is a small language. It doesn’t support writing regular expressions, for example, or accessing a relational database, or even using simple data-structures like stacks, queues, and lists. Of course

DevX - Software Development Resource

Heard on .NET Rocks!: Indy Racing League

att Mannion is an Engagement Manager for Clarity Consulting Inc., a Chicago-based technology consulting firm and Microsoft Gold Certified Partner. Matt has delivered many large-scale, WinForm and WebForm systems for

DevX - Software Development Resource

The Times Are a-Changin’

ast week was the end of an era for me. I was lucky enough to see Revenge of the Sith in an audience that included BillG (Bill Gates) himself. I

DevX - Software Development Resource

The Living Language—Visual Basic 2005

ea, I know. English is a living language, but there have to be some rules. You can’t just make up words. You can’t make up ways to use those words.

DevX - Software Development Resource

Hibernate Criteria API: Multi-Criteria Search Made Easy

ulti-criteria search functionalities, which allow combinations of many optional criteria fields, are common in modern Web-enabled business applications (see Sidebar 1. When to Use Multi-Criteria Searches). An example of this

DevX - Software Development Resource

Fixing a CVS -n Update Error

Suppose a CVS -n update throws the following error: cvs update: inflate: unknown compression methodcvs [update aborted]: reading from server: Input/output error When you use the -n option, there’s a