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

A Guide to Cryptography in PHP

n an ideal world, words like cryptography and security wouldn’t even exist, but the real world is far from perfect, so software developers have to spend a good deal of

DevX - Software Development Resource

It’s an Agile World

gile software development has arrived in a big way. I know you’re probably thinking, “Wow! Rod, you are really on top of things.” I know that agile methodologies have been

DevX - Software Development Resource

Heard on .NET Rocks! Don Demsak on LINQ to XML

arl Franklin: Let’s bring on Don. Don Demsak, a.k.a. DonXML, is an independent consultant based out of New Jersey. He specializes in building enterprise applications with .NET. He’s a Microsoft

DevX - Software Development Resource

YAB? Just What You Need

The launch of the DevXtra Editors’ Blog is bound to raise the YAB (yet another blog) questions: Why, and why now? Those are fair in an age when everyone with

DevX - Software Development Resource

More Applications for the Semantic Web Needed

The Semantic Web is a vision, an idea, a base-set of technologies. It’s not something Dad picks up at the computer store. It’s not something the press understands very well. It’s certainly

DevX - Software Development Resource

Using StAX to Clone an XML Document

To clone an XML document at runtime, use the StAX XMLEventReader and XMLEventWriter classes like this: //AirWings_order.xml – the original XML in this example//AirWings_order_clone.xml – the clone of AirWings_order.xmlimport javax.xml.stream.*;import

DevX - Software Development Resource

Override a Child Class’ Parent Method

C# seems to fail in an advanced use of polymorphism, as demonstrated by the following code: class AReturn {}class BReturn : AReturn {}class A{ public virtual AReturn GetReturn() {…}}class B{

DevX - Software Development Resource

Gain Control of Your Desktop with WindowMover

indowMover is a little project originally created for a study that involved tracking the gaze of subjects when presented with various images. The study used a special eye-tracker device that

DevX - Software Development Resource

Tracking Events Using a Semi-Structured Repository

ave you ever used a multi-user system and found yourself wondering, “How did this get changed?” or, “Who created this and why?” Helping your users track the system changes and

DevX - Software Development Resource

The Mobile Road: Looking Back, Looking Forward

’ve been doing mobile software development of one sort or another for time out of mind. Some of the first serious programs I wrote were for an HP-41CX calculator for

DevX - Software Development Resource

Start Your Engines: Mobile Application Development

oftware engineering is all about choices. Choices have to be weighed: performance vs. scalability, complexity vs. flexibility, pros vs. cons, and good vs. poor design. In mobile application development, we

DevX - Software Development Resource

The Mobile Platform Cheat Sheet

hen choosing the technology and target platform for your mobile project or application, you will find several possibilities. There are several kinds of mobile phone platforms available and most have

DevX - Software Development Resource

Android Mobility: Open Source Hits the Road

ven prior to Google’s splashy announcement about Android late last year, rumors were swirling about the so-called “gPhone.” Now that programmers have had several months to experiment with early releases

DevX - Software Development Resource

SharePoint Applied—Stsadm Is Your Friend

n this article, I’ll introduce you to my best friend in SharePoint land, Stsadm.exe. No, this article is not a reference on Stsadm, neither is it an introduction to SharePoint.

DevX - Software Development Resource

Expecting Multi-Core Miracles

Here’s the average developer’s newest dilemma: Intel and other CPU manufacturers have moved full steam ahead into creating multi-core chips to speed up computing. These chips increase processing speed not

DevX - Software Development Resource

C++ 0x – The inside joke…

You have to be truly geeky to get it, but do you know what the inside joke is with the proposed C++ 0x standard? Simply that it has been labeled

DevX - Software Development Resource

Advanced Matrix Reporting Techniques

atrix components are great for visualizing data that you might normally export to Excel, or in a Pivot Table (year-over-year analysis is a good example). But if an analyst wants

DevX - Software Development Resource

Grid Enable Your Java Applications with GridGain

llowing developers to leverage distributed computing resources has long been a goal of emerging technologies, including most recently RPC, CORBA, and RMI. However, these distributed computing technologies require considerable initial

DevX - Software Development Resource

Ten Pitfalls of Enterprise Ontology Management

here are many common problems that occur when corporations expand beyond their initial ontologies and start to build multiple ontologies that must remain consistent. Here is a list of the

DevX - Software Development Resource

OpenID and Rails: Authentication 2.0

penID is a service, framework, and protocol that is revolutionizing the realm of user authentication and identity services. Started in 2004 by Brad Fitzpatrick, OpenID is now a mature framework

DevX - Software Development Resource

C++0x Automates Type Deduction with auto

nother C++0x feature is going to simplify the way you write C++ code. Instead of tediously writing the type of a variable when you declare it, a C++0x compiler will