News (26)

C# gets ISO approval

Microsoft's programming language is set to get ISO approval, which it hopes will help it win over corporations and governments. Read more »

World Bank gets hacked

The computer network used by the World Bank Group has suffered a series of at least six intrusions since mid-2007, according to a report. Read more »

Linux Standards Base gets better C++ support

C++ applications compiled with the latest versions of the GNU Compiler Collection can now be easily ported to multiple Linux distributions, which should help prevent forking Read more »

Web business standard gets thumbs up

A Web standards body has published a series of definitions that could make it easier for big companies to share business documents. Read more »

Google open sources XML-alternative Protocol Buffers

XML, it seems, has run out of steam for Google. Google said Monday that it has created an open source project for a data interchange format called Protocol Buffers. Read more »

Amazon to host Red Hat Linux online

Red Hat on Wednesday announced a significant departure from its current business plan, saying its flagship Linux product will be available on Amazon.com's Elastic Computing Cloud online service. Read more »

Adobe sees its future on the Web

Chief Executive Bruce Chizen places his bets on new software called Apollo and says a hosted version of Photoshop is in the cards. Read more »

Sun raves about US$99 developer tool plan

Sun Microsystems has confirmed that it will begin selling its Java Studio Creator programming tool on Monday. Read more »

Internet giants race to rope in developers

Web service providers are luring software developers, to get more applications on their hosted computing platforms. Read more »

Computer Associates gives 'critical mass' to Linux standard

Enterprise software vendor Computer Associates (CA) has backed the body behind the main cross-vendor Linux standardisation project in a move described by the body's chief as indicating a "critical mass" for the project. Read more »

Features (265)

Make your C# code more readable with comments

Application developers enjoy solving problems and churning out line after line of code, but the mere mention of documentation sends them running for the exit. Here are some tips for comments using C#. Read more »

Pick up the basics of .NET Framework multithreaded programming

Writing multithreaded .NET applications can be tough for beginning programmers. We'll show you how to create threads and how the syntax differs for VB.NET, C++, and C#. Read more »

Totally RAD: we road test five IDEs

Builder AU technical editor, David McAmis gets down and dirty with the most popular IDE's to see how they they stack up as Rapid Application Development (RAD) tools. Read more »

Using the static modifier in your C# .NET applications

Want to know how to use the static modifer in your C# applications? Tony Patton gives his tips in this article. Read more »

Persisting settings in C++

In a Web application environment, user experience can be enhanced by persisting the settings between sessions. The free downloadable C++ class library outlined in this article makes data persistence relatively simple. Read more »

Validate your data in C++

Find out how to use an alternative to set functions when validating data. This article explains the advantages of this technique and will walk you through writing a check_valid class. Read more »

Will C# benefit Microsoft, or the industry?

Now that C# has been approved by the ISO, one question looms large: Will Microsoft use its intellectual property rights to make it difficult for developers to comply with the standard? Read more »

How do I... Serialise a hash table in C# when the application requires it?

Unfortunately, the .NET Framework does not allow serialisation of any object that implements the IDictionary interface. This restriction includes, but is not limited to, hash tables. Read more »

How do I ... publish a custom application performance counter in C#?

Since performance counters are a standard system function they are an ideal method for tracking the performance your applications. Luckily, Microsoft has provided several classes within the .NET Framework to publish custom performance counters. Read more »

Seamlessly integrate applications with eBay using its Windows SDK

The eBay Windows SDK allows you to easily access eBay data within your application. Tony Patton gives you an overview of the functionality provided by the eBay Web services API. Read more »

Blog (6)

Apple's iPhone engineers to tour Sydney, Melbourne

Brendon Chase [blogs:codemonkeybusiness] -- Aussie developers will be able to get up close and personal with some of the iPhone engineers in November to learn how to build applications for the platform. Read more »

In a world of Goliaths, who's got a stone?

David McAmis [blogs:theneteffect] -- It seems like it is that time of year again... the days are getting longer, the weather is getting a bit warmer and the top-tier software vendors are on a buying spree. Will you get lost in the shuffle? Why not support your local software developer! Read more »

Will OLPC change Linux?

Chris Duckett [blogs:betaliving] -- If OLPC is successful then the next generation of programmers will come from an environment that is a vast change from the fringe desktop that we live in today. Read more »

Buffer Overflows still an issue

[blogs:] -- Developers are saying they've heard enough about buffer overflows and they knwo how to prevent them. Ok, then why are we still seeing them? There is still unmanaged code out there, and we still need to pay attention to how we write it. Read more »

The break-up of Borland

Brendon Chase [blogs:codemonkeybusiness] -- This week I caught up with David Intersomone, VP of developer relations worldwide, and Malcolm Groves, regional product director for Asia Pacific, from Borland's Developer Tools Group to talk about the immediate and planned future of the group once this division is sold by Borland. Read more »

CodeGear Q&A

Brendon Chase [blogs:codemonkeybusiness] -- CodeGear is the new name for Borland's developer tools business. Builder AU spoke to CodeGear about the handover and direction of the developer tools business under the new banner. Read more »

Log in


Sign up | Forgot your password?

  • Staff Crying, mooning and leaving

    In this week's roundup we see that continuous whining can get results, Linux users get 64-bit Flash and Moonlight previews, the latest in the Yahoo/Microsoft relationship and Senator Conroy ducks and weave in Senate Question Time. Read more »

    -- posted by Staff

  • Brendon Chase Sun eye Web developers with Netbeans 6.5

    Despite the recent employment axe hitting Sun the company has pushed out a new release of its Netbeans open source IDE with an eye to appeal more to Web developers. Read more »

    -- posted by Brendon Chase

  • Renai LeMay BarCamp buzz: Let the hacking continue

    Attending last weekend's BarCamp in Sydney, it was hard to escape the conclusion that a certain "dot-com bust" flavour had seeped into the kool aid previously being drunk by Australia's web 2.0 and early stage start-up sector. Read more »

    -- posted by Renai LeMay

What's on?