ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Overload Journal #132 - April 2016

Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Overload 132 ePub

Bob Schmidt

14 December 2018 22:18:37 +00:00

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Overload 132 PDF

Martin Moene

12 April 2016 20:19:56 +01:00

Editorial: Where Does All The Time Go?
Description : There’s never enough time. Frances Buontempo wonders what this really means.
Category: [ Journal Editorial ]
The Tao of Scratch
Description : Scratch is an environment designed to help young people learn to code. Patrick Martin walks us through it.
Category: [ Programming Topics ]
Knowledge-Sharing Architects As An Alternative to Coding Architects
Description : Should architects write code? Sergy Ignatchenko explores this controversial subject.
Category: [ Programming Topics ]
QM Bites: Understand Windows OS Identification Preprocessor Macros
Description : There’s confusion between user-defined and predefined Windows 32/64-bit operating-system identification macros. Matthew Wilson shines light on the issue.
Category: [ Programming Topics ]
Why Collaboration is Key for QA Teams in an Agile World
Description : Agile processes can have an impact on QA departments. Greg Law considers how they can adapt to survive and even thrive.
Category: [ Process Topics ]
How to Diffuse Your Way Out of a Paper Bag
Description : Diffusion models can be used in many areas. Frances Buontempo applies them to paper bag escapology.
Category: [ Programming Topics ]
Stufftar
Description : How do you quickly transfer data from one machine to another? Ian Bruntlett shows us the bash script he uses.
Category: [ Programming Topics ]
QM Bites: looping for-ever
Description : Never-ending loop constructs can confound user and compiler in subtle ways. Matthew Wilson offers advice to maximise portability and transparency.
Category: [ Programming Topics ]
Using Enum Classes as Bitfields
Description : Scope enums have many advantages over standard enums. Anthony Williams shows how to use them as bitmasks.
Category: [ Programming Topics ]
9.7 Things Every Programmer Really, Really Should Know
Description : Most of us have heard of the twelve step program. Teedy Deigh introduces a 9.7 step plan for programmers.
Category: [ Programming Topics ]