this post was submitted on 17 May 2025
5 points (85.7% liked)

Linux

1961 readers
13 users here now

Everything about Linux

RULES

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/30254912

cross-posted from: https://lemmy.ml/post/30254042

cross-posted from: https://lemmy.ml/post/30253906

cross-posted from: https://lemmy.ml/post/30253851

cross-posted from: https://lemmy.ml/post/30253477

To admit frankly, l am a non technical person who would be tinkering with the task of creating a full fledged website for a travel company. For me, it's going to be a fun activity. There are a lot of nerds out here who can help me with their expertise. Many thanks to you all😊😊😊

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 15 hours ago* (last edited 15 hours ago) (2 children)

I'd start with picking a programming language and framework. Preferrably something with good tutorials or a nice book from the library that teaches you webdesign and programming in a hands-on way. I think Python is good for beginners. I wouldn't kearn something like PHP these days. But there are a lot of options to pick from.

[–] [email protected] 2 points 15 hours ago (1 children)

Yes, it's web design and programming as you say. I need to make it dynamic so that changes in the main website can be done conveniently.

[–] [email protected] 1 points 12 hours ago* (last edited 11 hours ago)

I think I might have given bad advice. Maybe take someone else's advice, or give some more details about what you're trying to achieve... "Dynamic" is a big word. And a regular Content Management System can do dynamic content as well. That might come without any programming. And depending on the content, you can design it more easily with some built in editor.

[–] [email protected] 2 points 15 hours ago (1 children)

You mean, to create a basic website, you start with python ?

[–] [email protected] 1 points 12 hours ago

Sure, I think I made a few to many assumptions about the "dynamic" part... Maybe a content management system will do, and no programming.