Entries for 'Grant Anderson'
On November 4, 2017, employees of DMC and their guests attended the annual Day of the Dead (Día de los Muertos) masquerade ball the National Museum of Mexican Art in Chicago's Pilsen Neighborhood.
This year's theme was "Love Never Die...
In Part 2 of this series, I introduced the Shell and the Bootstrapper components of a Prism application. The stage is set. The crew's in place. It's time for Lights! Camera! Action! But first, we need to hire some actors.
Modules
To quo...
In Part 1 of this series, I gave a quick summary of what Prism is, and when and why you would want to use it. The remaining parts of this series will address the "how" of using it. Since this series is largely an overview, I won...
The usage of design patterns is situational. Their purpose is to reduce the overall complexity of an application or to replace unfamiliar complexity with manageable equivalents. For a sufficiently simple application, however, using patterns is often ...
(With Apologies to Robert Lamm and The Chicago Transit Authority.)
As I was walking down the street one day a man came up to me and asked me what the time was that was on my HMI time indicator, yeah, and I said:
Uhhh...don't ask me. I seem ...
String concatenation.
If a programming language supports strings, it's going to support concatenating them. The means of doing so are usually straightforward and often times involve a simple library call or even a one character operator such a...