News (20)

Acrobat 9 crashes with malformed URLs

Certain URLs can cause Adobe Acrobat 9 to suffer a denial of service or crash, says a researcher. 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 »

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 »

Getting ready for the Python breakage

If Google starts behaving oddly later this year, it might not be due to too many YouTube videos of Britney Spears losing it or a stealth attack by Microsoft's minions, but because of a forthcoming change to the Python programming language. Read more »

Microsoft fixes 9 flaws in 6 patches; 4 are critical

Microsoft today released its October 2007 security bulletin, which includes six updates: four are designated as Critical by the software giant; two are deemed Important, and one previously announced patch was dropped. 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 »

Google pulls malicious sponsored links

Google has removed paid links that advertised seemingly legitimate Web sites but actually tried to install nefarious programs on PCs. Read more »

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 »

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 »

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 »

Features (476)

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 »

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 »

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 »

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 »

C++: In search of the perfect convert-to-string function

Follow this tutorial using STL to develop an efficient, generic conversion function that will handle any data type with an overloaded operator. Read more »

VB tip: Open the CD-ROM door

When your program makes use of the CD-ROM drive, it can be a nice touch to open and close the door under program control. We'll show you how in this article. Read more »

Quick tips to make better use of the STL in C++

Here's a pair of tips on formulating functions and avoiding off-by-one errors that will help you implement the STL more efficiently. Read more »

Pick up some Python with this script walk-through

In Python, loops and flow control statements aren't terminated, which can get a little confusing. Here is a script walk-through from Builder.com to help you with Python. Read more »

Advantages of using the ADO Command object

The Command object offers several unique advantages over the ADO Recordset object for programmatic data updating. This article gives specific code examples that display the Command object's flexibility. Read more »

Blog (4)

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 »

Google destroys Security Through Obscurity

Chris Duckett [blogs:betaliving] -- Google Labs' new Code Search makes it easier for hackers to find database username and password details by entering strings that are commonly used within configuration files. 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 »

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 »

Log in


Sign up | Forgot your password?

What's on?