<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Salisbury and Stonehenge</title>
	<atom:link href="http://salisburyandstonehenge.net/feed" rel="self" type="application/rss+xml" />
	<link>http://salisburyandstonehenge.net</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 21:38:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Manor Road, Salisbury</title>
		<link>http://salisburyandstonehenge.net/streetnames/manor-road-salisbury</link>
		<comments>http://salisburyandstonehenge.net/streetnames/manor-road-salisbury#comments</comments>
		<pubDate>Mon, 08 Mar 2010 21:38:48 +0000</pubDate>
		<dc:creator>mattypenny</dc:creator>
				<category><![CDATA[Street Names]]></category>
		<category><![CDATA[milford]]></category>
		<category><![CDATA[salisbury]]></category>
		<category><![CDATA[unknown]]></category>

		<guid isPermaLink="false">http://salisburyandstonehenge.net/?p=1980</guid>
		<description><![CDATA[Manor Road runs along the top of Milford Hill, from Kelsey Hill to Wain-a-Long Road.
I&#8217;m not sure why it was called Manor Road. It could be a reference to the &#8216;manor of Milford&#8217;, which is how the Milford area was referred to in older documents and maps.
It might be derived from the building that was [...]]]></description>
			<content:encoded><![CDATA[<p>Manor Road runs along the top of Milford Hill, from Kelsey Hill to <a href="http://salisburyandstonehenge.net/streetnames/wain-a-long-road-sp1" >Wain-a-Long Road</a>.</p>
<p>I&#8217;m not sure why it was called Manor Road. It could be a reference to the &#8216;manor of Milford&#8217;, which is how the Milford area was referred to in older documents and maps.</p>
<p>It might be derived from the building that was known as &#8216;The Grange&#8217; (and then, strangely, &#8216;Concordes&#8217;), but this would seem unlikely because the Grange was on the other side of Saint Mark&#8217;s Roundabout.</p>
<p>It could be that Manor Road is named after Milford Manor, but it seems to be too far away from the building, which is at the bottom of Shady Bower.</p>
<p>There are a number of buildings at the northern end of Manor Road which might be grand enough to be called &#8216;The Manor&#8217; but I don&#8217;t know &#8211; I&#8217;ll have a look next time I&#8217;m up there.</p>
<p><br /></p>
<hr />
<p style="background-color:Lightcyan;">
<b>Visiting Salisbury?</b><br /><br />
For accommodation, see the <a href="http://salisburyandstonehenge.net/hotels-in-salisbury">Hotels in Salisbury</a> page.
</p>
<hr />
<br /></p>
]]></content:encoded>
			<wfw:commentRss>http://salisburyandstonehenge.net/streetnames/manor-road-salisbury/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Annotated map of East Harnham</title>
		<link>http://salisburyandstonehenge.net/streetnames/annotated-map-of-east-harnham</link>
		<comments>http://salisburyandstonehenge.net/streetnames/annotated-map-of-east-harnham#comments</comments>
		<pubDate>Sun, 07 Mar 2010 22:06:56 +0000</pubDate>
		<dc:creator>mattypenny</dc:creator>
				<category><![CDATA[Street Names]]></category>
		<category><![CDATA[britford]]></category>
		<category><![CDATA[harnham]]></category>
		<category><![CDATA[openspace]]></category>
		<category><![CDATA[salisbury]]></category>

		<guid isPermaLink="false">http://salisburyandstonehenge.net/?p=2103</guid>
		<description><![CDATA[I visited the Ordnance Survey for a talk on their Open Space mapping tool last week.

This is my first attempt at creating a map annotated with what I think are the derivations of the road names. 


It&#8217;s for a fairly small area of East Harnham. It would be great to create one for the whole [...]]]></description>
			<content:encoded><![CDATA[<p>I visited the Ordnance Survey for a talk on their Open Space mapping tool last week.</p>

<p>This is my first attempt at creating a map annotated with what I think are the derivations of the road names. 
</p>
<p>
It&#8217;s for a fairly small area of East Harnham. It would be great to create one for the whole of Salisbury &#8211; but that may take some time!
</p>
<p>
If you click on the blue dots, then you should get a short explanation of the road&#8217;s name.
</p>


			<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Open Space Webmap-builder Code</title>
<!-- Downloading OpenSpace API using your key -->
<script type="text/javascript" src="http://openspace.ordnancesurvey.co.uk/osmapapi/openspace.js?key=80B474C70C7A895FE0405F0ACA605566"></script>

<script type="text/javascript">
var osMap, screenOverlay, mapOV, postcodeService;
var pos;
// Variables for markers
var size,offset,infoWindowAnchor,icon,content,popUpSize;

function initmapbuilder()
{
// Creating the Openspace map and the postcode service
osMap = new OpenSpace.Map('map');
postcodeService = new OpenSpace.Postcode();

// Adding the map overview
mapOV = new OpenSpace.Control.OverviewMap();
osMap.addControl(mapOV);
//fix to put copyright on top of overview map: Needs api fix for later version
var ccControl = osMap.getControlsByClass("OpenSpace.Control.CopyrightCollection")
osMap.removeControl(ccControl[0]);
ccControl = new OpenSpace.Control.CopyrightCollection();
osMap.addControl(ccControl);
ccControl.activate();
//end of fix
// Turning the overview map on
mapOV.maximizeControl();

// Defining the center of the map and the zoom level
osMap.setCenter(new OpenSpace.MapPoint(414446,128682),9);
// Defining a marker
pos = new OpenSpace.MapPoint(414148,128582);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
osMap.createMarker(pos, icon, null, null);
// Defining a marker
pos = new OpenSpace.MapPoint(414550,128566);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Named after an ancient settlement found close by which was nick-named &#39;Woodbury&#39;</p><p>	<a href=\"http://salisburyandstonehenge.net/streetnames/woodbury-gardens-sp2\" onclick=\"var win=window.open(\'http://salisburyandstonehenge.net/streetnames/woodbury-gardens-sp2\');win.focus();return false;\" onclick=\"var win=window.open(\'http://salisburyandstonehenge.net/streetnames/woodbury-gardens-sp2&quot;\');win.focus();return false;\">http://salisburyandstonehenge.net/streetnames/woodbury-gardens-sp2&quot;<br />	</a></p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414518,128468);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	The name is probaby a reference to the old people&#39;s hospital &#39;Newbridge Hospital&#39; that was on this site</p><p>	<a href=\"http://salisburyandstonehenge.net/streetnames/senior-drive-sp2\" onclick=\"var win=window.open(\'http://salisburyandstonehenge.net/streetnames/senior-drive-sp2\');win.focus();return false;\">http://salisburyandstonehenge.net/streetnames/senior-drive-sp2<br />	</a></p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414630,128586);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Downton Road - clearly a &#39;directional name&#39;. This is the main road to Downton</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414612,128718);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Chichester Close - not sure why this is so-named</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414550,128776);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	I would guess that this is the surname of somebody involved with the development. I&#39;ve not been able to trace any relevance of the name to Salisbury in particular.</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414354,128630);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Named after Gen. Sir A.J. Godley who was G.O.C. of Southern Command, which was headquartered at &#39;The Cliff&#39; in East Harnham</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414250,128724);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Named after Gen. Sir P.P. de B. Radcliffe who was G.O.C. of Southern Command in the early 1930s. He was based at &#39;The Cliff&#39; in East Harnham</p><p>	<a href=\"http://salisburyandstonehenge.net/streetnames/radcliffe-road-salisbury\" onclick=\"var win=window.open(\'http://salisburyandstonehenge.net/streetnames/radcliffe-road-salisbury\');win.focus();return false;\">http://salisburyandstonehenge.net/streetnames/radcliffe-road-salisbury<br />	</a></p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414318,128720);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Named for Field Marshall Lord Wavell who was G.O.C. of Southern Command, which was headquartered at &#39;The Cliff&#39; in East Harnham</p><p>	<a href=\"http://salisburyandstonehenge.net/streetnames/wavell-road-sp2\" onclick=\"var win=window.open(\'http://salisburyandstonehenge.net/streetnames/wavell-road-sp2\');win.focus();return false;\">http://salisburyandstonehenge.net/streetnames/wavell-road-sp2<br />	</a></p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414212,128814);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Named after Gen. Sir C.F. Romer who was G.O.C. of Southern Command, which was headquartered at &#39;Government House&#39; in East Harnham</p><p>	<a href=\"http://salisburyandstonehenge.net/streetnames/romer-road-sp2\" onclick=\"var win=window.open(\'http://salisburyandstonehenge.net/streetnames/romer-road-sp2\');win.focus();return false;\">http://salisburyandstonehenge.net/streetnames/romer-road-sp2<br />	</a></p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414394,128726);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	I&#39;m not entirely sure about the name of this road. There are two possibilities that spring to mind. The first is that it&#39;s a reference to the roads &#39;height&#39; above the New Harnham Road and Coombe Road. The second is that it&#39;s a military reference - the other roads on the estate are named in reference to military men,</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414110,128828);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Chiselbury Gardens is a slightly odd road name. Chiselbury is an Iron Age Fort just above the Fovant badges. I believe it&nbsp; is also where the soldiers that carved the badges were camped. It&#39;s odd because Chiselbury itself is several miles away.</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414328,128864);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Named in reference to the Swan Inn which was nearby. </p><p>	<a href=\"http://salisburyandstonehenge.net/streetnames/swan-close-sp2\" onclick=\"var win=window.open(\'http://salisburyandstonehenge.net/streetnames/swan-close-sp2\');win.focus();return false;\">http://salisburyandstonehenge.net/streetnames/swan-close-sp2<br />	</a></p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414364,128938);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Ayleswade Road is named after the old bridge, which is known as Ayleswade Bridge. The bridge did much to grow the City of Salisbury, largely at the expense of Wilton.</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414268,128890);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Old Street. Whether it&#39;s older than New Street, at the other end of the Close, I don&#39;t know!</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414300,128992);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Harnham Road - the name of Harnham is supposed to mean something like &#39;the settlement at the bend in the river&#39;. I&#39;ve also heard it said that it is a reference to &#39;armour&#39; that was was made by the blacksmiths in the area</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414478,128956);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	The &#39;New Bridge&#39; is the rather ugly concrete bridge across the Avon - named in contrast to the old bridge a few yards up stream</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414708,128796);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	The road to Britford. The &#39;ford&#39; is clear, but there seems to be some doubt about the &#39;Brit&#39; - it could be related to &#39;bridleway&#39;</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414708,128734);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	I think I&#39;ve been told that Burford is the name of the developer.</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);
// Defining a marker
pos = new OpenSpace.MapPoint(414136,128496);
size = new OpenLayers.Size(17,17);
offset = new OpenLayers.Pixel(-8,-8);
infoWindowAnchor = new OpenLayers.Pixel(8,8);
icon = new OpenSpace.Icon('http://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.0.1/OS/images/markers/round-marker-lrg-blue.png', size, offset, null, infoWindowAnchor);
content = '<p>	Cecil Avenue, not to be confused with Cecil Terrace in Stratford. Cecil Terrace is probably a reference to the Pitt family, who lived in Stratford on the other side of Salisbury, but I&#39;m not sure who the Cecil of Cecil Avenue would be.</p>';
popUpSize = new OpenLayers.Size(250,150);
osMap.createMarker(pos, icon, content, popUpSize);

clusterControl = new OpenSpace.Control.ClusterManager();
osMap.addControl(clusterControl);
clusterControl.activate();}
</script>
</head>
<body onload="initmapbuilder()">
<div id="map" style="border: 1px solid black; width:400px; height:350px;"></div>
</body>
</html>


]]></content:encoded>
			<wfw:commentRss>http://salisburyandstonehenge.net/streetnames/annotated-map-of-east-harnham/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saint Paul&#8217;s Church from behind</title>
		<link>http://salisburyandstonehenge.net/photos/saint-pauls-church-from-behind</link>
		<comments>http://salisburyandstonehenge.net/photos/saint-pauls-church-from-behind#comments</comments>
		<pubDate>Wed, 03 Mar 2010 20:36:38 +0000</pubDate>
		<dc:creator>mattypenny</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://salisburyandstonehenge.net/?p=1998</guid>
		<description><![CDATA[I quite like this view of the back of Saint Paul&#8217;s Church, taken from the Spire View roundabout. It&#8217;s not a great photo, but it&#8217;s an interesting view.
I wrote about how Saint Paul&#8217;s church was built to replace the older Saint Clement&#8217;s church, which gives &#8220;Churchfields&#8221; its name on my post on St Clements Way
]]></description>
			<content:encoded><![CDATA[<p><a href="http://salisburyandstonehenge.net/wp-content/uploads/2010/02/St-Pauls-Church-Salisbury-from-the-back.jpg"><img src="http://salisburyandstonehenge.net/wp-content/uploads/2010/02/St-Pauls-Church-Salisbury-from-the-back-300x227.jpg" alt="St Pauls Church, Salisbury from the back" title="St Pauls Church, Salisbury from the back" width="300" height="227" class="aligncenter size-medium wp-image-1999" /></a></p>
<p>I quite like this view of the back of Saint Paul&#8217;s Church, taken from the Spire View roundabout. It&#8217;s not a great photo, but it&#8217;s an interesting view.</p>
<p>I wrote about how Saint Paul&#8217;s church was built to replace the older Saint Clement&#8217;s church, which gives &#8220;Churchfields&#8221; its name on my post on <a href="http://salisburyandstonehenge.net/streetnames/st-clements-way-sp1">St Clements Way</a></p>
]]></content:encoded>
			<wfw:commentRss>http://salisburyandstonehenge.net/photos/saint-pauls-church-from-behind/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maplecroft, Salisbury and Maple Crescent, Wilton</title>
		<link>http://salisburyandstonehenge.net/streetnames/maplecroft-salisbury-and-maple-crescent-wilton</link>
		<comments>http://salisburyandstonehenge.net/streetnames/maplecroft-salisbury-and-maple-crescent-wilton#comments</comments>
		<pubDate>Mon, 01 Mar 2010 21:05:58 +0000</pubDate>
		<dc:creator>mattypenny</dc:creator>
				<category><![CDATA[Street Names]]></category>
		<category><![CDATA[fugglestone]]></category>
		<category><![CDATA[salisbury]]></category>
		<category><![CDATA[trees]]></category>
		<category><![CDATA[wilton]]></category>

		<guid isPermaLink="false">http://salisburyandstonehenge.net/?p=1976</guid>
		<description><![CDATA[Maplecroft is on the &#8216;Ridings Mead&#8217; estate, to the south of the city centre. Maple Crescent is in the Fugglestone area on the east of Wilton.
Maples come in many different varieties. The sugar maple is tapped to make maple syrup.
The maple leaf is featured in the flag of Canada.
It has been a symbol of Canada [...]]]></description>
			<content:encoded><![CDATA[<p>Maplecroft is on the &#8216;Ridings Mead&#8217; estate, to the south of the city centre. Maple Crescent is in the Fugglestone area on the east of Wilton.</p>
<p>Maples come in many different varieties. The sugar maple is tapped to make maple syrup.</p>
<p>The maple leaf is featured in the flag of Canada.</p>
<p>It has been a symbol of Canada since the 1830s (<sup>1</sup>), but the flag was not officially adopted until 1965, when it replaced the Union Jack (<sup>2</sup>)</p>
<p><a href="http://salisburyandstonehenge.net/wp-content/uploads/2010/02/Maple-leaf-Flag_of_Canada.svg_.png"><img src="http://salisburyandstonehenge.net/wp-content/uploads/2010/02/Maple-leaf-Flag_of_Canada.svg_.png" alt="Maple leaf - Flag of Canada" title="Maple leaf - Flag of Canada" width="210" height="105" class="aligncenter size-full wp-image-1977" /></a>(<sup>3</sup>)<br />
<br /></p>
<hr />
<p style="background-color:Lightcyan;">
<b>Visiting Salisbury?</b><br /><br />
For accommodation, see the <a href="http://salisburyandstonehenge.net/hotels-in-salisbury">Hotels in Salisbury</a> page.
</p>
<hr />
<br /></p>
<h4>Footnotes</h4><ol class="footnotes"><li id="footnote_0_1976" class="footnote"><a href="http://www.canadianheritage.gc.ca/progs/cpsc-ccsp/sc-cs/df7_e.cfm">Canadian heritage website</a></li><li id="footnote_1_1976" class="footnote"><a href="http://en.wikipedia.org/wiki/Flag_of_Canada">http://en.wikipedia.org/wiki/Flag_of_Canada</a></li><li id="footnote_2_1976" class="footnote">Image from Wikipedia</li></ol>]]></content:encoded>
			<wfw:commentRss>http://salisburyandstonehenge.net/streetnames/maplecroft-salisbury-and-maple-crescent-wilton/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stonehenge &#8211; How did they get there?</title>
		<link>http://salisburyandstonehenge.net/photos/stonehenge-how-did-they-get-there</link>
		<comments>http://salisburyandstonehenge.net/photos/stonehenge-how-did-they-get-there#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:28:39 +0000</pubDate>
		<dc:creator>mattypenny</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://salisburyandstonehenge.net/?p=1994</guid>
		<description><![CDATA[There have been a series of posters at the railway stations which have been a bit odd, especially one promoting the new ticket machines saying something like &#8216;Dont fear machines &#8211; except for the terminator&#8217;. Anyhow, I quite like this one, advertising daytrips to Stonehenge.
If you came to this page looking for how to get [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://salisburyandstonehenge.net/wp-content/uploads/2010/02/Stonehenge-how-did-they-get-there-poster.jpg"><img src="http://salisburyandstonehenge.net/wp-content/uploads/2010/02/Stonehenge-how-did-they-get-there-poster-225x300.jpg" alt="Stonehenge - how did they get there poster" title="Stonehenge - how did they get there poster" width="225" height="300" class="aligncenter size-medium wp-image-1995" /></a></p>
<p>There have been a series of posters at the railway stations which have been a bit odd, especially one promoting the new ticket machines saying something like &#8216;Dont fear machines &#8211; except for the terminator&#8217;. Anyhow, I quite like this one, advertising daytrips to Stonehenge.</p>
<p>If you came to this page looking for how to get to Stonehenge then it might be worth looking at my page on <a href="http://salisburyandstonehenge.net/salisbury-to-stonehenge">getting from Salisbury to Stonehenge</a></p>
]]></content:encoded>
			<wfw:commentRss>http://salisburyandstonehenge.net/photos/stonehenge-how-did-they-get-there/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marina Road, Salisbury</title>
		<link>http://salisburyandstonehenge.net/streetnames/marina-road-salisbury</link>
		<comments>http://salisburyandstonehenge.net/streetnames/marina-road-salisbury#comments</comments>
		<pubDate>Tue, 23 Feb 2010 20:57:08 +0000</pubDate>
		<dc:creator>mattypenny</dc:creator>
				<category><![CDATA[Street Names]]></category>
		<category><![CDATA[salisbury]]></category>
		<category><![CDATA[unknown]]></category>

		<guid isPermaLink="false">http://salisburyandstonehenge.net/?p=1974</guid>
		<description><![CDATA[Marina Road is to the south east of Salisbury. It leads off from Tollgate Road down towards the college.
The derivation of the name &#8216;Marina Road&#8217; is a bit of a puzzle. I can&#8217;t see any clear reason for the name.
Is Marina Road&#8217;s name related to Saint Martin&#8217;s?
One possibility is that it is a reference to [...]]]></description>
			<content:encoded><![CDATA[<p>Marina Road is to the south east of Salisbury. It leads off from Tollgate Road down towards the college.</p>
<p>The derivation of the name &#8216;Marina Road&#8217; is a bit of a puzzle. I can&#8217;t see any clear reason for the name.</p>
<h3>Is Marina Road&#8217;s name related to Saint Martin&#8217;s?</h3>
<p>One possibility is that it is a reference to Saint Martin&#8217;s Church. The words &#8216;Marina&#8217; and &#8216;Martin&#8217; are similar, and Marina Road is very close to the church &#8211; I think one side of the road would back onto the churchyard.</p>
<p>I think a connection with St Martin&#8217;s is unlikely though. The female form of Martin is Martina, and in any case, why would a road be named after a name which is just <i>close</i> to the name of the church. The words have different roots too. &#8216;Martin&#8217; is related to Mars, the god of war, whereas &#8216;Marina&#8217; is related to the sea.</p>
<h3>Is Marina Road related to the sea?</h3>
<p>More fancifully still, perhaps Marina Road is an obscure reference to the idea of Salisbury being a &#8217;sea-port&#8217;. I&#8217;m on very shakey ground here , because I&#8217;m not sure I remember it correctly, but I believe there was an attempt to build a canal from Salisbury to Southampton.</p>
<p>I&#8217;ve seen the word &#8216;Navigation&#8217; on maps to the south of Southampton Road &#8211; whether this is related or not I don&#8217;t know.</p>
<p>I <i>think</i> there was an article about the Salisbury to Southampton canal in a &#8216;Sarum Chronicle&#8217; a couple of years ago. I&#8217;ll look it up when I&#8217;m next in the library.</p>
<h3>Is Marina Road a reference to somebody&#8217;s name?</h3>
<p>My guess would be that Marina Road is probably named after somebody called Marina. Perhaps the developer was called Marina, or had a close relative with the name.</p>
<p><br /></p>
<hr />
<p style="background-color:Lightcyan;">
<b>Visiting Stonehenge?</b><br /><br />
For accommodation, see the <a href="http://salisburyandstonehenge.net/hotels-in-salisbury">Hotels in Salisbury</a> page.
</p>
<hr />
<br /></p>
]]></content:encoded>
			<wfw:commentRss>http://salisburyandstonehenge.net/streetnames/marina-road-salisbury/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dragon from Saint Thomas&#8217; Church</title>
		<link>http://salisburyandstonehenge.net/photos/dragon-from-saint-thomas-church</link>
		<comments>http://salisburyandstonehenge.net/photos/dragon-from-saint-thomas-church#comments</comments>
		<pubDate>Sat, 20 Feb 2010 23:42:19 +0000</pubDate>
		<dc:creator>mattypenny</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[dragon]]></category>
		<category><![CDATA[salisbury]]></category>

		<guid isPermaLink="false">http://salisburyandstonehenge.net/?p=1985</guid>
		<description><![CDATA[I like this purple dragon from the Saint George stained glass window in St Thomas&#8217; Church. He looks as if he&#8217;s just biding his time to me, believing that he&#8217;s going to get the last laugh in the end.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://salisburyandstonehenge.net/wp-content/uploads/2010/02/The-dragon-from-the-St-George-window-in-Saint-Thomas-church.jpg"><img src="http://salisburyandstonehenge.net/wp-content/uploads/2010/02/The-dragon-from-the-St-George-window-in-Saint-Thomas-church-300x159.jpg" alt="The dragon from the St George window in Saint Thomas&#039; church" title="The dragon from the St George window in Saint Thomas&#039; church" width="300" height="180" class="aligncenter size-medium wp-image-1986" /></a></p>
<p>I like this purple dragon from the Saint George stained glass window in St Thomas&#8217; Church. He looks as if he&#8217;s just biding his time to me, believing that he&#8217;s going to get the last laugh in the end.</p>
]]></content:encoded>
			<wfw:commentRss>http://salisburyandstonehenge.net/photos/dragon-from-saint-thomas-church/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Market Place and Market Walk, Salisbury</title>
		<link>http://salisburyandstonehenge.net/streetnames/market-place-salisbur</link>
		<comments>http://salisburyandstonehenge.net/streetnames/market-place-salisbur#comments</comments>
		<pubDate>Wed, 17 Feb 2010 18:32:04 +0000</pubDate>
		<dc:creator>mattypenny</dc:creator>
				<category><![CDATA[Street Names]]></category>
		<category><![CDATA[market]]></category>
		<category><![CDATA[salisbury]]></category>

		<guid isPermaLink="false">http://salisburyandstonehenge.net/?p=1964</guid>
		<description><![CDATA[The Market Place in Salisbury is in the centre of town. Market Walk is the covered passage that runs alongside the library from the Maltings to the Market Place.
	 Reproduced courtesy of Francis Frith.
The &#8216;Charter Market&#8217;
King Henry III granted the right to hold a market in Salisbury in the city&#8217;s charter of 1227.
However, the Salisbury [...]]]></description>
			<content:encoded><![CDATA[<p>The Market Place in Salisbury is in the centre of town. Market Walk is the covered passage that runs alongside the library from the Maltings to the Market Place.</p>
<p>	<a href="http://www.francisfrith.com/pageloader.asp?page=/search/photos/viewphotos.asp&#038;townid=24709&#038;cid=10&#038;partner=uk&#038;fpn=7367" title="Salisbury, Tuesday Market 2004, from www.FrancisFrith.com" style="text-decoration: none;"> <img src="https://images.francisfrith.com/c10/450/45/S48806k.jpg" width="450" alt="Photo of Salisbury, Tuesday Market 2004, ref. S48806k" title="Salisbury, Tuesday Market 2004. © Copyright The Francis Frith Collection 2010." style="border: 1px solid #cccccc;" />Reproduced courtesy of Francis Frith.</a></p>
<h2>The &#8216;Charter Market&#8217;</h2>
<p>King Henry III granted the right to hold a market in Salisbury in the city&#8217;s charter of 1227.</p>
<p>However, the Salisbury market had already been running for some years before then. The earliest reference in the Victoria County History is to the holding of a market in 1219, when Bishop Poore had to give the king a horse to be allowed to do so.<sup>1</sup></p>
<p>At the time of writing (2010), the market could claim to be 791 years old.</p>
<p>I was interested to compare this with the age of markets in other towns and cities:</p>
<ul>
<li>Petticoat Lane, London &#8211; 1750s(<sup>2</sup>)</li>
<li>Columbia Road Flower Market &#8211; 1864 (although it hasn&#8217;t been there continuously)(<sup>3</sup></li>
<li>Barnstaple Pannier Market &#8211; 1855 (<sup>4</sup>) </li>
<li>Colchester Market &#8211; first mentioned in 1189</li>
</ul>
</ul>
<h2>Salisbury Market timeline</h2>
<p>All of the facts below are taken from the <a href="http://www.british-history.ac.uk/report.aspx?compid=41787">Victoria County History of Wiltshire</a> (<sup>5</sup>), unless there&#8217;s a footnote to the contrary.</p>
<p>Early 14th Century &#8211; Butcher Row is mentioned<br />
1307 &#8211; There was a cross on the current site of the Poultry Cross (<sup>6</sup>). It seems to have been known as the High Cross. An early 14th century incarnation of the Poultry Cross was built by Lord Montacute (<sup>7</sup>)<br />
1314 &#8211; some shops had been built in an area to the east called the &#8216;<i>Fysschamels&#8217;</i>&#8216;.  (<sup>8</sup>). This was the &#8216;Fish Shambles&#8217;, now Fish Row. &#8216;Shambles&#8217; here means &#8216;meat or fish market&#8217;(<sup>9</sup>).<br />
1337 &#8211; straw sold at a house in Carter Street called &#8216;Chesecornere&#8217; after its owner<br />
1342 &#8211; hemp and linen thread were sold in the north east corner<br />
1345 &#8211; wool was sold at the Guildhall<br />
14th and 15th Century &#8211; there was a corn market in north west corner, near Castle St. This location persisted to some extent in that the library was once the &#8216;Corn Exchange&#8217;. In the early to mid 2000s, there was a pub called the &#8216;Corn Exchange&#8217; next to the library where the faux-Italian &#8216;Strada&#8217; chain is now.<br />
Early 15th Century &#8211; butchers slaughtered animals in open space south of Butcher Row<br />
15th Century &#8211; Council House between the Cheese Market and St Thomas. It was sold in the 18th Century, but had been replaced by what is now the Guild Hall in 1584<br />
15th Century &#8211; current base of hexagonal Poultry Cross is built<br />
15th Century &#8211; the Blue Boar Inn is mentioned. This may have been where Debenhams now is rather than the Chough.<br />
Before 1416 &#8211; fruit, veg, herbage and poultry sold in Minster St and around the Poultry Cross<br />
1416 &#8211; there was a Cheese Cross or Milk Cross on the Cheese Market. The Cheese Market is the triangular area in the north west of the market square, bordered by the HSBC bank, Neals Yard, the Strada restaurant, and the library<br />
1427 &#8211; it was decreed that fisherman from outside the City should have stalls behind those from Salisbury<br />
1431 and 1455 &#8211; mention of coal being seld at &#8216;le colecorner in Carter Street&#8217;<br />
1442 &#8211; a Chafcorner is mentioned. This perhaps could be &#8216;chaff&#8217; as in &#8216;wheat and chaff&#8217; &#8211; I don&#8217;t know.<br />
1469 &#8211; &#8216;Le Cookerowe&#8217; is near the George Inn<br />
1473-4 &#8211; Oatmeal Corner is mentioned<br />
1499 &#8211; there was a yarn market<br />
1525 &#8211; there was a stone cross &#8216;opposite Carter Street&#8217; &#8211; presumably at what is now the junction of the New Canal and Queen Street.<br />
1554 &#8211; the fish shambles was known as Fish Row.<br />
Before 1580 &#8211; a &#8216;great elm&#8217; stood on the site of what is now the Guildhall<br />
1584 &#8211; the Council House (Guild Hall) was finished<br />
1637 &#8211; a workhouse stood on the north side of St Thomas Square<br />
18th Century &#8211; stocks, pillory and whipping post still stood opposite the Blue Boar<br />
1711 &#8211; The Poultry Cross was topped with a sundial and ball<br />
1780 &#8211; the Council house burnt down<br />
1795 &#8211; the current Guildhall building was built as a Council House, with a donation by the Earl of Radnor<br />
1810 &#8211; Wheeler Row was mentioned as part of Oatmeal Row<br />
1845 &#8211; the pillory post was moved to the Wood Market<br />
1853 &#8211; the top part of Poultry Cross, as it now is, was built<br />
1859 &#8211; Market House (latterly called the Corn Exchange, now the site of the library) was built. It was connected to the railway station by a dedicated line,<br />
1887 &#8211; lime trees were planted to celebrate Victoria&#8217;s 50th year as Queen<br />
1887 &#8211; the statue of Henry Fawcett was erected<br />
1927 &#8211; the Council House becomes the Town Hall, and then the Guild Hall<br />
2003(approx) &#8211; cafes and pubs begon putting tables and chairs out around the perimeter of the market square<br />
2004(approx) &#8211; inaugural Salisbury Food and Drink Festival<br />
<!-- Cordwainer Row opposite the Poultry Cross Ironmonger Row was near Oatmeal Row Middle Ages - food was sold on the south and west sides. Wheeler Row and Smiths Row are mentioned --></p>
<h2>Salisbury Market Place and the encroachment of the <i>rows</i></h2>
<p>The Market Place was originally slightly bigger than it is now &#8211; the roads and alleys between the market and the <a href="http://salisburyandstonehenge.net/streetnames/new-canal-salisbury" >New Canal</a> were &#8216;rows&#8217; of market stalls which became more and more permanent until they became rows of buildings.</p>
<p>I don&#8217;t know whether the use of the word &#8216;<i>row</i>&#8216; in the name of the many of these thoroughfares (<a href="http://salisburyandstonehenge.net/streetnames/oatmeal-row-salisbury" >Oatmeal Row</a>, Butcher Row, <a href="http://salisburyandstonehenge.net/streetnames/ox-row-salisbury" >Ox Row</a> and Fish Row) is connected with their origins as &#8216;rows&#8217; of stalls &#8211; this may be assuming too much.</p>
<h2>Salisbury Market today</h2>
<p>Salisbury Market today consists of about 90 general retail stalls, plus twelve or so &#8216;farmers market&#8217; stalls (<sup>10</sup>. Typically, the stalls are run by the same traders each market day.</p>
<p>The BBC has a 360-degree view of the market square <a href="http://www.bbc.co.uk/wiltshire/content/panoramas/salisbury_square_360.shtml">their Wiltshire website</a>.</p>
<h2>The future of Salisbury Market</h2>
<p>Salisbury Market place is being re-developed over the next few years.</p>
<p>A competition  was launched to re-design the market square in August of 2009. Six architectural teams were shortlisted. The Letts Wheeler firm was selected.  (<sup>11</sup>)</p>
<div id="attachment_1968" class="wp-caption aligncenter" style="width: 310px"><a href="http://salisburyandstonehenge.net/wp-content/uploads/2010/02/Market-Place-Salisburyl.jpg"><img src="http://salisburyandstonehenge.net/wp-content/uploads/2010/02/Market-Place-Salisburyl-300x216.jpg" alt="Market Place, Salisbury" title="Market Place, Salisbury" width="300" height="216" class="size-medium wp-image-1968" /></a><p class="wp-caption-text">Used with the permission of Letts Wheeler</p></div>
<p>Letts Wheeler say that:</p>
<blockquote><p>Our winning scheme provides a large, flexible space capable of accomodating an expanded Charter Fair and Charter Market. Subtle reordering has created more generous spaces in which other activities can take place, such as the Remembrance Day parade and outdoor seating for the existing pubs and cafes. The design comprises warm, natural materials and features a shallow rill, reflecting the Market Place&#8217;s heritage.</p>
<p>Wolfgang Buttress will be working with us on the integrated public artwork as part of the &#8216;cathedral aisle&#8217;. This avenue, lined with trees and seating, will provide more intimate social spaces and help us to animate the edges of the space.(<sup>12</sup>)</p></blockquote>
<p><br /></p>
<hr />
<p style="background-color:Lightcyan;">
<b>Visiting Salisbury?</b><br /><br />
For accommodation, see the <a href="http://salisburyandstonehenge.net/hotels-in-salisbury">Hotels in Salisbury</a> page.
</p>
<hr />
<br /></p>
<h4>Footnotes</h4><ol class="footnotes"><li id="footnote_0_1964" class="footnote">&#8216;Salisbury: Markets and fairs&#8217;, A History of the County of Wiltshire: Volume 6 (1962), pp. 138-141. URL: <a href="http://www.british-history.ac.uk/report.aspx?compid=41801">http://www.british-history.ac.uk/report.aspx?compid=41801</a> Date accessed: 13 February 2009.</li><li id="footnote_1_1964" class="footnote"><a href="http://eastlondonhistory.com/petticoat-lane/">Petticoat Lane » eastlondonhistory.com</a></li><li id="footnote_2_1964" class="footnote"><a href="http://eastlondonhistory.com/columbia-road-market/">Columbia Road Market » eastlondonhistory.com</a></li><li id="footnote_3_1964" class="footnote"><a href="http://www.northdevon.gov.uk/index/lgcl_business/lgcl_business_opportunities/lgcl_local_businesses_and_markets/nonlgcl_barnstaple_pannier_market/nonlgcl_history.htm">History</a></li><li id="footnote_4_1964" class="footnote">&#8216;Salisbury: The market place&#8217;, A History of the County of Wiltshire: Volume 6 (1962), pp. 85-87. URL: http://www.british-history.ac.uk/report.aspx?compid=41787 Date accessed: 11 December 2009. </li><li id="footnote_5_1964" class="footnote"> <a href="http://www.wiltshire.gov.uk/community/getfaq.php?id=437">Wiltshire Council &#8211; Wiltshire Community History Get Wiltshire History Question Information</a></li><li id="footnote_6_1964" class="footnote"><a href="http://www.1911encyclopedia.org/Salisbury">Salisbury &#8211; LoveToKnow 1911</a></li><li id="footnote_7_1964" class="footnote">This is mentioned in the Victoria County History ['Salisbury: The market place', A History of the County of Wiltshire: Volume 6 (1962), pp. 85-87. URL: <a href="http://www.british-history.ac.uk/report.aspx?compid=41787">http://www.british-history.ac.uk/report.aspx?compid=41787</a> Date accessed: 11 December 2009.] The &#8216;Fysschamels&#8217; are also mentioned in a document which discusses the renting of &#8216;a cellar under a hall in the town of Salisbury in a place which is called &#8216;Fysschamels&#8217; built by him, and from shops made in the same place and adjacent to the cellar&#8217;<a href="http://sdrc.lib.uiowa.edu/patentrolls/e2v2/body/Edward2vol2page0112.pdf">Edward2vol2page0112.pdf (application/pdf Object)</a></li><li id="footnote_8_1964" class="footnote"><a href="http://www.etymonline.com/index.php?search=shambles&amp;searchmode=none">Online Etymology Dictionary</a></li><li id="footnote_9_1964" class="footnote"><a href="http://www.salisburycouncil.org.uk/index.php?option=com_content&amp;view=article&amp;id=118&amp;Itemid=229">Salisbury City Council &#8211; Charter Market</a></li><li id="footnote_10_1964" class="footnote"><a href="http://www.e-architect.co.uk/england/salisbury_market_place.htm">Salisbury Market Place, Competition, England</a></li><li id="footnote_11_1964" class="footnote"><a href="http://www.lettswheeler.com/">Letts Wheeler Architects</a></li></ol>]]></content:encoded>
			<wfw:commentRss>http://salisburyandstonehenge.net/streetnames/market-place-salisbur/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two great Salisbury blogs</title>
		<link>http://salisburyandstonehenge.net/general/two-great-salisbury-blogs</link>
		<comments>http://salisburyandstonehenge.net/general/two-great-salisbury-blogs#comments</comments>
		<pubDate>Sat, 13 Feb 2010 17:53:32 +0000</pubDate>
		<dc:creator>mattypenny</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[salisbury]]></category>

		<guid isPermaLink="false">http://salisburyandstonehenge.net/?p=1962</guid>
		<description><![CDATA[There are a couple of Salisbury blogs that I really like. 
The first is Salisbury Daily Photo. Salisbury Daily Photo is one of a growing number of &#8216;daily photo&#8217; blogs &#8211; the author takes and publishes pictures of their home city. It&#8217;s not dissimilar in theme to the stuff I&#8217;ve published on this website in [...]]]></description>
			<content:encoded><![CDATA[<p>There are a couple of Salisbury blogs that I really like. </p>
<p>The first is <a href="http://salisburydailyphoto.blogspot.com/">Salisbury Daily Photo</a>. Salisbury Daily Photo is one of a growing number of &#8216;daily photo&#8217; blogs &#8211; the author takes and publishes pictures of their home city. It&#8217;s not dissimilar in theme to the stuff I&#8217;ve published on this website in the <a href="http://salisburyandstonehenge.net/category/photos">&#8216;Photos&#8217;</a> category, but the photography is much better!</p>
<p>If you enjoyed the recent &#8216;Salisbury in Detail&#8217; book then you&#8217;ll like <a href="http://salisburydailyphoto.blogspot.com/">Salisbury Daily Photo</a></p>
<p>The second is the <a href="http://www.salisburyjournal.co.uk/blogs/across_the_bourne/">Across the Bourne</a> blog, which has recently moved from being hosted on Wordpress to being hosted by the Salisbury Journal.</p>
<p>The author is an American who has moved to Laverstock, and he has a really interesting perspective on living in Salisbury &#8211; and supporting Southampton.</p>
]]></content:encoded>
			<wfw:commentRss>http://salisburyandstonehenge.net/general/two-great-salisbury-blogs/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Market Place, Wilton</title>
		<link>http://salisburyandstonehenge.net/streetnames/market-place-wilton</link>
		<comments>http://salisburyandstonehenge.net/streetnames/market-place-wilton#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:36:05 +0000</pubDate>
		<dc:creator>mattypenny</dc:creator>
				<category><![CDATA[Street Names]]></category>
		<category><![CDATA[markets]]></category>
		<category><![CDATA[wilton]]></category>

		<guid isPermaLink="false">http://salisburyandstonehenge.net/?p=1950</guid>
		<description><![CDATA[	

Reproduced courtesy of Francis Frith.
The Market Place, in the centre of Wilton, could be said to date from &#8216;time immemorial&#8217;. 
Edward I (king from 1272 until 1307) referred to a charter for a market in Wilton having been granted by his &#8216;ancestors&#8217;.  (1)
The market was a significant part of the economy of a town [...]]]></description>
			<content:encoded><![CDATA[<p>	<a href="http://www.francisfrith.com/pageloader.asp?page=/search/photos/viewphotos.asp&#038;townid=24833&#038;cid=10&#038;partner=uk&#038;fpn=7367" title="Wilton, the Square c1965, from www.FrancisFrith.com" style="text-decoration: none;"><br />
<img src="https://images.francisfrith.com/c10/450/45/w166066.jpg" width="450" alt="Photo of Wilton, the Square c1965, ref. w166066" title="Wilton, the Square c1965. © Copyright The Francis Frith Collection 2010." style="border: 1px solid #cccccc;" /><br />
Reproduced courtesy of Francis Frith.</a></p>
<p>The Market Place, in the centre of Wilton, could be said to date from &#8216;time immemorial&#8217;. </p>
<p>Edward I (king from 1272 until 1307) referred to a charter for a market in Wilton having been granted by his &#8216;ancestors&#8217;.  (<sup>1</sup>)</p>
<p>The market was a significant part of the economy of a town or city. Apart from being the place where a significant quantity of goods and services were traded, taxes on the market were a source of income for the local aristocracy. </p>
<p>The decline of Wilton&#8217;s market, and the decline of Wilton itself as a regional centre, was mirrored, if not caused, by the growth of <a href="http://salisburyandstonehenge.net">Salisbury market</a>, which was permitted by the city&#8217;s charter in 1227 (<sup>2</sup>)</p>
<p>The holding of the market in Salisbury was the subject of some controversy. In 1240, people in Wilton alleged that there was a market being held in Salisbury every day, when the charter only allowed for a Tuesday market. In 1274, people in Salisbury accused the bailiffs in Wilton of physically way-laying traders and forcing them to go to Wilton market rather than Salisbury (<sup>3</sup>)</p>
<p>In 1305, the king forbade merchants to trade in Salisbury on the days of Wilton markets.(<sup>4</sup>) </p>
<h2>Wilton fair</h2>
<p>The fair in Wilton dates back to at least 1212.</p>
<p>In 1288 it lasted from the 14th to the 21st of September. In 1300, it was said to last only from nine o&#8217;clock on <a href="http://salisburyandstonehenge.net/streetnames/st-matthews-close-sp1" >St Matthew&#8217;s</a> Eve (20th September) until nine o&#8217;clock on <a href="http://salisburyandstonehenge.net/streetnames/st-matthews-close-sp1" >St Matthew&#8217;s</a> Day (the 21st). </p>
<p>According to the Victoria County of History, there were various different fairs at various different times. There were fairs of Saint George and Saint Giles in 1751, and fairs in April, July, October and November in 1731.</p>
<p>By the 19th Century, the September sheep fair was the main fair in Wilton. At peak 100,000 sheep were brought to the Wilton Sheep fair.</p>
<h4>Footnotes</h4><ol class="footnotes"><li id="footnote_0_1950" class="footnote"><a href="http://www.british-history.ac.uk/report.aspx?compid=41767">http://www.british-history.ac.uk/report.aspx?compid=41767</a> Date accessed 30 November 2009. </li><li id="footnote_1_1950" class="footnote">&#8216;Salisbury: The market place&#8217;, A History of the County of Wiltshire: Volume 6 (1962), pp. 85-87. URL: <a href="http://www.british-history.ac.uk/report.aspx?compid=41787">http://www.british-history.ac.uk/report.aspx?compid=41787</a> Date accessed: 30 November 2009.</li><li id="footnote_2_1950" class="footnote">&#8216;Wilton: Markets, fairs, agriculture and mills&#8217;, A History of the County of Wiltshire: Volume 6 (1962), pp. 17-21. URL: <a href="http://www.british-history.ac.uk/report.aspx?compid=41767">http://www.british-history.ac.uk/report.aspx?compid=41767</a> Date accessed: 03 December 2009. </li><li id="footnote_3_1950" class="footnote">&#8216;Wilton: Markets, fairs, agriculture and mills&#8217;, A History of the County of Wiltshire: Volume 6 (1962), pp. 17-21. URL: <a href="http://www.british-history.ac.uk/report.aspx?compid=41767">http://www.british-history.ac.uk/report.aspx?compid=41767</a> Date accessed: 04 December 2009. </li></ol>]]></content:encoded>
			<wfw:commentRss>http://salisburyandstonehenge.net/streetnames/market-place-wilton/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.924 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-11 08:47:39 -->
