News (42)

Kernel coding no picnic, says Torvalds

Linux project lead Linus Torvalds has said it is not easy to become a major contributor to the Linux kernel. Read more »

Code King unveils secrets of success

Wrapped in the Australian flag, John Dethridge from Victoria recently took home the 2002 TopCoder Invitational Championship title. Builder Australia recently caught up with the #1 coder to talk about his achievement. Read more »

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 »

Google reveals Android source code

A year after announcing Android, the open source phone operating system intended to jump-start the mobile Internet, Google has begun sharing the project's underlying source code. Read more »

Linux Foundation releases developer guide

The Linux Foundation has released a guide for developers who wish to contribute Linux code. Read more »

US subway hackers still gagged

A US judge let stand a temporary restraining order preventing three Massachusetts Institute of Technology students from discussing or disclosing their research into security vulnerabilities in the payment system for the local subway system. 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 »

PHP, Python, Samba get security tick of approval

Perl, PHP, Python and Samba have been commended for improving security in a report analysing over 250 open-source projects. 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 »

RealPlayer flaw: Stop using Internet Explorer

Security experts are warning RealPlayer users to stop using Internet Explorer until a patch is released for a flaw researchers discovered which could allow code execution. Read more »

Features (496)

Simplify coding and maintenance with class libraries

You use class libraries when you're developing any type of .NET application in order to manipulate the file system, access databases, serialise objects, and launch and synchronise multiple threads of execution. Read more »

Employ the Iterator class to streamline filtering

Iterator objects don't store objects the way arrays and linked lists do. See how using a filtering Iterator class can help you avoid wasted memory and decreased performance. Read more »

Java tips: Tap into the AWT Image class and FileNameMap

Need some Java tips you can put to work right away? Here are a couple of techniques you'll want to pick up if you work with Graphics objects or MIME files in Java. 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 »

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 »

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 »

Properly package your Java classes

In this article Builder.com presents some heuristics that focus on how to package classes to ensure a high degree of cohesion. Read more »

Getting .NET class info with Reflection

In this article, Builder.com walks you through two example programsââ,¬"a run-time class information reporter and a convoluted Hello World applicationââ,¬"that illustrate late-bound method invocation. Read more »

Three tools that make Java code review painless

Reviewing and optimising code is a task no developer is too keen on. Use these tools to help automate the process as much as possible. Read more »

Java reference objects make caching easy

Reference objects aren't just useful when memory is at a premium; they can also be used to provide slick caching abilities to any application. Read more »

Blog (5)

What's new in Dreamweaver CS4?

Lana Kovacevic [blogs:webanatomy] -- Let's look at some of the new features we can expect to see in Dreamweaver CS4. Read more »

What's new in GWT 1.5?

Lana Kovacevic [blogs:webanatomy] -- 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 »

What to Expect in Java SE 7

Staff [blogs:syslog] -- At the Sun Tech Days Australia Conference last week, I attended Chuk-Munn Lee's presentation "Java SE 6 Top 10 Features and Java SE 7". Here are some features we can expect to see in Java SE 7. Read more »

No, you can't have private attributes in Python

Nick Gibson [blogs:byteclub] -- 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 »

How to manage a team of geniuses

Brendon Chase [blogs:codemonkeybusiness] -- Hiring a team of developers and techies that are smarter than you is inevitable. As a manager how do you cope with this and keep things on track? Read more »

Log in


Sign up | Forgot your password?

What's on?