News (57)

Psst...now it's Cisco source code up for sale

The Source Code Club has opened up shop again. Read more »

Microsoft releases public test of Longhorn Server

Microsoft on Wednesday said it is releasing its first public test version of Windows Server 'Longhorn' as the company works to get the release out the door. Read more »

W3C celebrates tenth birthday

The World Wide Web Consortium is planning a celebration to mark 10 years of setting specs for the Web - prompting the question, when did the Internet begin? Read more »

Kernel coding no picnic, says Torvalds

Linux project lead Linus Torvalds has said it is not easy to become a major contributor to the Linux kernel. Read more »

Exploit code released for Adobe Photoshop flaw

Exploit code that could take advantage of a "highly critical" security flaw in the most recent versions of Adobe Photoshop has been published, a security researcher reported this week. Read more »

Google admits breaking App Store rules

Google acknowledged breaking the official rules of Apple's iPhone software development kit when it created the latest version of the Google Mobile application for the iPhone, but denied a more serious charge. Read more »

Google Mobile for iPhone breaks App Store rules

Google Mobile lets you search the Web using your voice in a way that is technically off-limits to iPhone developers, according to a report. Read more »

Google quietly updates Chrome

Search giant Google has quietly begun releasing a hastily prepared update to its Chrome browser to fix some security problems. Read more »

Google plans 'Chrome' browser

Search giant Google has confirmed it will shortly unveil a new Web browser dubbed 'Chrome' and based on code from the Webkit project. Read more »

Microsoft defines Centro "Essential"

Although the mid-range server software code-named Centro is still a few months away, Microsoft is divulging more details on its forthcoming release. Read more »

Features (225)

Analyse your managed .NET code with FxCop

Check your .NET code for bugs and compare it against Microsoft's design guidelines via the freely available FxCop. Learn more about this code analysis tool. 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 »

Simplify coding and maintenance with class libraries

You use class libraries when you're developing any type of .NET application in order to manipulate the file system, access databases, serialise objects, and launch and synchronise multiple threads of execution. Read more »

Make Java code review painless and effective

Java code analysers can take the pain out of time-intensive code reviews and help you optimise code when you're under the gun. See what these top tools can do for your development process. Read more »

Three tools that make Java code review painless

Reviewing and optimising code is a task no developer is too keen on. Use these tools to help automate the process as much as possible. Read more »

C++ Tip: Improve your code quality with mutable

The mutable keyword is a storage specifier that you can only apply to nonstatic data members of a class. In this article we explore mutable semantics and usage. Read more »

Create a VB6 grid control your users can modify

You don't have to create special input screens to modify grid data. We'll show you an easier way and toss in the code too. 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 »

Developing components: Namespacing and code organisation

Managing code and namespaces is an important aspect of application development that doesn't always get proper attention. See how one company uses Workspaces to their advantage. Read more »

Managed code in SQL Server Yukon: a big deal?

One of the big features of Microsoft's next release of SQL Server is the ability to run managed code. How does it work, and is it a good idea? Read more »

Blog (2)

No, you can't have private attributes in Python

Nick Gibson [blogs:byteclub] -- Is the lack of privacy a real shortcoming of the language, or is our judgment clouded by the old conventions of C++ and Java? Why do we need private variables anyway -- at what point does defensive programming become paranoia? Read more »

We don't need an eBay for security holes

Nick Gibson [blogs:byteclub] -- It's been likened to an eBay for hackers -- new security site WabiSabiLabi is a market place for auctioning security vulnerabilities. Read more »

Log in


Sign up | Forgot your password?

What's on?