Tags: app, null

Features (35)

Working with null values in .NET

One of the trickier aspects of application development is dealing with null or nonexistent data. Tony Patton takes a closer look at null values in the .NET framework. Read more »

Gather Web server stats with a custom PHP app

You can't always trust the server statistics provided by a third-party hosting company, so developing your own monitoring application is a wise move. See how to use PHP to create a stats-generating app that produces reliable logs. 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 »

How to validate forms with JavaBeans

What if your Web app supports too many forms to validate with hard-coded JavaScript? This server-side strategy can help automate the process. Read more »

Create distributed services with Java's RMI-framework

RMI allows one Java object to make a call to another regardless of where the second object resides. With RMI, you can create transparent distributed services and applications. Find out how to set up an RMI application in your enterprise. 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 »

Building Java apps with Maven

Maven is more than just a build tool. Used properly, it can help manage your projects and aid deployment. We'll show you how Read more »

Add stability to your ASP.NET applications with AppDomains

This article explains the concept of an application domain within ASP.NET, a security feature of the .NET framework. Read more »

Store your app's configuration information with Java Properties

Keeping configuration info in a handy text file can make your life easier. Learn to leverage Java's Properties class for this purpose in your own applications. Read more »

Three handy Perl approaches let you grab data for UNIX apps

You can use Perl to eliminate some routine tasks in UNIX, such as grabbing data from external commands. We'll explore three different methods, including backticks and the open() command. 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?