Alexander Richardson (MP)

Sir Alexander Richardson (1864, Dumbarton1928) was Conservative MP for Gravesend.[1]

Before becoming an MP he was an engineering journalist and editor.

He was first elected at a by-election in 1918 during the war, was re-elected in the general elections of 1918 and 1922, but lost the seat to Labour in 1923.

Sources

  1. ‘RICHARDSON, Sir Alexander’, Who Was Who, A & C Black, an imprint of Bloomsbury Publishing plc, 1920–2016; online edn, Oxford University Press, 2014 ; online edn, April 2014 accessed 22 May 2017
gollark: Which means I can't forget to do that, as it's an opt-*in* thing to directly include raw HTML.
gollark: Yeees, but good templating engines also handle that for me when I write code.
gollark: The second way can fix all the escapey messes pretty simply and easily, since I'm not meddling with just sticking the user data directly into a string in the first place.
gollark: For example, when I write SQL statements in my projects, I am not doing something like `INSERT INTO messages VALUES ($nickname, $message)` i.e. directly interpolating that data, because SQL injection; I do `DB.run("INSERT INTO MESSAGES VALUES (?, ?)", [nickname, message])` or something like that.
gollark: ...
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.