News (67)

Touching Windows 7

Along with the gestures themselves, Microsoft has tweaked the desktop to support touch, doing things like spreading out menu lists to make the operating system easier to navigate with just a finger. Read more »

Windows XP gets another lifeline

Bowing to continued demand, Microsoft has again extended the life of Windows XP. Read more »

TCP flaw threatens Web servers

Two researchers in Sweden have found multiple flaws in the TCP stack that could lead to massive denial-of-service attacks if exploited. At present there is no workaround and there are no patches available. Read more »

Paranoid Android: Did they forget Oz?

Dozens of phone calls and emails today made one thing clear: none of Australia's telcos or handset manufacturers has briefed their staff on when mobile phones running Google's Android system will be made available locally, if they are at all. Read more »

Aussie CIOs poke under Chrome bonnet

Australian chief information officers have shown a mixed reaction to Google's new Chrome browser, which was released in testing form last week to early adopters' praise. Read more »

Sun open-sources mobile Java UI toolkit

Sun has open sourced its toolkit for creating Java-based user interfaces for mobile phones. Read more »

Interview: Red Hat's new CEO

Red Hat's new chief executive officer, Jim Whitehurst, talks about the Linux maker in an extensive interview with ZDNet Australia sister site CNet News. Read more »

Tech greats bid farewell to Gates

As Bill Gates steps down from full-time work at Microsoft, well-wishing cheers and not-so-nice jeers are echoing from Silicon Valley. Read more »

Vista security to be 'obliterated' at Black Hat

An IBM X-Force security researcher has promised to exploit massive holes in Windows Vista's defences at the upcoming Black Hat security conference in Las Vegas. Read more »

Google Gadgets now work on Linux

Google Gadgets — mini-applications that can be placed anywhere on the desktop — have, until now, only been compatible with Windows and Mac. Read more »

Features (319)

Should you install the new version of Java?

Sun Microsystems released a new version of Java for Windows, Linux and Solaris recently. Should you rush out to install it? Probably not. Read more »

Use the FileSystemWatcher to monitor directory changes in C#

One of the more interesting objects included in the Microsoft .NET Framework class library is the System.IO.FileSystemWatcher. This object allows you to be notified when certain events occur in a directory, such as file creation, deletion, or modification. Read more »

LINQ for next Java query API?

LINQ could become the next query API for Java, after the majority agreed at a recent meeting of the Object Database Technology Working Group (ODBTWG), as well as the ICOODB conference in Berlin that it was the optimal solution. Read more »

Choose your own version of serialisation in Java

When you attempt to recreate an object from serialised data, if the current class's version doesn't match the version number found in the serialised data, then an InvalidClassException will be thrown. Read this Java tip to discover how you can prevent this error. Read more »

Send email alerts when errors are written to the event log

It is common for applications to write to the Windows Event Log when errors occur or a warning is issued, and with the advent of the .NET Framework, Microsoft has provided developers with built-in functionality to read and write data to or from the event log. Read more »

Unleash the power of dynamic proxies in Java

Find out how dynamic proxies in Java work, and then learn how to create a proxy that implements a list of interfaces. Read more »

A Beginners Guide to Threading

The golden age for programmers is over. For a decade we have been able to get away with writing slow code, knowing that the hardware would pick up the slack. Not so any more, hardware developers have decided that software developers need to raise their game, and get ready for a generation of multi-core processors. Read more »

Choose the right JDBC driver for your database interface

Picking the right driver can optimise connectivity between your Java apps and database. Read more »

Download files over the Web with .NET's WebClient class

The System.Net namespace includes the WebClient class for uploading and downloading files via HTTP. You can copy or read files with only a few lines of code. Read more »

RIFE with possibilities

Developing a web-based application is never a small undertaking. At the very best it's a lot of work just to develop the code that does whatever it is your application is supposed to do but before you even get to the point of writing your application's code, you have to decide what you going to write it in. Read more »

Blog (8)

The best news Linux could ever receive: LinuxWorld's a bust

Staff [blogs:syslog] -- The latest proof that Linux has conquered the corporate data center crowd: LinuxWorld is a dud. Read more »

When it comes to Apple, proprietary, 'schmaprietary'

Staff [blogs:syslog] -- The company's "closed" behaviour, you can argue, is what makes simplicity possible. What limited Apple's appeal is now working to its advantage. Read more »

Newbie guide to Google's Android

Brendon Chase [blogs:codemonkeybusiness] -- Google's platform for mobile devices has been announced and ready for developers to get their hands dirty. Here's the basics of what it's all about and the core architecture overview. Read more »

Open source Java imminent

Brendon Chase [blogs:codemonkeybusiness] -- It's finally happening, Sun are releasing Java ME and SE under an open source licence -- the GPL. Read more »

Try… Catch… Win!

David McAmis [blogs:theneteffect] -- As a .NET developer, there are a few “best practices” that you should always consider. And one of the biggest is that every application you write should include error trapping to trap critical and non-critical errors that may occur. And the .NET framework makes it easy to use “Try… Catch” statements to intercept any errors that occur and allow you to handle the exception. Read more »

Jack-of-all-Trades or Specific Accolades?

Paul Ayre [blogs:controlaltdefeat] -- A programmer can take one of two paths. You can specialise in a small subset of languages or platforms, or you can learn a myriad of technologies at just beyond face value. How is BuilderAU going to help you? Read more »

One Competition for the Rest of Us

Andrew Muller [blogs:nouveauricheinternet] -- Adobe are celebrating the release of Flex 2 beta 2 this week with a developer competition with some tasty prizes. While that's good news for many, entries are only being accepted from residents of the USA and Canada (except Quebec, those crazy Francophiles have some issues with people entering competitions). Read more »

Application Threat Modeling v2

[blogs:] -- Threat Modeling has become one of the most important ways to increase the security of your application development projects. It allows you to understand the threats you will face, and implement countermeasure in a consistent, reliable way. If you only do one thing to improve yoru development processes, Threat Modeling should be it. Now with the new ACE Threat Modeling methodology and tools, it's easy to do as well! 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?