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

Create a JavaFX foreach Nested Loop

When you want to create a nested loop in JavaFX, use the foreach statement. Here’s an example that displays a circle model: import java.lang.*;import javafx.ui.*;import javafx.ui.canvas.*;Frame { centerOnScreen: true visible:

DevX - Software Development Resource

Yahoo’s Doing Just Fine, Thank You

I had the opportunity to attend Yahoo’s second Open Hack Day at the Sunnyvale, CA campus. This was my first time visiting and I was impressed. It’s a big campus,

DevX - Software Development Resource

Book Excerpt: JavaFX in Action

hether you’re writing a desktop app, spinning up a rich web interface, or pushing code to a mobile phone, graphics programming should be easier, and more fun, than it currently

DevX - Software Development Resource

MS Access Can Handle Millisecond Time Values–Really

hen database developers must deliver time values that are accurate to the millisecond, many assume Access can’t handle that requirement. They might deem SQL Server the obvious choice, not realizing

DevX - Software Development Resource

Timeline: C++ in Retrospect

over and click over each dot to read about C++’s most important historical developments. Untitled

DevX - Software Development Resource

Writing Functional Code with RDFa

ews feeds in all their manifestations—both with and without RDF—have a long tradition as structured data on the web. RDF—the data model—can state relations between certain entities. For example, one

DevX - Software Development Resource

Network Know-How: Exploring Network Algorithms

etworks can be very interesting objects to study. They can represent obvious physical systems such as street, telephone, and electric networks. They can also represent less obvious arrangements of data

DevX - Software Development Resource

Serialize and Deserialize an Object Instance to XML

To serialize an object instance to XML, you need to use the XMLSerializer class’s Serialize method. The code snippet below demonstrates: XmlSerializer xmlSer = new XmlSerializer(objInstance.GetType());System.Text.StringBuilder sb = new System.Text.StringBuilder();System.IO.StringWriter

DevX - Software Development Resource

Build a Frame with a ScrollPane in JavaFX

What follows is a simple frame designed with the JavaFX scripting language. The frame also has a ScrollPane component. import javafx.ui.*;import javafx.ui.canvas.*;import javafx.ui.filter.*;import java.lang.System;Frame { centerOnScreen: true visible: true height:

DevX - Software Development Resource

Book Excerpt: Microsoft Expression Blend Unleashed

Microsoft Expression Blend Unleashed is not only about learning a new designer tool; it targets both developers and designers, showing both a new way of thinking about UI development. Expression

DevX - Software Development Resource

Develop a Mobile RSS Feed the Easy Way

o, you’ve decided to try building a mobile application. You’re looking for a lot of control over the user experience and you’d also like access to various device features: sound,

DevX - Software Development Resource

State of the Semantic Web: Know Where to Look

here is no question that the web is an unprecedented success. It is the single most adventurous and useful platform for information exchange ever conceived and built. The architectural choices

DevX - Software Development Resource

A 3D Exploration of the HTML Canvas Element

ector graphics abound on the web, and they come in a variety of formats, including Flash and SVG. HTML Canvas, one of the newer incarnations, occupies a different niche from

DevX - Software Development Resource

Set the Computer’s Name Through .NET

You can set your computer’s name using the SetComputerName function, which is available in kernel32.dll: //Codeusing System.Runtime.InteropServices; [DllImport(“kernel32.dll”)] static extern bool SetComputerName(string lpComputerName); bool status = SetComputerName(“MyDen”);

DevX - Software Development Resource

Set Multiple Fonts Using Single CFont Object

Did you know you can set multiple fonts for several controls using a simple CFont object in MFC? Using the Detach() method, which disassociates the associated window object from a

DevX - Software Development Resource

Loading Classes Directly from .jar Archives

Whenever a class is referenced in a Java program, the class is loaded using the class loader from the JVM’s bootstrap or from the application-server. This often becomes a problem

DevX - Software Development Resource

Interpreting Images with MRDS Services

ost people do not realize how difficult it can be to process a digital image and extract meaningful data, such as information required to drive a robot or operate an