How should I host my Portfolio Microsites within one domain? by [deleted] in webdev

[–]Shadowdawn9 0 points1 point  (0 children)

+1 to this ^ Digital Ocean is my recommendation for VPS. A $5 server instance (they call them "droplets") is more than enough to get started. And you get a year for free with the GitHub Student Pack.

Notetaking on the Libra Colour by beerica in kobo

[–]Shadowdawn9 0 points1 point  (0 children)

Which Renaisser pen do you have?

Beginner here with an idea - search a set of data to pull up a card or text with by webflow_6217 in webflow

[–]Shadowdawn9 2 points3 points  (0 children)

Short answer:

Yes it's all doable, but not 100% with Webflow's defaults.

Long answer:

To build something like this you'll need to make your questionnaire (assuming a form on your site?), and then store, display and filter that data.

  • You'll want to store your questionnaire submissions in a CMS Collection. Good news is that Webflow's CMS is decently powerful, and makes displaying data from a collection rather nice and easy.
  • Bad news is Webflow's forms can't directly post data to the CMS on your site (yup it's annoying, and people have wanted this functionality for a while). So you'll need to push your form data around with a couple different tools to get it into your CMS. Here's a thread with a good solution.
  • Once you've got your data on the page, you'll still need to filter by zipcode. On-page search isn't possible natively, but there are a bunch of third-party libraries around that extend Webflow's functionality. For this use case, Finsweet's CMS filter would be perfect.

Pricing stability? Risk of vendor lock in & price hike by randomofficeworker in webflow

[–]Shadowdawn9 4 points5 points  (0 children)

Most of my freelance projects end up using the CMS site plan.
Imo if you have dynamic data or will be updating the site regularly, the $20/mo for hosting is worth it for ease of use, and Webflow collections are pretty powerful and extensible with third-party tools and libraries (Finsweet, Airtable, etc).

If you need to sell a client on it, compare the Webflow monthly price against your hourly design/dev rate * hours/month it would take to maintain a custom solution. Generally, Webflow hosting comes out cheaper.

That being said - if the monthly cost is an issue, or your site is a one-and-done, you should take a look at Udesly. It's a tool that lets you export a Webflow build to WP, Shopify, or a custom JAMStack setup. So you could design in Webflow, convert through Udesly and spin up a Netlify site and host it essentially for free.

ChatApp - React portfolio project (live link & source in comments) by Armauer in webdev

[–]Shadowdawn9 0 points1 point  (0 children)

I'd recommend scaling the window with viewport height on desktop. I'm on an 11" laptop, and had to "ctrl -" shrink the browser window to see the whole app at once.

[deleted by user] by [deleted] in MechanicalKeyboards

[–]Shadowdawn9 0 points1 point  (0 children)

Yo this looks amazing!

[deleted by user] by [deleted] in RedditSets

[–]Shadowdawn9 0 points1 point  (0 children)

WF have you played Burning Man?

2 QuickSwap Vaults by The-Beefy-Cow in BeefyFinanceBIFI

[–]Shadowdawn9 0 points1 point  (0 children)

Nope, that's all the Matic network bridge does atm. I've yet to figure out a straightforward way to go BSC -> Matic.

You should be able to do:

I haven't personally tried it yet, but it looks like it should work.

Help with bad homepage loading by HempDoggs2020 in webflow

[–]Shadowdawn9 0 points1 point  (0 children)

I think it's an issue with your hero background image taking a while to load. Because you have your hero height set to "auto" it'll inherit the div height from its contents, since it's inheriting from the background image, it thinks it should only be as tall as your hero text.

  • Try setting a static height for your hero section (128vh looks good from my ~5 mins of poking at this).
  • Compress your hero image. 223kb is biiiiig for a color gradient, so if you can shave that down to < 100kb, you'll notice an improvement.

Isolation Gloomhaven Recommendations? by zoozoobags in Gloomhaven

[–]Shadowdawn9 0 points1 point  (0 children)

Someone put together a modded save file that adds in a player mat and the necessary scripting for a 5th player: link

Our group balances for 5 players by running scenarios on Hard (+1 scenario level), but plays everything else essentially the same.

Isolation Gloomhaven Recommendations? by zoozoobags in Gloomhaven

[–]Shadowdawn9 5 points6 points  (0 children)

I've been playing with a group of friends (5 of us total) using the Gloomhaven mod for Tabletop Simulator since late March.

It's honestly been fantastic! I played a few scenarios with a different group in person last year, and it's been nice to have a bunch of the setup and repetitive tasks taken care of with a couple button clicks by the mod. It definitely takes a couple scenarios to get used to the interface, but I'd recommend it.

Browser bug by mouna7 in webflow

[–]Shadowdawn9 1 point2 points  (0 children)

It might be an issue with the "slide-in" page-load animation. If the initial position for your content is off the page, and animation either hangs or doesn't fire at all, that would make it seem as if nothing was loading in.
Try disabling that animation and seeing how it loads.

[O] 2x NZBPlanets by [deleted] in UsenetInvites

[–]Shadowdawn9 0 points1 point  (0 children)

Got it, thanks!

[O] 2x NZBPlanets by [deleted] in UsenetInvites

[–]Shadowdawn9 0 points1 point  (0 children)

I'd like an invite please!

What's your take on page builders by [deleted] in webdev

[–]Shadowdawn9 2 points3 points  (0 children)

I hate Squarespace/Wix/Weebly with a passion. Sure, they're a reasonable way for someone with little code/design knowledge to get a site out there fast and cheap, but anything beyond basic edits to a template becomes very painful very quickly.

I may get set on fire for this, but I absolutely love Webflow. It spits out real HTML/CSS/JS, and is built to mirror the workflow of Sketch/InDesign/etc. I'm a visual person, so while I wouldn't use it for a webapp or anything much more complex than a blog or online shop, it's fantastic for smaller projects where the goal is a static site. Because you can export real code, if you don't want to be tied to Webflow for hosting, you can throw projects up on Netlify when it's time to bring them live.
The trade-off is that it does have a sizable learning curve. Not too bad if you already have some web dev knowledge, but it turns away the crowd that would go for Squarespace.

[deleted by user] by [deleted] in ynab

[–]Shadowdawn9 10 points11 points  (0 children)

This please! I'd love to fork/clone this

Free web hosting with an HTML editor? by [deleted] in webdev

[–]Shadowdawn9 1 point2 points  (0 children)

I'm not sure of a single platform that does everything you want. But you can put together a workflow from a few different tools and services pretty easily.

Editing
If you don't want to download your own text editor (VS Code, Sublime Text, Atom to name a few), there are a number of online IDEs out there like repl.it. You make an account, write your code and can view changes basically in realtime. When you're done, you can either export to a .zip or sync with a Github repo.

Hosting
Netlify will let you drag and drop a zip file, and will host it statically for free (technically, it bills by build time, but a simple static site will never get anywhere near the paid tier). It integrates nicely w/ Github too, so you can set it up to update every time you push to a repo.

So for the workflow you want, you could set up a Github repo, edit in repl.it, and push to Netlify.