
A friend sent me the link to this tool: http://www.notableapp.com/, which is a great way for non-technical people to capture their comments and feedback on a website and submit to developers.
Rather than wasting time describing where on the page they are, or struggling with taking screenshots and manipulating them in Powerpoint or similar, a simple Firefox plugin takes the screenshot and the user then uses the webapp to comment on the visuals, code, heading structure and SEO of the page. Unfortunately it doesn't allow easy import of the issues raised into a bug-tracking system (at least not that I have found so far). However, this might not be desirable as the discussions arising in the collaborative space that NotableApp creates to discuss the webpage might require a different resolution. I certainly aim to use it on small projects in the meantime and have been testing out its functionality already: https://ianmatthias.notableapp.com/website-feedback/34605/Unforgotten-Exmoor-Homepage.Comments [2]
Comments [0]
http://www.smashingmagazine.com/2009/09/24/10-useful-usability-findings-and-guidelines/
Interesting findings on usability.Comments [0]
An interesting article on how this could be done. Due to the reasons below I would probably make the following modifications:1. To satisfy DDA requirements, information that is conveyed by an image (e.g. the progress bar image) also needs to be conveyed by screen-reader accessible text on the page. For step 3 from your example page I would implement it as below; inserting " (selected)" after the step name provided within the <span> tags. <h3>Step 3</h3>
Comments [0]
(download)
Spreadsheet illustrating excel formulas. Currently illustrating:
Comments [0]
For displaying extremely long amounts of text, such as terms and conditions, you might need to use a scrollable div to display the text inside a scrollable area of the page. My solution was:
In the CSS: div.scrollable {Comments [0]
Documenting Ubuntu keyboard shortcuts as I come across them:
Comments [0]
Comments [0]