// 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
//
?>
Kershaw, Andrew
Very fine quality, limited production, British cutter of wooden jigsaw puzzles, mostly on thick 5-ply wood. Andrew's initial interest in wooden jigsaw puzzles stemmed from his grand-father, the Reverend Rory McDougall, a prolific cutter in the 1920s and 1930s, using a Hobbies "Gem" treadle saw. These puzzles were primarily cut for the use of family and friends. Upon his death in 1951, Andrew's grand-mother Dolly McDougall used many of these puzzles to start the
East Anglian Jig-Saw Puzzle Club, herself going on to become an expert cutter in order to increase her available stock. When Dolly passed away in 1966 Andrew took over the club, running it for the next three years, until his full-time work commitments and a steep rise in postal costs lead him to close its doors.
Some time later, when his own boys were at secondary school, Andrew began cutting more puzzles, some for friends, others for charitable purposes and also as private commissions.
Andrew also went on to become the membership secretary for the BCD, for many years cutting small and intricate, personalised new membership jigsaw puzzles for every new member enrolled. Sadly, these are no longer produced, but members who already have one are very proud of them!
// 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
//
?>