Mondrian Divs with Red, Blue and Yellow

I have always loved Piet Mondrian’s “Composition with Red, Blue and Yellow,” “Composition A,” and his other similar artworks. They inspired a whole style and so many adaptations, including the Mondrian Divs page I just programmed, where you can make your own composition. You start with a layout similar to Mondrian’s original, then click on any box to divide it or change the color. Have fun!

 

Fibonacci Sequence and Other Number Series

Looking at a list of technical interview question examples I came across “Write a Fibonacci Sequence.” I thought, “Oh that would be fun, and rather simple to program.” So I quickly wrote it in PHP. Of course I had to take it a step farther and make a JavaScript version that the user could dynamically generate a number series with any 2 or 3 starting values. Try it out.