Advertisement
Membership
Login
ACCU Buttons
Design of applications and programs or Process Topics
Browse in : |
All
> Topics
> Design All > Topics > Process All of these categories |
- Options:
- View Article Map
- View Archives
Complexity, Requirement and Modules
Description : Programs can be unnecessarily complex. Rafael Jay examines a technique for doing better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
Description : Programs can be unnecessarily complex. Rafael Jay examines a technique for doing better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
An Introduction to FastFormat (Part 3): Solving Real Problems, Quickly
Description : A good library must be useful in practice. Matthew Wilson looks at usability and extendability.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
Description : A good library must be useful in practice. Matthew Wilson looks at usability and extendability.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
Software Development in the 21st Century
Description : What's the future of software development? Alan Griffiths and Marc Allan have a timely look at recent experiences.
Category: [ Project Management | Process Topics | Overload Journal #90 - April 2009 ]
Description : What's the future of software development? Alan Griffiths and Marc Allan have a timely look at recent experiences.
Category: [ Project Management | Process Topics | Overload Journal #90 - April 2009 ]
Testing State Machines
Description : State machines are a common design pattern. Matthew Jones seperates their concerns to make testing easier.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
Description : State machines are a common design pattern. Matthew Jones seperates their concerns to make testing easier.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
If You Can't See Me, I Can't See You
Description : Knowing where the doors are is only the start. Stuart Golodetz works out what he can see through them.
Category: [ Design of applications and programs | Overload Journal #90 - April 2009 ]
Description : Knowing where the doors are is only the start. Stuart Golodetz works out what he can see through them.
Category: [ Design of applications and programs | Overload Journal #90 - April 2009 ]
The Model Student: A Rube-ish Square (Part 2)
Description : A rube-ish square embodies some simple group theory. Richard Harris explores its properties.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
Description : A rube-ish square embodies some simple group theory. Richard Harris explores its properties.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
An Introduction to FastFormat (Part 2): Custom Argument and Sink Types
Description : A library should be customisable and have good performance. Matthew Wilson shows how to achieve both.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
Description : A library should be customisable and have good performance. Matthew Wilson shows how to achieve both.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
Measurable Value with Agile
Description : Are you solving the right problem or simply solving the problem right? Ryan Shriver shows us that both are needed for value delivery.
Category: [ Process Topics | Overload Journal #89 - February 2009 ]
Description : Are you solving the right problem or simply solving the problem right? Ryan Shriver shows us that both are needed for value delivery.
Category: [ Process Topics | Overload Journal #89 - February 2009 ]
Through The Looking Glass
Description : What's happening in the next room? Stuart Golodetz has to find the door first!
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
Description : What's happening in the next room? Stuart Golodetz has to find the door first!
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
The Model Student: A Rube-ish Square (Part 1)
Description : We all have nostalgia for favourite childhood toys. Richard Harris looks at the maths behind a classic.
Category: [ Design of applications and programs | Overload Journal #89 - February 2009 ]
Description : We all have nostalgia for favourite childhood toys. Richard Harris looks at the maths behind a classic.
Category: [ Design of applications and programs | Overload Journal #89 - February 2009 ]
An Introduction to Fast Format (Part 1): The State of the Art
Description : Writing a good library is hard. Matthew Wilson compares some existing formatting libraries, and promises to do better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
Description : Writing a good library is hard. Matthew Wilson compares some existing formatting libraries, and promises to do better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
The Model Student: Can Chance Make Fine Things? (Part 2)
Description : How well does evolution find solutions? Richard Harris models population change.
Category: [ Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : How well does evolution find solutions? Richard Harris models population change.
Category: [ Design of applications and programs | Overload Journal #88 - December 2008 ]
Model View Controller with Java Swing
Description : It's recommended to keep user interface and data model separate. Paul Grenyer looks a common solution.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : It's recommended to keep user interface and data model separate. Paul Grenyer looks a common solution.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
The Legion's Revolting!
Description : 3D meshes can be too large to deal with efficiently. Stuart Golodetz applies some ancient discipline.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : 3D meshes can be too large to deal with efficiently. Stuart Golodetz applies some ancient discipline.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Iterators and Memberspaces
Description : Exposing a compound object's collections can be messy. Roel Vanhout introduces a powerful idiom.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : Exposing a compound object's collections can be messy. Roel Vanhout introduces a powerful idiom.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Generics without Templates - Revisited
Description : Can you use the STL if your compiler lacks templates? Robert Jones implements iterators and alogorithms.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : Can you use the STL if your compiler lacks templates? Robert Jones implements iterators and alogorithms.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Seeing Things Differently
Description : The Multiple Material Marching Cubes (M3C) algorithm builds 3D models from 2D slices. Stuart Golodetz introduces it and provides a C++ implementation.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #87 - October 2008 ]
Description : The Multiple Material Marching Cubes (M3C) algorithm builds 3D models from 2D slices. Stuart Golodetz introduces it and provides a C++ implementation.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #87 - October 2008 ]
DynamicAny (Part 2)
Description : Alex Fabijanic uncovers the internals of DynamicAny with some performance and size tests.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #87 - October 2008 ]
Description : Alex Fabijanic uncovers the internals of DynamicAny with some performance and size tests.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #87 - October 2008 ]
On Management: Focus, Quality, Time-boxes and Ducks
Description : Project success depends on organisation. Allan Kelly looks at how to keep things in order.
Category: [ Project Management | Process Topics | Overload Journal #87 - October 2008 ]
Description : Project success depends on organisation. Allan Kelly looks at how to keep things in order.
Category: [ Project Management | Process Topics | Overload Journal #87 - October 2008 ]
The Model Student: Can Chance Make Fine Things? (Part 1)
Description : Evolution involves a random process. Richard Harris compares the mathematics to that of blind chance.
Category: [ Design of applications and programs | Overload Journal #87 - October 2008 ]
Description : Evolution involves a random process. Richard Harris compares the mathematics to that of blind chance.
Category: [ Design of applications and programs | Overload Journal #87 - October 2008 ]