News (1246)

Google Code reverses open source licence ban

Google has undone an earlier ban on the Mozilla Public License, an option for open source projects hosted at its Google Code site. Read more »

ASCII: An artful way around spam filters

An old computer art form is making a comeback as a newer way to evade spam filters. 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 »

Intel unveils developer tools for multicore apps

As Intel prepares for multiple cores in every machine, it is bringing new tools to the table for software developers. Read more »

Microsoft planning IE privacy mode

For many, privacy on the Web is a concern. And for Microsoft's Internet Explorer team, privacy is a feature. Read more »

Google releases near-final Android programming tool

Google on Monday released the first beta version of its software developer kit (SDK) for Android phones, a significant step in the company's hope for "open" phone technology. Read more »

Open source licence victory in model-railway case

A federal appeals court in the US has upheld the right of a copyright holder to distribute software under a free or open source licence while preventing such code being used commercially without following the licensing conditions. 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 »

Researcher blackmails Sun, Nokia

A Polish security researcher has claimed to have found multiple flaws in mobile Java, but is demanding €20,000 in return for full details of the vulnerabilities. Read more »

Olympics cybersecurity

At the Beijing Olympics, cybercriminals will be on the prowl for credit card information to steal, and security forces could well direct snooping efforts at unsuspecting travellers, warns the US government. Read more »

Features (1035)

Build Web applications without writing code

This article gives an overview of Iceberg -- a tool for building Web application without writing code. Read more »

Secure ASP.NET 2.0 sites with Membership API

Beginning with ASP.NET 2.0, the Membership API was added to simplify adding security to a Web application. This article explains how to use the Membership API with a SQL Server back-end. Read more »

JavaScript -- a Flash competitor?

Open source software has its problems when it's trying to keep up with proprietary software, but when it does what it's good at -- creating ideas and developing them very quickly in public -- it can be revolutionary. Read more »

How do I ... make C# or .NET Framework applications accessible in the system tray?

A great way to insure that your program is easily accessible to the user is by putting an icon for your application in the system tray. This article shows you how to use the system tray with C# and the .NET Framework. Read more »

Get your Shoes on and go dance with code

Shoes is a Ruby-based toolkit which has the evangelical mission of letting non-programmers get their mice wet without having to go through all the tribal initiation rituals that today's computing environments demand. Read more »

Getting to grips with parallelism

Although parallelism may be a new concept for many programmers, there are some for whom the concept is a part of their daily responsibilities. Read more »

Multi-core state of play

It promises to be the biggest revolution in programming since object orientation -- but it remains virtually unheard of to most developers. Thanks to the development and uptake of multi-core CPUs, developers must begin to consider truly programming in parallel. 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 »

Programming for Cell

As the Cell has seven usable cores and some exotic memory features, it can offer more parallelism than other chips in the marketplace but it comes at the cost of ease of programming. We discuss the challenges faced by this difficult yet highly parallel architecture. Read more »

Customise the Joe text editor

The Linux text editor Joe has easy-to-remember keystrokes and allows you to customise it to suit your needs. This article tells you how to tweak the configuration file to create keybindings and map your favourite commands. Read more »

Video (2)

Super Techies: Brendan Eich

In a Super Techies interview, Mozilla CTO Brendan Eich talks to ZDNet Editor in Chief Dan Farber about his career as a programmer in Silicon Valley. Eich discusses his early work at Netscape creating the JavaScript programming language, battling Microsoft in the browser wars, and his current role at Mozilla,... Read more »

Discussing IronPython

IronPython is an implementation of Python on the .NET platform. Lead Program Manager, Mahesh Prakiya talks about the future of IronPython and how they work with the Python community. Read more »

Blog (71)

Facebook developers to factor in age, location

Staff [blogs:syslog] -- Facebook has announced modifications to its developer application programming interface so that the creators of third-party applications can restrict their reach by demographic -- more specifically, by age or location. Read more »

Install usability practices in your shop with Silverback

Brendon Chase [blogs:codemonkeybusiness] -- Getting started with usability testing doesn't require an expensive lab full of equipment and science nerds in white coats to poke and prod your users. Cheap and accessible software is readily available to help your team create better software for end-users. Read more »

Google App Engine sort of getting Perl support

Staff [blogs:syslog] -- Google programmers are adding support for the Perl programming language to its App Engine service for hosting Web applications, but so far it's not really an official project. Read more »

Sysadmin hijacks San Francisco while Torvalds attacks security circus

Staff [blogs:syslog] -- This edition of the Weekly Roundup looks at how one man has taken over the network of the city of San Francisco, take a glance at a local news start-up and Linus Torvalds calls out the IT security sector. Read more »

Introducing the new "nerd whistle"

Staff [blogs:syslog] -- Certainly the iPhone 3G has changed a lot about how we think of our mobile devices, but I guess I never thought we would discover the ultimate geek magnet -- the nerd whistle of all App Store apps -- the Phonesaber. Read more »

Repent Open Sourcerers

Staff [blogs:syslog] -- The Anglican Diocese in Sydney is moving away from Microsoft technologies, Access and ActiveX provide another way for remote code execution and a local Aussie team wins the Imagine Cup. All that and more in this week's Roundup. 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 »

Windows XP's last hurrah

Staff [blogs:syslog] -- The mere fact that Microsoft will stop widespread sale of Windows XP at the end of the day has been a topic here and elsewhere for months. The most immediate question is, with Windows XP moving off the stage, just where is Windows Vista? Read more »

Railo to go open source with JBoss

Brendon Chase [blogs:codemonkeybusiness] -- Railo have announced they will be open sourcing their alternative engine for the ColdFusion Markup Language (CFML). 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 »

Others (2)

LCA Open Day

Yesterday was show and tell day for linux.conf.au with a pavilion full of gadgets, toys and cool stuff Read more »

Is your desk a disaster? Show us and win!

Read more »

Log in


Sign up | Forgot your password?

  • Staff Shadow chasing in browsers

    The punching and counterpunching continued in the ongoing web browser development bout. Each time one browser closes a feature gap, a new feature appears in one of the others -- how we ever put up with the years of browser stagnation, I'll never know. Read more »

    -- posted by Staff

  • Chris Duckett Safari gets Gears

    Since its release in May last year, Gears has supported only Internet Explorer and Firefox browsers. With the addition of Safari into the Gears fold, it closes the loop of major browsers to support Gears Read more »

    -- posted by Chris Duckett

  • Renai LeMay MyPerfect.com.au has potential

    Victorian Web start-up My Perfect has a strong story and rationale for why it will succeed. But it has to overcome some challenges and design flaws first. Read more »

    -- posted by Renai LeMay

What's on?