Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼



site Search Results

Results for: listen

Sort by: Relevance | Date

The Dr. Dobb's Developer Library DVD Order the NEW Discounted Dr. Dobb's Developer Library DVD 6
Purchase the fully searchable DVD for $59.95 - a 60% discount! Features 21 years of Dr. Dobb's Journal, 15 years of Sys Admin magazine, 14+ years of C/C++ Users Journal, 1 year worth of Dr. Dobb's Digest, podcasts, videos and more! Order Now.

The Parrot Asteroid Development Experience

Dr. Dobb's JournalMike Riley
May 31, 2012

Is That An Android In Your Car? - Mobile

The localStorage API

Dr. Dobb's Journal,
May 28, 2012

To use the localStorage API, developers rely on a wide choice of libraries, each with their own strengths and weaknesses. Pamela Fox examines the major contenders and explains where their features can best be used. - Web Development

Java Concurrency: The Executor Service

Dr. Dobb's JournalEric Bruno
May 10, 2012

Exploring the Java Executor Service, which is useful for managing pools of threads, as well as the scheduling of future events - JVM Languages

Kernels, Contexts, Threads, and Extensible Database Architecture

Dr. Dobb's JournalKen North
May 07, 2012

If you are building a new database management system or simply want to write better database applications, you should be aware of the extensible architecture of operating systems and database managers. - Database

Understanding Client-Side Storage in Web Apps

Dr. Dobb's Journal,
April 23, 2012

Pamela Fox compares the four major APIs for browser-side storage and explains how to balance performance, data size, and browser support. - Web Development

Type-Safe File-Based Configuration

Dr. Dobb's Journal,
April 23, 2012

Front loading error detection allows you to use configuration properties without having to worry about things like type mismatches, missing or illegal values, or unexpected exceptions - JVM Languages

Auto Types and Range-Based For Statements in C++11

Dr. Dobb's JournalMark Nelson
April 17, 2012

Two really handy features in C++11 are the range-based for statement and the auto type specifier. - C/C++

Java Concurrency: Queue Processing, Part 2

Dr. Dobb's JournalEric Bruno
April 15, 2012

There are times when you need to process different actions in different threads, but they need to be coordinated using a hand-off pattern. With a SynchronousQueue, both sides of the queue (consumer and producer) will block until there is a corresponding producer and consumer, respectively. - Parallel

PCs and Tablets: The Convergence is Happening Now

Dr. Dobb's JournalAndrew Binstock
April 10, 2012

The new iPad? Meh. I'm running Visual Studio 11 on Windows 8 (64-bit) on my tablet. Yes, my tablet. - Mobile

Custom Configuring Java Apps: Extending log4j

Dr. Dobb's Journal,
March 27, 2012

Creating an extended, server-side version of a log4j Logger that automatically configures itself and adds printf-like logging methods to the standard Logger - Web Development

Previous 3 4 5 6 7 8 9 10 11 12 Next