<?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: Nick Dorrell 🛠️</title>
    <description>The latest articles on DEV Community by Nick Dorrell 🛠️ (@okbuildit).</description>
    <link>https://dev.to/okbuildit</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%2F442644%2F8231fee0-f55f-46c1-b424-b886eacb634b.jpg</url>
      <title>DEV Community: Nick Dorrell 🛠️</title>
      <link>https://dev.to/okbuildit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/okbuildit"/>
    <language>en</language>
    <item>
      <title>Make Your Site's First Impression Awesome</title>
      <dc:creator>Nick Dorrell 🛠️</dc:creator>
      <pubDate>Fri, 31 Jul 2020 19:19:06 +0000</pubDate>
      <link>https://dev.to/okbuildit/make-your-site-s-first-impression-awesome-460n</link>
      <guid>https://dev.to/okbuildit/make-your-site-s-first-impression-awesome-460n</guid>
      <description>&lt;p&gt;Article originally posted on my blog: &lt;a href="https://nickdorrell.com/first-impression/"&gt;https://nickdorrell.com/first-impression/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The struggle with any website is making it so:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;-The user can tell what it does in 10 seconds
-It's easy to use
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;I'm mostly going to cover point one since two is more about UI / UX (user interface / user experience.)&lt;/p&gt;

&lt;p&gt;75% of the solution is the headline or hero text at the top of the page.&lt;/p&gt;

&lt;p&gt;This needs to be as short and to the point as possible, while telling the user what your site does. Cover the features in depth later on the page.&lt;/p&gt;

&lt;p&gt;Using my own site, Tascflow.com as an example:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Track time with integrated breaks to work more efficiently.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;I like this because it's short, and tells the user what it does and what the benefit is.&lt;/p&gt;

&lt;p&gt;This wasn't the first iteration of this text. I was lucky enough to have a buddy make a video of his first impression, and it was clear he didn't really get it from his reaction.&lt;br&gt;
Past the hero text&lt;/p&gt;

&lt;p&gt;After the hero text is where things get more flexible. Generally you'll have something like:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;-A video showing the product / site in use. Don't put it to autoplay!
-A CTA (call to action) button to sign up.
-A screen shot of the product in use
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;All of these are great, and their use depends on your product and testing what people like best. They should be guiding the user to understanding what you do and the benefit to them as fast as possible.&lt;/p&gt;

&lt;p&gt;From here, you may have a section with features - highlight your differentiators, we're showing them what they'll be able to do.&lt;/p&gt;

&lt;p&gt;Testimonials are great social proof to include in a front page, if you have them.&lt;/p&gt;

&lt;p&gt;I would also include a table with your pricing, to prevent the user from having to search around for it. I initially had my pricing on another page for Tascflow, and one person reviewing it said I was hiding it.&lt;/p&gt;

&lt;p&gt;It wasn't intentional, but he wasn't wrong.&lt;/p&gt;

&lt;p&gt;From here, another call to action is great. You've shown the user everything your site does and if they are in your target audience, they'll be able to sign up with minimal friction.&lt;/p&gt;

&lt;h2&gt;
  
  
  Other pitfalls to watch out for
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Color
&lt;/h3&gt;

&lt;p&gt;Using color to stand out is a great idea - it's also horrible if your site looks like an eggplant.&lt;/p&gt;

&lt;p&gt;Your text should be easy to read. Period. No one's going to stick around for the eye strain.&lt;/p&gt;

&lt;p&gt;I'd stick to using 2-3 colors with one primary one. Get help from a designer friend here if possible, because it's worse to have a bad color scheme than a forgettable one.&lt;/p&gt;

&lt;h3&gt;
  
  
  Loading times
&lt;/h3&gt;

&lt;p&gt;This isn't something I run into frequently, but is important all the same. If your loading times suck, it's going to turn people away.&lt;/p&gt;

&lt;p&gt;Run your site through Google PageSpeed Insights and fix the worst offenders.&lt;/p&gt;

&lt;h3&gt;
  
  
  Spelling errors
&lt;/h3&gt;

&lt;p&gt;It's hard to build trust with a customer if a page is riddled with spelling errors.&lt;/p&gt;

&lt;p&gt;It shows a lack of care / effort in presentation - and personally makes me unsure of the code behind the rest of the product.&lt;/p&gt;

</description>
      <category>ux</category>
      <category>sideprojects</category>
      <category>writing</category>
    </item>
    <item>
      <title>Starting smaller to build bigger</title>
      <dc:creator>Nick Dorrell 🛠️</dc:creator>
      <pubDate>Tue, 28 Jul 2020 23:15:03 +0000</pubDate>
      <link>https://dev.to/okbuildit/starting-smaller-to-build-bigger-1206</link>
      <guid>https://dev.to/okbuildit/starting-smaller-to-build-bigger-1206</guid>
      <description>&lt;p&gt;This is the workflow I used to build my first web app that I had a lot of success with. Originally posted on my blog at: &lt;a href="https://nickdorrell.com/starting-smaller" rel="noopener noreferrer"&gt;https://nickdorrell.com/starting-smaller&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Whether you're building:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;-An audience
-A product
-Or just about anything
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;...it can be pretty daunting, especially if you're doing something new. So how do you start and complete these objectives?&lt;/p&gt;

&lt;p&gt;I like to start by breaking things down - I'm not a fan of overly detailed plans because: a) things change b) it becomes its own form of procrastination.&lt;/p&gt;

&lt;p&gt;When I built Tascflow, I had three different lists:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. What am I working on today?
2. What are the steps I need to take on the first task
3. What are my "must complete" tasks for the entire project
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;The purpose of one is so I have clear objectives that I can guarantee get done that day.&lt;/p&gt;

&lt;p&gt;The purpose of two is to get my ass in gear. Starting with the smallest possible thing helps me start and creates enough momentum that I don't need to repeat this step.&lt;/p&gt;

&lt;p&gt;The third list helps me track progress on the overall project and helps prevent the project scope from growing. I will remove tasks from this list as they are completed or not necessary for launch.&lt;/p&gt;

&lt;p&gt;This is one of my Tascflow todos in Notepad++:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.imgur.com%2FnSjxzl8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.imgur.com%2FnSjxzl8.png" title="Yep, it's real" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The ease of opening a notepad file made it easy to do this on a daily basis. I could add little things as I noticed them, and come back to them later.&lt;/p&gt;

&lt;p&gt;What I really like about this concept is that it applies to the micro (daily) and macro (entire development) of a project.&lt;/p&gt;

&lt;p&gt;I've been launching regularly since 2017 and this project by far was my most consistent output and came damn close to my 1 month launch goal (33 days)&lt;/p&gt;

&lt;p&gt;If you enjoyed this blog, it would make my day if you joined &lt;a href="https://emailoctopus.com/lists/10885008-b642-11ea-a3d0-06b4694bee2a/forms/subscribe" rel="noopener noreferrer"&gt;the newsletter!&lt;/a&gt; New posts straight to your inbox every Friday.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
