<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>welch19list</title>
    <link>//welch19list.werite.net/</link>
    <description></description>
    <pubDate>Tue, 25 Aug 2026 07:26:30 +0000</pubDate>
    <item>
      <title>UX Research Methods Overview</title>
      <link>//welch19list.werite.net/ux-research-methods-overview</link>
      <description>&lt;![CDATA[Understanding user behaviour requires systematic observation and analysis. Research methods provide the framework to uncover how people interact with products, what problems they face, and where design can improve. Different methods reveal different insights–some show broad patterns across large populations, others uncover nuanced detail from small groups. Choosing the right approach depends on your research question, timeline, and budget. Most organisations benefit from combining multiple methods to triangulate findings and build confidence in recommendations. Research is not guessing; it is structured inquiry grounded in evidence.&#xA;&#xA;Quantitative Methods&#xA;--------------------&#xA;&#xA;a worked method for estimating a realistic audit timeline&#xA;&#xA;Quantitative research measures behaviour and opinions across large samples. Surveys collect structured data from many respondents, revealing patterns and frequencies. Analytics track user actions on existing products–page views, task completion rates, drop-off points–in aggregate. Large sample sizes allow statistical confidence and spotting edge cases that matter. The trade-off is that numbers alone do not explain why users behave as they do. A high bounce rate tells you users left; it does not tell you why they left or what would make them stay.&#xA;&#xA;Qualitative Methods&#xA;-------------------&#xA;&#xA;ux audit scope&#xA;&#xA;Qualitative research explores the reasoning behind behaviour. Interviews with small groups reveal motivations, frustrations, and mental models that quantitative data cannot capture. Contextual observation–watching people use products in their natural environment–exposes unexpected barriers. Open-ended questions yield rich narratives that uncover motivations and pain points. The limitation is that findings from small samples cannot be generalised to entire populations. Five users cannot represent all users, but their detailed feedback often highlights genuine problems worth fixing.&#xA;&#xA;Mixed Approaches&#xA;----------------&#xA;&#xA;Strong research programmes combine both methods. Begin with qualitative research to identify what matters, then quantify how common the problem is. Use analytics to spot unexpected patterns, then conduct interviews to understand why those patterns exist. This layering reduces bias and builds confidence in conclusions. Diary studies allow users to record behaviour over days or weeks, capturing natural patterns without researcher presence. Usability testing, covered separately elsewhere, bridges the two by observing task performance (quantitative) and asking follow-up questions (qualitative).&#xA;&#xA;quick design audit&#xA;&#xA;Research works best when framed around specific questions rather than open-ended exploration. Ask what problem you are trying to solve before choosing a method. Time constraints matter–a five-day research sprint requires different methods than a six-month programme. Budget limitations are real; acknowledge them and prioritise high-impact insights. Document findings clearly so recommendations connect directly to observed evidence. Research that goes unread or misunderstood wastes resources. Communicate results in forms others can act on.]]&gt;</description>
      <content:encoded><![CDATA[<p>Understanding user behaviour requires systematic observation and analysis. Research methods provide the framework to uncover how people interact with products, what problems they face, and where design can improve. Different methods reveal different insights–some show broad patterns across large populations, others uncover nuanced detail from small groups. Choosing the right approach depends on your research question, timeline, and budget. Most organisations benefit from combining multiple methods to triangulate findings and build confidence in recommendations. Research is not guessing; it is structured inquiry grounded in evidence.</p>

<p>Quantitative Methods</p>

<hr>

<p><a href="https://www.youtube.com/redirect?q=https://dnsk.work/blog/well-just-do-a-quick-design-audit-famous-last-words">a worked method for estimating a realistic audit timeline</a></p>

<p>Quantitative research measures behaviour and opinions across large samples. Surveys collect structured data from many respondents, revealing patterns and frequencies. Analytics track user actions on existing products–page views, task completion rates, drop-off points–in aggregate. Large sample sizes allow statistical confidence and spotting edge cases that matter. The trade-off is that numbers alone do not explain why users behave as they do. A high bounce rate tells you users left; it does not tell you why they left or what would make them stay.</p>

<p>Qualitative Methods</p>

<hr>

<p><a href="https://ryu-ga-index.com:443/index.php?thompsonmogensen044668">ux audit scope</a></p>

<p>Qualitative research explores the reasoning behind behaviour. Interviews with small groups reveal motivations, frustrations, and mental models that quantitative data cannot capture. Contextual observation–watching people use products in their natural environment–exposes unexpected barriers. Open-ended questions yield rich narratives that uncover motivations and pain points. The limitation is that findings from small samples cannot be generalised to entire populations. Five users cannot represent all users, but their detailed feedback often highlights genuine problems worth fixing.</p>

<p>Mixed Approaches</p>

<hr>

<p>Strong research programmes combine both methods. Begin with qualitative research to identify what matters, then quantify how common the problem is. Use analytics to spot unexpected patterns, then conduct interviews to understand why those patterns exist. This layering reduces bias and builds confidence in conclusions. Diary studies allow users to record behaviour over days or weeks, capturing natural patterns without researcher presence. Usability testing, covered separately elsewhere, bridges the two by observing task performance (quantitative) and asking follow-up questions (qualitative).</p>

<p><a href="https://wikimapia.org/external_link?url=https://dnsk.work/blog/well-just-do-a-quick-design-audit-famous-last-words">quick design audit</a></p>

<p>Research works best when framed around specific questions rather than open-ended exploration. Ask what problem you are trying to solve before choosing a method. Time constraints matter–a five-day research sprint requires different methods than a six-month programme. Budget limitations are real; acknowledge them and prioritise high-impact insights. Document findings clearly so recommendations connect directly to observed evidence. Research that goes unread or misunderstood wastes resources. Communicate results in forms others can act on.</p>
]]></content:encoded>
      <guid>//welch19list.werite.net/ux-research-methods-overview</guid>
      <pubDate>Fri, 31 Jul 2026 00:24:08 +0000</pubDate>
    </item>
    <item>
      <title>Design System Audits</title>
      <link>//welch19list.werite.net/design-system-audits</link>
      <description>&lt;![CDATA[Design systems document patterns, components, and principles for building products consistently. As systems grow, inconsistencies creep in–old components not updated to new standards, duplicate components solving the same problem differently, documentation falling behind implementation. Audits surface these gaps and reveal maintenance burden. A design system exists to reduce decision-making load and ensure coherence; an unmaintained system becomes technical debt. Audits typically examine three dimensions: component completeness (are all products built using system components or have teams invented workarounds?), documentation accuracy (does documentation match actual implementation?), and consistency (do instances of components look and behave identically across products?). Results guide prioritisation for system team investment.&#xA;&#xA;an inside look at what a design audit report should contain&#xA;&#xA;Inventory and Gap Analysis&#xA;--------------------------&#xA;&#xA;Audit begins by inventorying all products and identifying their components–buttons, forms, navigation patterns, modals, cards. Compare inventory against system documentation. Do all products use system buttons or have teams created custom alternatives? Gap analysis reveals where products diverge from system. Inventory is difficult for large organisations but essential. Without it, system team works blind, assuming coverage that does not exist. Visual audits help–screenshot views of components across products reveal subtle inconsistencies. A button using system component but with a font colour tweaked for one product is a gap. These accumulate and undermine system value. Teams skip system components when they are incomplete or do not perfectly fit context. Identifying why teams work around system guides design decisions.&#xA;&#xA;Documentation and Maintenance Health&#xA;------------------------------------&#xA;&#xA;Review documentation clarity and accuracy. Is guidance clear enough that a new engineer can use a component without support? Are visual examples up-to-date? Do examples reflect real usage or simplified ideal cases? Outdated documentation creates frustration and drives teams toward custom solutions. Audit component last-update dates. When was this button last reviewed? When was this form pattern last used in a product? Components that have not been touched in years may be holding legacy debt. Maintenance practices matter–do changes require system team review or can anyone update components? Is there a process for deprecating old patterns? Without process, systems accumulate dead weight.&#xA;&#xA;a realistic look at what a screen inventory actually contains&#xA;&#xA;Planning System Evolution&#xA;-------------------------&#xA;&#xA;https://dnsk.work/blog/well-just-do-a-quick-design-audit-famous-last-words&#xA;&#xA;Audit findings guide system roadmap. High-priority fixes are gaps teams consistently work around and outdated components causing confusion. Lower-priority work includes documenting rarely-used components and refining edge cases. Resource constraints are real; audits help system teams focus effort on maximum impact. Consider audit as recurring practice, not one-time exercise. Conduct lightweight audits annually to track progress and spot emerging gaps. Major audits every few years (when system undergoes significant change) validate whether system is meeting its purpose. Systems that do not evolve become irrelevant. Teams abandon them and build workarounds. Proactive auditing keeps systems healthy, reduces duplication, and supports product coherence at scale.]]&gt;</description>
      <content:encoded><![CDATA[<p>Design systems document patterns, components, and principles for building products consistently. As systems grow, inconsistencies creep in–old components not updated to new standards, duplicate components solving the same problem differently, documentation falling behind implementation. Audits surface these gaps and reveal maintenance burden. A design system exists to reduce decision-making load and ensure coherence; an unmaintained system becomes technical debt. Audits typically examine three dimensions: component completeness (are all products built using system components or have teams invented workarounds?), documentation accuracy (does documentation match actual implementation?), and consistency (do instances of components look and behave identically across products?). Results guide prioritisation for system team investment.</p>

<p><a href="https://topsitenet.com/profile/mcpherson20kristiansen/2216995/">an inside look at what a design audit report should contain</a></p>

<p>Inventory and Gap Analysis</p>

<hr>

<p>Audit begins by inventorying all products and identifying their components–buttons, forms, navigation patterns, modals, cards. Compare inventory against system documentation. Do all products use system buttons or have teams created custom alternatives? Gap analysis reveals where products diverge from system. Inventory is difficult for large organisations but essential. Without it, system team works blind, assuming coverage that does not exist. Visual audits help–screenshot views of components across products reveal subtle inconsistencies. A button using system component but with a font colour tweaked for one product is a gap. These accumulate and undermine system value. Teams skip system components when they are incomplete or do not perfectly fit context. Identifying why teams work around system guides design decisions.</p>

<p>Documentation and Maintenance Health</p>

<hr>

<p>Review documentation clarity and accuracy. Is guidance clear enough that a new engineer can use a component without support? Are visual examples up-to-date? Do examples reflect real usage or simplified ideal cases? Outdated documentation creates frustration and drives teams toward custom solutions. Audit component last-update dates. When was this button last reviewed? When was this form pattern last used in a product? Components that have not been touched in years may be holding legacy debt. Maintenance practices matter–do changes require system team review or can anyone update components? Is there a process for deprecating old patterns? Without process, systems accumulate dead weight.</p>

<p><a href="https://kumu.io/kristiansen24list">a realistic look at what a screen inventory actually contains</a></p>

<p>Planning System Evolution</p>

<hr>

<p><a href="https://gaiaathome.eu/gaiaathome/show_user.php?userid=2048822">https://dnsk.work/blog/well-just-do-a-quick-design-audit-famous-last-words</a></p>

<p>Audit findings guide system roadmap. High-priority fixes are gaps teams consistently work around and outdated components causing confusion. Lower-priority work includes documenting rarely-used components and refining edge cases. Resource constraints are real; audits help system teams focus effort on maximum impact. Consider audit as recurring practice, not one-time exercise. Conduct lightweight audits annually to track progress and spot emerging gaps. Major audits every few years (when system undergoes significant change) validate whether system is meeting its purpose. Systems that do not evolve become irrelevant. Teams abandon them and build workarounds. Proactive auditing keeps systems healthy, reduces duplication, and supports product coherence at scale.</p>
]]></content:encoded>
      <guid>//welch19list.werite.net/design-system-audits</guid>
      <pubDate>Fri, 31 Jul 2026 00:22:56 +0000</pubDate>
    </item>
    <item>
      <title>Design Critique Frameworks</title>
      <link>//welch19list.werite.net/design-critique-frameworks</link>
      <description>&lt;![CDATA[Design critiques are structured conversations about work-in-progress designs. A designer presents work and receives feedback from peers and leaders. Critiques help catch problems before projects advance and expose assumptions needing testing. Unstructured critiques often devolve into preference battles–I like blue, you like green. Structured frameworks keep conversations focused on goals and user needs. They distinguish between aesthetic preferences and functional issues. A framework creates shared expectations about what critique is for and how to participate productively. Good critiques accelerate learning; bad ones waste time and discourage designers. Frameworks tilt critiques toward the former.&#xA;&#xA;Common Frameworks&#xA;-----------------&#xA;&#xA;The &#34;I like, I wish, I wonder&#34; framework invites three types of feedback. I like–what works well–builds confidence. I wish–what could improve–surfaces problems. I wonder–what if questions–spark exploration. This framework balances positive and constructive feedback. Asking &#34;I wonder if using bigger type would make this clearer&#34; is gentler and more generative than &#34;the type is too small.&#34; Audience-centred critique focuses on specific user personas and contexts. Rather than generic feedback, critique references the actual user: &#34;Sarah is a busy parent; will she understand this within two seconds?&#34; Intent-based critique asks the designer to state their goal first. &#34;I am trying to reduce checkout friction&#34; focuses discussion on whether the design achieves that goal rather than debating visual choices. Design debt reviews focus on feasibility and maintenance burden. &#34;How will this pattern scale if we add more items to the list?&#34;&#xA;&#xA;visit website&#xA;&#xA;Running Effective Critiques&#xA;---------------------------&#xA;&#xA;a structured method for comparative design audits&#xA;&#xA;Prepare before the meeting–designers present work and communicate the goal and constraints. Allocate time proportional to design maturity: five minutes for early sketches, thirty minutes for high-fidelity work. Ensure diverse perspectives–different roles (engineering, product, support) catch different issues. Establish psychological safety; harsh or personal criticism kills engagement. Distinguish between &#34;this does not meet the goal&#34; (valid critique) and &#34;this is not my taste&#34; (preference). Document feedback rather than discussing everything in real-time. Synthesis after the meeting is easier than trying to act on scattered verbal feedback. The designer should leave understanding what feedback is actionable and what was merely opinion.&#xA;&#xA;Integrating Feedback&#xA;--------------------&#xA;&#xA;Feedback does not mean doing everything everyone suggests. The designer synthesises input and makes decisions. Contradictory feedback is common; the designer interprets it in light of goals and data. If critique suggests two opposing directions, testing with users breaks the tie rather than arguing. Over-relying on critique can lead to design by committee–everything feels like a compromise. Critique is input, not decision-making. Regular critiques throughout a project maintain alignment. One critique at the end when major changes are impractical frustrates everyone. Critiques at sketching, wireframing, and high-fidelity stages let teams course-correct progressively. Documenting critiques and resolutions helps future teams learn. Why was that approach chosen over alternatives? Critique records preserve that thinking.]]&gt;</description>
      <content:encoded><![CDATA[<p>Design critiques are structured conversations about work-in-progress designs. A designer presents work and receives feedback from peers and leaders. Critiques help catch problems before projects advance and expose assumptions needing testing. Unstructured critiques often devolve into preference battles–I like blue, you like green. Structured frameworks keep conversations focused on goals and user needs. They distinguish between aesthetic preferences and functional issues. A framework creates shared expectations about what critique is for and how to participate productively. Good critiques accelerate learning; bad ones waste time and discourage designers. Frameworks tilt critiques toward the former.</p>

<p>Common Frameworks</p>

<hr>

<p>The “I like, I wish, I wonder” framework invites three types of feedback. I like–what works well–builds confidence. I wish–what could improve–surfaces problems. I wonder–what if questions–spark exploration. This framework balances positive and constructive feedback. Asking “I wonder if using bigger type would make this clearer” is gentler and more generative than “the type is too small.” Audience-centred critique focuses on specific user personas and contexts. Rather than generic feedback, critique references the actual user: “Sarah is a busy parent; will she understand this within two seconds?” Intent-based critique asks the designer to state their goal first. “I am trying to reduce checkout friction” focuses discussion on whether the design achieves that goal rather than debating visual choices. Design debt reviews focus on feasibility and maintenance burden. “How will this pattern scale if we add more items to the list?”</p>

<p><a href="https://www.bandsworksconcerts.info:443/index.php?welch09dillonme">visit website</a></p>

<p>Running Effective Critiques</p>

<hr>

<p><a href="https://schoolido.lu/user/malloy20fowler/">a structured method for comparative design audits</a></p>

<p>Prepare before the meeting–designers present work and communicate the goal and constraints. Allocate time proportional to design maturity: five minutes for early sketches, thirty minutes for high-fidelity work. Ensure diverse perspectives–different roles (engineering, product, support) catch different issues. Establish psychological safety; harsh or personal criticism kills engagement. Distinguish between “this does not meet the goal” (valid critique) and “this is not my taste” (preference). Document feedback rather than discussing everything in real-time. Synthesis after the meeting is easier than trying to act on scattered verbal feedback. The designer should leave understanding what feedback is actionable and what was merely opinion.</p>

<p>Integrating Feedback</p>

<hr>

<p>Feedback does not mean doing everything everyone suggests. The designer synthesises input and makes decisions. Contradictory feedback is common; the designer interprets it in light of goals and data. If critique suggests two opposing directions, testing with users breaks the tie rather than arguing. Over-relying on critique can lead to design by committee–everything feels like a compromise. Critique is input, not decision-making. Regular critiques throughout a project maintain alignment. One critique at the end when major changes are impractical frustrates everyone. Critiques at sketching, wireframing, and high-fidelity stages let teams course-correct progressively. Documenting critiques and resolutions helps future teams learn. Why was that approach chosen over alternatives? Critique records preserve that thinking.</p>
]]></content:encoded>
      <guid>//welch19list.werite.net/design-critique-frameworks</guid>
      <pubDate>Thu, 30 Jul 2026 23:43:22 +0000</pubDate>
    </item>
    <item>
      <title>Usability Testing Essentials</title>
      <link>//welch19list.werite.net/usability-testing-essentials</link>
      <description>&lt;![CDATA[Usability testing observes how people interact with a product in controlled conditions. Participants attempt realistic tasks while a facilitator watches and listens. This method reveals where designs break, where users get stuck, and where mental models differ from designer assumptions. Testing works best when focused on specific questions–does a new checkout flow reduce abandonment, can users find the settings menu, do labels make sense–rather than undefined exploration. Even testing with five participants typically uncovers the majority of major problems. A retailer testing a redesigned filter panel might discover within three sessions that shoppers overlook a collapsed sidebar entirely, a finding no amount of internal review would have surfaced. Testing is not about proving a design is perfect; it is about learning where it needs improvement.&#xA;&#xA;Planning and Recruiting&#xA;-----------------------&#xA;&#xA;Define tasks that reflect real usage goals. Instead of asking participants to &#34;explore the website,&#34; ask them to &#34;find the return policy and check if they can return items purchased two months ago.&#34; Recruit participants who represent your actual audience–demographics, technical skill, domain knowledge all matter. Five to eight participants are usually sufficient for qualitative insight; larger numbers are needed if results will be statistically analysed. Screening questions help ensure recruits fit the target profile. For a business tool, recruit operations staff who use spreadsheets daily rather than general consumers, since their mental models differ substantially. Schedule one-hour sessions; longer durations exhaust both participant and facilitator. Offer modest incentives–£20 to £40–to respect participant time.&#xA;&#xA;Running Sessions&#xA;----------------&#xA;&#xA;what clients actually get from a design audit&#xA;&#xA;Brief participants on their role: they are helping evaluate the design, not being evaluated. Ask them to think aloud–narrate their thoughts, reactions, confusion–but avoid leading questions that suggest correct paths. Silence after a participant gets stuck is uncomfortable but necessary; jumping in with help prevents you learning where design clarity fails. If a participant abandons a task in frustration, note the exact step where confidence dropped rather than only the final outcome, since that moment of hesitation often reveals the real flaw. Record sessions (video, screen, audio) so you can review later. In-person testing captures body language and environmental factors; remote testing is faster and reaches geographically dispersed participants. Both reveal usability problems equally well.&#xA;&#xA;Analysis and Documentation&#xA;--------------------------&#xA;&#xA;Review recordings and note where participants succeeded, struggled, or diverged from expected behaviour. Group similar problems and prioritise by frequency and severity. A participant unable to complete a core task signals a critical flaw; minor hesitations about wording are lower priority. Document findings with specific examples: rather than &#34;navigation is confusing,&#34; write &#34;three of five participants looked for the settings menu in the top-right corner but it was in a hamburger icon on mobile.&#34; Tagging each observation with the task and participant number makes it far easier to revisit raw footage later when stakeholders ask for supporting evidence. Recommendations follow from evidence. Watching participants teaches you faster than reading a report. When possible, show video clips to stakeholders–seeing real confusion changes minds better than summarised data.]]&gt;</description>
      <content:encoded><![CDATA[<p>Usability testing observes how people interact with a product in controlled conditions. Participants attempt realistic tasks while a facilitator watches and listens. This method reveals where designs break, where users get stuck, and where mental models differ from designer assumptions. Testing works best when focused on specific questions–does a new checkout flow reduce abandonment, can users find the settings menu, do labels make sense–rather than undefined exploration. Even testing with five participants typically uncovers the majority of major problems. A retailer testing a redesigned filter panel might discover within three sessions that shoppers overlook a collapsed sidebar entirely, a finding no amount of internal review would have surfaced. Testing is not about proving a design is perfect; it is about learning where it needs improvement.</p>

<p>Planning and Recruiting</p>

<hr>

<p>Define tasks that reflect real usage goals. Instead of asking participants to “explore the website,” ask them to “find the return policy and check if they can return items purchased two months ago.” Recruit participants who represent your actual audience–demographics, technical skill, domain knowledge all matter. Five to eight participants are usually sufficient for qualitative insight; larger numbers are needed if results will be statistically analysed. Screening questions help ensure recruits fit the target profile. For a business tool, recruit operations staff who use spreadsheets daily rather than general consumers, since their mental models differ substantially. Schedule one-hour sessions; longer durations exhaust both participant and facilitator. Offer modest incentives–£20 to £40–to respect participant time.</p>

<p>Running Sessions</p>

<hr>

<p><a href="https://myspace.com/malloy98fowler">what clients actually get from a design audit</a></p>

<p>Brief participants on their role: they are helping evaluate the design, not being evaluated. Ask them to think aloud–narrate their thoughts, reactions, confusion–but avoid leading questions that suggest correct paths. Silence after a participant gets stuck is uncomfortable but necessary; jumping in with help prevents you learning where design clarity fails. If a participant abandons a task in frustration, note the exact step where confidence dropped rather than only the final outcome, since that moment of hesitation often reveals the real flaw. Record sessions (video, screen, audio) so you can review later. In-person testing captures body language and environmental factors; remote testing is faster and reaches geographically dispersed participants. Both reveal usability problems equally well.</p>

<p>Analysis and Documentation</p>

<hr>

<p>Review recordings and note where participants succeeded, struggled, or diverged from expected behaviour. Group similar problems and prioritise by frequency and severity. A participant unable to complete a core task signals a critical flaw; minor hesitations about wording are lower priority. Document findings with specific examples: rather than “navigation is confusing,” write “three of five participants looked for the settings menu in the top-right corner but it was in a hamburger icon on mobile.” Tagging each observation with the task and participant number makes it far easier to revisit raw footage later when stakeholders ask for supporting evidence. Recommendations follow from evidence. Watching participants teaches you faster than reading a report. When possible, show video clips to stakeholders–seeing real confusion changes minds better than summarised data.</p>
]]></content:encoded>
      <guid>//welch19list.werite.net/usability-testing-essentials</guid>
      <pubDate>Thu, 30 Jul 2026 23:31:38 +0000</pubDate>
    </item>
  </channel>
</rss>