News (6)

Simplify your life with PEAR classes

Most PHP Web developers have heard of PEAR, the PHP Extension and Application Repository, but very few of them actually use it on a regular basis. Here are 10 reasons to get started today. Read more »

Danger level rises for Perl flaws

A type of security flaw in Perl applications that experts thought could lead only to a denial-of-service attack is now believed to be much more serious. Read more »

Apple's WWDC: New iPhone, new OS X, new .Mac?

Expect to hear new details about the future of Apple's Mac OS X and Web business next week at the Worldwide Developers Conference — and we think there might be a new iPhone, too. Read more »

System.Globalization namespace in .NET

The .NET Framework has built-in support for globalisation in its System.Globalization namespace. This namespace can help you build international support into your applications. Read more »

Interrupting Java threads

Multithreading presents a set of new challenges to the programmer that can lead to unexpected behaviour. In this article we address one of those challenges: how to interrupt a running thread. Read more »

Oracle joins Microsoft developer program

Oracle has pledged to make its database software work better with Microsoft's development tools. Read more »

Features (328)

StringBuffer helps you reduce Java overhead

Dealing with dynamic string data requires care to avoid excessive system resource consumption. The basic Java StringBuffer class is designed to tackle this. Read more »

Facilitate type conversions with stringstream objects

You can easily employ to conduct automatic type conversions in C++. Find out the advantages of over . Read more »

Class interfaces play a key role with inheritance

Class interfaces in C# ensure that your code will behave the way you expect. In this installment of C# for Newbies, Builder.com outlines the role of class interfaces in inheritance and abstract base classes. Read more »

Enhance persistent properties in Java apps

Maintaining persistent data is a common feature of Java applications. The Properties class provides the basics, but you can easily enhance it. Read more »

Using Java to access Web resources

Take a look at how you can tap into the power of the URL class and read and write data over URL connections. Read more »

Specify DataSet in XML

This article describes a mechanism that uses a Singleton Factory Class for creating DataSet objects that represent sets of views, locating the base configuration nodes for each view via XPath query. Read more »

Streamline .NET strings

Strings are integral to most app dev projects, so it is imperative that they don't impair performance. The .NET StringBuilder class streamlines string values processing. Read more »

Protect sensitive data with .NET 2.0's SecureString class

Beginning with .NET Framework 2.0, the SecureString class is available to easily hold encrypted data in memory. Here are details about using the SecureString class. Read more »

Easily format string output with String.Format

The .NET Framework provides a clean approach to string concatenation with the String class's Format method. Learn about the syntax for formatting string values. Read more »

C++: In search of the perfect convert-to-string function

Follow this tutorial using STL to develop an efficient, generic conversion function that will handle any data type with an overloaded operator. Read more »

Log in


Sign up | Forgot your password?

  • Staff A first look at Windows 7 beta

    In this week's Roundup we show you a preview of Windows 7 beta, cover news from the annual Macworld and more. Read more »

    -- posted by Staff

  • Staff Opera's new SDK: Better browsing on the Wii?

    Opera has thrown a little more love at device developers by announcing an updated version of its software development kit on Wednesday at CES. Read more »

    -- posted by Staff

  • Staff 2008: Time to call stumps

    It's another year down but some things never change. That was shown this week as Internet Explorer remained under fire from yet another zero-day exploit. In other news, we set a hard drive on fire and Apple cans its involvement with MacWorld. Read more »

    -- posted by Staff

What's on?