// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>
Anticipation
A very well cut and challenging wooden jigsaw puzzle, of unidentified manufacturing origin, cut in the non-interlocking style with superb use of colour line cutting throughout.
The charming painting is by the Chicago born American artist John A. Coughlin (1885-1943). Moving to New York in 1912, he set up an art studio and became best known for his many illustrations for "pulp" magazines and books. The artwork featured in this puzzle is understood to have originated in the French fashion magazine "Le Miroir des Modes" in December 1915. Given the solid wood nature of this puzzle and the original date of the print, I estimate this puzzle to be of that same era. The box base carries hand-written completion dates including 1932, 1937 and 1952, the top entry not giving a year date.
This was one of two similarly proportioned puzzles from a private collection. The other, entitled
The Dressmaker also featured artwork from a 1915 issue of the same magazine, along with similarly named and dated 1952 inscriptions on the box base. It seems quite likely that both were of similarly dated manufacture, and possibly by the same cutter.
Artist: Coughlin, John. A.
Date: c1915
Brand: Unidentified
Material: Solid mahogany
Pieces: 232
Size: 10" x 11 3/4"
Theme: Christmas
Title: Anticipation
// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>