<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ceara C</title>
    <description>The latest articles on DEV Community by Ceara C (@cearacrawshaw).</description>
    <link>https://dev.to/cearacrawshaw</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F582586%2Ffabcb595-6328-4483-9fa3-4d219b009d1d.png</url>
      <title>DEV Community: Ceara C</title>
      <link>https://dev.to/cearacrawshaw</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cearacrawshaw"/>
    <language>en</language>
    <item>
      <title>Data table UX tip - alignment</title>
      <dc:creator>Ceara C</dc:creator>
      <pubDate>Fri, 17 Sep 2021 00:36:45 +0000</pubDate>
      <link>https://dev.to/cearacrawshaw/data-table-ux-tip-alignment-2acf</link>
      <guid>https://dev.to/cearacrawshaw/data-table-ux-tip-alignment-2acf</guid>
      <description>&lt;p&gt;Data tables are super important and really hard to get them right. I think that they are a great example of how visual design (UI design), UX and interactivity become best friends.&lt;/p&gt;

&lt;p&gt;I've got like 40 tips like these for building tables🤓, but here's just a small one (that I made into a cute GIF).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Ppd02Jrs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://pencilandpaper.io/wp-content/uploads/2021/09/Datatable-tip-alignment.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ppd02Jrs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://pencilandpaper.io/wp-content/uploads/2021/09/Datatable-tip-alignment.gif" alt="Data table text alignment"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When you make a table, a key part is making it really readable. A big part of things being readable is how the eye scans things, especially in a table, where you're scanning a ton of values.&lt;/p&gt;

&lt;p&gt;At least in the case of English text, in general you want to make those types of values left aligned. Although centre aligned can seem like a good idea sometimes...the fact is that unfortunately, data that users input is super varied in length so when you scan it the eyeball jumbles everywhere.&lt;/p&gt;

&lt;p&gt;Hope this helps anyone strugglin with table design.&lt;/p&gt;

</description>
      <category>uiweekly</category>
      <category>ux</category>
      <category>saas</category>
    </item>
    <item>
      <title>Get up and running on Figma (tips for devs)🏃🏼‍♀️</title>
      <dc:creator>Ceara C</dc:creator>
      <pubDate>Wed, 23 Jun 2021 22:17:49 +0000</pubDate>
      <link>https://dev.to/cearacrawshaw/get-up-and-running-on-figma-tips-for-devs-g38</link>
      <guid>https://dev.to/cearacrawshaw/get-up-and-running-on-figma-tips-for-devs-g38</guid>
      <description>&lt;p&gt;Hey all,&lt;/p&gt;

&lt;p&gt;Thought I'd put together this quick breakdown for devs who are being onboarded onto Figma for the first time. (There are some tricks and funky things to watch for as you get used to it)&lt;/p&gt;

&lt;p&gt;Quick note on Figma: Figma is a common and dominant design tool in the UI world. It does live collab and designers like it because you can give devs/POs view access and you can navigate it independently. &lt;/p&gt;

&lt;p&gt;Getting up and running.&lt;/p&gt;

&lt;p&gt;Expect an &lt;strong&gt;invite&lt;/strong&gt; in your inbox, it looks like this:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--lN74RyFE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kj6z6gcfoduoypgps0r4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--lN74RyFE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kj6z6gcfoduoypgps0r4.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This invitation will get you into the file - it will get you to create a login/password. &lt;/p&gt;

&lt;p&gt;If you have &lt;em&gt;view access&lt;/em&gt; your interface looks like this:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fSmUJ3rC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ero0vgq1agtppk30b7pm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fSmUJ3rC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ero0vgq1agtppk30b7pm.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;☝️ Don't forget the difference between the default mode (see code etc) and prototype mode (click through and see behaviour) &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key things to watch for&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the account creation flow is a bit weird and you need to select "CREATE" an account rather than enter a password&lt;/li&gt;
&lt;li&gt;you can follow other people and quickly find where they are by clicking their avatar&lt;/li&gt;
&lt;li&gt;you can invite people to the file (and not require a designer to do it for you)&lt;/li&gt;
&lt;li&gt;you can export assets right out of the file&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;💡&lt;em&gt;If this was useful, comment and I can add to this little post with more juicy info.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ux</category>
      <category>frontend</category>
      <category>dx</category>
      <category>figma</category>
    </item>
    <item>
      <title>Spruce up your data table ux/ui</title>
      <dc:creator>Ceara C</dc:creator>
      <pubDate>Mon, 08 Mar 2021 03:15:34 +0000</pubDate>
      <link>https://dev.to/cearacrawshaw/spruce-up-your-data-table-ux-ui-26jd</link>
      <guid>https://dev.to/cearacrawshaw/spruce-up-your-data-table-ux-ui-26jd</guid>
      <description>&lt;p&gt;Have you ever noticed that so many data tables out there in the world are absolutely hard to use, weird and kind of generally sad? &lt;/p&gt;

&lt;p&gt;I have. &lt;/p&gt;

&lt;p&gt;For enterprise products at least, data tables can be the foundation of the user experience. People live and die by those rows and often have to struggle, hunched over their computers, to find the data they need. (I assume they also softly weep into their keyboards as well.)&lt;/p&gt;

&lt;p&gt;I've been tasked with designing/redesigning a cadrillion tables in my ux life (as have my team), so we compiled some comprehensive design documentation so that maybe, just maybe, tables in the world can improve. &lt;/p&gt;

&lt;p&gt;(For real though, one of our dev buddies redesigned his tables the same day he read our giant article and said "your article made me realize our tables suck".)&lt;/p&gt;

&lt;p&gt;What do you think? Did we miss anything? &lt;a href="https://pencilandpaper.io/articles/user-experience/ux-pattern-analysis-enterprise-data-tables/"&gt;https://pencilandpaper.io/articles/user-experience/ux-pattern-analysis-enterprise-data-tables/&lt;/a&gt; &lt;/p&gt;

</description>
      <category>ux</category>
      <category>uiweekly</category>
      <category>database</category>
    </item>
    <item>
      <title>🔎🕵What's your best/worst experiences collaborating with UX/UI designers?</title>
      <dc:creator>Ceara C</dc:creator>
      <pubDate>Tue, 02 Mar 2021 23:49:15 +0000</pubDate>
      <link>https://dev.to/cearacrawshaw/what-s-your-best-worst-experiences-collaborating-with-ux-ui-designers-3p7l</link>
      <guid>https://dev.to/cearacrawshaw/what-s-your-best-worst-experiences-collaborating-with-ux-ui-designers-3p7l</guid>
      <description>&lt;p&gt;I personally think the collaboration process between designer/developer can be extremely fun and gratifying...I'm really curious from the developer perspective, when working with a UX/UI designers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What is an excellent experience🤩?&lt;/li&gt;
&lt;li&gt;What is a nooooot excellent experience😬?&lt;/li&gt;
&lt;li&gt;What are some workflow changes you've done in your team to make the collaboration work well🚀?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm wondering if there are any universal best practices in the workflow (oorrr not).&lt;/p&gt;

</description>
      <category>ux</category>
      <category>frontend</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
