<?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>Project WIP</title>
	<atom:link href="http://shropshire.gov.uk/projectwip/feed/" rel="self" type="application/rss+xml" />
	<link>http://shropshire.gov.uk/projectwip</link>
	<description>We&#039;re making our website better and we want your help</description>
	<lastBuildDate>Wed, 22 Feb 2012 13:06:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Shropshire Council Newsroom gets a new responsive design</title>
		<link>http://shropshire.gov.uk/projectwip/2011/12/shropshire-council-newsroom-gets-a-new-responsive-design/</link>
		<comments>http://shropshire.gov.uk/projectwip/2011/12/shropshire-council-newsroom-gets-a-new-responsive-design/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 12:12:19 +0000</pubDate>
		<dc:creator>Lewis Moorcroft</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Process]]></category>

		<guid isPermaLink="false">http://shropshire.gov.uk/projectwip/?p=820</guid>
		<description><![CDATA[You may recall in May I posted an article on the increase in mobile traffic hitting our web services over the last few months, and as a result we set ourselves a new goal of incorporating responsive designs into future releases of some of those services &#8211; i.e. to improve the mobile web experience. Well in late November, we pushed a new responsive design out to the Shropshire Council Newsroom. Scaling the existing design down When I worked on the first version of a responsive design for the newsroom, I took the original fixed-width &#8216;desktop&#8217; design and scaled it down. At the time it was the quickest and easiest method as there were no design changes planned, but it didn&#8217;t &#8230; <a href="http://shropshire.gov.uk/projectwip/2011/12/shropshire-council-newsroom-gets-a-new-responsive-design/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You may recall in May I posted an article on the increase in mobile traffic hitting our web services over the last few months, and as a result we set ourselves a new goal of incorporating responsive designs into future releases of some of those services &#8211; i.e. to improve the mobile web experience.</p>
<p>Well in late November, we pushed a new responsive design out to the <a title="Shropshire Council Newsroom" href="http://shropshire.gov.uk/news">Shropshire Council Newsroom</a>.</p>
<h2>Scaling the existing design down</h2>
<p>When I worked on the first version of a responsive design for the newsroom, I took the original fixed-width &#8216;desktop&#8217; design and scaled it down. At the time it was the quickest and easiest method as there were no design changes planned, but it didn&#8217;t give the cleanest results. As soon as a device browser hit a media query threshold, there was a large &#8216;jump&#8217; in the available space which resulted in a lot of side margin space at certain screen sizes. So this approach, although worked, didn&#8217;t really make best use of all mobile devices&#8217; screen width.</p>
<h2>Scaling a new design up</h2>
<p>Following our initial responsive design, we started preparing for &#8216;version 2&#8242; of the newsroom which included a redesign of current sections of the homepage as well as adding some additional features. We therefore decided to take the opportunity to completely re-code the newsroom from scratch. This allowed us to take the approach of scaling-up a mobile design to a desktop design.</p>
<p>I found this approach to make a lot more sense. Instead of battling the confinements of the desktop design from &#8216;version 1&#8242;, which usually required a lot of new CSS overriding old CSS, I was able to write a single CSS rule that would be valid for all screen resolutions. So in effect the CSS was a lot less bloated, as the scale-up method is a progressive method instead of a overriding method.</p>
<h2>A new way of thinking</h2>
<p>Doing a scale-up responsive design is quite a different approach to the way a website is coded and can take a bit of time to get your head around.</p>
<p>Scaling down fixed-width elements is fairly restrictive especially if multiple elements contained within the main columns of the design are also set to a fixed width. We have to in turn change all the fixed values for each size of device we want to support, and as already mentioned will probably result in a lot of side margin space at certain mobile device screen sizes, a jumpy response at media query thresholds and plenty of CSS overrides.</p>
<p>Instead, we are now using percentage based column widths which allows us to take full use of a devices&#8217; screen width at a smooth response. Content within these columns are now set as a percentage of their parent (usually 100% to maximise the available space).</p>
<p>So to paint a picture of how the CSS appears between the two, instead of changing multiple fixed widths in multiple instances for each media query, we now just change our main columns percentage widths. The content in these columns is set in our main CSS just to fill the column space so we don&#8217;t need to worry about this.</p>
<h2>The numbers never lie</h2>
<p>In &#8216;version 1&#8242;, our main CSS file had 1218 lines of code and 567 lines in the responsive CSS file. Compare that with &#8216;version 2&#8242; where we have just 707 lines in the main CSS file and 140 lines in the responsive CSS file. Now isn&#8217;t that a much more efficient and manageable sounding design?</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://shropshire.gov.uk/projectwip/2011/12/shropshire-council-newsroom-gets-a-new-responsive-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mapping broadband speeds in Shropshire</title>
		<link>http://shropshire.gov.uk/projectwip/2011/10/mapping-broadband-speed-in-shropshire/</link>
		<comments>http://shropshire.gov.uk/projectwip/2011/10/mapping-broadband-speed-in-shropshire/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 16:01:43 +0000</pubDate>
		<dc:creator>Andy Burns</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://shropshire.gov.uk/projectwip/?p=797</guid>
		<description><![CDATA[Our broadband embedded map provides Shropshire residents with information about estimated broadband speeds they can receive. This map gets used a lot and we have also been asked to provide some details about how it works, what better place to do this then the blog! Our Ordnance Survey background mapping has been cached in an image format that speeds up various requests to the server to produce the image tiles the application requests. This improves loading time, panning and moving around the map as each tile is already available, removing the request for tiles to be created by the server. We have various cache setups depending on the requirements of the application. All our applications use a single background cache, &#8230; <a href="http://shropshire.gov.uk/projectwip/2011/10/mapping-broadband-speed-in-shropshire/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Our <a title="Connecting Shropshire" href="http://connectingshropshire.co.uk/the-problem/" target="_blank">broadband embedded map</a> provides Shropshire residents with information about estimated broadband speeds they can receive. This map gets used a lot and we have also been asked to provide some details about how it works, what better place to do this then the blog!</p>
<p>Our Ordnance Survey background mapping has been cached in an image format that speeds up various requests to the server to produce the image tiles the application requests. This improves loading time, panning and moving around the map as each tile is already available, removing the request for tiles to be created by the server. We have various cache setups depending on the requirements of the application. All our applications use a single background cache, in the good old days you had to have this as dynamic data&#8230;..this is what used to make mapping applications so slow as each tile in its native format is very large!</p>
<p>We then create a web service from the data and allow it to be consumed in various formats. <a title="WMS Service" href="http://en.wikipedia.org/wiki/Web_Map_Service" target="_blank">WMS</a>, <a title="KML" href="http://en.wikipedia.org/wiki/Keyhole_Markup_Language" target="_blank">KML</a>, <a title="Rest service" href="http://en.wikipedia.org/wiki/Representational_state_transfer" target="_blank">REST</a> are some of the formats that we can offer for applications to use.</p>
<p>The ADSL data is different. This is dynamic data in a GIS format that the server can consume. We could also cache this data but usually it is subject to change or update so we set it to be requested and drawn by the server each time new data is being requested (opposite to the cache service above). We create the design or &#8220;symbology&#8221; of the data in a desktop application. The server replicates the layout we create, however this can be overridden by the application.</p>
<p>Once we are happy with the services we then go into development mode! Using a javascript API specific to our mapping application, we then consume the services and code the functions needed for the application. The application then gets embedded into the page.</p>
<p>We have a few of these applications across the Shropshire Council website and we are providing more and more each week! If you have any suggestions or feedback about the mapping applications we would like to hear from you!</p>
]]></content:encoded>
			<wfw:commentRss>http://shropshire.gov.uk/projectwip/2011/10/mapping-broadband-speed-in-shropshire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bus timetables now live</title>
		<link>http://shropshire.gov.uk/projectwip/2011/09/bus-timetables-now-live/</link>
		<comments>http://shropshire.gov.uk/projectwip/2011/09/bus-timetables-now-live/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 12:56:02 +0000</pubDate>
		<dc:creator>Martin Wright</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open data]]></category>
		<category><![CDATA[feature]]></category>

		<guid isPermaLink="false">http://shropshire.gov.uk/projectwip/?p=780</guid>
		<description><![CDATA[We are happy to announce our bus timetables system is now live. Although we have designed the system to work for a wide range of devices we took a chance with this project to try out some new technologies which I wanted to talk about briefly here. <a href="http://shropshire.gov.uk/projectwip/2011/09/bus-timetables-now-live/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce our <a href="http://shropshire.gov.uk/bustimes">bus timetables system</a> went live today.</p>
<p>First things first, thank you to everybody who took time to test the system over the past few weeks, this was the first time we have run a public test and it has resulted in a much more useful system. If you want to be involved in future tests make sure you&#8217;re<a title="Sign up" href="http://shropshire.gov.uk/projectwip/sign-up/"> signed up</a> and you&#8217;ll be first in line.</p>
<p>Although we have designed the system to work for a wide range of devices we took a chance with this project to try out some new technologies which I wanted to talk about briefly here.</p>
<p>Although the system is &#8216;complete&#8217; we will continue to take <a title="Send feedback" href="http://shropshire.gov.uk/projectwip/send-feedback/">suggestions and feedback</a> from you.</p>
<h2>Responsive design</h2>
<p>We learnt from the testing stages that the utility of the system wouldn&#8217;t be truly realised unless we could make it work elegantly on a mobile phone. To do this we used a technique called <a title="Making shropshire.gov.uk responsive" href="http://shropshire.gov.uk/projectwip/2011/05/making-shropshire-responsive/">responsive design</a> (although technically, it&#8217;s an adaptive design) which uses new functionality in modern web browsers to make an website look and behave differently depending on the screen size of the user&#8217;s device.</p>
<p>We used this to turn a large bus timetable into a format that would work on a mobile phone (pictured)</p>
<div id="attachment_781" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-781" title="buses-responsive" src="http://shropshire.gov.uk/projectwip/wp-content/uploads/2011/09/buses-responsive.jpg" alt="" width="600" height="400" /><p class="wp-caption-text">Left: How a time table looks on a desktop or laptop. Right: on a mobile device</p></div>
<h2>HTML5 Geolocation API</h2>
<p>Requiring a postcode to get a location from the user doesn&#8217;t always work, so we used the <a href="http://dev.w3.org/geo/api/spec-source.html">HTML5 geolocation API</a> to access location information about the user&#8217;s device to estimate their position. This makes finding your nearest bus stop while out and about much faster.</p>
<h2>Progressive enhancement</h2>
<p>Despite using bleeding edge technology we also made sure that users on older technology don&#8217;t miss out on core functionality (known as <a href="http://en.wikipedia.org/wiki/Progressive_enhancement">progressive enhancement</a>).</p>
<h2>Development API</h2>
<p>A tentative first for us. Everything you can do through the front-end is accessible through a <a href="http://shropshire.gov.uk/api-docs/wiki/BusTimetables">development API</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://shropshire.gov.uk/projectwip/2011/09/bus-timetables-now-live/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>£204,269.08 – an Open Source Update</title>
		<link>http://shropshire.gov.uk/projectwip/2011/08/204269-08-%e2%80%93-an-open-source-update/</link>
		<comments>http://shropshire.gov.uk/projectwip/2011/08/204269-08-%e2%80%93-an-open-source-update/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 11:51:11 +0000</pubDate>
		<dc:creator>Chris Jones</dc:creator>
				<category><![CDATA[Money]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[RICE]]></category>

		<guid isPermaLink="false">http://shropshire.gov.uk/projectwip/?p=662</guid>
		<description><![CDATA[Eye catching title huh? In my previous post (Open Source? Yeah, we’ve heard of it&#8230;) I talked in brief about how we were using Open Source and how it was saving the Council significant amounts of money. We have now calculated that we are directly saving the council £204k over an initial 5 year period and are going to save a further £228,905 every five years thereafter. How are we saving this money? We built a search engine framework to replace two third-party products. A website search engine and an address search system. These systems were costly and becoming more expensive as additional functionality was required. So we decided that we’d build our own search engine to cover the needs of &#8230; <a href="http://shropshire.gov.uk/projectwip/2011/08/204269-08-%e2%80%93-an-open-source-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Eye catching title huh? In my previous post (<a title="Open Source? Yeah, we’ve heard of it – it’s how we’re reducing costs!" href="http://shropshire.gov.uk/projectwip/2011/05/open-source-yeah/" target="_blank">Open Source? Yeah, we’ve heard of it&#8230;</a>) I talked in brief about how we were using Open Source and how it was saving the Council significant amounts of money.</p>
<p>We have now calculated that we are directly saving the council £204k over an initial 5 year period and are going to save a further £228,905 every five years thereafter.</p>
<h2><span style="color: #000000; font-size: 23px; line-height: 35px;">How are we saving this money?</span></h2>
<p>We built a search engine framework to replace two third-party products. A website search engine and an address search system. These systems were costly and becoming more expensive as additional functionality was required.</p>
<p>So we decided that we’d build our own search engine to cover the needs of these two products as well as providing additional features for other products.</p>
<p>Our search framework consists of a set of J2EE applications written in-house and running under a clustered pair of Apache Tomcat application servers. The search indexes are all stored on a pair of load balanced and clustered PostgreSQL servers, and all these servers are running Linux as their operating system.</p>
<h2><span style="color: #000000; font-size: 23px; line-height: 35px;">Quick cost breakdown</span></h2>
<p>The costs of the existing search systems added up to a total of £228,905 over a five year period.</p>
<p>We spent £24,635.92 on hardware to allows us to get the maximum performance and stability, and this hardware is also being used to power quite a number of other systems too. So after our initial outlay of hardware, we were left with £204,269.08 for our first five years.</p>
<h2>Conclusion</h2>
<p>The system that we built and delivered is saving us much more than the amount we&#8217;ve calculated above, but working out those true costs would be time-consuming and offer no real benefit.</p>
<p>Open Source works for us and it works for us well, and we have proven that you can significantly reduce costs when using it with no feature or performance degradation.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://shropshire.gov.uk/projectwip/2011/08/204269-08-%e2%80%93-an-open-source-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>On the buses &#8211; testing round up</title>
		<link>http://shropshire.gov.uk/projectwip/2011/08/on-the-buses-testing-round-up/</link>
		<comments>http://shropshire.gov.uk/projectwip/2011/08/on-the-buses-testing-round-up/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 11:12:59 +0000</pubDate>
		<dc:creator>Martin Wright</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://shropshire.gov.uk/projectwip/?p=675</guid>
		<description><![CDATA[We had over 1000 unique visits to the new buses system - thanks to everybody who took time to try it out. We've had bucket loads of feedback and I'd love to be able to address every one individually but there were just too many, instead I have tried to summarise them in this post. <a href="http://shropshire.gov.uk/projectwip/2011/08/on-the-buses-testing-round-up/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We had over 1000 unique visits to the new buses system &#8211; thanks to everybody who took time to try it out.</p>
<p>We&#8217;ve had bucket loads of feedback and I&#8217;d love to be able to address every one individually but there were just too many, instead I have tried to summarise the general themes below.</p>
<h2>Will there be a print button?</h2>
<p>Certainly &#8211; we couldn&#8217;t get this working satisfactorily before the testing began so we pulled it. The final version will have a print button.</p>
<h2>Will there be a mobile version?</h2>
<p>Yes &#8211; we are discussing early ideas for a mobile version of the system, with tools like the HTML5 geolocation API and media queries available to us we will create an excellent mobile version of the system.</p>
<p>The use-cases change as does the context (finding a bus based on location is much more important with mobile) so it might turn out to be a lot of work. For this reason we won&#8217;t be trying to squeeze the mobile version in before the launch but it will follow shortly after.</p>
<h2>My bus stop is missing</h2>
<p>Thanks for spotting that &#8211; we discovered some gaps in our data which we are fixing.</p>
<h2>I don&#8217;t know my postcode &#8211; the nearest bus stop search is useless</h2>
<p>We are changing the design of the search so that you can search by street and town or use browser based location tracking so you won&#8217;t need to know your postcode.</p>
<h2>Could you add bus fare information?</h2>
<p>This was something we wanted to add early on in the project but we couldn&#8217;t get sufficient data. Bus fares are a very complex problem but it would be useful. We have added this to our feature list for an upcoming version.</p>
<h2>Will there be a developer API or open data file?</h2>
<p>Watch this space <img src='http://shropshire.gov.uk/projectwip/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Welcome to the 21st century! / It&#8217;s about time you did something like this&#8230;</h2>
<p>Have you seen<a title="What we make" href="http://shropshire.gov.uk/projectwip/what-we-make/"> some of the other things we&#8217;ve been up to</a>?</p>
<p>Although testing has &#8216;finished&#8217; we will leave the system up and available for the near future and continue to update it with new developments. Development is ongoing and we&#8217;re expecting to go live with the system mid-September. If you have any more feedback please feel free to <a title="Send feedback" href="http://shropshire.gov.uk/projectwip/send-feedback/">let us know</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://shropshire.gov.uk/projectwip/2011/08/on-the-buses-testing-round-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How you can help us</title>
		<link>http://shropshire.gov.uk/projectwip/2011/07/how-you-can-help-us/</link>
		<comments>http://shropshire.gov.uk/projectwip/2011/07/how-you-can-help-us/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 08:22:55 +0000</pubDate>
		<dc:creator>Sophie Ewan-Roberts</dc:creator>
				<category><![CDATA[Communication]]></category>

		<guid isPermaLink="false">http://shropshire.gov.uk/projectwip/?p=594</guid>
		<description><![CDATA[When you visit our pages do you ever think &#8216;there&#8217;s a better way to do that&#8217;, &#8216;this information should be laid out differently&#8217;, or even &#8216;this is fantastic, just what I was looking for&#8217;? (We live in hope). If you do then let us know &#8211; feedback from our customers is really useful, helping us to see what we&#8217;re doing right and where things need to be improved. Giving us feedback is really quick and easy, there are several ways to let us know about your experience. The quickest and simplest way to let us know if your visit to shropshire.gov.uk has answered your query or provided the information you wanted is to click on the little faces under &#8216;rate this &#8230; <a href="http://shropshire.gov.uk/projectwip/2011/07/how-you-can-help-us/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you visit our pages do you ever think &#8216;there&#8217;s a better way to do that&#8217;, &#8216;this information should be laid out differently&#8217;, or even &#8216;this is fantastic, just what I was looking for&#8217;? (We live in hope).</p>
<p>If you do then let us know &#8211; feedback from our customers is really useful, helping us to see what we&#8217;re doing right and where things need to be improved. Giving us feedback is really quick and easy, there are several ways to let us know about your experience.</p>
<p>The quickest and simplest way to let us know if your visit to shropshire.gov.uk has answered your query or provided the information you wanted is to click on the little faces under &#8216;rate this page&#8217; on whatever webpage you&#8217;re visiting. There is a smiley face if you rate it as good, a neutral face for average and a frowny face for poor, you can select a reason for your rating and leave a short comment (please note, these are anonymous).</p>
<p><img class="alignnone size-full wp-image-609" src="http://shropshire.gov.uk/projectwip/wp-content/uploads/2011/07/rate-this-page-icons.jpg" alt="Rate this page icons" width="201" height="95" /></p>
<p>There is also a contact on all shropshire.gov.uk pages containing an email address, either in the webpage or the footer, for example,</p>
<p><a rel="attachment wp-att-611" href="http://shropshire.gov.uk/projectwip/2011/07/how-you-can-help-us/email-contact-link-2/"><img class="alignnone size-full wp-image-611" src="http://shropshire.gov.uk/projectwip/wp-content/uploads/2011/07/email-contact-link1.jpg" alt="Contact email link" width="245" height="100" /></a></p>
<p>or</p>
<p><img class="alignnone size-full wp-image-614" src="http://shropshire.gov.uk/projectwip/wp-content/uploads/2011/07/Contact-email-footer2.jpg" alt="Footer email contact link" width="470" height="125" /></p>
<p>Simply click on the email address and you can provide detailed feedback via our online form. You can fill this in anonymously or leave your details if you would like a response. You can also get in touch with us here on <a href="http://shropshire.gov.uk/projectwip/how-to-help/">Project WIP</a> or comment using <a title="@shropcouncil on twitter" href="http://twitter.com/#!/projectwip" target="_blank">twitter</a> and facebook (some services areas have their own  facebook and twitter accounts, you can check them all out <a title="Social media" href="http://shropshire.gov.uk/socialmedia.nsf" target="_blank">here</a>).</p>
<p>One of the primary purposes of Project WIP itself is to communicate with you, and we want this to be a two way process. This isn&#8217;t about us talking at you &#8211; we want to have a conversation so please comment on the blog posts, have a look at the &#8216;<a title="How you can help" href="http://shropshire.gov.uk/projectwip/how-to-help/" target="_blank">how you can help</a>&#8216; section, <a title="Give us feedback" href="http://shropshire.gov.uk/projectwip/send-feedback/" target="_blank">give us feedback</a> and <a title="Share your ideas" href="http://shropshire.gov.uk/projectwip/submit-idea/" target="_blank">share your ideas</a> or even volunteer to <a title="Become a tester" href="http://shropshire.gov.uk/projectwip/sign-up/" target="_blank">become a tester</a> and try out the first versions of our creations, helping us to perfect them before they go live for everyone to use.</p>
<p>If you&#8217;re wondering what we&#8217;ll do with the feedback we receive; all of it is analysed, then some is sent to web editors to help them improve the content or layout of their pages and make them easier and more useful. Other feedback may be accepted and prioritised to be added / fixed / made, at some point in the future.</p>
<p>We may also publish your idea or feedback; either here or on shropshire.gov.uk, possibly editing it a bit if there is a spelling mistake (or anything inappropriate so please keep it clean!). We can&#8217;t provide status updates on all feedback we receive but don&#8217;t let that stop you &#8211; we&#8217;re waiting to hear from you!</p>
]]></content:encoded>
			<wfw:commentRss>http://shropshire.gov.uk/projectwip/2011/07/how-you-can-help-us/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Updates to shropshire.gov.uk</title>
		<link>http://shropshire.gov.uk/projectwip/2011/06/updates-to-shropshire-gov-uk/</link>
		<comments>http://shropshire.gov.uk/projectwip/2011/06/updates-to-shropshire-gov-uk/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 11:40:28 +0000</pubDate>
		<dc:creator>Dale Shepherd</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://shropshire.gov.uk/projectwip/?p=578</guid>
		<description><![CDATA[Today (28 June 2011) we released v5.0.4 of our website. To the casual visitor, this won&#8217;t mean much, but for us this release brings about more improvements for the shropshire.gov.uk website &#38; our CMS. I won&#8217;t bore you with the CMS changes (but I will say that what we have received the comment &#8220;Love it , Love it, Love it!!&#8221; during the testing phase), so for this post we will focus on the improvements to the website itself. What&#8217;s new? Following feedback about content that appears to be out of date, we&#8217;ve added a new notification that will appear on pages that are currently being reviewed. This alert will also allow you to give feedback to our Web Manager to help &#8230; <a href="http://shropshire.gov.uk/projectwip/2011/06/updates-to-shropshire-gov-uk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today (28 June 2011) we released v5.0.4 of our website. To the casual visitor, this won&#8217;t mean much, but for us this release brings about more improvements for the shropshire.gov.uk website &amp; our CMS.</p>
<p>I won&#8217;t bore you with the CMS changes (but I will say that what we have received the comment &#8220;Love it , Love it, Love it!!&#8221; during the testing phase), so for this post we will focus on the improvements to the website itself.</p>
<h2>What&#8217;s new?</h2>
<p>Following feedback about content that appears to be out of date, we&#8217;ve added a new notification that will appear on pages that are currently being reviewed. This alert will also allow you to give feedback to our Web Manager to help our editors update the content with the information you require.</p>
<p>Our online payments system has recently been updated, and we are now able to provide direct links to certain payment types. As such, the list of payment options on our &#8220;<a title="Pay for it on shropshire.gov.uk (will open in new tab/window)" href="http://shropshire.gov.uk/index.nsf/services?openview&amp;restricttocategory=Pay%20for%20it" target="_blank">Pay for it</a>&#8221; page has been reviewed, and direct links provided where applicable. Unfortunately some of our services require further information in order to take payments, and so we are not able to provide direct links to all of our online payment types at this time.</p>
<p>We&#8217;ve had some people voice their concern over the use of 0345 numbers for the main Shropshire Council contact lines, and so we have set up a new page detailing the reason for this choice along with the costs to you for using them. To make this easy to find we have added a &#8220;<a title="How much does it cost to ring Shropshire Council? (will open in new tab/window)" href="http://shropshire.gov.uk/customerservice.nsf/open/F3146EC650C1EEFE802578B5002040ED" target="_blank">(How much does this cost?)</a>&#8221; link to the footer next to the main telephone number.</p>
<p>To keep our website accessible for everyone, we have changed some of our code to help make our in-page content shortcuts easier to use for those relying on keyboard navigation with screen readers/magnifiers.</p>
<p>To touch slightly upon our CMS changes, we are now able to schedule newsflashes (meaning one of our skilled editors will not have to stay up late to add and then remove a newsflash for a planned overnight service outage), and can now provide a more varied range of links for our main homepage feature.</p>
<p>We release updates to our website regularly and take bug reports and change requests from our internal staff, partners and the public. If you&#8217;ve got an idea for an improvement you would like to see in our next website update, please <a title="How to help" href="http://shropshire.gov.uk/projectwip/how-to-help/">let us know</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://shropshire.gov.uk/projectwip/2011/06/updates-to-shropshire-gov-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing for readability</title>
		<link>http://shropshire.gov.uk/projectwip/2011/06/designing-for-readability/</link>
		<comments>http://shropshire.gov.uk/projectwip/2011/06/designing-for-readability/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 10:34:21 +0000</pubDate>
		<dc:creator>Martin Wright</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://shropshire.gov.uk/projectwip/?p=105</guid>
		<description><![CDATA[We’ve had a lot of comments about the font size used on Shropshire.gov.uk, (some good, some bad - it was even highlighted by a reviewer in this year’s SOCITM Better Connected survey) and I wanted to write a post in response to this. The size of the text is a conscious choice, based on some sound design principles.

Instead of writing a post solely to justify our choices, I thought it would be more useful to share the principles and practices that led us to arrive there. <a href="http://shropshire.gov.uk/projectwip/2011/06/designing-for-readability/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We’ve had a lot of comments about the font size used on Shropshire.gov.uk, (some good, some bad &#8211; it was even highlighted by a reviewer in this year’s SOCITM Better Connected survey) and I wanted to write a post in response to this. The size of the text is a conscious choice, based on some sound design principles.</p>
<p>Instead of writing a post solely to justify our choices, I thought it would be more useful to share the principles and practices that led us to arrive there. Let’s begin with some common myths: you accidently eat spiders in your sleep, chewing gum takes 7 years to digest and people don&#8217;t read on the web.</p>
<p>The truth is that despite the generally horrible reading environment the web provides users have become very good at telling the difference between useless and useful information. They scan through pages disregarding the content that doesn’t interest them, and reading the content that does.</p>
<p>Although we can&#8217;t ensure that what is written is engaging and captivating enough to keep the reader&#8217;s attention, we should ensure that our design makes it possible, by creating a comfortable environment that makes reading easy.</p>
<h2>User experience</h2>
<p>When we design a website we think about the user experience on a site wide level, we should apply the same techniques to a single page.</p>
<p>Consider the experience of reading &#8211; being drawn in with the first few lines, followed by a period of solid reading, before the conclusion where there is opportunity for suggestion and further information.</p>
<h2>Fonts &amp; Typography</h2>
<p>You can’t build a house on sand and you shouldn’t build a design on poor typography. Font choice is important; not all of us have the luxury of choosing our font, so where style guides dictate your fonts, get to know them inside out &#8211; play to their strengths and deal with their weaknesses. It’s not unusual for corporate style guides to be written without the web in mind, if this is the case then point it out and ensure you arrive at a web-friendly conclusion.</p>
<p>By complying with rules and best practices of measure (line length), leading (line height) and baselines (the vertical space between lines and paragraphs), it is easy to create a readable body of text, but that isn’t the whole story.</p>
<h2>Content first</h2>
<p>Let your typographical design inform the rest of your design. Resist the temptation to start with the homepage or the branding when you begin your design. Start with a content page and let that dictate your grid.  Use existing elements if you have any (photos etc) as a basis for unit size and move on from there. This will give you a grid that supports your content and you will arrive at a design that feels more organic.</p>
<p>Now you have a beautifully crafted  design, and your users are reading make sure you protect the content &#8211; resist pressure to place ads or distracting content within the article. Save these for the top and bottom of the page (if at all).</p>
<h2>Write this stuff down</h2>
<p>Use style guides and standards to share this amongst your designers, a lot of these standards and practices are subjective and can take a long time to figure out from scratch. Documenting the reasons for your design decisions can help maintain them throughout the life of a design.</p>
<h2>Want to know more?</h2>
<p>Read the following articles and blog posts:</p>
<ul>
<li><a href="http://www.informationarchitects.jp/en/100e2r/">The 100% Easy-2-Read Standard &#8211; Information Architects Japan</a></li>
<li><a href="http://www.wilsonminer.com/posts/2008/oct/20/relative-readability/">Relative readability &#8211; Wilson Miner</a></li>
<li><a href="http://www.alistapart.com/articles/indefenseofreaders/">In Defense of Readers &#8211; Mandy Brown</a></li>
<li><a href="http://www.smashingmagazine.com/2009/03/18/10-principles-for-readable-web-typography/">10 Principles for readable web typography - Smashing Magazine</a></li>
<li><a href="http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typograph">Five simple steps to better typography - Mark Boulton</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://shropshire.gov.uk/projectwip/2011/06/designing-for-readability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do we do all day?</title>
		<link>http://shropshire.gov.uk/projectwip/2011/06/what-do-we-do-all-day/</link>
		<comments>http://shropshire.gov.uk/projectwip/2011/06/what-do-we-do-all-day/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 09:01:37 +0000</pubDate>
		<dc:creator>Louise Howells</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[connecting shropshire]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[newsroom]]></category>
		<category><![CDATA[project wip]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://shropshire.gov.uk/projectwip/?p=484</guid>
		<description><![CDATA[It's been nearly 3 months since Project WIP launched and we have blogged about open source, site releases and accessibility. But you may be wondering about the actual products we've been busy conceiving, designing <a href="http://shropshire.gov.uk/projectwip/2011/06/what-do-we-do-all-day/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are proud people/geeks/nerds here in IT Development and would like to share with the world what we actually do on a day to day basis, as <a href="http://shropshire.gov.uk/projectwip/author/chris-jones/">Chris Jones</a> stated in a previous post <a title="Why bother blogging" href="http://shropshire.gov.uk/projectwip/2011/03/why-bother-blogging/" target="_blank">(why bother blogging)</a>:</p>
<blockquote><p>&#8220;We’re trying to expose the brilliant work that our IT development teams do, previously shrouded in  mystery like some military  Black Ops team.&#8221;</p></blockquote>
<p>It&#8217;s been nearly 3 months since Project WIP launched and we have blogged about <a title="Open Source? Yeah, we’ve heard of it – it’s how we’re reducing costs!" href="http://shropshire.gov.uk/projectwip/2011/05/open-source-yeah/">open source</a>, <a title="Successful site releases" href="http://shropshire.gov.uk/projectwip/2011/03/successful-site-releases/">site releases</a> and <a title="Accessibility (will open in a new page or tab)" href="http://shropshire.gov.uk/projectwip/category/development/accessibility/" target="_blank">accessibility</a>. But you may be wondering about the actual products we&#8217;ve been busy conceiving, designing and building.</p>
<p>Well to put your minds at rest I will give you a little taster of some of the products that the IT Development teams have made in-house; taking into account all those other things that we have been banging on about.</p>
<h2><a title="Shropshire Newsroom" href="http://shropshire.gov.uk/news" target="_blank">Shropshire Newsroom </a></h2>
<p>The newsroom was created to separate news from the website and provide a ‘one stop’ shop for all news. It is powered by WordPress and links into Flickr, YouTube, Twitter and Facebook.</p>
<p>Since the newsroom went live back in March we have had over <strong>9,900 visits</strong>, over <strong>39,000 page views</strong> and over <strong>7,800 unique </strong>visitors. With good old <strong>Twitter </strong>sending over <strong>5% </strong>of visitors our way.</p>
<p><a title="Colebagski twitter account" href="http://www.twitter.com/colebagski" target="_blank">Geoff Coleman</a>; Birmingham Journalist had this to say about it:</p>
<blockquote><p>&#8220;@shropcouncil Just had a look at your newsroom-great stuff.&#8221;</p></blockquote>
<p><img class="alignnone size-full wp-image-517" title="newsroom-wip" src="http://shropshire.gov.uk/projectwip/wp-content/uploads/2011/06/newsroom-wip2.jpg" alt="Screenshot of Shropshire Newsroom" width="500" height="420" /></p>
<h2><a title="Waste Collection Finder" href="http://shropshire.gov.uk/waste/binday/">Waste Collection Finder</a></h2>
<p>This service allows our customers to look up when their bin days are. It  uses data from the national land and property gazetteer (NLPG) and our  waste supplier Veolia’s collection schedules.</p>
<p>On average the Waste Collection Finder recieves 60 pageviews a day however, on Wednesday 27<sup>th</sup> April 2012 before the bank holiday we had over <strong>1350 </strong>page views  and on Thursday 28<sup>th</sup> April 2011 we had over <strong>1200</strong> page views.</p>
<p>Since the launch we have had nearly <strong>2000 </strong>calendar searches performed (<strong>excluding</strong> staff).</p>
<p><a title="Martin Taylor-Smith" href="http://shropsdemserv.web.coop/live/dynamic/DemServCouncillor.asp?id=62&amp;councillor_id=791EF4C8-9A2E-4496-84A1-D1F9F2BF0BAC" target="_blank">Martin Taylor-Smith</a>, Shropshire Council cabinet member for Service Transformation and Organisational Development, said:</p>
<blockquote><p>“The online waste collection day finder demonstrates our  commitment to using IT to deliver essential public services more  cost-effectively and intelligently. I‘d like to congratulate the  in-house web development team who have done a fantastic job on this and  encourage the public to use the new collection day finder.”</p></blockquote>
<p><img class="alignnone size-full wp-image-496" title="waste collection calendar" src="http://shropshire.gov.uk/projectwip/wp-content/uploads/2011/06/wastecollectioncalendar.png" alt="Waste Collection Calendar Print Screen" width="550" height="304" /></p>
<h2><a title="Project WIP" href="http://shropshire.gov.uk/projectwip" target="_blank">Project WIP</a></h2>
<p>Of course our beloved Project WIP website.</p>
<p>The aim is to</p>
<ul>
<li>Engage with our customers</li>
<li>Offer ways for our customers to submit      feedback, share ideas and to get involved with the project</li>
<li>Document our progress and share our      ideas and findings throughout the multitude of projects that contribute to      our website</li>
<li>Promote the work of the many project      teams involved in our website</li>
</ul>
<p>Project WIP was designed and built by Shropshire Council ICT Development Services. It is maintained by a group of people who work on Shropshire.gov.uk in varying roles.</p>
<p>From the 1st March 2011 we have had over <strong>900</strong> visits over <strong>2900 </strong>page views and over <strong>500 </strong>unique visitors.</p>
<p>We have over 150 followers on Twitter and we have had plenty of positive and useful feedback (Thanks to everyone so far!).</p>
<p>Paul Annett (<a title="Nicepaul twitter account" href="http://twitter.com/nicepaul" target="_blank">@Nicepaul</a>) from Alpha Gov says:</p>
<blockquote><p>&#8220;The clean, modern, uncluttered layout of <a rel="nofollow" href="../../" target="_blank">http://shropshire.gov.uk/</a> should be an example to all local government websites.&#8221;</p></blockquote>
<p><a title="Andy Woodall twitter account" href="http://twitter.com/#!/andywoodall" target="_blank">@AndyWoodall</a> says:</p>
<blockquote><p>&#8220;Got to compliment your web team, your site is very clear, uncluttered and easy to read, other authorities could learn from it!&#8221;</p></blockquote>
<p><a title="tomskitomski twitter account" href="http://twitter.com/#!/tomskitomski" target="_blank">@tomskitomski</a> says:</p>
<blockquote><p>Loving <a rel="nofollow" href="http://twitter.com/ProjectWIP">@ProjectWIP</a> , specially the autocompletegoodness on shropshire.gov.uk Simple win. <a rel="nofollow" href="http://tinyurl.com/6ybdxsn" target="_blank">http://tinyurl.com/6ybdxsn</a></p></blockquote>
<p><img class="alignnone size-full wp-image-515" title="project-wip-blog" src="http://shropshire.gov.uk/projectwip/wp-content/uploads/2011/06/project-wip-blog1.jpg" alt="Screen shot of Project WIP website" width="500" height="409" /></p>
<h1>New Projects</h1>
<h2><a title="Connecting Shropshire" href="http://www.connectingshropshire.co.uk" target="_blank">Connecting Shropshire</a></h2>
<p>We know how frustrating it can be to have a slow or non-existent  internet connection, so we are looking at ways we can work with our  communities, businesses and internet service providers to get Shropshire  connected. To help the campaign we are trying to gain interest through twitter and facebook to support the rural broadband project.</p>
<p><img class="alignnone size-full wp-image-501" title="connecting-shropshire" src="http://shropshire.gov.uk/projectwip/wp-content/uploads/2011/06/connecting-shropshire1.jpg" alt="Print screen of connecting shropshire website" width="583" height="472" /></p>
<p>&nbsp;</p>
<h1>Coming Soon</h1>
<h2>Online Bus Timetables</h2>
<p>We are currently working on a system to simplify the way you find bus time within Shropshire online.</p>
<p><img class="alignnone size-full wp-image-545" title="bus-timetables" src="http://shropshire.gov.uk/projectwip/wp-content/uploads/2011/06/bus-timetables.jpg" alt="Screen shot of bus time tables" width="500" height="258" /></p>
<h2>Events Portal</h2>
<p>Have you ever wondered &#8220;What shall we do this weekend?&#8221;. Well with the help of our events portal we hope that you will be able to find a list of events that are happening all over Shropshire from festivals to book reading clubs. Watch this space!</p>
]]></content:encoded>
			<wfw:commentRss>http://shropshire.gov.uk/projectwip/2011/06/what-do-we-do-all-day/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tools and tips for developing accessible websites</title>
		<link>http://shropshire.gov.uk/projectwip/2011/06/accessibility-tools-and-tips/</link>
		<comments>http://shropshire.gov.uk/projectwip/2011/06/accessibility-tools-and-tips/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 08:40:23 +0000</pubDate>
		<dc:creator>Dale Shepherd</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[disability]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[WCAG]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://shropshire.gov.uk/projectwip/?p=339</guid>
		<description><![CDATA[As mentioned in a previous post, many websites claim to meet the W3C Web Content Accessibility Guidelines (WCAG), but these claims are often based on automated tests, and couldn&#8217;t be further from the truth. Automated tests are useful but limited and should only be used as part of a wider range of tests incorporating a number of different tools and methods &#8211; including user testing. However, in some circumstances you may not have the time or resources for such in-depth user testing, or have been brought in at last-minute only to find that the site is &#8220;almost live&#8221;. In those cases you are going to have to get stuck in and test it yourself&#8230; but where do you start? In &#8230; <a href="http://shropshire.gov.uk/projectwip/2011/06/accessibility-tools-and-tips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As mentioned in a <a title="An introduction to website accessibility (opens in a new window/tab)" href="http://shropshire.gov.uk/projectwip/2011/04/accessibility-intro/" target="_blank">previous post</a>, many websites claim to meet the W3C Web Content Accessibility Guidelines (WCAG), but these claims are often based on automated tests, and couldn&#8217;t be further from the truth.</p>
<p>Automated tests are useful but limited and should only be used as part of a wider range of tests incorporating a number of different tools and methods &#8211; including user testing.</p>
<p>However, in some circumstances you may not have the time or resources for such in-depth user testing, or have been brought in at last-minute only to find that the site is &#8220;almost live&#8221;. In those cases you are going to have to get stuck in and test it yourself&#8230; but where do you start?</p>
<p>In this post, I will go through the methods and tools we use to test the various sites that come under the responsibility of Shropshire Council.</p>
<h2>The method&#8230;</h2>
<p>The best thing you can use to test a website is a human being. You will find that a reasonably short run-through of the main features of a website will immediately give you an idea of the quality and consistency of the underlying design and user experience.</p>
<p>If something seems odd, hard to understand or awkward to use, chances are that the same thing may be even more confusing or harder to use for others, and so is something to investigate further using other tools and methods.</p>
<p>That being said, some issues may not be readily apparent by just browsing through a website, and so I do rely heavily on some Firefox add-ons and web-based tools to assist me, which I will mention as we go along. (Some of these are also available for Google Chrome)</p>
<h2>The tools for&#8230;</h2>
<h3>Keyboard navigation</h3>
<p>Before breaking out any specific tools, the first thing I try out when testing a website is non-mouse navigation &#8211; can I get to what I want using standard keyboard shortcuts?</p>
<p>You can try this yourself, just visit one of your favourite websites, then make a mental note of a link somewhere in the middle of the content. Now try getting to that link just by using the Tab key.</p>
<p>How did that go? Were you lucky enough to find a site that allowed you to easily keep track of where you are on the page?</p>
<p>On an accessible site you should be able to follow your own progress through all the links on the page, usually by looking out for visual effects similar or identical to those that would occur if you hover your mouse cursor over them.</p>
<p>Sadly, chances are you are looking at a website that hasn&#8217;t put any thought into accessibility and you are still struggling to pick up where you are. In those cases, you may have had to figure out which element had the default dotted outline that most browsers use as a fall-back for focus, or were keeping an eye on the status bar for the changes to the URL preview.</p>
<p>The frustrating thing about all of this is how simple the fix can be.</p>
<p>For standard (X)HTML websites using CSS, the way a link behaves is normally determined by the &#8220;:hover&#8221; pseudo-class. For example:</p>
<pre>a {
color: blue;
}

a:hover {
color: darkblue;
text-decoration: underline;
}</pre>
<p>For those not clued up on CSS, this will underline the link and turn the text a darker shade of blue when you hover over it.</p>
<p>To allow the exact same links to react the same way for keyboard navigation, all you need is the :focus pseudo-class, like so:</p>
<pre>a:hover,
a:focus {
color: darkblue;
text-decoration: underline;
}</pre>
<p>Simple, eh?</p>
<h3>Properly structured source code &amp; content</h3>
<p>Like most web developers, I use a number of add-ons to test and evaluate websites. I tend to do most of my testing in Firefox, taking advantage of the large amount of add-ons available for it. For accessibility testing I use <a title="HTML Validator - Firefox add-on (will open in new window/tab)" href="https://addons.mozilla.org/en-US/firefox/addon/html-validator/" target="_blank">HTML Validator</a>, the <a title="Web Developer - Firefox add-on (will open in new tab/window)" href="https://addons.mozilla.org/en-US/firefox/addon/web-developer/" target="_blank">Web Developer</a> toolbar, the <a title="WAVE Toolbar - Firefox add-on (will open in new tab/window)" href="https://addons.mozilla.org/en-US/firefox/addon/wave-toolbar/" target="_blank">WAVE Toolbar</a> (still marked as an &#8220;experimental&#8221; add-on) and <a title="Firebug - Firefox add-on (will open in new tab/window)" href="https://addons.mozilla.org/en-US/firefox/addon/firebug/" target="_blank">Firebug</a> to evaluate the source code and stylesheets on a page.</p>
<h4>HTML Validator</h4>
<p>The <a title="HTML Validator - Firefox add-on (will open in new window/tab)" href="https://addons.mozilla.org/en-US/firefox/addon/html-validator/" target="_blank">HTML Validator</a> tool is simple to use, as the icon in the status/add-on bar will change to give a visual status of the page validity as soon as it has finished loading. Double-clicking on the icon will launch a new window containing the page source code and detailed results of any warnings or errors. By selecting one of the warnings/errors in the list it will show you where it occurs within the source code itself by scrolling to and highlighting the offending line. The beauty is that you can configure it to check for a particular level of accessibility (as defined by <a title="WAI Web Content Accessibility Guidelines v1.0 (will open in new tab/window)" href="http://www.w3.org/TR/WCAG10/" target="_blank">WAI WCAG1.0</a>), which will identify elements that either fail outright, or will require manual checking.</p>
<h4>Web Developer toolbar</h4>
<p>The <a title="Web Developer - Firefox add-on (will open in new tab/window)" href="https://addons.mozilla.org/en-US/firefox/addon/web-developer/" target="_blank">Web Developer</a> toolbar has an array of useful features, but for accessibility testing there are a couple of them that stand out. For graphics-heavy pages, the ability to display the alt attributes on all images is a massive time saver, making it easy to see where images are missing the attribute or when it is not used properly.</p>
<p>Similarly, being able to view a page outline that has been constructed from the header tags within the markup gives a quick preview of how a page might be interpreted by a screen reader. As the outline properly nests the headers hierarchically based on their tags, it shows where headers have been missed out or used in the wrong order, for instance, when someone has used a H3 following a H1 when they should have used a H2.</p>
<h4>WAVE Toolbar</h4>
<p>The <a title="WAVE Toolbar - Firefox add-on (will open in new tab/window)" href="https://addons.mozilla.org/en-US/firefox/addon/wave-toolbar/" target="_blank">WAVE Toolbar</a> combines most of the elements of the HTML Validator and the Web Developer toolbar that I&#8217;ve previously mentioned, albeit with a visual overlay of validation warnings/errors on the page itself rather than its source. It&#8217;s a nice user-friendly way of showing people why a page fails, handy if you need to explain your work to someone who isn&#8217;t well-versed in HTML.</p>
<h4>Firebug</h4>
<p>Last, but not least, the <a title="Firebug - Firefox add-on (will open in new tab/window)" href="https://addons.mozilla.org/en-US/firefox/addon/firebug/" target="_blank">Firebug</a> add-on. This has become one of my most heavily relied upon tools in recent years, and is normally the first add-on I advise any budding web developer to install. The ability to view and edit HTML and CSS in the browser is amazingly useful for identifying solutions to any accessibility issues that are identified by the other tools, especially when combined with the ability to add your own custom style sheets via the Web Developer toolbar.</p>
<h3>Using colours properly</h3>
<p>Much like when it comes to picking out what clothes you are going to wear, there are certain colours and styles that go together well in website design. The combination of these factors can help or hinder visually impaired users when it comes to reading your content, but can also influence how everyone uses your site.</p>
<p>I usually start by getting an overview of the homepage and a standard content page using an automated contrast checker (such as the the <a title="Firefox add-on - Juicy Studio Accessibility Toolbar (will open in a new tab/window)" href="https://addons.mozilla.org/en-us/firefox/addon/juicy-studio-accessibility-too/" target="_blank">Juicy Studio Accessibility Toolbar</a> or <a title="WCAG contrast checker - Firefox add-on (will open in new tab/window)" href="https://addons.mozilla.org/en-US/firefox/addon/wcag-contrast-checker/" target="_blank">WCAG Contrast Checker</a> add-ons for Firefox, or <a title="Check My Colours (will open in a new tab/window)" href="http://www.checkmycolours.com/" target="_blank">www.checkmycolours.com</a>).</p>
<p>As I&#8217;ve said before, automated tools are good, but they aren&#8217;t 100% accurate. With contrast checkers the results are based on an evaluation of your CSS and (X)HTML code, but these can often misinterpret how some rules should be applied, and more importantly, don&#8217;t take into account pseudo-classes or scripting influences. This means that you may be getting a mixture of false positive and negative results on the test, and are ignoring some potential UI issues.</p>
<p>Because of these limitations, it is still necessary to manually check certain aspects of the design, for instance, the :hover/:focus effects on links and form elements.</p>
<p>In these situations you will have to identify the colour values used for these events, and use the manual colour comparison tools available in the WCAG Contrast Checker. I use Firebug to identify a link/button and use the options in the Style menu to get to the :hover &amp; :focus rules, and the Computed tab to see the actual values of an element, as sometimes contrast is only an issue if the font-size is below a certain pixel value (normally about 18px).</p>
<p>If you are looking to tweak a colour a bit in order to make it compliant, take a look at <a title="Colour Contrast Check - Snook.ca (will open in new tab/window)" href="http://snook.ca/technical/colour_contrast/colour.html">http://snook.ca/technical/colour_contrast/colour.html</a>. Just enter your foreground and background colours and use the sliders to find the best match for your level of accessibility.</p>
<h2>Summary</h2>
<p>Because of the complexity of modern web designs and the underlying   technologies that they are based on, there is no &#8220;magic bullet&#8221; for   accessibility testing. It is only by combining a number of different   tools and resources, coupled with good old human ingenuity and common   sense that a website can be properly evaluated.</p>
<p>If you want to properly plan for and test for accessibility, remember to ask the people who rely most on accessible websites, and be sure to listen to any suggestions they may have.</p>
<p>The development of <a title="Shropshire Council website (will open in new tab/window)" href="http://shropshire.gov.uk" target="_blank">shropshire.gov.uk</a> website was aided  by the involvement of a local centre that provides training and advice  for disabled people, whose input greatly influenced the finished product as well as all the versions we have released since.</p>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 1928px; width: 1px; height: 1px; overflow: hidden;">Firebug</div>
]]></content:encoded>
			<wfw:commentRss>http://shropshire.gov.uk/projectwip/2011/06/accessibility-tools-and-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

