News (24)

System.Globalization namespace in .NET

The .NET Framework has built-in support for globalisation in its System.Globalization namespace. This namespace can help you build international support into your applications. Read more »

World Bank gets hacked

The computer network used by the World Bank Group has suffered a series of at least six intrusions since mid-2007, according to a report. Read more »

Danger level rises for Perl flaws

A type of security flaw in Perl applications that experts thought could lead only to a denial-of-service attack is now believed to be much more serious. 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 »

Browser faceoff: IE vs Firefox vs Opera vs Safari

Web 2.0, with its complex sites and rich Ajax applications, is an increasingly demanding platform for a browser. In this review feature, we look at how the leading browsers measure up. Read more »

Google uses Lemon to find holes in apps

Google is working on a security tool -- codenamed Lemon -- to detect vulnerabilities in its Web applications. Read more »

IPv6 migration begins as ICANN updates servers

The great migration from IPv4 to IPv6 has officially begun, after the Internet Corporation for Assigned Names and Numbers (ICANN), added the first addresses to its root servers that conform to the new version of the Internet protocol. Read more »

IE plus Firefox equals 'critical' security risk

Firefox combined with Internet Explorer on the same desktop opens up a zero day vulnerability that is highly critical, according to security researchers. Read more »

Apple guru combats month of bugs

A software engineer has vowed to quickly provide a patch for flaws in Apple software that are set to be made public by researchers Kevin Finisterre and the pseudonymous LMH this month. Read more »

Fighting Office with open source

Michael Meeks is a distinguished engineer at Novell. But his current project may be his toughest yet. He is in charge of tackling interoperability between Novell's OpenOffice.org productivity suite and Microsoft Office. And as with anything relating to Microsoft, this involves more than just technology. Read more »

Features (423)

Comparing strings with and without case sensitivity in VB.NET

Working with strings is a very important functionality in most applications. In this tip we take a look at string comparisons. Read more »

Easily format string output with String.Format

The .NET Framework provides a clean approach to string concatenation with the String class's Format method. Learn about the syntax for formatting string values. Read more »

Protect sensitive data with .NET 2.0's SecureString class

Beginning with .NET Framework 2.0, the SecureString class is available to easily hold encrypted data in memory. Here are details about using the SecureString class. Read more »

StringBuffer helps you reduce Java overhead

Dealing with dynamic string data requires care to avoid excessive system resource consumption. The basic Java StringBuffer class is designed to tackle this. Read more »

Performing text calculations in FileMaker

FileMaker, long considered a toy by -serious" developers, is ideal for rapid development and includes many tools to help build useful apps fast. Read more »

Facilitate type conversions with stringstream objects

You can easily employ to conduct automatic type conversions in C++. Find out the advantages of over . Read more »

Design your Java applications to be more accessible with JAAPI

Did you know that you can use a rich palette of accessibility tools to make your Java application more accessible to users with disabilities? Learn how to incorporate the Java Accessibility API (JAAPI) in your application development work. Read more »

Using AppleScript to build Mac OS X applications

You can easily build applications that use the Aqua UI and interact with other applications on your Mac. We'll show you how. Read more »

Easily utilise Microsoft Word functionality in your .NET application

Microsoft Office may be utilised in .NET code via .NET and COM interoperability. Create more powerful applications by integrating the many functions available in the Word products into your application. Read more »

Designing secure intranet applications

During the design phase, engineering and security teams must work together to ensure intranet applications meet the established security standards. Read more »

Blog (4)

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 »

Microsoft's PDC Potpourri

Chris Duckett [blogs:betaliving] -- While not game-breaking in their own right, these little titbits complete the picture from Microsoft's recent PDC conference at Los Angeles. Read more »

July book giveaway

Staff [blogs:syslog] -- Help out in the Builder AU forums and win a book! 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 »

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?