devxlogo

DevX

Check out the 2008 Winners!

One of the categories in the 2008 contest was the “Technology Showcase”. Developers were invited to submit applications using Flash Lite, Java, Python, open source or other technologies supported by

Have You Gotten Started Yet?

It’s free to join Forum Nokia, and when you become a member, you can make the most of Nokia’s extensive development, testing, signing, go to market, and community resources. Check

Why Mobilise Websites? You Can Win BIG!

Did you know that 40% of all internet users today have mobile internet access? That means mobile internet users could represent a large percentage of your site’s traffic. Are you

Smoothly Blending Java and SQL with pureQuery

Modern software development is, famously, a collaborative process. Unfortunately the tools we use to develop software don’t always reflect that home truth. Consider an application written in Java that uses

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

Working with Red-Black Trees in C#

lthough binary search trees (BSTs) are used widely, as data gets added, binary search trees tend to degenerate into an unordered linked list over time. The “red-black tree” is a