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: herb sutter a false sense of security

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.

Roasted Java

Dr. Dobb's Journal,
November 01, 2003

Ed looks at the history of cryptography and examines what it means for embedded systems developers programming in Java today.

Technology and Elections

Dr. Dobb's Journal,
November 01, 2003

Does electronic voting have your "yea" or "nay" this election season? And what will we do when a hard-disk full of votes suddenly crashes?

Dr. Dobb's Data Compression Newsletter Issue #46 - September 2003

Dr. Dobb's Journal,
October 07, 2003

The most recent compression techniques, algorithms, products, tools, and utilities. Edited by renown data compression expert Mark Nelson (author of "The Data Compression Book").

From C++ to Shining C

Dr. Dobb's Journal,
September 01, 2003

See your way to handily exposing C++ objects to C.

50 Ways to Go Wireless

Dr. Dobb's Journal,
September 01, 2003

Wireless opens a world of opportunity, but must be managed to avoid conspicuous chaos, health and safety hazards, and sensory overload. From life-saving killer apps to J2ME and Wi-Fi LAN tips; from etiquette enforcers to technology trends and sizzling platforms, come explore—and learn to harness—the liberating force of unencumbered apps.

Generalizing Observer

Dr. Dobb's Journal,
September 01, 2003

The function facility, recently adopted by the C++ standards committee, provides a generalized way of working with arbitrary functions when all you know (or need to know) is their approximate signature. It turns out that this facility enables us to write, among other things, generalized implementations of important design patterns like Observer. Those generalized design patterns, in turn, motivate two small but important extensions to function itself. - C/C++

Quick ASP.NET Security

Dr. Dobb's Journal,
September 01, 2003

Using inheritance, reflection, and attributes, you can quickly create application roles in an ASP.NET project that can map to real Windows groups in the web.config file, and enforce these roles throughout the application by simply defining an attribute for each page.

Adding Application Icons to the Task Bar

Dr. Dobb's Journal,
September 01, 2003

Since Windows 95, handling icons in the tray area has been controlled by the Shell_NotifyIcon function in the Win32 API. The .NET Framework wraps this API into an invisible control named NotifyIcon. Dino takes a look at the programming interface and demonstrates a sample tray application.

Implementing an SSL/TLS-Enabled Client/Server on Windows Using GSS API

Dr. Dobb's Journal,
August 01, 2003

Easy, secure communications for Windows.

Remote Reboot Shell Extension

Dr. Dobb's Journal,
August 01, 2003

If you work on multiple machines in a distributed environment, shutting down or rebooting remote machines can be a hassle. Rather than logging on to pcAnywhere or deploying the sneaker net, it would be nice to handle this task with a simple mouse click. Here is a shell extension that provides shutdown/reboot of a remote host via an Explorer shortcut. This article will describe the main technical aspects of this utility--the Remote Reboot context menu handler shell extension--and highlight some issues one must consider when creating such shell extensions using ATL, STL, and WTL.

Previous 10 11 12 13 14 15 16 17 18 19 Next