Web Bae
Web Bae
Explore posts from servers
WBWeb Bae
Created by Juan on 3/4/2025 in #❓︱questions
What is the best approach to implement a redesign in an existing webflow site?
Thanks @Uzo Okafor
5 replies
WBWeb Bae
Created by Juan on 3/4/2025 in #❓︱questions
What is the best approach to implement a redesign in an existing webflow site?
That's the way!
5 replies
WBWeb Bae
Created by MundusSineCaesaribus on 2/16/2025 in #❓︱questions
Confused about Hono
@You'reAWizard yea but happy to hop on a call for a few if it helps. Or you can just send me the question and I’ll give you my thoughts async Monthly membership is only $20 which is a lot less than my hourly consulting fee 😉
13 replies
WBWeb Bae
Created by MundusSineCaesaribus on 2/16/2025 in #❓︱questions
Confused about Hono
Happy to offer advice if it can help!
13 replies
WBWeb Bae
Created by MundusSineCaesaribus on 2/16/2025 in #❓︱questions
Confused about Hono
Yea I give monthly 1:1 to Patreon subscribers who request it
13 replies
WBWeb Bae
Created by MundusSineCaesaribus on 2/16/2025 in #❓︱questions
Confused about Hono
Do you think your app will need caching?
13 replies
WBWeb Bae
Created by MundusSineCaesaribus on 2/16/2025 in #❓︱questions
Confused about Hono
Which API are you working with?
13 replies
WBWeb Bae
Created by MundusSineCaesaribus on 2/16/2025 in #❓︱questions
Confused about Hono
I’ve used KV for a simple cache but I don’t really have enough users to need caching. Check out the TTL property for making KV items automatically expire and delete.
13 replies
WBWeb Bae
Created by MundusSineCaesaribus on 2/16/2025 in #❓︱questions
Confused about Hono
I hope that makes sense! I really need to do some content on server side stuff with Cloudflare workers, you’re not the first person to ask about stuff like this
13 replies
WBWeb Bae
Created by MundusSineCaesaribus on 2/16/2025 in #❓︱questions
Confused about Hono
Hey @You'reAWizard - You don’t technically need Hono for this. You could just use the CF Worker to forward its request to the API like you mentioned and then return the result. Basically the CF Worker acts as a place to store your API secret and then forward the request to the API. In that sense, it functions a bit of a middleware of sorts. We need to use it because Webflow doesn’t give us access to a server side environment that is obscured from the client side
13 replies
WBWeb Bae
Created by Kudz on 11/30/2024 in #❓︱questions
How to execute a function after loading multiple libraries
I alwyas use TS on personal projects and larger projects, but JS for everything else.
5 replies
WBWeb Bae
Created by Kudz on 11/30/2024 in #❓︱questions
How to execute a function after loading multiple libraries
TS is great but it can be annoying at times - need a build step (one day this might not be required) - can sometimes create more work to satisfy the type check for complex types. overall though it has helped me learn to write better code, though these days I find myself doing a lot of JS since its just easier for tutorials and writing simple scripts.
5 replies
WBWeb Bae
Created by Kudz on 11/30/2024 in #❓︱questions
How to execute a function after loading multiple libraries
You should be able to delay script execution for CMS Load and Google maps to finish using promises. 1. Load both scripts. 2. Inside the callback for CMS Load renderitems event start setting up your google maps instance.
5 replies
WBWeb Bae
Created by Kudz on 11/30/2024 in #❓︱questions
How to execute a function after loading multiple libraries
Hey @Kudz sorry for the delay here.
5 replies
WBWeb Bae
Created by edan on 12/13/2024 in #❓︱questions
Do I need to know CSS and html for patreon courses?
Feel free to send along any other questions that you might have
3 replies
WBWeb Bae
Created by edan on 12/13/2024 in #❓︱questions
Do I need to know CSS and html for patreon courses?
HI @edan yes it will help. The Javascript and the creative coding courses are deefinitely challenging so it helps to have as much background as possible! I opted to make the courses a little bit more difficult because I do believe that ChatGPT has really made learning basic stuff like primitives and syntax a lot easier! You can always copy/paste my code in to your AI of choice for a more detailed explanation if that helps. The lessons in the creative coding course are designed to help you leverage AI in larger projects! In fact I used chatGPT to help me with the hero animation in that one
3 replies
WBWeb Bae
Created by tomesink on 11/12/2024 in #❓︱questions
Webflow 201: Scroll to anchor animation is not working
@Uzo Okafor thanks for stepping in here. @tomesink apologies for the delay but glad you got it figured out! I never would have thought to tell you to look at the reduced motion setting honestly.
9 replies
WBWeb Bae
Created by thekinglaolu on 11/8/2024 in #❓︱questions
Timeline Journey Animation on Scroll
Thanks @Uzo Okafor - sorry I was away for a few days to get married
5 replies
WBWeb Bae
Created by Lamzo221 on 11/2/2024 in #❓︱questions
Background
Hope that helps!
3 replies
WBWeb Bae
Created by Lamzo221 on 11/2/2024 in #❓︱questions
Background
Hey @Lamzo221 - these design elements can be tricky. I'd probably make sure it was position absolute inside the container element with position relative. You'd want to import the "whole SVG" i.e. an entire blog that's not cut off. The problem with appending it to the top right of the screen is that it will not be responsive, as you noted. So pin it to the top right of the "container" and use a full blob asset, that way for wider screen it look eamless
3 replies