News (21)
Adobe tools put desktop apps in the browser
Adobe is preparing to open source development tools that will enable existing desktop and server software to run in Web browsers, according to reports. Read more »
Rapid app development hits Delphi for PHP 2.0
CodeGear has launched the Delphi for PHP 2.0 integrated development environment to improve its developer tools suite for building interactive Web applications. Read more »
Windows developers take Borland to task
Coders using Borland's C++Builder IDE are demanding that the company continue supporting and developing it. Read more »
C++ creator calls for programming apprenticeships
C++ creator Bjarne Stroustrup and software design guru James Coplien are calling for better training for software developers. 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 »
Powerhouse adds photos to Flickr Commons
A Flickr project to house publicly held images is getting hundreds of photos from Sydney's Powerhouse Museum. Read more »
Apache's Portable Runtime reaches 1.0
The cross-platform application library is now production-strength. Read more »
Details on Intel's beta Mac development tools
Intel has released betas of its software development tools for Mac OS X running on the Intel architecture. Read more »
Microsoft to offer peek at new tools
Microsoft Chairman Bill Gates will offer a glimpse this week of future versions of the company's Visual Studio.Net development tools bundle. Read more »
Features (214)
VS.NET 2005 and the new C runtime library routines
If you use C libraries, C++ template libraries, or Visual Studio, and care about security, check out the forthcoming changes that VS.NET 2005 will bring to the C runtime library routines. Read more »
Quick tips to make better use of the STL in C++
Here's a pair of tips on formulating functions and avoiding off-by-one errors that will help you implement the STL more efficiently. Read more »
Format C++ objects as you write them
The STL allows you to write objects to streams, but what about custom formatting? This code walk-through will show you how to handle it. Read more »
Why should you choose fstream classes for file I/O in C++?
The fstream class I/O library in C++ boasts several features that the stdio.h lacks, including an OO interface and internationalisation support. See what other advantages you can gain from fstream classes. Read more »
Glitch in C++ libraries allows a DoS attack against ISAPI
The Microsoft Foundation Classes static library contains flaws that make ISAPI extensions vulnerable to DoS attacks. Find out why this illustrates a major challenge for developers who need to produce secure applications. Read more »
Write and format ranges and containers in C++
The C++ STL offers a handy way to write values to streams, but it doesn't work with arrays. Here's an easy way to write ranges and containers to streams. 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 »
C++: Removing duplicates from a range
Removing duplicates from ranges is a fairly common task in C++, but the std::unique algorithm in the Standard Template Library (STL) has some limitations. Find out how to work around them. 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 »
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 »
Blog (4)
Opera Widget SDK released
-- Opera has announced the release of Opera Widgets SDK beta, that allows Web developers to create Web applications capable of running on all devices. Read more »
Spry Game
-- At this year's Adobe WebDU conference in Sydney, Greg Rewis gave a presentation on Spry 1.6, the AJAX framework. Read more »
What's new in GWT 1.5?
-- I recently wrote an introduction to the Google Web Toolkit based on Lars Rasmussen's session at the Google Developer Day 2008 in Sydney. Following the introductory session Lars gave us a deeper insight into GWT, particularly what's new in version 1.5. Read more »
No, you can't have private attributes in Python
-- Is the lack of privacy a real shortcoming of the language, or is our judgment clouded by the old conventions of C++ and Java? Why do we need private variables anyway -- at what point does defensive programming become paranoia? Read more »
Filter Tags
News and features
- Latest
- Popular
- Features
- Most Discussed
-
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 »
-
Sun eye Web developers with Netbeans 6.5Despite 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 »
-
BarCamp buzz: Let the hacking continueAttending 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 »
-
Interplanetary Internet a possibility
2008/11/21 10:32:55
-
Conroy ducks, Ballmer evades and Android Fails -- Club Builder
2008/11/20 10:58:20
-
Yang's resignation: The talk of Silicon Valley
2008/11/19 16:10:33
What's on?
-
Conroy ducks, Ballmer evades and Android Fails -- Club Builder
Club Builder this week takes a long look at Senator Conroy's recent attempt to explain his Great Firewall of Australia, we chase Steve Ballmer over Sydney, and find Google's biggest bug of the year.

