The third and last digital image competition of the year took place on Thursday 23rd October, 2014.
Guest judge, Adrian Stone, a regular visitor to the club over a number of years, judged 57 images from 14 members.
Two maximum 20 points were awarded, the first to Peter Freeman for his black and white study of a colliery entitled “Obituary“, and the second to Dennis Anguige for his shot taken in the far east of some tea pickers walking up a misty hill.
The results were as follows:
Digital Image Competition no. 2 – 2014
Title | Author | Held back | Score | Points | Place |
---|---|---|---|---|---|
The Last Bend | Denis Burrell | 15 | 1 | ||
Marina at St Valery sur Somme | Peter Hollingsworth | 14 | 1 | ||
Shwedagong Pagoda | Yvonne Connelly | 17 | 1 | ||
Sennen Sunset | Garry Neesam | 15 | 1 | ||
Steppe Grey Shrike | John Dingemans | yes | 19 | 10 | joint 3rd |
Chapel Window | Peter Freeman | 17 | 1 | ||
Leaving | Kirsten Gifkens | yes | 17 | 1 | |
New & Old | Raj Lall | 15 | 1 | ||
Sunset Temples | Yvonne Connelly | 18 | 7 | joint 6th | |
On Top of Mount Rigi | John Dingemans | 15 | 1 | ||
On Curbar Edge 2 | John Dilley | 17 | 1 | ||
Burmese Smile | Yvonne Connelly | 16 | 1 | ||
Patchy Paintwork | Kirsten Gifkens | 17 | 1 | ||
Steep or Easy to the Top of Mount Rigi | John Dingemans | 16 | 1 | ||
Mam Tor from Lord’s Seat | John Dilley | 16 | 1 | ||
Jesus Ascending | Garry Neesam | yes | 18 | 7 | joint 6th |
Downton Girl | Peter Freeman | yes | 18 | 7 | joint 6th |
Lunch Time | Raj Lall | 16 | 1 | ||
The Gnomes of Zurich | John Dingemans | 16 | 1 | ||
Autumn Leaves | Peter Hollingsworth | 16 | 1 | ||
In a Basin by the Thames | Kirsten Gifkens | 15 | 1 | ||
Obituary | Peter Freeman | yes | 20 | 12 | joint 1st |
Ancient & Modern | Robert Staddon | yes | 18 | 7 | joint 6th |
On Curbar Edge 2 | John Dilley | 16 | 1 | ||
Football Hero | Garry Neesam | 17 | 1 | ||
Tour de France | John Dilley | 16 | 1 | ||
Sprint to the Finishing Line | Denis Burrell | yes | 17 | 1 | |
Waiting | Garry Neesam | 14 | 1 | ||
Bowled | John Dingemans | 16 | 1 | ||
Artop the Shard | Garry Neesam | yes | 18 | 7 | joint 6th |
The Shard at Sunset | Raj Lall | 17 | 1 | ||
Chicago | Dennis Anguige | 18 | 7 | joint 6th | |
Lofoten Cliudscape | Judith Duddle | 17 | 1 | ||
Walking the Dog in Couarnenez Bay | Kirsten Gifkens | 16 | 1 | ||
Boy Wonder | Rob Fairheadf | 14 | 1 | ||
Vulcan Low Level | Peter Hollingsworth | 17 | 1 | ||
Aerobatics | Peter Hollingsworth | 16 | 1 | ||
Conversation Piece | Robert Staddon | 18 | 7 | joint 6th | |
Corfe Castle | Yvonne Connelly | 17 | 1 | ||
Left Behind | Kirsten Gifkens | 18 | 7 | joint 6th | |
Exhausted | Denis Burrell | 18 | 7 | joint 6th | |
Jurassic Dorset | Yvonne Connelly | 16 | 1 | ||
Tea Pickers | Dennis Anguige | yes | 20 | 12 | joint 1st |
Edale & Kinder Scout from Lord’s Seat | John Dilley | 17 | 1 | ||
Archway | Robert Staddon | 17 | 1 | ||
Hamnay | Judith Duddle | yes | 19 | 10 | joint 3rd |
Nusfjord Reflection | Rob Fairheadf | 16 | 1 | ||
Ninh Binh | Dennis Anguige | 15 | 1 | ||
The Unreachable Library | Raj Lall | 18 | 7 | joint 6th | |
Bass Player | Dennis Anguige | yes | 18 | 7 | joint 6th |
Night Fishing | Judith Duddle | 17 | 1 | ||
Mayflower at Sherringham | Peter Hollingsworth | 16 | 1 | ||
Guard | Dennis Anguige | 17 | 1 | ||
Hodet / the Head | Rob Fairheadf | 16 | 1 | ||
Paradise in Winter | Peter Freeman | yes | 19 | 10 | joint 3rd |
The Womens’ Tour Stage 4 | Denis Burrell | 17 | 1 | ||
Skeleton Staff | PeterF | 17 | 1 |
/**
* global var for the datatable
*/
var oDt_table_2;
/**
* global var for the fixed columns
*/
var oFH_table_2;
var fc;
(function($) {
$(function() {
/**
* Init the datatable
*/
var table_selector = ‘#table_2’;
// assigning the dataTable global var.
oDt_table_2 = $(table_selector).dataTable({
“sDom”: ‘Tlfrtip’,
“bFilter”: true,
“bPaginate”: false,
“aoColumnDefs” : [
{“sType”:”string”,”sClass”:””,”bVisible”:true,”bSortable”:true,”bSearchable”:true,”aTargets”:[0]}, {“sType”:”string”,”sClass”:””,”bVisible”:true,”bSortable”:true,”bSearchable”:true,”aTargets”:[1]}, {“sType”:”string”,”sClass”:””,”bVisible”:true,”bSortable”:true,”bSearchable”:true,”aTargets”:[2]}, {“sType”:”string”,”sClass”:””,”bVisible”:true,”bSortable”:true,”bSearchable”:true,”aTargets”:[3]}, {“sType”:”string”,”sClass”:””,”bVisible”:true,”bSortable”:true,”bSearchable”:true,”aTargets”:[4]}, {“sType”:”string”,”sClass”:””,”bVisible”:true,”bSortable”:true,”bSearchable”:true,”aTargets”:[5]} ],
“bAutoWidth” : false,
“bSort”: false
});
/** Fixed columns **/
/** end fixed columns **/
/** advanced filter **/
/** end advanced filter **/
/**
* Bind data filtering for datatables
*/
var filterHandle = function(e){
oDt_table_2.fnFilter( this.value, $(this).parent().data(‘column_index’) + 0 );
}
// bind the filtering to the filter inputs
$(‘#table_2 input.tc-search-i’).live(‘keyup’, filterHandle);
// if we have fixed columns, this is a special case
/**
* Bind the collapsible rows collapsing to draw callback
*/
oDt_table_2.fnSettings().aoPreDrawCallback.push( {
“fn”: function () {
// collapse in the main table
$(‘table#table_2 td.collapsible a.expanded’).trigger(‘click’);
},
“sName”: “CollapseAllRows”
} );
oDt_table_2.fnSettings().aoDrawCallback.push( {
“fn”: function () {
// collapse in the cloned table
$(‘div.FixedHeader_Cloned.table_2 table td.collapsible a.expanded’).trigger(‘click’);
},
“sName”: “CollapseAllClonedRows”
} );
});
})(jQuery);
table.dataTable { table-layout: fixed }
table.dataTable thead th {
background-color: #4d4d4d;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#343434) );
background-image: -webkit-linear-gradient(top, #666666, #343434);
background-image: -o-linear-gradient(top, #666666, #343434);
background-image: linear-gradient(to bottom, #666666, #343434);
background-image: -moz-linear-gradient(top, #666666, #343434);
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient( startColorstr= ‘#666666’, endColorstr= ‘#343434’, GradientType= 0 );
}
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc,
table.dataTable thead th.sorting:hover,
table.dataTable thead th.sorting_asc:hover,
table.dataTable thead th.sorting_desc:hover {
background-color: #f5b10a;
background-image: none;
filter: none;
}
table.dataTable thead th {
color: #e0dcdc;}
table.dataTable thead th, table.dataTable thead th:first-child {
border: 1px solid #302f2f;
}
table.dataTable td {
border: 1px solid #000000;
border-bottom-style: none;
border-left-color: #fff;
}
table.dataTable tr td:last-child {
border-right-color: #000000;
}
table.dataTable tr:last-child td {
border-bottom: 1px solid #000000;
}
table.dataTable tr:first-child td {
border-top: 1px solid #000000;
}
table.dataTable tr td:first-child {
border-left: 1px solid #000000 !important;
}
table.dataTable {
color: #ffffff;
}
table.dataTable tr.odd {
background-color: #545151;
}
table.dataTable tr.even {
background-color: #4d4c4c;
}
table.dataTable tr:hover, table.dataTable tr:hover td.sorting_1 {
background-color: #e69800;
}
table.dataTable {
font-family: Arial, Helvetica, sans-serif;
}
Digital Image Competition no. 2 – 2014 Cumulative Results
Author | Cumulative Points |
---|---|
Peter Freeman | 31 |
Dennis Anguige | 28 |
Garry Neesam | 17 |
Robert Staddon | 15 |
John Dingemans | 14 |
Judith Duddle | 12 |
Yvonne Connelly | 11 |
Kirsten Gifkens | 11 |
Denis Burrell | 10 |
Raj Lall | 10 |
Robert Staddon | 7 |
Peter Hollingsworth | 5 |
John Dilley | 5 |
Rob Fairhead | 3 |
/**
* global var for the datatable
*/
var oDt_table_3;
/**
* global var for the fixed columns
*/
var oFH_table_3;
var fc;
(function($) {
$(function() {
/**
* Init the datatable
*/
var table_selector = ‘#table_3’;
// assigning the dataTable global var.
oDt_table_3 = $(table_selector).dataTable({
“sDom”: ‘Tlfrtip’,
“bFilter”: true,
“bPaginate”: true,
“iDisplayLength”: 100,
“aoColumnDefs” : [
{“sType”:”string”,”sClass”:””,”bVisible”:true,”bSortable”:true,”bSearchable”:true,”aTargets”:[0]}, {“sType”:”string”,”sClass”:””,”bVisible”:true,”bSortable”:true,”bSearchable”:true,”aTargets”:[1]} ],
“bAutoWidth” : false,
“aaSorting”: [[0, “asc”]]
});
/** Fixed columns **/
/** end fixed columns **/
/** advanced filter **/
/** end advanced filter **/
/**
* Bind data filtering for datatables
*/
var filterHandle = function(e){
oDt_table_3.fnFilter( this.value, $(this).parent().data(‘column_index’) + 0 );
}
// bind the filtering to the filter inputs
$(‘#table_3 input.tc-search-i’).live(‘keyup’, filterHandle);
// if we have fixed columns, this is a special case
/**
* Bind the collapsible rows collapsing to draw callback
*/
oDt_table_3.fnSettings().aoPreDrawCallback.push( {
“fn”: function () {
// collapse in the main table
$(‘table#table_3 td.collapsible a.expanded’).trigger(‘click’);
},
“sName”: “CollapseAllRows”
} );
oDt_table_3.fnSettings().aoDrawCallback.push( {
“fn”: function () {
// collapse in the cloned table
$(‘div.FixedHeader_Cloned.table_3 table td.collapsible a.expanded’).trigger(‘click’);
},
“sName”: “CollapseAllClonedRows”
} );
});
})(jQuery);
table.dataTable thead th {
background-color: #4d4d4d;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#343434) );
background-image: -webkit-linear-gradient(top, #666666, #343434);
background-image: -o-linear-gradient(top, #666666, #343434);
background-image: linear-gradient(to bottom, #666666, #343434);
background-image: -moz-linear-gradient(top, #666666, #343434);
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient( startColorstr= ‘#666666’, endColorstr= ‘#343434’, GradientType= 0 );
}
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc,
table.dataTable thead th comprar genericos viagra.sorting:hover,
table.dataTable thead th.sorting_asc:hover,
table.dataTable thead th.sorting_desc:hover {
background-color: #f5b10a;
background-image: none;
filter: none;
}
table.dataTable thead th {
color: #e0dcdc;}
table.dataTable thead th, table.dataTable thead th:first-child {
border: 1px solid #302f2f;
}
table.dataTable td {
border: 1px solid #000000;
border-bottom-style: none;
border-left-color: #fff;
}
table.dataTable tr td:last-child {
border-right-color: #000000;
}
table.dataTable tr:last-child td {
border-bottom: 1px solid #000000;
}
table.dataTable tr:first-child td {
border-top: 1px solid #000000;
}
table.dataTable tr td:first-child {
border-left: 1px solid #000000 !important;
}
table.dataTable {
color: #ffffff;
}
table.dataTable tr.odd {
background-color: #545151;
}
table.dataTable tr.even {
background-color: #4d4c4c;
}
table.dataTable tr:hover, table.dataTable tr:hover td.sorting_1 {
background-color: #e69800;
}
table.dataTable {
font-family: Arial, Helvetica, sans-serif;
}