<?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>Consilience Media &#187; Web Interface</title>
	<atom:link href="http://www.consil.co.uk/blog/category/webinterface/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.consil.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 12:03:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Pure CSS Rollover Map Demo &#8211; England Regions</title>
		<link>http://www.consil.co.uk/blog/2009/04/07/pure-css-rollover-map-demo/</link>
		<comments>http://www.consil.co.uk/blog/2009/04/07/pure-css-rollover-map-demo/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 16:36:30 +0000</pubDate>
		<dc:creator>Jason Judge</dc:creator>
				<category><![CDATA[General Blogging]]></category>
		<category><![CDATA[Web Interface]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Positioning]]></category>

		<guid isPermaLink="false">http://www.consil.co.uk/blog/?p=358</guid>
		<description><![CDATA[A tutorial for producing these maps will be provided soon. With the help of InkScape and a spreadsheet, they are not quite as fiddly as you would expect. Each map consists of a single image, with all the roll-over images as a part of the main map image. It uses a &#8216;sprite&#8217; technique to move the roll-over background images into position when the mouse hovers over the [square] regions. Why do it like this? Firstly there is no JavaScript involved. <a href="http://www.consil.co.uk/blog/2009/04/07/pure-css-rollover-map-demo/" title="Read more" class="sprite-wrapper arrow-green-right">...<span class="sprite"></span></a>]]></description>
			<content:encoded><![CDATA[<p>A tutorial for producing these maps will be provided soon. With the help of InkScape and a spreadsheet, they are not quite as fiddly as you would expect. Each map consists of a single image, with all the roll-over images as a part of the main map image.</p>
<p>It uses a &#8216;sprite&#8217; technique to move the roll-over background images into position when the mouse hovers over the [square] regions. Why do it like this? Firstly there is no JavaScript involved. Secondly it keeps the number of objects downloaded to a minimum &#8211; just one stylesheet (or set of styles) and one image. Lastly, it degrades nicely to a simple unordered list when CSS is not available or relevant.</p>
<h3>Half Size</h3>
<ul class="rollover-map">
<li class="northeast"><a title="North East" href="#">North East</a></li>
<li class="northwest"><a title="North West" href="#">North West</a></li>
<li class="yorkshire"><a title="Yorkshire &amp; Humberside" href="#">Yorkshire &amp; Humberside</a></li>
<li class="westmidlands"><a title="West Midlands" href="#">West Midlands</a></li>
<li class="eastmidlands"><a title="East Midlands" href="#">East Midlands</a></li>
<li class="southwest"><a title="South West" href="#">South West</a></li>
<li class="southeast"><a title="South East" href="#">South East</a></li>
<li class="london"><a title="London" href="#">London</a></li>
<li class="east"><a title="East Of England" href="#">East Of England</a></li>
</ul>
<p><span id="more-358"></span></p>
<h3>Full Size with Picture Roll-Overs</h3>
<p>You are not limited to colours in the roll-over. You can add whatever images you like. If using PNGs (as we are here) you can even include alpha-transparency to overlay the main map with a semi-transparent roll-over image.</p>
<p>Since this demo uses PNGs, Internet Explorer 6 (and below) users may see grey-blue backgrounds around the images. You can work around this by using GIF images instead. However, I would encourage IE6 users to upgrade in the first instance.</p>
<ul class="rollover-map">
<li class="northeast"><a title="North East" href="#">North East</a></li>
<li class="northwest"><a title="North West" href="#">North West</a></li>
<li class="yorkshire"><a title="Yorkshire &amp; Humberside" href="#">Yorkshire &amp; Humberside</a></li>
<li class="westmidlands"><a title="West Midlands" href="#">West Midlands</a></li>
<li class="eastmidlands"><a title="East Midlands" href="#">East Midlands</a></li>
<li class="southwest"><a title="South West" href="#">South West</a></li>
<li class="southeast"><a title="South East" href="#">South East</a></li>
<li class="london"><a title="London" href="#">London</a></li>
<li class="east"><a title="East Of England" href="#">East Of England</a></li>
</ul>
<p><strong>Credits</strong></p>
<ul>
<li><a href="http://www.flickr.com/photos/tasa_m/2882242321/">Whitby Abbey</a></li>
<li><a href="http://www.flickr.com/photos/ptomlins/2463759144/sizes/m/">Birmingham Bull</a></li>
<li><a href="http://www.flickr.com/photos/spentrails/3144141084/sizes/m/">Kent Coast</a></li>
<li><a href="http://www.flickr.com/photos/oldflints/2987309302/">Norfolk Windmill</a></li>
</ul>
<p>The rest are my own snaps: <a href="http://en.wikipedia.org/wiki/Catbells">Catbells</a>, <a href="http://en.wikipedia.org/wiki/Drax_power_station">Drax Power Station</a>, <a href="http://en.wikipedia.org/wiki/Angel_of_the_north">Angel of the North</a>, a member of the <a href="http://en.wikipedia.org/wiki/Queen%27s_Guard">Queen&#8217;s Guard</a> and a <a href="http://en.wikipedia.org/wiki/Clapper_bridge">Clapper Bridge</a> in Cornwall.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consil.co.uk/blog/2009/04/07/pure-css-rollover-map-demo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First Considerations</title>
		<link>http://www.consil.co.uk/blog/2008/08/20/test/</link>
		<comments>http://www.consil.co.uk/blog/2008/08/20/test/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 18:23:22 +0000</pubDate>
		<dc:creator>Phill Brown</dc:creator>
				<category><![CDATA[Web Interface]]></category>

		<guid isPermaLink="false">http://www.consil.co.uk/blog/?p=20</guid>
		<description><![CDATA[Over the next few months I&#8217;ll be working on a project that involves coding the frontend of a website. The first thing I consider is what level of accessibility is the site going to follow and at what cost. I always write a site to adhere to a strict xhtml standard: [sourcecode language='html'][/sourcecode] Why? If I don&#8217;t follow a standard then what am I actually following. There isn&#8217;t any extra effort in doing things by the book so why avoid <a href="http://www.consil.co.uk/blog/2008/08/20/test/" title="Read more" class="sprite-wrapper arrow-green-right">...<span class="sprite"></span></a>]]></description>
			<content:encoded><![CDATA[<p>Over the next few months I&#8217;ll be working on a project that involves coding the frontend of a website.</p>
<p>The first thing I consider is what level of accessibility is the site going to follow and at what cost. I always write a site to adhere to a strict xhtml standard:</p>
<p>[sourcecode language='html'][/sourcecode]</p>
<p>Why? If I don&#8217;t follow a standard then what am I actually following. There isn&#8217;t any extra effort in doing things by the book so why avoid it?</p>
<p>The next thing is browser compatabily. I think that a website should be available to as large an audience as possible. Unfortunately this means using hacks &#8211; there is no way around it. The browsers as of today that I want to support are:</p>
<ul>
<li>Firefox 1.0+</li>
<li>Internet Explorer 6.0+</li>
<li>Safari 1.0+</li>
<li>Opera 9.0+</li>
</ul>
<p>Throughout this project there will be <strong>lots</strong> of stumbling blocks regarding browser compatability &#8211; how these are overcome will be explained in future posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consil.co.uk/blog/2008/08/20/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

