// 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
//
?>
Untitled- Life in Turkey
Large 825 piece plywood jigsaw puzzle featuring an undated painting by the artist Mabel Dora Hardy (1868-1937), who signed her works M. Dorothy Hardy. The puzzle features a very high standard of colour line-cutting, along with tightly fitting pieces and a great selection of figural shaped pieces, 91 in total.
The puzzle came without a box or label but is clearly a Pastime Picture Puzzle made by Parker Brothers, based on the figure pieces which are all typical Pastime ones. A 750-piece Pastime would typically have 90 figure pieces, so I am assuming the cutter was told to cut a 750-piece puzzle, but overshot that by 75 pieces. That amount of overshooting was rare in the puzzles of the 1940s and 1950s, so I judge the puzzle to be from the 1930s.
Images, research and details courtesy of Anne Williams.
This same artwork was also used in a similarly proportioned 1500 piece plywood jigsaw puzzle by the British "Expert" brand, carrying an alternative title of
When East Meets West, as well as being listed as a 900 piece puzzle on page 43 of British manufacturer Victory's 1938 catalogues (see below). Here is it was listed by the alternative title of "Life in Turkey", the title which Anne has adopted for this "Pastime" example. Having studied dozens of Parker sale lists and catalogues, none listed either "Life in Turkey" or "When East Meets West" as available titles.
Artist: Hardy, M. Dorothy
Date: c1930's
Brand: Parker Brothers
Material: Plywood
Nationality: United States
Pieces: 825
Range: Pastime
Size: 18 1/2" x 33"
Theme: Eastern
Title: Untitled-Life in Turkey
// 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
//
?>