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

Walking on Cloud 9.0 of Visual FoxPro

isual FoxPro 9.0 is fully compatible with pervious versions of Visual FoxPro. With its local cursor engine, tight coupling between language and data, and powerful features, Visual FoxPro 9.0 is

DevX - Software Development Resource

Use XMLBeans to Manage Multi-version XML

he integration of heterogeneous software systems often requires disparate clients to share data seamlessly in real time. Two technologies that have eased this data flow are XML and Web services,

DevX - Software Development Resource

Build Your Own Messaging Application in Java with jYMSG

Instant messaging represents a medium via which messaging partners can interact in a synchronous fashion. Correspondence can occur in a near “instant” manner. Chances are the majority of workgroups in

DevX - Software Development Resource

Tracking and Resuming Large File Downloads in ASP.NET

erving files that clients can download over the Internet couldn’t be easier, right? Just copy the downloadable files into your Web application’s directory, distribute the links and let IIS do

DevX - Software Development Resource

Extending the Visual FoxPro 9 Reporting System

here are incredible improvements in the Visual FoxPro 9 reporting system. Of several aspects, I’ll discuss just one in this article: the ability to extend the behavior of the runtime

DevX - Software Development Resource

TierDeveloper 4.0 Enterprise Edition Review

ierDeveloper is an Object-to-Relational (O/R) mapping tool that integrates with Visual Studio versions 2002 and higher. TierDeveloper maps Relational Database Management System (RDBMS) tables to .NET objects (VB.NET and C#),

DevX - Software Development Resource

Shutdown/Restart Windows Without Long API Calls

To shutdown Windows, just type the following code: Shell “shutdown -s -t 00” To restart windows: Shell “shutdown -r -t 00” Here’s the key: -s means shutdown. -r means restart.

DevX - Software Development Resource

Persist Java Objects in a File and Retrieve Them Later

For persisting Java objects in a file, use java.io.ObjectOutputStream. ObjectOutputStream writes primitive data types or Java objects. Persistent storage can be accomplished by using a file for the stream. Only

DevX - Software Development Resource

Controls, Events, Commands, and More

‘m sure you are as anxious as I am to explore new properties, events, and methods, new or improved commands, and FoxPro Foundation Classes (FFCs). Let’s dive right in! Anchoring

DevX - Software Development Resource

Visual FoxPro 9 IDE Enhancements

very version of FoxPro has always included a number of enhancements to the IDE and Visual FoxPro 9 is no exception. Fonts and Colors EverywhereOne major enhancement to the UI

DevX - Software Development Resource

The Visual FoxPro 9 Report Writer

n this article, you’ll learn about the new reusable data environments, report protection, and several user interface enhancements, enhancements to layout objects and data groups. Finally, you’ll learn about one

DevX - Software Development Resource

What’s New with Data in Visual FoxPro 9?

isual FoxPro 9.0 contains more functional enhancements to the data engine than any release since 3.0. From the new and extended functionality in SQL to new data types and a

DevX - Software Development Resource

Use Java to Interact with Your Clipboard

clipboard acts as a temporary staging area where application users store cut or copied information, including text, graphics, objects, and other data types. It is a heavily exploited data sharing

DevX - Software Development Resource

An Introduction to Java Object Persistence with EJB

toring and retrieving information for most applications usually involves some form of interaction with a relational database. This has presented a fundamental problem for developers for quite some time since

DevX - Software Development Resource

Registering ActiveX Files

This tip is in response to the tip “Register ActiveX Files Using the Mouse.” There’s a much easier way. Put a shortcut to regsvr32.exe and regsvr32.exe /u in your “SendTo”

DevX - Software Development Resource

Read Time Zone Names Stored in the Registry

The following code reads the time zone names stored in the registry and places those names in a combobox. The time zone names (there are about 50 or so) look

DevX - Software Development Resource

Create a Taxonomy in UDDI Using UDDI4J

This code demonstrates how to create a tModel taxonomy in UDDI for WSDL specifications using UDDI4J. import org.uddi4j.datatype.tmodel.TModel;import org.uddi4j.response.AuthToken;import org.uddi4j.datatype.OverviewDoc;import org.uddi4j.util.KeyedReference;import org.uddi4j.util.CategoryBag;import java.util.Vector;import org.uddi4j.response.TModelDetail;import org.uddi4j.client.UDDIProxy;private String createTaxonomy() { try{ TModel