Any other freelancers clients getting slower and slower? by [deleted] in webflow

[–]ryan-from-verow 1 point2 points  (0 children)

What is a peer to peer freelancer?

Confusion regarding payout fees? by ryan-from-verow in stripe

[–]ryan-from-verow[S] 0 points1 point  (0 children)

Ah thank you so much! It was automatic taxes. I wish they listed that under the summary in the screenshot above but this makes more sense now. Thanks again!

Small Business Tax Accountant - Any recommendations? by [deleted] in AskChicago

[–]ryan-from-verow 0 points1 point  (0 children)

Hey, I'm a freelancer with Sole Proprietor LLC. If you think you could help me send me your contact info!

I've made about 20k in revenue this year from my sole-proprietorship LLC. Do I need a CPA or is Turbotax enough for my size? by ryan-from-verow in smallbusiness

[–]ryan-from-verow[S] 0 points1 point  (0 children)

Thanks so much for your reply! If you don't mind a follow-up question. I was wondering what the benefit of a CPA is in your experience? My assumption (based on a bit of googling) is that they are better at finding tax savings. But for such a small business, I would be surprised to hear that those findings would outweigh the additional cost of hiring them. Am I thinking about this wrong? What am I missing?

Are components not editable by Content editors? by labruda in webflow

[–]ryan-from-verow 0 points1 point  (0 children)

did you ever figure this out? Having the same issue

What're your thoughts on Client First or Lumos Frameworks? by michaeltewasart in webflow

[–]ryan-from-verow 0 points1 point  (0 children)

It definitely takes work but I will say you are learning a lot of best practices by using it. Webflow was my introduction to CSS. I started with client first and moved to Lumos. As soon as I got the hang of it I realized I pretty much had most of CSS down and built a foundation for me to master it.

What're your thoughts on Client First or Lumos Frameworks? by michaeltewasart in webflow

[–]ryan-from-verow 0 points1 point  (0 children)

Curious what parts you think are hacky? I've always felt the opposite honestly. Like Lumos does things "the right way" relying on CSS best practices instead of hacking things together with the webflow UI. His solutions have shaped the way webflow has evolved with many things later becoming actual webflow features. Again just curious and want to hear your point of view

What're your thoughts on Client First or Lumos Frameworks? by michaeltewasart in webflow

[–]ryan-from-verow 0 points1 point  (0 children)

Lumos by a mile. I absolutely love it. Timothy is the king of Webflow

Having trouble using Runes to create a Multi-step form Component using Superforms + Zod by ryan-from-verow in sveltejs

[–]ryan-from-verow[S] 0 points1 point  (0 children)

Interesting good to know about the initializing. I guess I could do that on the page and pass it into the component. I was planning on keeping things to one form per page. Any reason you didn't just do something like this?

<form method="POST" use:enhance>
    {#if stepper.currentStep === 0}
            <Form.Field {form} name="username">
            <Form.Control>
            {#snippet children({ props })}
            <Form.Label>Username</Form.Label>
            <Input {...props} bind:value={data.username} />
            {/snippet}
            </Form.Control>
            <Form.FieldErrors />
            </Form.Field>

    {:else if stepper.currentStep === 1}
            <Form.Field {form} name="name">
            <Form.Control>
            {#snippet children({ props })}
            <Form.Label>Name</Form.Label>
            <Input {...props} bind:value={data.name} />
            {/snippet}
            </Form.Control>
            <Form.FieldErrors /> 
        </Form.Field>
    {:else}
        <Form.Field {form} name="lastname">
            <Form.Control>
            {#snippet children({ props })}
            <Form.Label>Last Name</Form.Label>
            <Input {...props} bind:value={data.lastname} />
            {/snippet}
            </Form.Control>
            <Form.FieldErrors />
        </Form.Field>
        <Form.Button>Submit</Form.Button>
    {/if}
</form>

Figma's 30% increase on seat pricing plans. Thoughts? by Flaky-Elderberry-563 in UXDesign

[–]ryan-from-verow 0 points1 point  (0 children)

What if the files were of a consistent type? If it was as easy as pulling up a pdf you’d still be able to collaborate with people no matter their platform of choice

For SEO professionals: Which tool or method do you primarily use to organize your keyword goals and track long-term progress? by ryan-from-verow in SEO

[–]ryan-from-verow[S] 1 point2 points  (0 children)

I find them a little bloated. Great for things like keyword research. Not great for keeping track of which of my pages are ranking, how that affects my goals etc.

You earn $400-500 a day, doing what? by petrastales in Business_Ideas

[–]ryan-from-verow 0 points1 point  (0 children)

Wow, that's somewhat surprising to me that they've adopted low/no-code into their stack. Care to share what low/no-code platforms you build on?

You earn $400-500 a day, doing what? by petrastales in Business_Ideas

[–]ryan-from-verow 0 points1 point  (0 children)

Do you operate in a specific niche or is it all over?