devxlogo

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

CES: For Microsoft, Much is on the Line

Microsoft’s CEO Steve Ballmer will likely have a lot to say about his company’s focus on the consumer when he gives the opening keynote at the annual Consumer Electronics Show

Windows 7 Accelerating Corporate PC Purchasing

While previous surveys showed that corporate IT buyers were postponing their purchases in anticipation of the release of Windows 7, the latest survey shows just the opposite. For the coming

Enterprise Mobile Cloud Computing

This report explains why more cloud-based applications will soon be available to mobile workers and how that will benefit large enterprises. It provides forecasts for traditional mobile cloud applications, new

IDC’s Top Ten Predictions for 2010

The study’s top predictions for the year include: 1. Growth will return to the IT industry, as spending levels increase by 3.2%. 2. Telecommunications spending will increase by 3%. 3.

Google Chrome Passes Apple Safari, Barely

From the ‘WebKit Browser’ files: The latest December 2009 data from Net Application gives Chrome an incremental lead over Safari. According to Net Applications, Chrome has a 4.63 percent share

Parsing XML with Hpricot, a Gem of a Ruby Gem

Jason Gilmore writes: I recently completed a project that involved parsing a large number of XML documents. Although XML is often touted as being “human readable,” it’s not exactly something

The Future of Authentication for Online Services

Companies that adopt stronger authentication methods can alleviate these worries and reduce the risk of doing business online. In sectors like higher education and healthcare, where patient records and student

Google Releases Java ‘Convenience’ APIs

Gavin Clarke at The Register reported that the “library includes new collection types for Multimap, Multiset, and Bitmap, a MapMaker builder for concurrent hash maps, and an Ordering collection Google

iPhone Network Programming

n my previous article on iPhone programming, you saw how to consume Web services from within an iPhone application and how to parse the returning XML result. While Web services

A Simple Password-Checking Routine

Developed for a password-reset program, this routine ensures that the user-entered password matches specific password criteria. In this example, the password had to be between 8 and 12 characters long

iPhone Bluetooth Programming

ne of the neat features available in iPhone OS 3.0 is the GameKit framework. The GameKit framework contains APIs to allow communications over a Bluetooth network. Using these APIs, you

Add Video Capture to Your BlackBerry Applications

ntil recently, a significant difference between the BlackBerry platform and its much-discussed competitors (Android, iPhone, and WebOS) was that BlackBerry did not support capturing video within programs. The recent release

Model-Driven Architecture with GMF

ay by day, Model Driven Architecture (MDA) is gaining more focus in many organizations. MDA stresses the benefits of modeling at various levels of abstraction and the integration and flow

More Table View Tricks for the iPhone

y previous article on using the Table View in iPhone discussed the basics of this view and how you can use it to display rows of data and how users

Write Your First Google Wave Robot in Java

hy learn Google Wave? If you have tried it or at least watched the videos introducing it, you might dismiss it as just another rich client web application like Gmail.

Serialize Any .NET Object to a JSON String

The following steps explain how to serialize any .NET object into a JSON string. This tip uses the .NET 3.0 Framework. You’ll find this capability particularly helpful in applications that