News (3)

In T-SQL, use CASE...WHEN in place of IF...THEN

Add some flexibility to your program flow in T-SQL with the CASE...WHEN statement. Get a hands-on look at the statement's syntax and the advantages it can provide for your application. Read more »

Flaws found in open source codes

A project funded by the US Department of Homeland Security has praised improvements in open source security, while outlining some common errors. Read more »

UK patent firm details ambitious claim

A UK organisation's Web patents appear to address many fundamental electronic publishing applications. Read more »

Features (144)

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 »

Avoid Null value conflicts in Access, SQL Server

Null errors between Access and SQL Server can be avoided if you know which functions are platform-specific and which can survive the transition. Read more »

Strategies for approaching null values with SQL Server

Dealing with null values is a fact of life for every database developer. Take advantage of these tips to properly deal with them in SQL Server for your next project. Read more »

Scalability vs. performance

One of the mental conflicts with building a scalable application is that all of the layers that we add for scalability hurt the performance of the application. Read more »

Web-Enabling Java Applications

In the second part of our series on building a simple Java application, we see how you can use servlets to web-enable apps easily Read more »

Simplify data caching with the .NET Caching Application Block

The Caching Application Block can save time and resources by caching Web services data for your distributed apps. It also offers a system for data security, expiration and scavenging, and a variety of storage options. See what the CAB has to offer. Read more »

Windows DNA to .NET migration considerations

One of the most difficult decisions facing any organization that's considering a move to .NET is how to handle existing applications. Such legacy applications generally fall into three categories: non-Microsoft, desktop, and Windows DNA. Read more »

Adding AJAX to Java with DWR

Making web-based Java applications more interactive doesn't need to be difficult. The Direct Web Remoting toolkit takes much of the hassle out of AJAX Read more »

ASP.NET caching strategies

The easiest way to improve the performance of your Web application is through effective caching. Discover how ASP.NET's built-in features make caching a breeze. 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 »

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?