In certain cases, you cannot select all the Movable Type entries you might want to with a single Entries block.
You can get around this by employing a hash variable to gather all the entry IDs we are interested in, and then using a Loop block to sort them.
Read more
This is an example of how to time processing of a chunk of Movable Type template code
Read more
My mom needed arrange for 18 new employees to meet each other via a series of group sessions of four groups meeting at a time. In order to make each session as long as possible, she needed an efficient set of combinations to have each person meet each other person in as few sessions as possible.
She ended up manually grouping all the employees and came up with a solution that required nine sessions, which is pretty good. But I wrote a program that solves her problem using only eight sessions. And it only takes a few seconds, versus the much longer amount of time to do it manually.
Read more