User Craig Pickering - Stack Overflowmost recent 30 from stackoverflow.com2009-12-15T22:36:36Zhttp://stackoverflow.com/feeds/user/17233http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/304804/drawing-on-top-of-an-image-in-javascript/304871#3048711Answer by Craig Pickering for Drawing on top of an image in JavascriptCraig Pickering2008-11-20T10:23:38Z2008-11-20T10:23:38Z<p>You might be able to do it with VML</p>
<p><a href="http://en.wikipedia.org/wiki/Vector_Markup_Language" rel="nofollow">http://en.wikipedia.org/wiki/Vector_Markup_Language</a></p>
http://stackoverflow.com/questions/84556/whats-your-favorite-programmer-cartoon/109884#109884604Answer by Craig Pickering for What's your favorite "programmer" cartoon?Craig Pickering2008-09-21T00:33:33Z2008-09-21T19:22:42Z<p><a href="http://stuffthathappens.com/blog/2008/03/05/simplicity/" rel="nofollow" title="Stuff that happens"><img src="http://stuffthathappens.com/blog/wp-content/uploads/2008/03/simplicity.png" alt="alt text" /></a></p>
http://stackoverflow.com/questions/90813/best-practices-principles-for-gui-design/98737#9873711Answer by Craig Pickering for Best Practices & Principles for GUI designCraig Pickering2008-09-19T01:44:42Z2008-09-19T01:44:42Z<h2>Follow basic design principles</h2>
<ul>
<li><strong>C</strong>ontrast - Make things that are different <em>look</em> different</li>
<li><strong>R</strong>epetition - Repeat the same style in a screen and for other screens</li>
<li><strong>A</strong>lignment - Line screen elements up! Yes, that includes text, images, controls and labels.</li>
<li><strong>P</strong>roximity - Group related elements together. A set of input fields to enter an address should be grouped together and be distinct from the group of input fields to enter credit card info. This is basic <a href="http://www.squidoo.com/gestaltlaws" rel="nofollow" title="http://www.squidoo.com/gestaltlaws">Gestalt Design Laws</a>.</li>
</ul>
http://stackoverflow.com/questions/75863/what-are-the-best-resources-for-designing-user-interfaces/90143#901430Answer by Craig Pickering for What are the best resources for designing user interfaces?Craig Pickering2008-09-18T04:53:59Z2008-09-19T01:20:21Z<p>There are several places that contain useful research based evidence for best practices of UI design. The <a href="http://www.usability.gov/" rel="nofollow" title="http://www.usability.gov/">usability.gov</a> website has the <a href="http://www.usability.gov/pdfs/guidelines.html" rel="nofollow" title="http://www.usability.gov/pdfs/guidelines.html">Research-Based Web Design & Usability Guidelines</a>:</p>
<p><a href="http://www.usability.gov/pdfs/guidelines.html" rel="nofollow" title="http://www.usability.gov/pdfs/guidelines.html"><img src="http://www.usability.gov/pdfs/images/header.jpg" alt="alt text" title="Research-Based Web Design & Usability Guidelines" /></a></p>
<p>Jarod Spool has a collection of articles on his <a href="http://www.uie.com/articles/" rel="nofollow" title="http://www.uie.com/articles/">User Interface Engineering</a> website and the <a href="http://www.uie.com/reports/web_application_structure/" rel="nofollow" title="http://www.uie.com/reports/web_application_structure/">Designer's Guide to Web Applications</a> written by Hagan Rivers is excellent:</p>
<p><a href="http://www.uie.com/reports/web_application_structure/" rel="nofollow" title="http://www.uie.com/reports/web_application_structure/"><img src="http://www.uie.com/reports/images/web-application-structure-220.jpg" alt="alt text" title="Designer's Guide to Web Applications" /></a></p>
<p>One of the best resources for general User Experience resources, can be found on <a href="http://deyalexander.com/resources/uxd/" rel="nofollow" title="http://deyalexander.com/resources/uxd/">Dey Alexander's</a> website.</p>