News (53)

IBM tunes up for Jazz open-source project

IBM is working on an open-source project called Jazz to promote programming tools for globally distributed teams. Read more »

Open source push reflects need for FTA action: Lundy

Even modest adoption of open source software could trim 2.5 percent from the government's IT spend, Labor senator and shadow minister for IT Kate Lundy told approximately 150 gathered attendees in a broad keynote speech that kicked off the AUUG'2004 conference in Melbourne yesterday. Read more »

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 »

Google Summer of Code coming to Australia

Google plans to expand its Summer of Code program for university students into the southern hemisphere this year, making it possible for Australian undergraduates to participate during their summer break. Read more »

Debian preps for December code release

Developers of the popular Debian Linux distribution are ramping up coding efforts as they plan to release the next version of their operating system in December this year. Read more »

Ubuntu debuts Jaunty Jackalope

The Ubuntu project has detailed plans for the April 2009 version of its Linux distribution, continuing its habit of naming its software after animals by dubbing Ubuntu 9.04 "The Jaunty Jackalope". Read more »

Google quietly updates Chrome

Search giant Google has quietly begun releasing a hastily prepared update to its Chrome browser to fix some security problems. Read more »

Microsoft co-operation working well: Samba author

Co-operation between Microsoft and the developers of the open source Samba protocol is going much better since a landmark settlement in December, according to the software's original developer. Read more »

Mozilla: Web apps faster with Firefox 3.1

Firefox 3.1 will run many Web-based applications such as Gmail faster through incorporation of a feature called TraceMonkey that dramatically speeds up programs written in JavaScript, Mozilla said Friday. Read more »

Malware writers now number one software makers

For the first time, the amount of malicious software being released has outstripped that of legitimate software, according to new research. Read more »

Features (125)

Applied Reflection: Creating a dynamic Web service to simplify code

While Visual Studio and the .NET Framework enable developers to create and consume Web services via a simple interface, there are times when a developer must dig a little deeper into the technology to accomplish what is required. Zach Smith explains how to leverage a combination of the .NET Framework's Reflection API and Web services to create a dynamic business layer proxy. Read more »

Look inside the Java Reflection class

Java Reflection is a technology that looks inside a Java object at runtime and sees what variables it contains, what methods it supports, what interfaces it implements, what classes it extends -- basically everything about the object that you would know at compile time. We'll show how you can use this technology in your own projects. Read more »

C-sharp reflection: Save development time throughout the project life-cycle

As a powerful feature of the .NET Framework, reflection provides developers with the ability to examine classes and structures at runtime. This article explains the concept of reflection and how it saves development time throughout the project life-cycle. Read more »

Put the Java Reflection API to work in your apps

The Java Reflection API enables you to take advantage of a variety of programming techniques. We'll show you how to inspect objects and work with arrays in the context of this API. Read more »

Modules and Introspection with Ruby

The Ruby language has a number of features that make it easy to organise code in ways that avoid duplication and makes your expressions clear and easy to understand. Read more »

Analyse your managed .NET code with FxCop

Check your .NET code for bugs and compare it against Microsoft's design guidelines via the freely available FxCop. Learn more about this code analysis tool. Read more »

Improve code confidence with these three .NET code review tools

Automated code tools can help developers locate potential problem points in their code before it ever leaves their machines. Here's a look at three tools that can help you with automated code review. Read more »

Measure progress by counting lines of code

One developer explains why he believes that counting lines of code can yield useful information, and he shares an app to automate the process. Read more »

.NET attributes are more than decoration

Among the most confusing and misunderstood elements of the .NET framework are the purpose and uses of attributes. Read this article to see why attributes are a good thing. Read more »

Retrofitting JUnit: Start testing older code

While best practice says that you write your tests at the same time as - or even before - you write your code, you'll probably have a body of code without tests. Here's how you add tests to existing applications. Read more »

Blog (2)

Feeling fines with Microsoft

Staff [blogs:syslog] -- This week had Microsoft-related news coming at us from left, right and centre -- fines, launches and more Steve Ballmer than you can handle. Read more »

So Long, Bill... But when's Steve leaving?

Matt Overington [blogs:bricksandmortar] -- Read more »

Log in


Sign up | Forgot your password?

What's on?