<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Productivity &#8211; Hello Dave Lin</title>
	<atom:link href="https://hellodavelin.com/category/productivity/feed" rel="self" type="application/rss+xml" />
	<link>https://hellodavelin.com</link>
	<description>Resources for Non Technical Online Business Owners</description>
	<lastBuildDate>Tue, 03 Sep 2024 02:41:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://hellodavelin.com/wp-content/uploads/2022/05/cropped-hello-dave-lin-logo-150x150.png</url>
	<title>Productivity &#8211; Hello Dave Lin</title>
	<link>https://hellodavelin.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Highlight your own custom Ai banned keyword List in Google Docs</title>
		<link>https://hellodavelin.com/highlight-banned-ai-keywords-text</link>
		
		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Thu, 23 May 2024 20:30:16 +0000</pubDate>
				<category><![CDATA[AI Writers]]></category>
		<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://hellodavelin.com/?p=1761</guid>

					<description><![CDATA[Edit faster by highlighting custom banned ai keywords in Google Docs with these instructions.]]></description>
										<content:encoded><![CDATA[
<p><strong>Problem</strong>: Ai outputs a bunch of obvious ai keywords (and some not-so-obvious).</p>



<p>Using the instructions below, you can build your own regex so you can easily highlight a custom ai banned word set (hello &#8220;delve&#8221; – I see you) and decide if you want to edit it out.</p>



<h2 class="wp-block-heading">Steps</h2>



<h3 class="wp-block-heading has-medium-font-size">Copy Keywords List</h3>



<p>Modify as needed (maybe you like to keep some words in and add other ai banned words) Credit goes to <a href="https://www.youtube.com/@therealcaseykeith/videos" rel="nofollow noopener">Casey Keith</a> for coming up with this initial list</p>



<pre class="wp-block-code"><code>Additionally,As an AI,last knowledge,As well as,Beacon,Bombastic,Boost,Buckle up,By the same token,Comparatively,Conclusion,Correspondingly,Demystified,Discover,Delve,Elevate,Embrace,Enhance,Equally,Ever-evolving,Explore,Finally,First,Generated by AI,Get ready,Gone are the days,Hitherto,Identically,In light of,In the sea of,Labyrinth,Leverage,Likewise,Look no further,Maximize,Navigating,Nested,Not to mention,Now lets move on,Overall,Picture this,Plethora,Realm,Remember that,Shed light,Similarly,Solace,Starting a sentence with By,Switching gears,To say nothing of,Together with,Top-notch,Treasure,Uniquely,Unleash,Unlock,Various,When it comes to,Whilst,Whimsical,addition,crucial,digital landscape,digital world,embark,essential,go deeper,important,innovative,journey,ultimate guide,unveil,transition,deep dive,dive in,ensure,optimal,assessing,strive,comprehensive,we know,we understand,testament,captivating,eager,refreshing,edge of my seat,breath of fresh air,to consider,it is important to consider,there are a few considerations,its essential to,vital,its important to note,it should be noted,to sum up,in terms of,with regard to,its worth mentioning,its interesting to note,significantly,notably,essentially,as such,therefore,thus,interestingly,in essence,noteworthy,bear in mind,its crucial to note,one might argue,its widely acknowledged,predominantly,from this perspective,in this context,this demonstrates,arguably,its common knowledge,undoubtedly,this raises the question,in a nutshell,in today's, digital age, digital era, era, age</code></pre>



<h3 class="wp-block-heading has-medium-font-size">Use Chat GPT to write a Regex</h3>



<p>Here&#8217;s the prompt</p>



<pre class="wp-block-code"><code>build me a regex for google doc so I can find (control + F) and highlight all of these words:
<strong>&#91;insert your cusotm word list here]</strong></code></pre>



<p>The output should be something similar to the output below. You may need to regenerate it a few times if it doesn’t work or just manually modify the one below.</p>



<pre class="wp-block-code"><code>(?:\bAdditionally\b|\bAs an AI\b|\blast knowledge\b|\bAs well as\b|\bBeacon\b|\bBombastic\b|\bBoost\b|\bBuckle up\b|\bBy the same token\b|\bComparatively\b|\bConclusion\b|\bCorrespondingly\b|\bDemystified\b|\bDiscover\b|\bElevate\b|\bEmbrace\b|\bEnhance\b|\bEqually\b|\bEver-evolving\b|\bExplore\b|\bFinally\b|\bFirst\b|\bGenerated by AI\b|\bGet ready\b|\bGone are the days\b|\bHitherto\b|\bIdentically\b|\bIn light of\b|\bIn the sea of\b|\bLeverage\b|\bLikewise\b|\bLook no further\b|\bMaximize\b|\bNavigating\b|\bNested\b|\bNot to mention\b|\bNow lets move on\b|\bOverall\b|\bPicture this\b|\bPlethora\b|\bRealm\b|\bRemember that\b|\bShed light\b|\bSimilarly\b|\bSolace\b|\bStarting a sentence with By\b|\bSwitching gears\b|\bTo say nothing of\b|\bTogether with\b|\bTop-notch\b|\bTreasure\b|\bUniquely\b|\bUnleash\b|\bUnlock\b|\bVarious\b|\bWhen it comes to\b|\bWhilst\b|\bWhimsical\b|\baddition\b|\bcrucial\b|\bdigital landscape\b|\bdigital world\b|\bembark\b|\bessential\b|\bgo deeper\b|\bimportant\b|\binnovative\b|\bjourney\b|\bultimate guide\b|\bunveil\b|\btransition\b|\bdeep dive\b|\bdive in\b|\bensure\b|\boptimal\b|\bassessing\b|\bstrive\b|\bcomprehensive\b|\bwe know\b|\bwe understand\b|\btestament\b|\bcaptivating\b|\beager\b|\brefreshing\b|\bedge of my seat\b|\bbreath of fresh air\b|\bto consider\b|\bit is important to consider\b|\bthere are a few considerations\b|\bits essential to\b|\bvital\b|\bits important to note\b|\bit should be noted\b|\bto sum up\b|\bin terms of\b|\bwith regard to\b|\bits worth mentioning\b|\bits interesting to note\b|\bsignificantly\b|\bnotably\b|\bessentially\b|\bas such\b|\btherefore\b|\bthus\b|\binterestingly\b|\bin essence\b|\bnoteworthy\b|\bbear in mind\b|\bits crucial to note\b|\bone might argue\b|\bits widely acknowledged\b|\bpredominantly\b|\bfrom this perspective\b|\bin this context\b|\bthis demonstrates\b|\barguably\b|\bits common knowledge\b|\bundoubtedly\b|\bthis raises the question\b|\bin a nutshell\b|\bin today's\b|\bdigital age\b|\bdigital era\b|\bera\b|\bage\b|\Delve\b|\Labyrinth\b)</code></pre>



<h3 class="wp-block-heading has-medium-font-size">Highlight ban words in google doc</h3>



<ul class="wp-block-list">
<li>open your google doc with your copy</li>



<li>command+f / control+f to open the find and replace window</li>
</ul>



<ol class="wp-block-list">
<li><strong>Paste</strong> your regex from above (see image below)</li>



<li><strong>Check</strong> the “use regular expression […]” option</li>



<li>Use the <strong>Previous</strong> and <strong>Next</strong> buttons to navigate</li>
</ol>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="924" height="929" src="https://hellodavelin.com/wp-content/uploads/2024/05/google-doc-regex-example-1019x1024.png" alt="" class="wp-image-1762" srcset="https://hellodavelin.com/wp-content/uploads/2024/05/google-doc-regex-example.png 924w, https://hellodavelin.com/wp-content/uploads/2024/05/google-doc-regex-example-150x150.png 150w, https://hellodavelin.com/wp-content/uploads/2024/05/google-doc-regex-example-768x772.png 768w" sizes="(max-width: 924px) 100vw, 924px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">Edit your Copy</h3>



<ol class="wp-block-list">
<li>The <strong>dark green</strong> highlight is the current word (see image below)</li>



<li>type the word in this field you want to replace or click next to ignore</li>



<li>Click <strong>Replace</strong> when ready. <span style="text-decoration: underline;">Do Not Replace All</span>.</li>
</ol>



<p>Then continue from word to word and decide if you want to replace it.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="928" height="924" src="https://hellodavelin.com/wp-content/uploads/2024/05/google-doc-with-highlighted-word-1024x1020.png" alt="" class="wp-image-1763" srcset="https://hellodavelin.com/wp-content/uploads/2024/05/google-doc-with-highlighted-word.png 928w, https://hellodavelin.com/wp-content/uploads/2024/05/google-doc-with-highlighted-word-300x300.png 300w, https://hellodavelin.com/wp-content/uploads/2024/05/google-doc-with-highlighted-word-150x150.png 150w, https://hellodavelin.com/wp-content/uploads/2024/05/google-doc-with-highlighted-word-768x765.png 768w" sizes="(max-width: 928px) 100vw, 928px" /></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>13 Customer Communication Tools You Aren&#8217;t Using</title>
		<link>https://hellodavelin.com/customer-communication-tools</link>
		
		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Mon, 28 Aug 2023 01:47:38 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://hellodavelin.com/?p=1582</guid>

					<description><![CDATA[Review some of the best customer communication tools on the market. Gain insights from your customers using one of these many options.]]></description>
										<content:encoded><![CDATA[
<p>Some brands can have a hard time hitting the mark when it comes to understanding their customers. What&#8217;s worse, they can even spend thousands of dollars just guessing if their messaging is on point.</p>



<p>With customer communication tools, it doesn&#8217;t need to be this way. In this article, I break down the software you should use to delight and gain insights from your customers.</p>



<h2 class="wp-block-heading">Why You Must Understand Your Customer</h2>



<p>With the rise of AI, content production has skyrocketed through the roof. While this is exciting for marketers, often, the customer is left behind in wondering why the email they are reading doesn&#8217;t address their needs.</p>



<p>This is how brands lose prospects or, worse, customers.</p>



<p>Here are just a few advantages to understanding your customer:</p>



<ul class="wp-block-list">
<li>Identify sales and marketing qualified leads, saving your sales team time.</li>



<li>Marketing campaigns will have a better chance of meeting and exceeding targets.</li>



<li>Anticipate your customer&#8217;s needs before they even have them – showing that you&#8217;re actually listening to them.</li>



<li>Simply, to retain your customers and attract better ones.</li>
</ul>



<h2 class="wp-block-heading">Best Customer Communication Software</h2>



<h3 class="wp-block-heading">Personalized Video Software</h3>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="622" src="https://hellodavelin.com/wp-content/uploads/2023/09/videoask-website-1024x622.png" alt="The videoask website" class="wp-image-1585" srcset="https://hellodavelin.com/wp-content/uploads/2023/09/videoask-website-1024x622.png 1024w, https://hellodavelin.com/wp-content/uploads/2023/09/videoask-website-300x182.png 300w, https://hellodavelin.com/wp-content/uploads/2023/09/videoask-website-768x466.png 768w, https://hellodavelin.com/wp-content/uploads/2023/09/videoask-website.png 1061w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">videoask.com</figcaption></figure>



<p>There are more creative ways to communicate with customers than just the usual email. Personalized video gives that extra touch and shows your customers you took the effort to get to know them, and sometimes, that&#8217;s all it takes to get a response.</p>



<p><strong>List of Video Software</strong></p>



<ul class="wp-block-list">
<li><a href="https://loom.com" rel="noopener">Loom</a> &#8211; record short-form video with ease. Use these videos to record personalized videos for prospects and customers.</li>



<li><a href="https://www.videoask.com/" data-type="link" data-id="https://www.videoask.com/" rel="nofollow noopener">Videoask</a> &#8211; fun personalized video with the ability to add calls to action.</li>
</ul>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="646" src="https://hellodavelin.com/wp-content/uploads/2023/09/task-magic-video-ask-example-1024x646.png" alt="Taskmagic website" class="wp-image-1586" srcset="https://hellodavelin.com/wp-content/uploads/2023/09/task-magic-video-ask-example-1024x646.png 1024w, https://hellodavelin.com/wp-content/uploads/2023/09/task-magic-video-ask-example-300x189.png 300w, https://hellodavelin.com/wp-content/uploads/2023/09/task-magic-video-ask-example-768x484.png 768w, https://hellodavelin.com/wp-content/uploads/2023/09/task-magic-video-ask-example.png 1107w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">The brand TaskMagic using the Videoask software</figcaption></figure>



<h3 class="wp-block-heading">Social listening software</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="502" src="https://hellodavelin.com/wp-content/uploads/2023/09/keyhole.co-website-1024x502.png" alt="The keyhole.co website" class="wp-image-1587" srcset="https://hellodavelin.com/wp-content/uploads/2023/09/keyhole.co-website-1024x502.png 1024w, https://hellodavelin.com/wp-content/uploads/2023/09/keyhole.co-website-300x147.png 300w, https://hellodavelin.com/wp-content/uploads/2023/09/keyhole.co-website-768x376.png 768w, https://hellodavelin.com/wp-content/uploads/2023/09/keyhole.co-website.png 1139w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Keyhole.co</figcaption></figure>



<p>Stay in tune with your audience by implementing <a href="https://hellodavelin.com/social-listening-tools">social listening</a> software. Advantages include:</p>



<ul class="wp-block-list">
<li>Monitoring the online conversation: You can find out if your audience is mentioning your competitors or your brand and how the sentiment is based on the conversations.</li>



<li>Identify customer needs: People can often be unfiltered online, especially on anonymous platforms. Collecting this feedback can help inform your future marketing efforts.</li>



<li>Improve customer service: Are you seeing the same conversations about your brand&#8217;s lack of service in a particular area? These can become low-hanging fruit of issues to solve for your customers.</li>
</ul>



<p><strong>List of Social Listening Software</strong></p>



<ul class="wp-block-list">
<li><a href="https://www.brandwatch.com/" data-type="link" data-id="https://www.brandwatch.com/" rel="nofollow noopener">Brandwatch</a></li>



<li><a href="https://buzzsumo.com/" rel="nofollow noopener">BuzzSumo</a></li>



<li><a href="https://keyhole.co/" data-type="link" data-id="https://keyhole.co/" rel="nofollow noopener">Keyhole</a></li>
</ul>



<h3 class="wp-block-heading">Chatbot software</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="663" src="https://hellodavelin.com/wp-content/uploads/2023/09/intercom-website-1024x663.png" alt="the intercom.com website showing an open chatbox and dialog" class="wp-image-1588" srcset="https://hellodavelin.com/wp-content/uploads/2023/09/intercom-website-1024x663.png 1024w, https://hellodavelin.com/wp-content/uploads/2023/09/intercom-website-300x194.png 300w, https://hellodavelin.com/wp-content/uploads/2023/09/intercom-website-768x497.png 768w, https://hellodavelin.com/wp-content/uploads/2023/09/intercom-website.png 1112w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Intercom.com</figcaption></figure>



<p>Chatbots come in all different sizes now with the assistance of AI. Traditional chatbots were more logic based while the latest versions are fully trained through natural language processing.</p>



<p>The best chatbots have features that allow you to give help desk answers for customers as well as the ability to have a human jump in.</p>



<p><strong>List of Chatbot Software</strong></p>



<ul class="wp-block-list">
<li><a href="https://www.tidio.com/" rel="nofollow noopener">Tidio</a> &#8211; Best for combining AI and human support</li>



<li><a href="https://crisp.chat/" data-type="link" data-id="https://crisp.chat/" rel="nofollow noopener">Crisp.chat</a> &#8211; Best for small businesses &#8211; <a href="https://hellodavelin.com/crisp-chat-review" data-type="post" data-id="881">Read the Review</a></li>



<li><a href="https://www.intercom.com/" data-type="link" data-id="https://www.intercom.com/" rel="nofollow noopener">Intercom</a> &#8211; Best for enterprise, now powered with AI as well</li>



<li><a href="https://chatbase.co" rel="noopener">Chatbase.co</a> &#8211; Great entry level NLP powered chatbot &#8211; <a href="https://hellodavelin.com/chatbase-review" data-type="post" data-id="1540">Read the Review</a></li>
</ul>



<h3 class="wp-block-heading">Survey Software</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="523" src="https://hellodavelin.com/wp-content/uploads/2023/09/survey-monkey-website-1024x523.png" alt="The surveymonkey.com website" class="wp-image-1589" srcset="https://hellodavelin.com/wp-content/uploads/2023/09/survey-monkey-website-1024x523.png 1024w, https://hellodavelin.com/wp-content/uploads/2023/09/survey-monkey-website-300x153.png 300w, https://hellodavelin.com/wp-content/uploads/2023/09/survey-monkey-website-768x392.png 768w, https://hellodavelin.com/wp-content/uploads/2023/09/survey-monkey-website.png 1133w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">surveymonkey.com</figcaption></figure>



<p>This strategy has been around for decades and that&#8217;s because it works. Customers need to be given the chance to voice their experience and it&#8217;s often in the most positive and negative feedback, where you can find the gold nuggets.</p>



<p>Surveys let your brand:</p>



<ul class="wp-block-list">
<li><strong>Get the necessary feedback for your product</strong>. This is particularly crucial for early start-ups.</li>



<li><strong>Measuring customer satisfaction</strong>. The best way to keep customers is to keep a pulse on what is and fix what isn&#8217;t working.</li>



<li><strong>Craft personalized experiences</strong>. By understanding what resonates with your customers, you have a higher chance to improve the &#8220;delight&#8221; factor with them.</li>
</ul>



<p><strong>List of Survey Software</strong></p>



<ul class="wp-block-list">
<li><a href="https://tally.so/" data-type="link" data-id="https://tally.so/" rel="noopener">Tally.so</a> &#8211; My all-time favorite form builder. If you&#8217;re a notion fan, this is the <a href="https://hellodavelin.com/best-notion-form-builders" data-type="post" data-id="626">best form</a> option.</li>



<li><a href="https://www.surveymonkey.com/" rel="nofollow noopener">SurveyMonkey</a> &#8211; The most customizable (and popular) survey software on the market</li>



<li><a href="https://www.google.ca/forms/about/" rel="nofollow noopener">Google Forms</a> &#8211; Used by many corporations of all sizes due to its ease of use and straightforward UI</li>



<li><a href="https://www.typeform.com/" rel="nofollow noopener">Typeform</a> &#8211; Best-designed forms on the market and widely supported integrations</li>
</ul>



<h2 class="wp-block-heading">Tips for Understanding Customers</h2>



<p>We just went through a list of software to help you get in contact with your customers. Now let&#8217;s talk about what we can potentially do with the information we&#8217;ve learned.</p>



<h3 class="wp-block-heading">Review Key Data Points</h3>



<p>Particularly for <a href="https://hellodavelin.com/ecommerce-strategy">e-commerce</a> brands. Understanding purchase history and intent is key to understanding your customers. If you know a segment always purchases around the same time each year, consider a proactive approach in reaching out (even better if it&#8217;s personalized) and give them a special coupon code.</p>



<h3 class="wp-block-heading">Avoid Overpersonalization</h3>



<p>We&#8217;ve all been there. We clicked on a link in our Whatsapp group and suddenly we have sneaker ads following us around. It&#8217;s annoying.</p>



<p>Yes, it is possible to overdo personalization. Even something as simple as &#8220;Welcome back&#8221; can make people feel like they are being followed around on the internet.</p>



<p>Make sure you just do a sense check before sending out your communication and ask yourself, &#8220;will they wonder how we know this about them?&#8221; Which brings us to the next point.</p>



<h3 class="wp-block-heading">Put Yourself in Their Shoes</h3>



<p>By simply running through the same <a href="https://hellodavelin.com/website-design-guidelines">user experience</a> as a prospect and customer, you can catch a lot of errors and issues. Just try it once before pressing the publish button on your campaign.</p>



<h3 class="wp-block-heading">Ask open-ended Questions and Listen</h3>



<p>You can learn a lot if you get a chance to listen to a customer in real-time. Ask questions like</p>



<ul class="wp-block-list">
<li>Why did you choose our product/service?</li>



<li>Do you use a product similar to ours?</li>



<li>What was the most frustrating thing about our product/service?</li>



<li>Could you provide an example?</li>
</ul>



<h2 class="wp-block-heading">Wrapping up</h2>



<p>In conclusion, understanding your customers is crucial for the success of your marketing efforts. By utilizing customer communication software, such as personalized video, you can gain valuable insights and connect with your audience in a more meaningful way. </p>



<p>By prioritizing customer understanding, you can improve sales, meet targets, anticipate needs, and ultimately retain and attract better customers.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>25 Remote Working Tips: Improve Productivity with these Proven Strategies</title>
		<link>https://hellodavelin.com/remote-working-tips</link>
		
		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Sun, 08 Jan 2023 06:12:01 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Remote Work]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[remote work]]></category>
		<guid isPermaLink="false">https://hellodavelin.com/?p=1056</guid>

					<description><![CDATA[Having worked remotely on and off for nearly a decade, I wanted to share with you some lessons learned through my remote working tips for this year.]]></description>
										<content:encoded><![CDATA[
<p>Whether you&#8217;ve been a remote hopping nomad for years or you just got a small taste of this workstyle in the last couple of years, I&#8217;d love to share some of my lessons learned with you through these remote working tips.</p>



<p>As a hybrid worker, I&#8217;ve held down 9-5 jobs and freelance work for nearly a decade now. In my experience, trying to balance the two is difficult at the best of times.</p>



<p>Some of these remote working tips are specific to working from home and others are general remote tips. Whether you&#8217;re just getting into it, or you&#8217;re a standing desk warrior, you&#8217;ll be sure to find something useful here.</p>



<h2 class="wp-block-heading">Find the Ideal Work Area for Flow State</h2>



<p>When you first begin remote working you won&#8217;t know what the best work setup is. This includes your equipment, software, or even the physical location.</p>



<p>This is what I mean by &#8220;finding your flow&#8221; space. I found out that I was more productive with certain tasks in specific rooms of my apartment.</p>



<p>It turns out the workstation in the living room that I use for my 9-5 was not a good place to write my blog articles. Instead, I moved to my standing desk in the den.</p>



<p>This type of insight took a few tries to iron out but was worth it as now I have a consistent routine for writing that gets my daily tasks checked off.</p>



<h2 class="wp-block-heading">Set Strict Time Boundaries</h2>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="768" height="384" src="https://hellodavelin.com/wp-content/uploads/2023/01/clock-header-image.png" alt="Topic image with a clock and text that says set strict time boundaries as the remote working tip caption" class="wp-image-1059" srcset="https://hellodavelin.com/wp-content/uploads/2023/01/clock-header-image.png 768w, https://hellodavelin.com/wp-content/uploads/2023/01/clock-header-image-300x150.png 300w" sizes="auto, (max-width: 768px) 100vw, 768px" /></figure>



<p>Once you get into a regular routine you&#8217;ll want to be sure you set a strict time to log off. When you simply work through the day, it can be tempting to keep working.</p>



<p>The challenge with this is that you won&#8217;t be able to tell when you&#8217;re working and not working and the entire day can just feel like work.</p>



<p>We all need to take breaks and having a time when we are done with work helps prepare us for the next part of our daily routine whether that be workouts or family time.</p>



<p>This also mimics the schedule you would have if you were working for someone else which helps those around you understand when not to disturb you and when it is ok to have regular conversations.</p>



<h2 class="wp-block-heading">Do Not Disturb Time in Your &#8220;Office&#8221;</h2>



<p>One of the biggest challenges of working at home is that if you live with anyone (roommates, partners, children) it can seem like you are always available for a &#8220;quick chat.&#8221;</p>



<p>These little chats not only steal your time away from what you need to get done, but interruptions will reset the time it takes you to get back into a flow state.</p>



<p>It&#8217;s important to discuss with everyone you live with when you are available to have conversations and when you should not be disturbed. Communicating boundaries of time early will help reduce distractions and stress.</p>



<h2 class="wp-block-heading">Set Do Not Disturb On Your Phone</h2>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="768" height="384" src="https://hellodavelin.com/wp-content/uploads/2023/01/do-not-distrub-topic-image.png" alt="Topic image with a graphic of a cell phone and text that says Set Do Not Disturb On Your Phone as the remote working tip caption
" class="wp-image-1067" srcset="https://hellodavelin.com/wp-content/uploads/2023/01/do-not-distrub-topic-image.png 768w, https://hellodavelin.com/wp-content/uploads/2023/01/do-not-distrub-topic-image-300x150.png 300w" sizes="auto, (max-width: 768px) 100vw, 768px" /></figure>



<p>I&#8217;ve worked with do not disturb or focus mode enabled on my iPhone for over 2 years straight. I never take phone calls. It always goes to voicemail.</p>



<p>This is mainly due to the fact that 99% of my phone calls are junk and I found before doing this I kept answering calls hoping it would be important.</p>



<p>Turns out that if someone really needs to get a hold of you, they will either text or call multiple times. Then I will return the call and add them to my phone contacts so they show up properly when I screen.</p>



<p>Warning though, this can get you into trouble with your partner so be sure to add them to the exception list.</p>



<h2 class="wp-block-heading">Turn off Phone Notifications</h2>



<p>Similarly, I have two screens of apps on my iPhone.</p>



<p>My main and first screen has all of my common apps. I <a href="https://support.apple.com/en-ca/guide/iphone/iph7c3d96bab/ios" data-type="URL" data-id="https://support.apple.com/en-ca/guide/iphone/iph7c3d96bab/ios" rel="noopener">don&#8217;t allow any notifications</a> on this screen as it would distract me because I need to check things on my phone like 2-factor authentication to do my work.</p>



<p>My second screen (when I swipe left) will have the apps I allow notifications on, but even these I rarely turn on.</p>



<h2 class="wp-block-heading">Setup the Right Software Tools</h2>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="768" height="384" src="https://hellodavelin.com/wp-content/uploads/2023/01/software-topic-image.png" alt="Topic image with a google and WordPress icons and text that says Setup the right software tools as the remote working tip caption
" class="wp-image-1069" srcset="https://hellodavelin.com/wp-content/uploads/2023/01/software-topic-image.png 768w, https://hellodavelin.com/wp-content/uploads/2023/01/software-topic-image-300x150.png 300w" sizes="auto, (max-width: 768px) 100vw, 768px" /></figure>



<p>There needs to be an entire article just dedicated to this topic, but to summarize when running an online business or working for a company remotely, you need at least the following software</p>



<ul class="wp-block-list">
<li><strong>Video Conferencing</strong> &#8211; I recommend either Zoom or Google Chat (was Google Hangouts)</li>



<li><strong>Invoicing App</strong> &#8211;<a href="https://waveapps.com" rel="noopener"> Wave</a> is free to invoice and is perfect for smaller businesses and integrates with accounting software to</li>



<li><strong>Professional Email</strong> &#8211; Depending on the type of service you are selling, you likely want to <a href="https://hellodavelin.com/sign-up-for-gmail-email" data-type="URL" data-id="https://hellodavelin.com/sign-up-for-gmail-email">sign up for a professional email</a>. I recommend Google Workspace. The other advantage of this is you can easily separate business from personal.</li>



<li><strong>Setup a Website</strong> &#8211; Unless you are working for a company remotely, you will need some sort of web presence no matter what your business is.</li>



<li><strong>Note-taking app</strong> &#8211; Finally, you&#8217;ll need some sort of area to take and <a href="https://hellodavelin.com/note-taking-with-notion">organize notes</a> which brings us to the next tip</li>



<li><strong>Instant Messaging App</strong> &#8211; If you&#8217;re managing a remote team, you&#8217;ll need a way to keep in chat communication. I recommend <a href="https://slack.com/" rel="noopener">Slack</a> or <a href="https://discord.com/" rel="noopener">Discord</a> as these are the most common tools that freelancers have used in the past.</li>
</ul>



<h2 class="wp-block-heading">Use Note Taking Apps</h2>



<p>Throughout your day you&#8217;re going to come across ideas, websites, quotes, you name it and you&#8217;re going to need a place to put all of this data.</p>



<p>Some people call this a <strong>second brain</strong>. The idea is, you need a way to quickly recall all of the information you collect throughout the day.</p>



<p>That&#8217;s why having a note-taking app is essential for any knowledge worker.</p>



<p>These are the apps I recommend:</p>



<p><strong><a href="https://Notion.so" rel="noopener">Notion.so</a></strong> &#8211; available on all devices including <a href="https://www.notion.so/mobile" rel="noopener">iOS and Android</a>. Notion is my go-to note-taking app because it scales into an entire content management system and is completely free. I also project manage clients using this app.</p>



<p><strong>iOS Note app</strong> &#8211; If you need something light, the native Notes app on your iPhone is an easy way to transfer notes between your phone and workstations.</p>



<p><a href="https://bear.app/" rel="noopener"><strong>Bear</strong></a><strong> (iOS only)</strong> &#8211; If you need a more robust note-taking app, but not as heavy as Notion, Bear is a great alternative.</p>



<h2 class="wp-block-heading">Use a Password Manager</h2>



<p>If you&#8217;re the type to just remember three security levels of passwords for every single app in your life. It&#8217;s time to upgrade your password-managing processes.</p>



<p>The password manager I recommend is <a href="https://bitwarden.com/" rel="noopener">Bit Warden</a> because a while back LastPass moved to a model where they required two different accounts to move between mobile and desktop apps.</p>



<p>So now, I manage all of my passwords with Bit Warden which allows me to:</p>



<ul class="wp-block-list">
<li>Easily and securely store my passwords in an app across all of my devices (mobile, desktop, tablet). Adding a new entry into the password manager takes less than a minute and you never need to remember the password again.</li>



<li>Generate long and unique passwords. Often websites will now require a specific number of characters as well as use special characters.</li>



<li>Allows me to never have to remember passwords again. I just navigate to a website, click the password, and have it auto-fill in.</li>
</ul>



<h2 class="wp-block-heading">Work in Natural Light</h2>



<p>Working in natural light has benefits like improving your sleep patterns which help with overall health. These benefits will extend through the evenings as you head to bed and help with regulating your sleep pattern.</p>



<p>Furthermore, this <a href="https://hbr.org/2018/09/the-1-office-perk-natural-light" rel="noopener">Harvard Business Review article</a> mentions:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>In fact, this research revealed that workers in daylight office environments reported a 51% drop in the incidence of eyestrain, a 63% drop in the incidence of headaches and a 56% reduction in drowsiness.</p>
</blockquote>



<h2 class="wp-block-heading">Invest in Ergonomic Office Equipment</h2>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="768" height="384" src="https://hellodavelin.com/wp-content/uploads/2023/01/ergonomic-equipment-topic-image.png" alt="Topic image with a standing desk and text that says Invest in ergonomic office equipment as the remote working tip caption
" class="wp-image-1071" srcset="https://hellodavelin.com/wp-content/uploads/2023/01/ergonomic-equipment-topic-image.png 768w, https://hellodavelin.com/wp-content/uploads/2023/01/ergonomic-equipment-topic-image-300x150.png 300w" sizes="auto, (max-width: 768px) 100vw, 768px" /></figure>



<p>It&#8217;s easy to see these as expenses, and from a tax perspective that&#8217;s a good thing since you can write off these purchases, but creating the right type of office setting is pivotal to your health when working remotely (and even in the office).</p>



<p>Review all of the following equipment to see if any of it is causing your body stress and replace it accordingly. Work these into your work budget so you can monitor your purchases throughout the year.</p>



<h3 class="wp-block-heading">Standing Desks</h3>



<p>If you haven&#8217;t tried a standing desk, I highly recommend trying it out for a few months. I find, I have less lower back pain and am able to focus more while I stand.</p>



<p>There are so many options between <a href="https://www.ikea.com/us/en/cat/standing-desks-55008/" rel="noopener">manual and automated</a> that there is sure to be a desk for everyone&#8217;s budget.</p>



<p>And don&#8217;t forget about a comfortable ergonomic office chair for those times when you get tired of standing.</p>



<h3 class="wp-block-heading">Adjustable Monitor Stands</h3>



<p><a href="https://www.gearpatrol.com/tech/g39927419/best-monitor-stands/" rel="noopener">Adjustable monitor stands</a> help you place your monitors in the exact position for your eye height. This supports your body by preventing your head from looking too low or high at your monitors.</p>



<p>The ideal placement of the monitor should be just below your eye level and you should feel comfortable looking straight and working for an hour at a time.</p>



<h3 class="wp-block-heading">Monitors</h3>



<p>Similarly, you may want to invest in monitors that have ergonomic features such as tilt, swivel positions, and height adjustability.</p>



<p>Some monitors also boast blue light filters which can reduce eyestrain. This feature is particularly useful if you have to stare at a monitor for several hours at a time to reduce eye fatigue.</p>



<p>You can check out the best type of monitor based on your needs <a href="https://nymag.com/strategist/article/best-computer-monitors.html" rel="noopener">here.</a></p>



<h3 class="wp-block-heading">Ergonomic Keyboard and Mouse</h3>



<p>Improving your wrist and hand positions is just as important as your standing posture.</p>



<p>Ergonomic <a href="https://www.bestbuy.com/site/shop/ergonomic-keyboard-and-mice" rel="noopener">mice and keyboards</a> will do just this by encouraging you to place your hands in a more natural position to reduce hand and wrist strain.</p>



<p>When your hands have less stress, your productivity will increase as well as your typing stamina.</p>



<p>Many ergonomic keyboards and mice also offer customization options to adjust to your particular position so you can have the most comfortable and efficient position for your hands.</p>



<h2 class="wp-block-heading">Setup an Appointment Process</h2>



<p>If part of your business model requires you to have meetings regularly, you&#8217;ll want to invest in an appointment app like <a href="https://calendly.com/" rel="noopener">Calendly</a>.</p>



<p>Calendly is a scheduling app that helps users schedule appointments easily with clients or colleagues. Based on your Google Calendar, the app can show availability customized to your exact criteria.</p>



<h2 class="wp-block-heading">Register Your Business</h2>



<p>When you&#8217;re first starting out, you don&#8217;t need to register your business right away, but as soon as you start making regular sales, I recommend registering your business.</p>



<p>You&#8217;ll get a few advantages like:</p>



<h3 class="wp-block-heading">Legal Protection</h3>



<p>Depending on the type of work you do, you may want legal protection. Certain types of business entities can help with this.</p>



<h3 class="wp-block-heading">Tax Write-Offs</h3>



<p>One of the key benefits of registering your business is that you can start writing off your expenses like:</p>



<ul class="wp-block-list">
<li>automobile expenses &#8211; your car lease and gas can be written off</li>



<li>food expenses &#8211; meals with clients can be a write-off</li>



<li>office equipment &#8211; all of the hardware like desks, computers, etc.</li>



<li>office space &#8211; if you rent or even have a dedicated home office, it&#8217;s possible to claim this as a business expense</li>



<li>software &#8211; all of the software you need to run your business is eligible for write-offs</li>



<li>professional development &#8211; purchasing online courses and subscriptions can be written off</li>



<li>Lower tax brackets &#8211; in most states and provinces you will pay lower taxes as a corporation</li>
</ul>



<p>Registering your business also just gives you more credibility as a real company so you can be taken seriously when you are talking with prospects.</p>



<p>None of this information is meant to be legal or tax advice so please contact your local business advisor or <a href="https://www.ownr.co/" rel="noopener">online service</a> to check your local requirements based on your personal needs.</p>



<h2 class="wp-block-heading">Daily Work Routine</h2>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="768" height="384" src="https://hellodavelin.com/wp-content/uploads/2023/01/work-routine-topic-image.png" alt="Topic image with a woman and thought bubbles of eating and exercise and text that says daily work routine as the remote working tip caption

" class="wp-image-1077" srcset="https://hellodavelin.com/wp-content/uploads/2023/01/work-routine-topic-image.png 768w, https://hellodavelin.com/wp-content/uploads/2023/01/work-routine-topic-image-300x150.png 300w" sizes="auto, (max-width: 768px) 100vw, 768px" /></figure>



<p>Think about all of the things you do on autopilot when you wake up, brush your teeth, go to the bathroom, and get coffee.</p>



<p>A daily work routine extends this concept further so that you can reserve more of your brain power for creative tasks like writing and brainstorming.</p>



<p>Your productivity will increase when you reduce the time of thinking about what to do next. After you spend a few weeks working out the routine that gives the most energy, stick to it for a few months and adjust as you go (make use of those note-taking apps).</p>



<p>Daily routines will help you get organized and reduce stress.</p>



<h2 class="wp-block-heading">Taking Regular Breaks</h2>



<p>Similarly, taking breaks will give your eyes and muscles the much need rest you need. In turn, you can stay more focused and productive.</p>



<p>Your stress level, both mental and physical will reduce with regular break times.</p>



<p>Use your phone&#8217;s timer app and voice assistant (&#8220;Hey Siri&#8221;) to quickly set the next reminder.</p>



<h2 class="wp-block-heading">Using Voice Assistants</h2>



<p>Whether you like them or not, ai assistants are here to stay, so we might as well take advantage of them.</p>



<p>The most common command I give my assistant Siri is to set an alarm so that I don&#8217;t miss my next meeting.</p>



<p>This is because I have all of my notifications turned off, but I still can&#8217;t miss meetings, so this is my shortcut.</p>



<p>You can also use it to dictate notes on your walk into your Notes app.</p>



<p>Get creative with the assistant and just try different commands. You&#8217;ll be surprised what they can do these days.</p>



<h2 class="wp-block-heading">Do Difficult Tasks First</h2>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="768" height="384" src="https://hellodavelin.com/wp-content/uploads/2023/01/difficult-task-topic-image.png" alt="Topic image with a woman pushing a large object and text that says Do Difficult Tasks First as the remote working tip caption

" class="wp-image-1079" srcset="https://hellodavelin.com/wp-content/uploads/2023/01/difficult-task-topic-image.png 768w, https://hellodavelin.com/wp-content/uploads/2023/01/difficult-task-topic-image-300x150.png 300w" sizes="auto, (max-width: 768px) 100vw, 768px" /></figure>



<p>I still struggle with doing the challenging task first every day. I am a chronic procrastinator and I will often postpone the actual task that moves the needle as long as possible.</p>



<p>The trick is to just do the first step of that hard task. This gives you the momentum to keep going.</p>



<p>I usually aim to finish three tasks each day of the week. On the weekends, the three tasks are more personal and not work-related.</p>



<p>If I can just do three things a day, I feel like it is a successful day. You can start with just one big goal and make sure to knock it out early in the day (ideally before noon).&nbsp;</p>



<p>The rest of the day will feel less stressful.</p>



<h2 class="wp-block-heading">Batch Meetings When Possible</h2>



<p>Meetings are my kryptonite when it comes to productivity. They will zap any momentum I have so I recommend strategically placing them in two ways:</p>



<ol class="wp-block-list">
<li>Either batch all meetings into the same day or</li>



<li>If you must have meetings each day, set blocks of time specifically for meetings with no more than a 15-minute gap in between.</li>
</ol>



<p>If you know when you have the most energy in the day, try to batch the meetings at the times when you have the lowest energy otherwise you waste all of your focus time on meetings which typically are counter-productive.</p>



<p>In a perfect world, you should almost never have meetings. The vast majority of decisions can be made asynchronously.&nbsp;</p>



<p>Giving updates is the worst use of meeting time.</p>



<p>I have a client for whom we had a single meeting which was only to meet each other for the first time and to kick off the project. The rest of the time we&#8217;ve corresponded asynchronously in Slack.</p>



<h2 class="wp-block-heading">Continuing Education</h2>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="768" height="384" src="https://hellodavelin.com/wp-content/uploads/2023/01/continued-education-topic-image.png" alt="Topic image with a graduation hat and text that says Continuing Education as the remote working tip caption

" class="wp-image-1081" srcset="https://hellodavelin.com/wp-content/uploads/2023/01/continued-education-topic-image.png 768w, https://hellodavelin.com/wp-content/uploads/2023/01/continued-education-topic-image-300x150.png 300w" sizes="auto, (max-width: 768px) 100vw, 768px" /></figure>



<p>I reserve up to 10% of my income for continuing education. It is probably the most enjoyable and highest return on investment of my time and money throughout my working career.</p>



<p>Other benefits include:</p>



<ul class="wp-block-list">
<li>Helping you keep up to date in your field. Especially if you are in the tech sector.</li>



<li>Certifications help you increase your earning potential by charging higher fees or being promoted in your 9-5.</li>



<li>Improve your marketable skills. It can never hurt to learn more additional hard or soft skills.</li>



<li>It&#8217;s just good fun. Learning is more enjoyable when you want to learn it and not because you have to (thinking back to my not-so-productive time in university).</li>
</ul>



<h2 class="wp-block-heading">Limit Your Screen Time</h2>



<p>You might think you&#8217;re a robot and you probably were when you were in your 20s, but when you get decades older, your body really starts responding more negatively to stress.</p>



<p>I thought I could work literally 8 hours straight, but it turns out, when I was at my 9-5, inside the office, this wasn&#8217;t the case.</p>



<p>I had many coffee breaks, water cooler talk, you name it. All of these little breaks are now gone as a remote worker and if you don&#8217;t consciously limit your screen time you are going to really strain your eyes and body.</p>



<p>If you absolutely must stay on longer to meet a deadline, I recommend <a href="https://nymag.com/strategist/article/best-blue-light-blocking-glasses.html" rel="noopener">blue light glasses.</a> Get the (ugly) orange or yellow ones because they will actually work. If you get the clear ones, you will hardly notice the difference.</p>



<h2 class="wp-block-heading">Eat Breakfast</h2>



<p>I&#8217;m not a breakfast person. For some reason, I still find it hard to incorporate food into my morning routine. Most mornings, I just drink a latte, but on the days I actually eat breakfast, I feel so much better.</p>



<p>Having food in the morning helps kickstart your body for the much-needed energy it needs throughout the day.</p>



<p>If you&#8217;re like me, just start off small. Anything is better than nothing. And then move toward more healthy snacks like yogurt.</p>



<p>The key is to start building small habits to benefit your mind and body in the long run.</p>



<h2 class="wp-block-heading">Effective Communication is Key</h2>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="768" height="384" src="https://hellodavelin.com/wp-content/uploads/2023/01/communication-topic-image.png" alt="Topic image with a speech bubbles and text that says effective communication is key as the remote working tip caption
" class="wp-image-1083" srcset="https://hellodavelin.com/wp-content/uploads/2023/01/communication-topic-image.png 768w, https://hellodavelin.com/wp-content/uploads/2023/01/communication-topic-image-300x150.png 300w" sizes="auto, (max-width: 768px) 100vw, 768px" /></figure>



<p>With many of these remote working tips, the main throughline which really makes them work is communication.</p>



<p>If you&#8217;re setting boundaries on time and turning off notifications, for example, you need to let those that could be affected by your decisions know why it is important for you to work this way.</p>



<p>A lot of these tips are meant to reduce your stress and distractions during the workday, but it does require coordination sometimes with others to make the process successful.</p>



<h2 class="wp-block-heading">Work in Different Remote Locations</h2>



<p>It&#8217;s nice to get out of the house once or twice a week. Go to a coffee shop or the library if you need a bit of quiet time. If you want more regular interactions, try a co-working space.</p>



<p>When you stick to one location or environment, you tend to feel and think in specific ways. When you change things up, new creative ideas will flow.</p>



<p>If anything, it breaks up the daily mundane experience into something more enjoyable. And you might even build a new connection with a stranger.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>One thing will become really clear when you start working long periods remotely, and that is that your time is incredibly valuable.</p>



<p>When implemented slowly over time, these remote working tips are sure to increase productivity, reduce stress and set up an environment for a comfortable remote work life.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How To Take Meeting Notes That You&#8217;ll Reuse</title>
		<link>https://hellodavelin.com/how-to-take-meeting-notes</link>
		
		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Mon, 28 Nov 2022 03:19:24 +0000</pubDate>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://hellodavelin.com/?p=932</guid>

					<description><![CDATA[Just like writing, taking notes is a skill in itself.

In this article I present a simple format for taking notes that I've used over the years.

It's quick and simple and can be used in digital or analog form.]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">What Are Meeting Notes?</h2>



<p>Meetings notes are typically informal records of decisions, key ideas, and actions. You typically want to take meeting notes as they provide an official record for the attendees that may have missed the meeting and are an effective way to recall what happened during the meeting without having to review entire meeting recordings.</p>



<p>Not to be <a href="https://monday.com/blog/productivity/take-better-meeting-notes" rel="noopener">confused with meeting minutes</a> which are more formal meetings for note-taking usually reserved for events like annual meetings with shareholders.</p>



<h2 class="wp-block-heading">Why Are Meeting Notes Important</h2>



<p>Writing meeting notes allows you to capture ideas and thought processes that would otherwise go unrecorded.</p>



<p>When decisions are made during meetings, you want these documented for a few reasons. This can be used as an official record during discussions of scope and deliverables.</p>



<p>In project retrospectives, you can refer back to the decision-making thought line and identify where &#8220;things went wrong&#8221; in the project if you have a record of it.</p>



<p>Typically after a meeting, you will be left with a list of <em>your</em> action items, but what about the actions of your colleagues? This is where the action items section of your meeting notes becomes helpful, especially if your action has a dependency on someone else.</p>



<h2 class="wp-block-heading">Preparing for Meetings</h2>



<p>Without preparing for meetings, you&#8217;ll likely waste time at the meeting. Here are some tips for taking effective meeting notes.</p>



<h3 class="wp-block-heading">Know The Meeting Participants</h3>



<p>The first step is to know who is going to attend the meeting. Knowing this information helps you determine how much preparation time you need.</p>



<p>If the CEO is attending your meeting or the problem is complex, you might want to spend extra time preparing.</p>



<h3 class="wp-block-heading">Know The Objective</h3>



<p>Before attending a meeting, it helps to know what type of meeting it will be. What decision needs to be made? Who else needs to be involved? Do you just want to listen? Or do you want to contribute ideas? Knowing your purpose ahead of time will help you focus on the best outcome.</p>



<h3 class="wp-block-heading">Set The Meeting Agenda</h3>



<p>When preparing for a meeting, set a clear meeting agenda. If you don&#8217;t have formal agenda items, write down key points or ideas you&#8217;d like to cover. This way, everyone knows where things stand before the meeting begins.</p>



<h3 class="wp-block-heading">Using Templates</h3>



<p>If you&#8217;re taking notes digitally, you can always select from a gallery of <a href="https://www.notion.so/templates/quick-one-on-one-meeting-notes" rel="noopener">meeting note templates</a>. Most modern apps will have an array of templates for you to choose from and using these can save you a lot of time, especially for repetitive tasks.</p>



<h2 class="wp-block-heading">What to do During the Meeting</h2>



<p>It&#8217;s team meeting time. Here&#8217;s how to make sure you take effective notes during the meeting.&nbsp;</p>



<h3 class="wp-block-heading">Laptop Versus Pen and Paper</h3>



<p>A laptop can be distracting because it requires our attention. If you&#8217;re writing notes on the computer, you might be distracted by email notifications or social media posts. The upside is you will type faster than you can write.</p>



<p>Pen and paper are good alternatives to laptops. You don&#8217;t have to worry about losing your place in a document or having to switch apps. Plus, you can use pen and paper anywhere without dealing with chargers.</p>



<p>A study <a href="https://www.sciencedaily.com/releases/2021/03/210319080820.htm" rel="noopener">published in Science Daily</a> also found that people taking handwritten notes had improved memory.&nbsp;</p>



<h3 class="wp-block-heading">Choose A Note-Taking Method That Works For You</h3>



<p>Chances are by now you have a routine for how you take notes. I switch back and forth between handwriting and laptop depending on what I&#8217;m taking notes about. For actions, I like to write them down in a notebook because there is nothing more satisfying than crossing something off my list.</p>



<p>For everything else, I will write it in a digital organizer like <a href="https://hellodavelin.com/note-taking-with-notion">Notion.</a></p>



<p>Decide on a routine that works for you and stick with it before trying to optimize anything.</p>



<h3 class="wp-block-heading">Should You Record the Meeting?</h3>



<p>You may want to record the meeting if you don’t miss anything important. Or maybe you just want more context to the conversation.</p>



<p>Whatever the reason, recording meetings helps you better understand what happened during the discussion in more detail. Make sure to ask permission before you start recording to give everyone a warning.</p>



<p>When meetings are technical in nature or are simply outside of your expertise, you may want to decide to record the meeting.</p>



<p>As a non-technical project manager myself, I found recording meetings allowed me to communicate better with my colleagues.</p>



<h3 class="wp-block-heading">Don&#8217;t Write A Transcription Of The Meeting</h3>



<p>You&#8217;ve probably been in meetings where someone takes detailed notes. And while it might seem helpful to review those notes later, there are some things that just aren&#8217;t worth writing down. Here are three ways to make sure you don&#8217;t forget anything important during a meeting.</p>



<h4 class="wp-block-heading">Take Notes During the Meeting</h4>



<p>The best way to ensure you&#8217;ll remember everything discussed during a meeting is to write it down in real time. Unless you have an iron-clad memory, trying to remember something from the beginning of a meeting immediately after will prove difficult.</p>



<h4 class="wp-block-heading">Ask Clarifying Questions</h4>



<p>Another great way to ensure you&#8217;ll never forget anything important is to ask questions throughout the meeting. As an active participant, this helps you recall what was covered and makes it easier to follow up on topics later.</p>



<h4 class="wp-block-heading">Record Keywords or Phrases</h4>



<p>If you really want to ensure you&#8217;ll remember every detail of the meeting, use keywords and phrases to mark sections of text. For example, if you wanted to record a section of a meeting about how to build a website, you&#8217;d type &#8220;website building.&#8221; Then, whenever you come across that phrase again, you&#8217;ll instantly recall why you wrote it down.</p>



<h3 class="wp-block-heading">Create Sections for Notes, Decisions, and Actions</h3>



<p>Outline three main sections for notes, decisions, and actions. Sometimes, I place &#8220;actions&#8221; at the top for quick recall.</p>



<p>Jot down the majority of your topics and shorthand notes in the &#8220;notes&#8221; section. Make sure to use bullets where they make sense and for quick formatting if you are typing in your notes.</p>



<p>Indent if there are subtopical notes that are related to the main topic being discussed. Try not to use acronyms when possible or at least expand on the acronym during the post-meeting clean-up phase.</p>



<p>As meetings transition from topic to topic, leave some room between your notes just as you would if you were writing an article.&nbsp;</p>



<p>The &#8220;decisions&#8221; section helps your team move past a particular problem at that point in the project. You only want to add to this section if it&#8217;s a deliberate decision and not just a general topical conversation. As the note taker, you can confirm this with &#8220;to confirm, we are making the decision to do XYZ.&#8221; You will receive a yes or no with some additional commentary.</p>



<p>Even if the decision is clearly a &#8220;no,&#8221; you&#8217;ll want to add this to the decision section. It&#8217;s just as important to document what is moving forward as what is not in a decision.</p>



<p>As for the &#8220;actions&#8221; section, ensure you are taking actions during the meeting and not at the end. Often by the end, you will have forgotten what happened earlier in the meeting.</p>



<h3 class="wp-block-heading">Repeat the Actions</h3>



<p>The most important aspect of a meeting is making sure the room understands what needs to happen next.</p>



<p>Before the meeting ends, repeat the actions that are in the actions section. Confirm with everyone that they are indeed actions, if not, this is the time to cross them out.</p>



<p>If time permits, you&#8217;ll want to also assign the actions to someone. You have to do this later anyway, so it&#8217;s ideal to take this time while you&#8217;re all together already (the cost of the meeting is already sunk) and assign those tasks.</p>



<p>You may find that the action gets passed around because someone assumed it was someone else&#8217;s responsibility. This is why it is helpful to assign them during the meeting so that it gets assigned correctly.</p>



<h2 class="wp-block-heading">What To Do After The Meeting</h2>



<p>At this point, only the actions may have been assigned. You now want to review the meeting notes after the meetings.</p>



<p>This includes cleaning up your notes, shorthand, and rewriting the notes so they are presentable to an audience. Ask yourself &#8220;if I come back tomorrow, will these notes make sense to another person in the meeting?&#8221; If the answer is no, continue to clarify the notes.</p>



<p>This is also a good time to move your notes to a digital note-taking app so that it gets archived and is accessible to all meeting attendees.</p>



<h3 class="wp-block-heading">Share The Meeting Notes</h3>



<p>As the meeting organizer, it&#8217;s now time to share the meeting recap with all the attendees and file them in a shared place where they can be publically accessed. You may also want to copy in other stakeholders that weren&#8217;t present at the meeting, so they can view the key takeaways and action items.</p>



<p>Follow up with a quick recap of the actions either through email or your team&#8217;s regular instant communication channel like Slack and link the rest of the notes. You don&#8217;t want to paste all of the notes into the communication channel as this could get overwhelming.&nbsp; Not everyone needs the notes, but everyone needs the execute the actions.&nbsp;</p>



<p>Be mindful of the content in the notes as well. Many note and communication apps allow for private and public publishing of information. If the meeting was about sensitive topics related to HR, you want to be extra careful about who has access to them and who shouldn&#8217;t.</p>



<h3 class="wp-block-heading">Make Notes Searchable</h3>



<p>Apps like Notion have incredible search capabilities. You can search and filter by parameters like Date, Assignee, Title, and so on.</p>



<p>In order to take advantage of these features, you want to add keywords to the titles of your notes if you took or move them to the digital space.</p>



<p>If you use acronyms, make sure to also spell out the entire word so as to capture both search queries in the future.</p>



<p>Instead of naming it <strong>Meeting Notes [Date]</strong>, name it <strong>Meeting Notes about Website Concept.</strong></p>



<p>This gives it a bit more context as to what the meeting was about without even having to read it, but more importantly, it will show up in search in tools and apps.</p>



<h3 class="wp-block-heading">Wrapping It Up</h3>



<p>We all want to run productive meetings.</p>



<p>To recap, you&#8217;ll want to make sure you take the proper pre-planning tips so you start the meeting off with an agenda.</p>



<p>Then you&#8217;ll want to ensure you record the decisions, actions, and key topics of the meeting.</p>



<p>Finally, clean up the notes and share them with all the attendees and make them accessible to everyone in a shared space.</p>



<p>I hope that this article has provided a quick reference for managing your notes for your next important meeting.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>7 Must Have WordPress Plugins for Small Businesses</title>
		<link>https://hellodavelin.com/word-press-plugins</link>
		
		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Fri, 04 Nov 2022 05:47:08 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://hellodavelin.com/?p=901</guid>

					<description><![CDATA[No matter what your product or service is, these are the essential plugins I recommend to keep your website in tip top shape.]]></description>
										<content:encoded><![CDATA[
<p>Plugins are some of the most powerful and simplest ways to expand the functionality of your WordPress website.</p>



<p>In this article, I go over the absolute best plugins for any small business regardless of the service or product that you sell. </p>



<p>All of these recommendations are core to keeping your website in good standing, protecting you from malware attacks, and keeping your workflow going as efficiently as possible.</p>



<h2 class="wp-block-heading" id="all-in-one-wp-migration">Best Backup Plugin &#8211; All-in-One WP Migration</h2>



<p>While your hosting service may back up your sites automatically, it&#8217;s always a good idea to also have a backup of your own. </p>



<p>This is because when your site goes down for whatever reason, you don&#8217;t want to have to rely on customer service to restore your backup only to find out it wasn&#8217;t the one you wanted.</p>



<p>You can set your worries aside with the free version of <a href="https://en-ca.wordpress.org/plugins/all-in-one-wp-migration/" rel="noopener">All-in-One WP Migration plugin</a> by ServMask.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="428" src="https://hellodavelin.com/wp-content/uploads/2022/11/1-all-in-one-wp-migration-1024x428.png" alt="" class="wp-image-904" srcset="https://hellodavelin.com/wp-content/uploads/2022/11/1-all-in-one-wp-migration-1024x428.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/11/1-all-in-one-wp-migration-300x125.png 300w, https://hellodavelin.com/wp-content/uploads/2022/11/1-all-in-one-wp-migration-768x321.png 768w, https://hellodavelin.com/wp-content/uploads/2022/11/1-all-in-one-wp-migration.png 1364w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>After installing the plugin, simply navigate to the All-in-One WP Migration on the left sidebar and select <strong>Export</strong>. From there you will get a drop-down of options. </p>



<p>My preference is to use the <strong>Export to File</strong> option. Then you can download the compressed files and store them anywhere you want.</p>



<p>To restore your site, you simply use the <strong>Import</strong> function, find the file you backed up in the past, and your backup is running within minutes.</p>



<p>If your budget allows, you can automate the entire process by purchasing a <a href="https://servmask.com/products" rel="noopener">cloud-specific add on</a> which auto-schedules the backup directly to the cloud provider of your choice. </p>



<h2 class="wp-block-heading" id="shortpixel">Best Image Compressor &#8211; ShortPixel</h2>



<p>Dealing with images is a drag. Typically you&#8217;d need to manually resize the image, then upload it to a site like <a href="https://tinypng.com/" rel="noopener">Tinypng</a> to compress it further. Finally, you have to upload it to WordPress to eventually add to your blog.</p>



<p>Multiply that by every single image, and you&#8217;ve just 10x-ed your workload. Nobody has time for that.</p>



<p>With the <a href="https://wordpress.org/plugins/shortpixel-image-optimiser/" rel="noopener">ShortPixel plugin</a> simply select your compression level and you&#8217;re all set.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="158" src="https://hellodavelin.com/wp-content/uploads/2022/11/2-shortpixel-2-1024x158.png" alt="" class="wp-image-906" srcset="https://hellodavelin.com/wp-content/uploads/2022/11/2-shortpixel-2-1024x158.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/11/2-shortpixel-2-300x46.png 300w, https://hellodavelin.com/wp-content/uploads/2022/11/2-shortpixel-2-768x119.png 768w, https://hellodavelin.com/wp-content/uploads/2022/11/2-shortpixel-2-1536x238.png 1536w, https://hellodavelin.com/wp-content/uploads/2022/11/2-shortpixel-2-2048x317.png 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Choose between Lossy, Glossy, and Lossless compression options</figcaption></figure>



<p>This plugin used to be free, but they have recently started charging for their service. In the past, they were crunching millions of images a day for free which increased operational costs.</p>



<p>Fortunately, ShortPixel has incredibly generous plans. I recommend going with the <strong>Credits Package</strong> option instead of the monthly plans. At a $9.99 one-time charge for 10,000 images, it&#8217;s going to take you a while to get through that many images.</p>



<p>Of course, if you are running multiple websites with clients or an image-heavy photography website you may want to consider the monthly option.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="467" src="https://hellodavelin.com/wp-content/uploads/2022/11/2-shortpixel-1024x467.png" alt="" class="wp-image-905" srcset="https://hellodavelin.com/wp-content/uploads/2022/11/2-shortpixel-1024x467.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/11/2-shortpixel-300x137.png 300w, https://hellodavelin.com/wp-content/uploads/2022/11/2-shortpixel-768x350.png 768w, https://hellodavelin.com/wp-content/uploads/2022/11/2-shortpixel-1536x701.png 1536w, https://hellodavelin.com/wp-content/uploads/2022/11/2-shortpixel.png 2026w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading" id="kadence-page-builder">Best Page Builder For Speed &#8211; Kadence WP + Starter Templates</h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="561" src="https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence-1024x561.png" alt="" class="wp-image-909" srcset="https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence-1024x561.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence-300x164.png 300w, https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence-768x421.png 768w, https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence-1536x842.png 1536w, https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence-2048x1122.png 1687w, https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence.png 1686w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Previous to <a href="https://hellodavelin.com/recommends/kadence">Kadence</a>, I only ever built websites with Elementor.  Then I tried Kadence and I was blown away by the out of the box speed of the websites it created.</p>



<p>For basic blogs, you can expect to see site speeds like the report below. This is the lighthouse speed test on the blog you&#8217;re reading right now without any additional configuration to the code!</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="903" src="https://hellodavelin.com/wp-content/uploads/2022/11/3-lighthouse-speed-test-kadence-1024x903.png" alt="" class="wp-image-908" srcset="https://hellodavelin.com/wp-content/uploads/2022/11/3-lighthouse-speed-test-kadence-1024x903.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/11/3-lighthouse-speed-test-kadence-300x264.png 300w, https://hellodavelin.com/wp-content/uploads/2022/11/3-lighthouse-speed-test-kadence-768x677.png 768w, https://hellodavelin.com/wp-content/uploads/2022/11/3-lighthouse-speed-test-kadence.png 1048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Kadence uses the native WordPress Gutenberg editor so if you are a writer that prefers to write in the editor, you&#8217;ll feel right at home with this builder.</p>



<p>If you&#8217;ve never used page builders before, there are a number of <a href="https://www.youtube.com/c/CliftonWP" rel="noopener">tutorials on Kadence on YouTube</a>. The learning curve with Kadence is days and not weeks.</p>



<p>Be sure to install both the <a href="https://wordpress.org/plugins/kadence-blocks/" rel="noopener">Gutenberg Blocks</a> and the <a href="https://wordpress.org/plugins/kadence-starter-templates/" rel="noopener">Starter Templates</a> plugins to help kick-start your website.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="591" src="https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence-2-1024x591.png" alt="" class="wp-image-910" srcset="https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence-2-1024x591.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence-2-300x173.png 300w, https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence-2-768x443.png 768w, https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence-2-1536x886.png 1536w, https://hellodavelin.com/wp-content/uploads/2022/11/3-kadence-2.png 1601w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading" id="elementor-page-builder">Best Page Builder Functionality &#8211; Elementor</h2>



<p>Having used <a href="https://elementor.com/" rel="noopener">Elementor</a> for over five years now, it is still one of my favorite page builders. If you&#8217;re a creator who prefers to have precise controls in a simple UI that can scale with your projects, this is your builder.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="819" src="https://hellodavelin.com/wp-content/uploads/2022/11/4-elementor-1024x819.png" alt="" class="wp-image-913" srcset="https://hellodavelin.com/wp-content/uploads/2022/11/4-elementor-1024x819.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/11/4-elementor-300x240.png 300w, https://hellodavelin.com/wp-content/uploads/2022/11/4-elementor-768x614.png 768w, https://hellodavelin.com/wp-content/uploads/2022/11/4-elementor.png 1155w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Elementor allows you to drag and drop widgets into the canvas space. There are any number of column options for you to choose from and the free version of <a href="https://wordpress.org/plugins/elementor/" rel="noopener">the plugin</a> packs <a href="https://elementor.com/widgets/" rel="noopener">plenty of functionality</a> with over 30 widgets before you have to go Pro.</p>



<p>You can, however, expect to take a week or two before you really start feeling comfortable with the builder. With so many features, you&#8217;ll be able to take on any client with your portfolio of sites.</p>



<h2 class="wp-block-heading" id="wordfence">Best Security Plugin &#8211; Wordfence</h2>



<p>If you don&#8217;t believe in security, you likely haven&#8217;t been infected with malware on your website before. </p>



<p>Running without a security plugin is like leaving your front door unlocked. Yes, it may seem like you can&#8217;t get into the house, but that&#8217;s just because the attackers haven&#8217;t tried yet.</p>



<p>This is where <a href="https://www.wordfence.com/" rel="noopener">Wordfence</a> comes in. The <a href="https://wordpress.org/plugins/wordfence/" rel="noopener">free plugin</a> is all you need to get started unless you have very sensitive data that requires real-time firewall rules to be pushed to your website. </p>



<p>I would recommend <a href="https://www.wordfence.com/products/wordfence-premium/" rel="noopener">going premium</a> at that point, but for most of us, the free version will do just fine.</p>



<p>This plugin can be a bit difficult to setup compared to other plugins unless you&#8217;re already a security expert so I do recommend going through the <a href="https://youtu.be/3RInD8H_dW8" rel="noopener">tutorial here</a>.</p>



<h2 class="wp-block-heading" id="wp-code-snippet">Best Code Snippet Manager &#8211; WP Code </h2>



<p>If you&#8217;re a non-coder like myself, it&#8217;s more convenient to rely on tools to help add snippets for 3rd party code. WP code helps <a href="https://wordpress.org/plugins/insert-headers-and-footers/" rel="noopener">manage all of your snippets in one plugin</a>.</p>



<p>Previously called Insert Headers and Footer, fortunately, this plugin also added more functionality with its updated name.</p>



<p>You can now manage snippets and insert them in a variety of methods.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="699" src="https://hellodavelin.com/wp-content/uploads/2022/11/5-wp-code-1-1024x699.png" alt="" class="wp-image-917" srcset="https://hellodavelin.com/wp-content/uploads/2022/11/5-wp-code-1-1024x699.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/11/5-wp-code-1-300x205.png 300w, https://hellodavelin.com/wp-content/uploads/2022/11/5-wp-code-1-768x524.png 768w, https://hellodavelin.com/wp-content/uploads/2022/11/5-wp-code-1.png 1354w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>In addition, there is an option to quickly disable or enable snippets with a toggle.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="572" src="https://hellodavelin.com/wp-content/uploads/2022/11/5-wp-code-2-1024x572.png" alt="" class="wp-image-918" srcset="https://hellodavelin.com/wp-content/uploads/2022/11/5-wp-code-2-1024x572.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/11/5-wp-code-2-300x167.png 300w, https://hellodavelin.com/wp-content/uploads/2022/11/5-wp-code-2-768x429.png 768w, https://hellodavelin.com/wp-content/uploads/2022/11/5-wp-code-2-1536x858.png 1536w, https://hellodavelin.com/wp-content/uploads/2022/11/5-wp-code-2.png 1655w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>For a more in-depth how-to article for installing and configuring this plugin, you can read <a href="https://hellodavelin.com/code-snippet-plugin">this post here</a>.</p>



<h2 class="wp-block-heading">Final Thoughts</h2>



<p>Whether you&#8217;re just getting started or an expert web developer, I would still recommend these plugins. You can be sure that they work together like a team and will scale with your projects while keeping your workflow at its peak level.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Best Notion Form Builders (Free and Paid)</title>
		<link>https://hellodavelin.com/best-notion-form-builders</link>
		
		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Sat, 03 Sep 2022 00:45:51 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://hellodavelin.com/?p=626</guid>

					<description><![CDATA[This article reviews some of the top form builders for Notion.

Each of these builders has the option to add filled out forms directly to a Notion database.

Check out which one stacks up.]]></description>
										<content:encoded><![CDATA[<div class="kb-row-layout-wrap kb-row-layout-id626_3490a9-e6 alignnone wp-block-kadence-rowlayout"><div class="kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top">

<div class="wp-block-kadence-column kadence-column626_dc629e-bf inner-column-1"><div class="kt-inside-inner-col">
<p>If you&#8217;ve been using Notion for while now, at some point you&#8217;re going to need to get data input into a database. There are multiple ways to do this, but creating forms for Notion is one of the most efficient ways.</p>



<p>In this article, I review five form builders that integrate directly into Notion. Several SaaS software out there build forms, but very few are made with Notion in mind.</p>



<p>To conduct the form testing I created a job application tracking system and used the same database and form properties for each test.</p>



<p>If you&#8217;re looking for my Top Picks and a breakdown of all five, keep reading.</p>





<h2 class="wp-block-heading">Top 5 Notion Form Builders</h2>


<div class="kb-row-layout-wrap kb-row-layout-id626_c85ebf-e4 alignnone wp-block-kadence-rowlayout"><div class="kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top">

<div class="wp-block-kadence-column kadence-column626_b68fdd-d3 kb-section-dir-vertical inner-column-1"><div class="kt-inside-inner-col"><div class="kb-row-layout-wrap kb-row-layout-id626_90a6bc-e0 alignnone wp-block-kadence-rowlayout"><div class="kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top">

<div class="wp-block-kadence-column kadence-column626_6f73ec-c5 kb-section-dir-horizontal inner-column-1"><div class="kt-inside-inner-col">
<p class="kt-adv-heading626_702045-84 wp-block-kadence-advancedheading has-theme-palette-9-color has-text-color has-theme-palette-3-background-color has-background" data-kb-block="kb-adv-heading626_702045-84">Top Pick</p>
</div></div>

</div></div>

<div class="kb-row-layout-wrap kb-row-layout-id626_b29d79-8e alignnone wp-block-kadence-rowlayout"><div class="kt-row-column-wrap kt-has-2-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top">

<div class="wp-block-kadence-column kadence-column626_0a5c81-38 kb-section-dir-vertical inner-column-1"><div class="kt-inside-inner-col">
<div class="wp-block-kadence-image kb-image626_c9ca74-e1"><figure class="aligncenter"><img loading="lazy" decoding="async" width="258" height="226" src="https://hellodavelin.com/wp-content/uploads/2022/08/Logo_tally.png" alt="" class="kb-img wp-image-669"/></figure></div>
</div></div>



<div class="wp-block-kadence-column kadence-column626_5cbf64-e0 inner-column-2"><div class="kt-inside-inner-col">
<h3 class="kt-adv-heading626_5ad84f-84 wp-block-kadence-advancedheading" data-kb-block="kb-adv-heading626_5ad84f-84">Tally.so</h3>



<p class="kt-adv-heading626_27a27d-d7 wp-block-kadence-advancedheading" data-kb-block="kb-adv-heading626_27a27d-d7"><a href="https://tally.so?ref=hdl" rel="noopener">Tally.so</a> is the simplest way to create beautiful forms. Create any type of form in seconds, without knowing how to code, and for free.</p>



<div class="wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items626_399360-46 kt-svg-icon-list-columns-1 alignnone"><ul class="kt-svg-icon-list">
<li class="wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-626_3e96c9-8a kt-svg-icon-list-style-default"><span class="kb-svg-icon-wrap kb-svg-icon-fas_check-circle kt-svg-icon-list-single"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"/></svg></span><span class="kt-svg-icon-list-text"><strong>Works like a doc:</strong> Just start typing and use shortcuts to create any type of form in seconds.</span></li>



<li class="wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-626_955769-a7 kt-svg-icon-list-style-default"><span class="kb-svg-icon-wrap kb-svg-icon-fas_check-circle kt-svg-icon-list-single"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"/></svg></span><span class="kt-svg-icon-list-text"><strong>Unlimited forms &amp; responses for free: </strong>Tally is the only form builder out there that offers unlimited forms, responses, and advanced features for free.</span></li>



<li class="wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-626_af4182-89 kt-svg-icon-list-style-default"><span class="kb-svg-icon-wrap kb-svg-icon-fas_check-circle kt-svg-icon-list-single"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"/></svg></span><span class="kt-svg-icon-list-text"><strong>Tally Pro:</strong> 99% of the features are available for free, combined with an empowering Pro plan aimed at the needs of creators &amp; teams such as team collaboration, custom domains, removal of Tally branding, and more.</span></li>
</ul></div>



<div class="wp-block-kadence-advancedbtn kt-btn-align-center kt-btn-tablet-align-inherit kt-btn-mobile-align-inherit kt-btns-wrap kt-btns_8d62e4-d1 kt-force-btn-fullwidth"><div class="kt-btn-wrap kt-btn-wrap-0"><a class="kt-button button kt-btn-0-action kt-btn-size-standard kt-btn-style-basic kt-btn-svg-show-always kt-btn-has-text-true kt-btn-has-svg-true kb-btn-global-inherit wp-block-button__link" href="https://tally.so?ref=hdl" target="_blank" rel="noreferrer noopener"><span class="kt-btn-inner-text">Try out Tally.so for Free</span><div style="display:inline-flex;justify-content:center;align-items:center" class="kt-btn-svg-icon kt-btn-svg-icon-fe_arrowRight kt-btn-side-right"><svg style="display:inline-block;vertical-align:middle" viewBox="0 0 24 24" height="1em" width="1em" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg></div></a></div></div>
</div></div>

</div></div></div></div>

</div></div>


<p>Many tools will create their own builder experience, but Tally took the route of modeling what you&#8217;re already used to in Notion which is the backslash block system. If you&#8217;re coming from Notion the learning curve should be very short.</p>



<p>Once you take the tool for a spin for a few minutes you&#8217;ll know you got a winner. The design is so crisp, it is a delight to use each time and makes you want to discover what else is hidden behind this UI.</p>



<h4 class="wp-block-heading">Signup Process</h4>



<p>As soon as you arrive on the landing page, you&#8217;ll be greeted with a <strong>Create Form</strong> button which requires no signup. Doesn&#8217;t get much easier than that, next, onto the builder.</p>



<h4 class="wp-block-heading">Form Setup and Features</h4>



<p>From there, you have four logical options. Starting from scratch, using a template, onboarding, and deeper how-to guides. </p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="924" height="924" src="https://hellodavelin.com/wp-content/uploads/2022/08/tally-form-start-1024x1024.png" alt="a blank template from tally.so with a Get Started and How-to guides column where users can start their form building" class="wp-image-676" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/tally-form-start.png 924w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-form-start-300x300.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-form-start-150x150.png 150w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-form-start-768x769.png 768w" sizes="auto, (max-width: 924px) 100vw, 924px" /></figure>



<p>Select your best option and populate the form using the many form building blocks until you&#8217;re ready to style it. </p>



<p>In the top bar, you&#8217;ve got options to add a new page along with some branding and page design options.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="872" height="1024" src="https://hellodavelin.com/wp-content/uploads/2022/08/tally-form-example-872x1024.png" alt="A partially finished tally.so form as an example of how you could create a form" class="wp-image-680" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/tally-form-example-872x1024.png 872w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-form-example-255x300.png 255w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-form-example-768x902.png 768w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-form-example.png 924w" sizes="auto, (max-width: 872px) 100vw, 872px" /></figure>



<p>The <strong>Share</strong> option will give you the ability to share the link, or embed it in three different flavors: standard inline, a corner pop-up, or a full-page form.</p>



<p>Under <strong>Integrate</strong>, is where you will connect your Notion table. This is where the form response goes. Note that the Share and Integrate option won&#8217;t appear until you are signed up and logged in.</p>



<p>With Tally, you&#8217;ll need to manually map the fields between the form and the database fields at this time. </p>



<p>Finally, select <strong>Preview</strong> and then <strong>Publish</strong>. Only after you publish, are you required to sign up which of course, makes logical sense since you need somewhere to send that data to.</p>



<p>Need a reCAPTCHA? Tally has you covered. In the editor, type &#8220;/cap&#8221; and select reCAPTCHA block and you&#8217;ll be all set to defend against spam. No complicated widget code and this feature is included in the free tier.</p>



<p>You can see the final results here in the <a rel="noreferrer noopener" href="https://tally.so/r/mD4bz5" target="_blank">full page view</a> or in the <a rel="noreferrer noopener" href="https://heydl.notion.site/tally-so-0ad182101aea4ca49ce9cd05c25d591f" target="_blank">Notion embed version</a> with the accompanying database. </p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="578" src="https://hellodavelin.com/wp-content/uploads/2022/08/tally-recaptcha-1024x578.png" alt="the option to add a &quot;reCAPTCHA&quot; blog in tally.so tool" class="wp-image-681" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/tally-recaptcha-1024x578.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-recaptcha-300x169.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-recaptcha-768x433.png 768w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-recaptcha-1536x867.png 1536w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-recaptcha.png 1637w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h4 class="wp-block-heading">Tally.so Pricing</h4>



<p>Tally has <em>so many</em> free (and paid) features. Most notably, the redirect on completion, email notifications, collecting payments, captcha, and integrations should be more than enough to cover most of your needs.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="496" src="https://hellodavelin.com/wp-content/uploads/2022/08/tally-features-1024x496.png" alt="all of the features for tally.so form builder" class="wp-image-691" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/tally-features-1024x496.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-features-300x145.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-features-768x372.png 768w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-features-1536x744.png 1536w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-features.png 1908w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>So while I&#8217;ll be staying on the free plan for a while, this does mean that the form will have Tally branding (they&#8217;ve got to get their name out there somehow), but I&#8217;d be happy to promote this to everyone that uses Notion.</p>



<p>For those who need custom domains and even more customizability or simply want to remove the branding, here&#8217;s the pricing below.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="928" height="924" src="https://hellodavelin.com/wp-content/uploads/2022/08/tally-pricing-1024x1020.png" alt="the pricing section of the tally.so website" class="wp-image-678" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/tally-pricing-1024x1020.png 928w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-pricing-300x300.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-pricing-150x150.png 150w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-pricing-768x765.png 768w, https://hellodavelin.com/wp-content/uploads/2022/08/tally-pricing.png 927w" sizes="auto, (max-width: 928px) 100vw, 928px" /></figure>


<div class="kb-row-layout-wrap kb-row-layout-id626_64979b-3a alignnone wp-block-kadence-rowlayout"><div class="kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top">

<div class="wp-block-kadence-column kadence-column626_9de35f-79 kb-section-dir-vertical inner-column-1"><div class="kt-inside-inner-col"><div class="kb-row-layout-wrap kb-row-layout-id626_b9ac9e-b0 alignnone wp-block-kadence-rowlayout"><div class="kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top">

<div class="wp-block-kadence-column kadence-column626_1beed5-9c kb-section-dir-horizontal inner-column-1"><div class="kt-inside-inner-col">
<p class="kt-adv-heading626_93da23-6b wp-block-kadence-advancedheading has-theme-palette-9-color has-text-color has-theme-palette-3-background-color has-background" data-kb-block="kb-adv-heading626_93da23-6b">RunNer Up</p>
</div></div>

</div></div>

<div class="kb-row-layout-wrap kb-row-layout-id626_3a6e2b-ac alignnone wp-block-kadence-rowlayout"><div class="kt-row-column-wrap kt-has-2-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top">

<div class="wp-block-kadence-column kadence-column626_7aab40-ae kb-section-dir-vertical inner-column-1"><div class="kt-inside-inner-col">
<div class="wp-block-kadence-image kb-image626_98101f-2f"><figure class="aligncenter"><img loading="lazy" decoding="async" width="730" height="737" src="https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-logo-2.png" alt="" class="kb-img wp-image-684" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-logo-2.png 730w, https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-logo-2-297x300.png 297w, https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-logo-2-150x150.png 150w" sizes="auto, (max-width: 730px) 100vw, 730px" /></figure></div>
</div></div>



<div class="wp-block-kadence-column kadence-column626_945fff-56 inner-column-2"><div class="kt-inside-inner-col">
<h3 class="kt-adv-heading626_0a9828-61 wp-block-kadence-advancedheading" data-kb-block="kb-adv-heading626_0a9828-61">Notionforms.io</h3>



<p class="kt-adv-heading626_378d9c-98 wp-block-kadence-advancedheading" data-kb-block="kb-adv-heading626_378d9c-98">Easy to use form builder just for Notion. <a rel="noreferrer noopener" href="https://notionforms.io" target="_blank">NotionForms.io</a> was created to help Notion users to achieve more with their favorite tool. Need a contact form? Doing a survey? Create a form in 3 minutes and receive responses directly in Notion</p>



<p>Features Include:</p>



<div class="wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items626_301d67-a7 kt-svg-icon-list-columns-1 alignnone"><ul class="kt-svg-icon-list">
<li class="wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-626_a160ee-d3 kt-svg-icon-list-style-default"><span class="kb-svg-icon-wrap kb-svg-icon-fas_check-circle kt-svg-icon-list-single"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"/></svg></span><span class="kt-svg-icon-list-text">Infinite Number of Fields &amp; Responses &amp; Forms</span></li>



<li class="wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-626_c5c3f2-9c kt-svg-icon-list-style-default"><span class="kb-svg-icon-wrap kb-svg-icon-fas_check-circle kt-svg-icon-list-single"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"/></svg></span><span class="kt-svg-icon-list-text">Integrate Anywhere</span></li>



<li class="wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-626_b97967-ff kt-svg-icon-list-style-default"><span class="kb-svg-icon-wrap kb-svg-icon-fas_check-circle kt-svg-icon-list-single"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"/></svg></span><span class="kt-svg-icon-list-text">Notifications</span></li>
</ul></div>



<div class="wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns626_25a270-d3"><a class="kb-button kt-button button kb-btn626_11312c-05 kt-btn-size-standard kt-btn-width-type-full kb-btn-global-inherit  kt-btn-has-text-true kt-btn-has-svg-true  wp-block-button__link wp-block-kadence-singlebtn" href="https://notionforms.io/" target="_blank" rel="noreferrer noopener"><span class="kt-btn-inner-text">Try Notionforms.io for Free</span><span class="kb-svg-icon-wrap kb-svg-icon-fe_arrowRight kt-btn-icon-side-right"><svg viewBox="0 0 24 24"  fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></span></a></div>
</div></div>

</div></div></div></div>

</div></div>


<h4 class="wp-block-heading">Signup Process</h4>



<p>The sign-up is seamless and easy. Enter your name, email, and password and you&#8217;re all set.</p>



<h4 class="wp-block-heading">Form Setup and Features</h4>



<p>Once you&#8217;re past the registration, the tool prompts you to <strong>Login with Notion</strong>. Another indication, this tool was made with this integration from the ground up. </p>



<p>After you connect your Notion workspace, simply select the database you wish your responses to be sent to and watch the magic happen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="655" src="https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-builder-1024x655.png" alt="the notion forms dashboard " class="wp-image-689" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-builder-1024x655.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-builder-300x192.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-builder-768x491.png 768w, https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-builder.png 1445w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Inside the builder, you&#8217;ll be able to drag and drop your question order on the left panel and provide a short description and title of your form.</p>



<p>Unfortunately, other than that, there aren&#8217;t a lot of customization options unless you go pro. You won&#8217;t be able to add a captcha, redirect upon post submission, remove the branding or even get email notifications.</p>



<p>Because of the limited free options, I would only really recommend using this form builder if you were sending a very informal form and didn&#8217;t need any customization because it will be missing the bells and whistles.</p>



<p>To see the <a href="https://notionforms.io/forms/notionformsio-5" target="_blank" rel="noreferrer noopener">full page form click here</a>. The <a href="https://heydl.notion.site/notionforms-io-5d194f9e6aec41eaad3568bbee07f542" target="_blank" rel="noreferrer noopener">notion embed version</a> can be viewed here.</p>



<h4 class="wp-block-heading">Notionforms.io Pricing</h4>



<p>Compared to Tally, Notionforms is less expensive. Both sets of pro features are quite different so you&#8217;ll need to consider what your use case is to decide between the two.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="924" height="953" src="https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-pricing-993x1024.png" alt="the pricing breakdown for notion forms" class="wp-image-690" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-pricing.png 924w, https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-pricing-291x300.png 291w, https://hellodavelin.com/wp-content/uploads/2022/08/notionforms-pricing-768x792.png 768w" sizes="auto, (max-width: 924px) 100vw, 924px" /></figure>



<h3 class="wp-block-heading"><a href="https://paperform.co/" target="_blank" rel="noreferrer noopener">Paperform.co</a></h3>



<p>Paperform is more of a general form builder with the ability to integrate into Notion rather than a Notion first form builder. It has a Canva-like feel to the dashboard. </p>



<h4 class="wp-block-heading">Signup Process</h4>



<p>Signing up for Paperform was a chore. They require you to go through a questionnaire to a point where I normally would have abandoned the experience if I wasn&#8217;t reviewing the product. You&#8217;ll be presented with questions like why you are signing up, what your organization is called, describe your role, etc.</p>



<h4 class="wp-block-heading">Form Setup and Features</h4>



<p>The creation process is again, similar to that of Canva, where you can select from a predefined template or create from scratch.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="693" src="https://hellodavelin.com/wp-content/uploads/2022/08/paperform-dashboard-3-1024x693.png" alt="the Paperform dashboard" class="wp-image-659" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/paperform-dashboard-3-1024x693.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/08/paperform-dashboard-3-300x203.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/paperform-dashboard-3-768x519.png 768w, https://hellodavelin.com/wp-content/uploads/2022/08/paperform-dashboard-3.png 1366w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>It took some extra time to get used to this builder as it was quite different than any other builder I&#8217;ve used even though it also used a block system.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="902" src="https://hellodavelin.com/wp-content/uploads/2022/08/paperform-editor-full-1024x902.png" alt="Paperform's builder details" class="wp-image-728" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/paperform-editor-full-1024x902.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/08/paperform-editor-full-300x264.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/paperform-editor-full-768x676.png 768w, https://hellodavelin.com/wp-content/uploads/2022/08/paperform-editor-full.png 1050w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Similar to Tally, Paperform also included the captcha option which was good to see if you&#8217;re worried about form security.</p>



<p>Paperform also includes the ability to receive email notifications, URL redirects upon post form submission, and a wide variety of direct integrations.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="898" height="1024" src="https://hellodavelin.com/wp-content/uploads/2022/08/paperform-integration-4-898x1024.png" alt="Paperform's integration options" class="wp-image-663" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/paperform-integration-4-898x1024.png 898w, https://hellodavelin.com/wp-content/uploads/2022/08/paperform-integration-4-263x300.png 263w, https://hellodavelin.com/wp-content/uploads/2022/08/paperform-integration-4-768x876.png 768w, https://hellodavelin.com/wp-content/uploads/2022/08/paperform-integration-4.png 924w" sizes="auto, (max-width: 898px) 100vw, 898px" /></figure>



<p>You can view the <a rel="noreferrer noopener" href="https://heydl.notion.site/paperform-co-17481191dca9422da9f88e94c1d1bf62" target="_blank">Notion embed version here</a>. Unfortunately, the full-screen preview of their forms <a rel="noreferrer noopener" href="https://paperformtesting.paperform.co/" target="_blank">isn&#8217;t super attractive</a> out of the box and is going to require more work to customize the form.</p>



<h4 class="wp-block-heading">Pricing</h4>



<p>Paperform has an extensive feature set and 3 separate premium pricing tiers:</p>



<ul class="wp-block-list">
<li><strong>Essentials $24/month </strong>&#8211; (billed monthly) For individuals and small teams just getting started with Paperform.
<ul class="wp-block-list">
<li><em>Note that even at the Essentials tier, you still cannot remove the branding.</em></li>
</ul>
</li>



<li><strong>Pro $49/month</strong> &#8211; For small businesses looking to keep forms on-brand and access our full functionality.</li>



<li><strong>Agency $159/month</strong> &#8211; For organizations and businesses after multiple users and storage, as well as custom HTML and priority support.</li>
</ul>



<p>You can see the <a rel="noreferrer noopener" href="https://paperform.co/pricing/" target="_blank">full list of features here</a>.</p>



<p>Though you can tell a ton of effort was applied to build this entire platform, the results were average with extra features that I didn&#8217;t need.</p>



<h3 class="wp-block-heading"><a href="https://chilipepper.io/" target="_blank" rel="noreferrer noopener">Chilipepper.io</a></h3>



<p>Although at first glance Chiilipepper.io appears to have the minimalist design down, you&#8217;ll soon get the feeling that this product was rushed to the market. Maybe it was created to fill the gap at the time, but it fell short compared to the other products.</p>



<h4 class="wp-block-heading">Signup Process</h4>



<p>Right after you click &#8220;Create a Form,&#8221; you&#8217;ll move right into the form editor. No sign-up is required!</p>



<h4 class="wp-block-heading">Form Setup and Features</h4>



<p>Out of all the Notion form builders I tested, this one was the most difficult editor to use.</p>



<p>When you get oriented, you&#8217;ll realize you only have a small handful of property types including, dropdown, multi-select, email, phone, short and long text, number and that&#8217;s it. I was particularly surprised there was no ability to upload a file or provide URL field types.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="738" src="https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-builder-3-1024x738.png" alt="Chilipepper.io's form builder options" class="wp-image-653" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-builder-3-1024x738.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-builder-3-300x216.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-builder-3-768x553.png 768w, https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-builder-3.png 1283w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>After customizing the form, click Next. On this screen is where you can integrate with Notion and map your properties. Unfortunately, Chilipepper doesn&#8217;t pull in the list of databases that are available. </p>



<p>Instead, you need to get the URL from the target database and manually paste it in which presents an extra step compared to the other tools.</p>



<p>Finally, save your form and it will be available for sharing.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="893" src="https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-integration-1024x893.png" alt="options showing how to connect notion to Chilipepper.io" class="wp-image-711" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-integration-1024x893.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-integration-300x262.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-integration-768x670.png 768w, https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-integration.png 1060w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h4 class="wp-block-heading">Chilipepper.io Pricing</h4>



<p>If there&#8217;s one thing Chilipepper has going for it, it&#8217;s the pricing. As the least expensive option, for $5 a month you will get access to 30 field types (maybe this is where the URL field went?) and removal of the Chilipepper branding.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="924" height="924" src="https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-pricing-1024x1024.png" alt="pricing table for Chilipepper.io app" class="wp-image-696" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-pricing.png 924w, https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-pricing-300x300.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-pricing-150x150.png 150w, https://hellodavelin.com/wp-content/uploads/2022/08/chilipepper-pricing-768x769.png 768w" sizes="auto, (max-width: 924px) 100vw, 924px" /></figure>



<h3 class="wp-block-heading"><a href="http://commotion.page" target="_blank" rel="noreferrer noopener">Commotion.page</a></h3>



<p>Commotion.page was a simple and elegant solution. From the signup to the end result, this was one of the easier form builders. For this review, I only looked at the form feature. Commotion also has the ability to create websites and email with Notion integrated.</p>



<h4 class="wp-block-heading">Signup Process</h4>



<p>Signing up was a quick two-step process. You start by giving your email and password. Then you connect your Notion account to complete the signup.</p>



<h4 class="wp-block-heading">Form Setup and Features</h4>



<p>After you connect your database you&#8217;ll be asked to select the table from your Notion workspace to import. Simple and elegant.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="786" src="https://hellodavelin.com/wp-content/uploads/2022/08/commotion-setup-3-1024x786.png" alt="onboarding for commotion.page app" class="wp-image-655" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/commotion-setup-3-1024x786.png 1024w, https://hellodavelin.com/wp-content/uploads/2022/08/commotion-setup-3-300x230.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/commotion-setup-3-768x590.png 768w, https://hellodavelin.com/wp-content/uploads/2022/08/commotion-setup-3.png 1203w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>After you click <strong>Create Form,</strong> you&#8217;ll be presented with the main editor. On the left is a simple scrollable menu of features with an indication as to what is included in the Free vs Pro tier.</p>



<p>Unlike Notionforms.io, you cannot rearrange your questions with the drag of a mouse. Instead, you have to click the little up and down arrows on the questions to manipulate the positioning.</p>



<p>This is fine if you only have a few questions like in my form test, but as soon as you get past 10 questions this becomes a barrier.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1008" height="924" src="https://hellodavelin.com/wp-content/uploads/2022/08/commotion-builder-3-1024x939.png" alt="dashboard for commotion.page app" class="wp-image-654" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/commotion-builder-3.png 1008w, https://hellodavelin.com/wp-content/uploads/2022/08/commotion-builder-3-300x275.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/commotion-builder-3-768x704.png 768w" sizes="auto, (max-width: 1008px) 100vw, 1008px" /></figure>



<p>Unfortunately, notifications and redirect to another URL after form submission are premium features.</p>



<h4 class="wp-block-heading">Commotion.page Pricing</h4>



<p>The Starter (free) tier and Pro tiers are generous in features. </p>



<p>At $15 per month, you&#8217;ll get the added benefit of customizing the domain for a Notion-powered website and light email capability. This could save you a bit of expense if you&#8217;re looking to launch an indie project that doesn&#8217;t need a full-blown website and email service provider.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="971" height="924" src="https://hellodavelin.com/wp-content/uploads/2022/08/commotion-pricing-1024x974.png" alt="pricing breakdown for commotion.page app" class="wp-image-712" srcset="https://hellodavelin.com/wp-content/uploads/2022/08/commotion-pricing.png 971w, https://hellodavelin.com/wp-content/uploads/2022/08/commotion-pricing-300x285.png 300w, https://hellodavelin.com/wp-content/uploads/2022/08/commotion-pricing-768x731.png 768w" sizes="auto, (max-width: 971px) 100vw, 971px" /></figure>



<p></p>


<ul class="wp-block-kadence-posts kb-posts kadence-posts-list kb-posts-id-626_4b0d5c-9c content-wrap grid-cols kb-posts-style-boxed grid-sm-col-2 grid-lg-col-3 item-image-style-above"><li class="kb-post-list-item">
	<article class="entry content-bg loop-entry post-1826 post type-post status-publish format-standard has-post-thumbnail hentry category-how-to">
				<a aria-hidden="true" tabindex="-1" role="presentation" class="post-thumbnail kadence-thumbnail-ratio-2-3" href="https://hellodavelin.com/how-to-install-chrome-extension-locally" aria-label="how to install chrome extension locally">
			<div class="post-thumbnail-inner">
				<img loading="lazy" decoding="async" width="768" height="512" src="https://hellodavelin.com/wp-content/uploads/2024/11/chrome-browser-featured-image-768x512.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="featured image with chrome browser icon on top of a browser graphic on grey background" srcset="https://hellodavelin.com/wp-content/uploads/2024/11/chrome-browser-featured-image-768x512.jpg 768w, https://hellodavelin.com/wp-content/uploads/2024/11/chrome-browser-featured-image-300x200.jpg 300w, https://hellodavelin.com/wp-content/uploads/2024/11/chrome-browser-featured-image-1024x683.jpg 1024w, https://hellodavelin.com/wp-content/uploads/2024/11/chrome-browser-featured-image.jpg 1200w" sizes="auto, (max-width: 768px) 100vw, 768px" />			</div>
		</a><!-- .post-thumbnail -->
				<div class="entry-content-wrap">
			<header class="entry-header">
		<div class="entry-taxonomies">
		<span class="category-links term-links category-style-normal">
			<a href="https://hellodavelin.com/category/how-to" class="category-link-how-to" rel="tag">How-To</a>		</span>
	</div><!-- .entry-taxonomies -->
	<h2 class="entry-title"><a href="https://hellodavelin.com/how-to-install-chrome-extension-locally" rel="bookmark">how to install chrome extension locally</a></h2>	<div class="entry-meta entry-meta-divider-dot">
	<span class="posted-by"><span class="meta-label">By</span><span class="author vcard"><span class="fn n">david</span></span></span>			<span class="posted-on">
				<time class="entry-date published" datetime="2024-11-30T18:38:16-08:00">November 30, 2024</time><time class="updated" datetime="2024-11-30T18:39:24-08:00">November 30, 2024</time>			</span>
				</div><!-- .entry-meta -->
	</header><!-- .entry-header -->
	<div class="entry-summary">
		<p>With AI coding now, you&#8217;ll find plenty of opportunity to improve your own processes and often this comes in&#8230;</p>
	</div><!-- .entry-summary -->
	<footer class="entry-footer">
			<div class="entry-actions">
			<p class="more-link-wrap">
				<a href="https://hellodavelin.com/how-to-install-chrome-extension-locally" class="post-more-link">
					Read More<span class="screen-reader-text"> how to install chrome extension locally</span><span class="kadence-svg-iconset svg-baseline"><svg aria-hidden="true" class="kadence-svg-icon kadence-arrow-right-alt-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="27" height="28" viewBox="0 0 27 28"><title>Continue</title><path d="M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z"></path>
			</svg></span>				</a>
			</p>
		</div><!-- .entry-actions -->
		</footer><!-- .entry-footer -->		</div>
	</article>
</li>
<li class="kb-post-list-item">
	<article class="entry content-bg loop-entry post-1783 post type-post status-publish format-standard has-post-thumbnail hentry category-ai-writers">
				<a aria-hidden="true" tabindex="-1" role="presentation" class="post-thumbnail kadence-thumbnail-ratio-2-3" href="https://hellodavelin.com/best-ai-writing-software" aria-label="Best AI Writing Software in 2024">
			<div class="post-thumbnail-inner">
				<img loading="lazy" decoding="async" width="768" height="512" src="https://hellodavelin.com/wp-content/uploads/2024/06/best-ai-writer-featured-image-768x512.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="featured image showing a browser and ai writer brand logos" srcset="https://hellodavelin.com/wp-content/uploads/2024/06/best-ai-writer-featured-image-768x512.jpg 768w, https://hellodavelin.com/wp-content/uploads/2024/06/best-ai-writer-featured-image-300x200.jpg 300w, https://hellodavelin.com/wp-content/uploads/2024/06/best-ai-writer-featured-image-1024x683.jpg 1024w, https://hellodavelin.com/wp-content/uploads/2024/06/best-ai-writer-featured-image.jpg 1200w" sizes="auto, (max-width: 768px) 100vw, 768px" />			</div>
		</a><!-- .post-thumbnail -->
				<div class="entry-content-wrap">
			<header class="entry-header">
		<div class="entry-taxonomies">
		<span class="category-links term-links category-style-normal">
			<a href="https://hellodavelin.com/category/ai-writers" class="category-link-ai-writers" rel="tag">AI Writers</a>		</span>
	</div><!-- .entry-taxonomies -->
	<h2 class="entry-title"><a href="https://hellodavelin.com/best-ai-writing-software" rel="bookmark">Best AI Writing Software in 2024</a></h2>	<div class="entry-meta entry-meta-divider-dot">
	<span class="posted-by"><span class="meta-label">By</span><span class="author vcard"><span class="fn n">david</span></span></span>			<span class="posted-on">
				<time class="entry-date published" datetime="2024-06-12T22:16:00-07:00">June 12, 2024</time><time class="updated" datetime="2025-04-20T11:12:57-07:00">April 20, 2025</time>			</span>
				</div><!-- .entry-meta -->
	</header><!-- .entry-header -->
	<div class="entry-summary">
		<p>These days, the demand for high-quality, engaging content has never been greater. As a content creator, you&#8217;re likely always&#8230;</p>
	</div><!-- .entry-summary -->
	<footer class="entry-footer">
			<div class="entry-actions">
			<p class="more-link-wrap">
				<a href="https://hellodavelin.com/best-ai-writing-software" class="post-more-link">
					Read More<span class="screen-reader-text"> Best AI Writing Software in 2024</span><span class="kadence-svg-iconset svg-baseline"><svg aria-hidden="true" class="kadence-svg-icon kadence-arrow-right-alt-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="27" height="28" viewBox="0 0 27 28"><title>Continue</title><path d="M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z"></path>
			</svg></span>				</a>
			</p>
		</div><!-- .entry-actions -->
		</footer><!-- .entry-footer -->		</div>
	</article>
</li>
<li class="kb-post-list-item">
	<article class="entry content-bg loop-entry post-1761 post type-post status-publish format-standard has-post-thumbnail hentry category-ai-writers category-productivity">
				<a aria-hidden="true" tabindex="-1" role="presentation" class="post-thumbnail kadence-thumbnail-ratio-2-3" href="https://hellodavelin.com/highlight-banned-ai-keywords-text" aria-label="Highlight your own custom Ai banned keyword List in Google Docs">
			<div class="post-thumbnail-inner">
				<img loading="lazy" decoding="async" width="768" height="576" src="https://hellodavelin.com/wp-content/uploads/2024/05/regex-in-google-doc-featured-image-768x576.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="Highlight your own custom Ai banned keyword List in Google Docs" srcset="https://hellodavelin.com/wp-content/uploads/2024/05/regex-in-google-doc-featured-image-768x576.jpg 768w, https://hellodavelin.com/wp-content/uploads/2024/05/regex-in-google-doc-featured-image-300x225.jpg 300w, https://hellodavelin.com/wp-content/uploads/2024/05/regex-in-google-doc-featured-image-1024x768.jpg 1024w, https://hellodavelin.com/wp-content/uploads/2024/05/regex-in-google-doc-featured-image.jpg 1200w" sizes="auto, (max-width: 768px) 100vw, 768px" />			</div>
		</a><!-- .post-thumbnail -->
				<div class="entry-content-wrap">
			<header class="entry-header">
		<div class="entry-taxonomies">
		<span class="category-links term-links category-style-normal">
			<a href="https://hellodavelin.com/category/ai-writers" class="category-link-ai-writers" rel="tag">AI Writers</a> | <a href="https://hellodavelin.com/category/productivity" class="category-link-productivity" rel="tag">Productivity</a>		</span>
	</div><!-- .entry-taxonomies -->
	<h2 class="entry-title"><a href="https://hellodavelin.com/highlight-banned-ai-keywords-text" rel="bookmark">Highlight your own custom Ai banned keyword List in Google Docs</a></h2>	<div class="entry-meta entry-meta-divider-dot">
	<span class="posted-by"><span class="meta-label">By</span><span class="author vcard"><span class="fn n">david</span></span></span>			<span class="posted-on">
				<time class="entry-date published" datetime="2024-05-23T13:30:16-07:00">May 23, 2024</time><time class="updated" datetime="2024-09-02T19:41:32-07:00">September 2, 2024</time>			</span>
				</div><!-- .entry-meta -->
	</header><!-- .entry-header -->
	<div class="entry-summary">
		<p>Edit faster by highlighting custom banned ai keywords in Google Docs with these instructions.</p>
	</div><!-- .entry-summary -->
	<footer class="entry-footer">
			<div class="entry-actions">
			<p class="more-link-wrap">
				<a href="https://hellodavelin.com/highlight-banned-ai-keywords-text" class="post-more-link">
					Read More<span class="screen-reader-text"> Highlight your own custom Ai banned keyword List in Google Docs</span><span class="kadence-svg-iconset svg-baseline"><svg aria-hidden="true" class="kadence-svg-icon kadence-arrow-right-alt-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="27" height="28" viewBox="0 0 27 28"><title>Continue</title><path d="M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z"></path>
			</svg></span>				</a>
			</p>
		</div><!-- .entry-actions -->
		</footer><!-- .entry-footer -->		</div>
	</article>
</li>
<li class="kb-post-list-item">
	<article class="entry content-bg loop-entry post-1770 post type-post status-publish format-standard has-post-thumbnail hentry category-how-to">
				<a aria-hidden="true" tabindex="-1" role="presentation" class="post-thumbnail kadence-thumbnail-ratio-2-3" href="https://hellodavelin.com/choose-web-hosting" aria-label="How to Choose a Web hosting service">
			<div class="post-thumbnail-inner">
				<img loading="lazy" decoding="async" width="768" height="512" src="https://hellodavelin.com/wp-content/uploads/2024/06/web-hosting-768x512.png" class="attachment-medium_large size-medium_large wp-post-image" alt="browsing with web hosting icon" srcset="https://hellodavelin.com/wp-content/uploads/2024/06/web-hosting-768x512.png 768w, https://hellodavelin.com/wp-content/uploads/2024/06/web-hosting-300x200.png 300w, https://hellodavelin.com/wp-content/uploads/2024/06/web-hosting-1024x683.png 1024w, https://hellodavelin.com/wp-content/uploads/2024/06/web-hosting.png 1200w" sizes="auto, (max-width: 768px) 100vw, 768px" />			</div>
		</a><!-- .post-thumbnail -->
				<div class="entry-content-wrap">
			<header class="entry-header">
		<div class="entry-taxonomies">
		<span class="category-links term-links category-style-normal">
			<a href="https://hellodavelin.com/category/how-to" class="category-link-how-to" rel="tag">How-To</a>		</span>
	</div><!-- .entry-taxonomies -->
	<h2 class="entry-title"><a href="https://hellodavelin.com/choose-web-hosting" rel="bookmark">How to Choose a Web hosting service</a></h2>	<div class="entry-meta entry-meta-divider-dot">
	<span class="posted-by"><span class="meta-label">By</span><span class="author vcard"><span class="fn n">david</span></span></span>			<span class="posted-on">
				<time class="entry-date published" datetime="2024-01-10T09:58:00-08:00">January 10, 2024</time><time class="updated" datetime="2024-07-15T11:06:01-07:00">July 15, 2024</time>			</span>
				</div><!-- .entry-meta -->
	</header><!-- .entry-header -->
	<div class="entry-summary">
		<p>You&#8217;ve selected a name and have your business plan together. Now it&#8217;s time to get your website online. But&#8230;</p>
	</div><!-- .entry-summary -->
	<footer class="entry-footer">
			<div class="entry-actions">
			<p class="more-link-wrap">
				<a href="https://hellodavelin.com/choose-web-hosting" class="post-more-link">
					Read More<span class="screen-reader-text"> How to Choose a Web hosting service</span><span class="kadence-svg-iconset svg-baseline"><svg aria-hidden="true" class="kadence-svg-icon kadence-arrow-right-alt-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="27" height="28" viewBox="0 0 27 28"><title>Continue</title><path d="M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z"></path>
			</svg></span>				</a>
			</p>
		</div><!-- .entry-actions -->
		</footer><!-- .entry-footer -->		</div>
	</article>
</li>
<li class="kb-post-list-item">
	<article class="entry content-bg loop-entry post-1663 post type-post status-publish format-standard has-post-thumbnail hentry category-how-to">
				<a aria-hidden="true" tabindex="-1" role="presentation" class="post-thumbnail kadence-thumbnail-ratio-2-3" href="https://hellodavelin.com/how-to-use-chat-gpt-for-business" aria-label="7 ways I use Chat GPT for business and work">
			<div class="post-thumbnail-inner">
				<img loading="lazy" decoding="async" width="768" height="576" src="https://hellodavelin.com/wp-content/uploads/2024/01/chatgpt-768x576.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="chat gpt blog feature image" srcset="https://hellodavelin.com/wp-content/uploads/2024/01/chatgpt-768x576.jpg 768w, https://hellodavelin.com/wp-content/uploads/2024/01/chatgpt-300x225.jpg 300w, https://hellodavelin.com/wp-content/uploads/2024/01/chatgpt-1024x768.jpg 1024w, https://hellodavelin.com/wp-content/uploads/2024/01/chatgpt.jpg 1200w" sizes="auto, (max-width: 768px) 100vw, 768px" />			</div>
		</a><!-- .post-thumbnail -->
				<div class="entry-content-wrap">
			<header class="entry-header">
		<div class="entry-taxonomies">
		<span class="category-links term-links category-style-normal">
			<a href="https://hellodavelin.com/category/how-to" class="category-link-how-to" rel="tag">How-To</a>		</span>
	</div><!-- .entry-taxonomies -->
	<h2 class="entry-title"><a href="https://hellodavelin.com/how-to-use-chat-gpt-for-business" rel="bookmark">7 ways I use Chat GPT for business and work</a></h2>	<div class="entry-meta entry-meta-divider-dot">
	<span class="posted-by"><span class="meta-label">By</span><span class="author vcard"><span class="fn n">david</span></span></span>			<span class="posted-on">
				<time class="entry-date published" datetime="2024-01-04T14:16:14-08:00">January 4, 2024</time><time class="updated" datetime="2024-01-04T14:46:56-08:00">January 4, 2024</time>			</span>
				</div><!-- .entry-meta -->
	</header><!-- .entry-header -->
	<div class="entry-summary">
		<p>Learn 7 unique ways to save time at work or improve the efficiency of your online business.</p>
	</div><!-- .entry-summary -->
	<footer class="entry-footer">
			<div class="entry-actions">
			<p class="more-link-wrap">
				<a href="https://hellodavelin.com/how-to-use-chat-gpt-for-business" class="post-more-link">
					Read More<span class="screen-reader-text"> 7 ways I use Chat GPT for business and work</span><span class="kadence-svg-iconset svg-baseline"><svg aria-hidden="true" class="kadence-svg-icon kadence-arrow-right-alt-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="27" height="28" viewBox="0 0 27 28"><title>Continue</title><path d="M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z"></path>
			</svg></span>				</a>
			</p>
		</div><!-- .entry-actions -->
		</footer><!-- .entry-footer -->		</div>
	</article>
</li>
<li class="kb-post-list-item">
	<article class="entry content-bg loop-entry post-1658 post type-post status-publish format-standard has-post-thumbnail hentry category-make-money-online category-how-to">
				<a aria-hidden="true" tabindex="-1" role="presentation" class="post-thumbnail kadence-thumbnail-ratio-2-3" href="https://hellodavelin.com/make-money-from-blogging" aria-label="How to Make Money Blogging in 2024 ($17k Earnings breakdown)">
			<div class="post-thumbnail-inner">
				<img loading="lazy" decoding="async" width="768" height="576" src="https://hellodavelin.com/wp-content/uploads/2024/01/make-money-blogging-768x576.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="a man with bubble graphics over his head, one saying &quot;blog&quot;" srcset="https://hellodavelin.com/wp-content/uploads/2024/01/make-money-blogging-768x576.jpg 768w, https://hellodavelin.com/wp-content/uploads/2024/01/make-money-blogging-300x225.jpg 300w, https://hellodavelin.com/wp-content/uploads/2024/01/make-money-blogging-1024x768.jpg 1024w, https://hellodavelin.com/wp-content/uploads/2024/01/make-money-blogging.jpg 1200w" sizes="auto, (max-width: 768px) 100vw, 768px" />			</div>
		</a><!-- .post-thumbnail -->
				<div class="entry-content-wrap">
			<header class="entry-header">
		<div class="entry-taxonomies">
		<span class="category-links term-links category-style-normal">
			<a href="https://hellodavelin.com/category/make-money-online" class="category-link-make-money-online" rel="tag">Make Money Online</a> | <a href="https://hellodavelin.com/category/how-to" class="category-link-how-to" rel="tag">How-To</a>		</span>
	</div><!-- .entry-taxonomies -->
	<h2 class="entry-title"><a href="https://hellodavelin.com/make-money-from-blogging" rel="bookmark">How to Make Money Blogging in 2024 ($17k Earnings breakdown)</a></h2>	<div class="entry-meta entry-meta-divider-dot">
	<span class="posted-by"><span class="meta-label">By</span><span class="author vcard"><span class="fn n">david</span></span></span>			<span class="posted-on">
				<time class="entry-date published" datetime="2024-01-02T23:16:24-08:00">January 2, 2024</time><time class="updated" datetime="2024-01-13T16:56:57-08:00">January 13, 2024</time>			</span>
				</div><!-- .entry-meta -->
	</header><!-- .entry-header -->
	<div class="entry-summary">
		<p>In 2023, I finished my 3rd blogging course. It finally clicked and I made over $17,000 in 2023. This blog breaks it down.</p>
	</div><!-- .entry-summary -->
	<footer class="entry-footer">
			<div class="entry-actions">
			<p class="more-link-wrap">
				<a href="https://hellodavelin.com/make-money-from-blogging" class="post-more-link">
					Read More<span class="screen-reader-text"> How to Make Money Blogging in 2024 ($17k Earnings breakdown)</span><span class="kadence-svg-iconset svg-baseline"><svg aria-hidden="true" class="kadence-svg-icon kadence-arrow-right-alt-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="27" height="28" viewBox="0 0 27 28"><title>Continue</title><path d="M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z"></path>
			</svg></span>				</a>
			</p>
		</div><!-- .entry-actions -->
		</footer><!-- .entry-footer -->		</div>
	</article>
</li>
</ul></div></div>

</div></div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Simple Note Taking with Notion</title>
		<link>https://hellodavelin.com/note-taking-with-notion</link>
		
		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Wed, 11 May 2022 11:51:36 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">http://hellodavelin.com/?p=9</guid>

					<description><![CDATA[Notion is one of the most feature rich note taking tools on the market. Check out how simple these features are to get started today.]]></description>
										<content:encoded><![CDATA[
<p>Of all the activities I do with Notion, note taking is by far the most popular use case. Whether I&#8217;m in a meeting and need to jot something quickly down or I have an inspiration for an idea, the ability to quickly and properly file notes is what determines whether they get lost in the ether or information that will serve me in the future.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="735" height="490" src="https://hellodavelin.com/wp-content/uploads/2023/01/note-taking-example-in-notion.png" alt="screenshot of notion.so app with an example of notes in their user interface" class="wp-image-1061" srcset="https://hellodavelin.com/wp-content/uploads/2023/01/note-taking-example-in-notion.png 735w, https://hellodavelin.com/wp-content/uploads/2023/01/note-taking-example-in-notion-300x200.png 300w" sizes="auto, (max-width: 735px) 100vw, 735px" /></figure>



<h2 class="wp-block-heading">Headers</h2>



<p>Headers are sometimes called H tags. They tell the search engines how your article is formatted. However, in Notion this block type simply helps me organize ideas into headers similar to google docs. If you copy the Headers into another tool the headers will come with it which could save time if you work between tools and post articles often.</p>



<p>The shortcut for headers is using the pound (#) sign.</p>



<ul class="wp-block-list">
<li>One # sign gives you Header 1</li>



<li>Two # signs give you Header 2</li>



<li>Three # signs give you Header 3</li>
</ul>



<p>Give it a quick <a href="https://www.notion.so/" rel="noopener">try in notion</a> now!</p>



<p></p>



<p></p>



<h2 class="wp-block-heading">Using bullets</h2>



<p>For simple readability, I use a lot of bullets. This forces my eyes and sets up the context for grouping of information. To do this in Notion, we use the <strong>Bullet</strong> block feature or the asterisks as a keyboard shortcut.</p>



<p>As your ideas come to life on the page, you&#8217;ll want to nest bullets within each other to group similar topics together. You can do this simply by pressing <strong>Tab</strong> as you type within Notion.</p>



<p></p>



<h2 class="wp-block-heading">Checkboxes for actions</h2>



<p>Another useful shortcut is the <strong>checkbox</strong> block type. The shortcut for this is two square brackets next to each either without a space like this, []. After you press the space bar after the right bracket, Notion will automatically turn it into a checkbox.</p>



<p>One useful way to use checkboxes are to capture actions after your meetings. Because they have a distinctive look in the tool, they stand out already on their own when skimming notes.</p>



<p></p>



<h2 class="wp-block-heading">Toggle to Hide Distractions</h2>



<p>The <strong>toggle</strong> block type provides a toggle where you can nest any other block type within it. This is useful if you have rough or references notes that you want to hide away so they don&#8217;t distract during the writing process.</p>



<p>You can also use the &gt; shortcut to quickly create a toggle block type.</p>



<p></p>



<p></p>



<h2 class="wp-block-heading">Put It All Together</h2>



<p>Time to get some practice in! You can <a href="https://www.notion.so/signup" target="_blank" rel="noreferrer noopener">sign up to Notion for free</a> today. Try to use Bullets, Toggles, Headers and Checkboxes to give your notes some extra personality and ultimately make it easier to read. Happy notioning!</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 

Served from: hellodavelin.com @ 2026-02-25 20:44:49 by W3 Total Cache
-->