We are an award-winning tech entrepreneurship website where trusted experts can provide value globally.

Since 1998, DevX has helped people start businesses, build websites, and provide enterprise technology to people globally. Interviewing the likes of Microsoft’s co-founder, Steve Ballmer, the publication brings comprehensive, reliable, and accessible insights to the Internet.

devxlogo

Trusted for 26 years

Over 30K Articles

1M+ Readers

Expert-reviewed

10K+ Tech Terms

As seen in:

microsoft logo
business_insider_logo
wired_logo
berkley
arstechnica_logo
hackernoon

The Latest

DevX - Software Development Resource

Validate an XML Document Only When a DTD Exists

Learn how to use the DOMImplementationDS and DOMConfiguration classes to validate an XML document only when a DTD document can be found: DOMImplementationLS DOMiLS=null;? //get a LSParser object LSParser LSP=DOMiLS.createLSParser(

DevX - Software Development Resource

Concatenating Strings

When you’re concatenating only a few strings, it’s faster to add them than to use StringBuilder. Suppose you want to decompile the following code: string a = “a”;string b =

DevX - Software Development Resource

Weaving the Windows Live Services into Your Web Site

t takes an engaged audience and compelling experiences to reach success on the web. Using Windows Live Services, your site can provide engaging experiences that connect directly with hundreds of

DevX - Software Development Resource

Virtual Earth—What’s New in the Latest Release

ow in its sixth major release, Virtual Earth offers an entire world of opportunities for innovative web-based mapping. Whether you sell real estate, track assets, need a store locator, or

DevX - Software Development Resource

PerformancePoint 2007: Installing Planning Server

s clients ask for more complex dashboards that integrate data from their accounting systems, you’ll find that Performance Point Server (PPS) can help you answer the call. It’s quite hard

DevX - Software Development Resource

Yahoo SearchMonkey: Optimizing Search for Mobile?

This morning, Yahoo announced a new search platform, called “SearchMonkey,” which allows developers to change Yahoo’s plain-vanilla search results into attractive customized results that can display information differently (or even

DevX - Software Development Resource

Introduction to the WPF Command Framework

indows Presentation Foundation (WPF) not only lets you do new things, it lets you do familiar things in new ways. As we’re all developers, rather than going through the background

DevX - Software Development Resource

Using the GRANT Command

The SQL GRANT command is used to grant access privileges to database objects and role authorizations. For example, the following statement grants the user username the right to SELECT tabname:

DevX - Software Development Resource

Use an XMLReporter for Report Customizable Errors in StAX Applications

To customize error reports in StAX applications (except fatal errors), you can configure an XMLReporter like this: XMLInputFactory XMLif=null; //get an XMLInputFactory objectXMLif=XMLInputFactory.newInstance();//setting an XMLReporterXMLif.setXMLReporter(new XMLReporter() { public void report(String

DevX - Software Development Resource

JavaOne : Semantic Web : Ontologies

Dean Allemang gave an extremely informative talk at JavaOne today in the session, “Semantic Web for the Working Ontologist.” I walked away thinking the term Semantic Web is misnamed. And

DevX - Software Development Resource

Taming Trees: Building Branching Structures

isual Studio is chock full of classes to implement exotic data structures such as collections, hash tables, and dictionaries. One notable data structure that’s missing is the tree. Trees are

DevX - Software Development Resource

JavaOne : Semantic Web : You

The “Developing Semantic Web Application on the Java Platform” session just wrapped up at the Moscone Center. Did the panel discuss Java to the audience of Java developers in attendance?

DevX - Software Development Resource

Clean Up Function Syntax Mess with decltype

he auto keyword presented here is related to another C++09 proposal: the decltype operator. decltype(e) retrieves the type of the expression e. By combining decltype and auto, you can simplify

DevX - Software Development Resource

Processing Linked Web Data with XSLT

he Semantic Web is a grand vision for increasing the power of the web through better expression and management of context. Semantic Web developers are building a framework to open

DevX - Software Development Resource

Web 2.0 Blues: The Politics of Access

If you’ve been living under a rock for the last month, you may not have heard about the Web 2.0 Expo in San Francisco last week. As I’m the Mistress