Software, .NET, PC's, PHP, ETC..

 

software development

DDJ

Tcl-URL! - 2006/3/28 by Uwe Klein
Want to keep up on the latest in Tcl? There's no better way than subscribing to "Dr. Dobb's Tcl-URL!: The Weekly Guide to Tcl Resources." These weekly postings will keep you up-to-date on the latest conferences, papers, releases, links, and more core information about Tcl. DDJ is proud to be associated with the Tcl-URL! team that launched this valuable project.

Python-URL! - 2006/3/27 by Peter Otten
Want to keep up on the latest in Python? There's no better way than subscribing to "Dr. Dobb's Python-URL!: The Weekly Guide to Python Resources". These weekly postings will keep you up-to-date on the latest conferences, papers, releases, links, and more core information about Python. DDJ is proud to be associated with the Python-URL! team that launched this valuable project.

Tcl-URL! - 2006/3/21 by Uwe Klein
Want to keep up on the latest in Tcl? There's no better way than subscribing to "Dr. Dobb's Tcl-URL!: The Weekly Guide to Tcl Resources." These weekly postings will keep you up-to-date on the latest conferences, papers, releases, links, and more core information about Tcl. DDJ is proud to be associated with the Tcl-URL! team that launched this valuable project.

Python-URL! - 2006/3/20 by Peter Otten
Want to keep up on the latest in Python? There's no better way than subscribing to "Dr. Dobb's Python-URL!: The Weekly Guide to Python Resources". These weekly postings will keep you up-to-date on the latest conferences, papers, releases, links, and more core information about Python. DDJ is proud to be associated with the Python-URL! team that launched this valuable project.

Python-URL! - 2006/3/17 by Cameron Laird
Want to keep up on the latest in Python? There's no better way than subscribing to "Dr. Dobb's Python-URL!: The Weekly Guide to Python Resources". These weekly postings will keep you up-to-date on the latest conferences, papers, releases, links, and more core information about Python. DDJ is proud to be associated with the Python-URL! team that launched this valuable project.

The IPostBackDataHandler Interface
Server controls implementing the IPostBackDataHandler interface are a key part of ASP.NET's postack mechanism.

Python-URL! - 2006/3/06 by Cameron Laird
Want to keep up on the latest in Python? There's no better way than subscribing to "Dr. Dobb's Python-URL!: The Weekly Guide to Python Resources". These weekly postings will keep you up-to-date on the latest conferences, papers, releases, links, and more core information about Python. DDJ is proud to be associated with the Python-URL! team that launched this valuable project.

2006 Dr. Dobb's Journal Excellence in Programming Award
Moving computer security to the front lines of software development is just one reason Bruce Schneier is the recipient of this year's Excellence in Programming Award.

An Algorithm for Compressing Space and Time
Making a slow program fast can lead to both joy and frustration. But sometimes a new approach yields amazing improvements.

Dependency Management
John explores the irony of Make.

Consuming .NET Web Services in Oracle JDeveloper
Max uses Oracle JDeveloper 10.1.2 to examine the problems you must overcome when consuming ATL/.NET web services in Java clients that rely on Apache SOAP.

Monitoring the Java Virtual Machine
Java Management Extensions (JMX) provide tools for monitoring and managing applications and the resources they use.

Managed C++ and the Side-by-Side Cache
The Visual Studio installer places Visual Studio shared libraries in a location called the "side-by-side cache." Here's what you need to know to leverage it.

Accelerating Compute Intensive Functions Using C
Joe examines how you accelerate application processing using a software-configurable architecture to achieve hardware-accelerated performance in C.

Overloading and Overloading
Operator overloading may be syntactic sugar, but there are a lot of things that don't taste very good without sugar.