Live data from Hacker News

Ask HN: 87yr old yoga teacher asked me to manage her website. Where to start?

news.ycombinator.com

1–10 of 48 posts

Ask HN: 87yr old yoga teacher asked me to manage her website. Where to start?

#1
Hi HN, I've been helping a truly wonderful lady with basic computer and YouTube tasks. That's evolved into her wanting me to take over website updates/management from the current person, who will not be doing it after a couple months.

All I know is that: "it's currently edited using Macromedia Dreamweaver from 2004 and then the process entails fusing file transfer protocol to upload to the server host (webhero). The software and OS cannot be upgraded on my old laptop which has Dreamweaver'

What is the easiest way to get this transferred or independent from a mid 2000s laptop?

On a scale of 1-10 of general technical ability, I'm a 3.

Thanks a ton

http://julierussell.org/

Re: Ask HN: 87yr old yoga teacher asked me to manage her website. Where to start?

#3
The easiest way is probably to ignore the laptop, use a web spidering tool to download all of the content, and upload it to a no-code HTML tool like maybe wix.com (which I haven't actually used) and make changes using that.

A second option might be to ignore the laptop, use a web spidering tool, and then manually edit the HTML. That would not be very fun.

If this is an actual business, yoga studio websites these days all seem to integrate with other services like mindbodyonline.com to allow reservations etc.

Re: Ask HN: 87yr old yoga teacher asked me to manage her website. Where to start?

#4
Copy paste everything to s3/cloudfront or cloudflare pages. Almost free hosting going forward.

Once you have the folder of code locally, use cursor or ChatGPT to guide you towards making the changes you need.

Use git or learn to use git to safely make bigger changes and learn your way around code. I’d recommend adding tailwind to the mix and slowly integrating as you change or build new things.

Have fun! That’s how a lot of us got into this career path

Re: Ask HN: 87yr old yoga teacher asked me to manage her website. Where to start?

#5
post #3

The easiest way is probably to ignore the laptop, use a web spidering tool to download all of the content, and upload it to a no-code HTML tool like maybe wix.com (which I haven't actually used) and make changes using that. A second option might be to ignore the laptop, use a web spidering tool, and then manually edit the HTML. That would not be very fun. If this is an actual business, yoga studio websites these days…

I second this. The days of running your website are over, except for hobbyists. Most people are much better served by spending a few dollars to get access to a high quality tool for managing your site.

Re: Ask HN: 87yr old yoga teacher asked me to manage her website. Where to start?

#6
how much media is involved, really?

backing up a laptop is something any competent tech can do for you.. make sure you get copies of media assets, like PNG or JPG. It is possible that you will have to abandon DreamWeaver in the near future, so you have to prepare for that.

In some ways this is simply a documentation task. You can copy the text from each page in an organized way, completely without DreamWeaver.. using the web browser and your favorite editor.

Re: Ask HN: 87yr old yoga teacher asked me to manage her website. Where to start?

#7
If it were me, I’d just rebuild the site manually on something like Squarespace (or maybe Shopify) by copying-and-pasting the text and downloading/uploading any images you want to keep. I didn’t see any interactive features in my brief browsing of the site, but if there are any, it would influence my choice of which service to use.

The hardest part technically seems like it will be transferring the domain name.

Post reply on HN