News (2)

Interrupting Java threads

Multithreading presents a set of new challenges to the programmer that can lead to unexpected behaviour. In this article we address one of those challenges: how to interrupt a running thread. Read more »

Hiring help

Given the stress of software development, should the job interview for a developer position be kind and gentle, or should it challenge candidates to show their stuff? Read more »

Features (128)

Building custom subroutines in Perl

Subroutines are prepackaged pieces of code that are designed to help you quickly accomplish common tasks. Perl comes with a bunch of built-in subroutines, such as print(), but you can also easily build your own reusable subroutines. Read more »

Manipulating strings with JavaScript

While JavaScript has many applications, working with string values is one of the most popular. Let's take a closer look at manipulating strings. Read more »

A Quickstart to Common Lisp

Common Lisp is one of the most powerful and efficient languages out there, but it's still widely misunderstood. It's predecessor Lisp is almost fifty years old and projects are still being started using it -- get the basics under your belt with this quick start. Read more »

Achieve common ASP.NET page functionality

In this article we take a look at ASP.NET 2.0's template page feature and how you might create base pages with inheritance. Read more »

Understand the CLR security features

In this article John McCormick takes a close look into the Common Language Runtime (CLR) and it's security features. Read more »

Secure your .NET smart client apps with CAS

.NET allows code to be downloaded onto several workstations, which increases security concerns. Fortunately, the .NET Framework offers a solution--code access security (CAS). Read more »

Use XML to drive a DHTML menu

Populating your menus from an XML file that can be dynamically refreshed on every page allows you to mix common elements with user- and page-specific elements, and lets you build a unified menu. Read more »

Making Swing trees easy

Trees are a common GUI component, and Swing provides classes to create them. However, using dynamic data with trees can be problematical. We'll show you how to avoid the pitfalls. Read more »

Take advantage of code snippets in Visual Studio 2005

Visual Studio 2005 brings auto-complete for code snippets to C#, J#, and XML, as well as additional features for Visual Basic. Read more »

PHP gotchas to avoid

When you are debugging PHP code under a tight deadline, start by looking for the most typical problems. Topping the list should be parsing and scope errors. Read more »

Log in


Sign up | Forgot your password?

  • Staff A first look at Windows 7 beta

    In this week's Roundup we show you a preview of Windows 7 beta, cover news from the annual Macworld and more. Read more »

    -- posted by Staff

  • Staff Opera's new SDK: Better browsing on the Wii?

    Opera has thrown a little more love at device developers by announcing an updated version of its software development kit on Wednesday at CES. Read more »

    -- posted by Staff

  • Staff 2008: Time to call stumps

    It's another year down but some things never change. That was shown this week as Internet Explorer remained under fire from yet another zero-day exploit. In other news, we set a hard drive on fire and Apple cans its involvement with MacWorld. Read more »

    -- posted by Staff

What's on?