Dan Gordon (footballer)

Daniel "Dan" Gordon (7 January 1881 – 1958) was a Scottish professional footballer who played as a full-back for various clubs in the early years of the 20th century.

Dan Gordon
Personal information
Full name Daniel Gordon
Date of birth (1881-01-07)7 January 1881
Place of birth West Calder, Scotland
Date of death 1958 (aged 77)
Height 5 ft 10 in (1.78 m)
Playing position(s) Full-back
Senior career*
Years Team Apps (Gls)
19??–1903 Broxburn
1903–1904 Everton 0 (0)
1904–1905 Southampton 6 (0)
1905–1908 St Mirren
1908 Middlesbrough 1 (0)
1908–1910 Bradford Park Avenue 50 (0)
1910–1911 Hull City 11 (0)
1911–1912 Southampton 12 (0)
* Senior club appearances and goals counted for the domestic league only

Football career

Gordon was born in West Calder (then in Midlothian) and started his professional career with local side Broxburn before moving to England in April 1903 to join Everton.

Gordon was unable to break into Everton's first-team and, after a year of reserve team football, he moved to the south coast in the 1904 close season to join Southern League champions, Southampton.

At The Dell, Gordon was understudy to England international George Molyneux. Described as "a capable fullback with the physique of a blacksmith", he had a "deceptive burst of speed"[1] which helped the Saints reserves win the Hampshire Senior Cup in 1905.[1] In the first team, Gordon made only six Southern League appearances, each time as replacement for Molyneux at left-back.[2]

In the summer of 1905, Gordon returned to his native Scotland to join St Mirren, where he remained for three years before signing for Middlesbrough of the English Football League Second Division in May 1908. After six months and one appearance for Middlesbrough, he then joined fellow Second Division club, Bradford Park Avenue where he remained for two years making 50 league appearances. By the end of the 1909–10 season, he had joined another Second Division club, Hull City, for whom he made only eleven appearances before returning to Southampton in the summer of 1911.

Back at The Dell, Gordon added some valuable experience to a struggling side, generally acting as cover for Jack Eastham.[3] After a further twelve League appearances, Gordon retired in 1912, returning to Scotland to live.[1]

gollark: >contacts
gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```

References

  1. Holley, Duncan; Chalk, Gary (1992). The Alphabet of the Saints. ACL & Polar Publishing. p. 145. ISBN 0-9514862-3-3.
  2. Chalk, Gary; Holley, Duncan (1987). Saints – A complete record. Breedon Books. pp. 36–37. ISBN 0-907969-22-4.
  3. Saints – A complete record. pp. 50–51.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.