MelonLand Forum

World Wide Web => ✁ ∙ Web Crafting => Topic started by: morrysillusion on July 23, 2022, 11:19:06 pm

Title: Beginner's webmaking mistakes - things you wish you knew?
Post by: morrysillusion on July 23, 2022, 11:19:06 pm
nooot sure if this topic exists in some form, but i was thinking about this as some random people i follow elsewhere try to dive into website making. and i see a lot of things people are doing that is making them struggle a lot, things that i did too. of course the journey to website making and learning it all yourself is quite a journey, and not exactly a smooth one! and i dont regret where i got. but i do wish i stopped myself from making some mistakes that hindered my progress quite a lot lol. getting ahead of myself, being overly confident and thinking "nah, i dont need to learn this" only to circle back and learn it because without it my website was a broken mess...

what are things you wish you were able to tell yourself earlier on to d:ha:not to do? what mistakes did you make, and inform others to consider when making a website?

my advice to myself and others is: dont use a site template if you seriously know nothing of setting up a webpage... no matter how easy it is made to use- if you dont know html or whatever, youre probably going to break it, and when you do, you wont have any clue why or how to fix it lol... i tried to use templates after doing some insanely basic html but didnt get css and all the settings. any attempt to customize it past colors broke it, and i didnt know why! and when i asked for help i didnt know enough to really understand the potential solutions i was being offered either.

i think templates are great actually but, boy is it good to know some stuff if you want to do anything more wish them. its been much more beneficial to understand at least some of it, so that i can fix the errors or at the very least pin down where i went wrong.
Title: Re: Beginner's webmaking mistakes - things you wish you knew?
Post by: TheFrugalGamer on July 24, 2022, 05:09:21 am
Totally agree about the site template! I've spent more time trying to untangle someone else's spaghetti code than it would have taken to make my own version from scratch in the past!

This can apply to programming in general as well as webmastering, but I wish I had understood that it's okay to not reinvent the wheel, and you don't have to have everything memorized in order to be good at making webpages. Copying and pasting is a perfectly ok way to learn and make things work, and having to search how to do things is not bad at all. Half the time, in fact, just knowing enough to be able to properly phrase your questions makes you more proficient than most folks who don't know anything about coding.

I realize that opinion may be a bit controversial, since there are all sorts of opinions people have about stealing code, but they do say that we learn first by imitation. I have a sentence or two on my About Site page about looking at my code. Feel free to copy mine and use it to learn!
Title: Re: Beginner's webmaking mistakes - things you wish you knew?
Post by: morrysillusion on July 25, 2022, 01:27:32 am
very much agree with your addition! its funny because after i learned by error in trying to use themes i had no understanding in reding, i went off on my own and im glad for that. but in some ways i fell into the error you describe to- i wanted to do *everything* from scratch now and decided i would not give into copy/pasting other people's bits of code.

but youre very right i think- you shouldnt get caught in the idea that everything you make needs to be 100% unique and new. so much code out there is the same thing and if you see something interesting theres no harm in grabbing it to take a look and use it. but truly, after learning what things meant its made my journey far easier. i can go use themes and understand generall how they work, i can look at other people's codes and see what they do and actually kinda understand it. thats the important part more than anything, knowing the general idea so you can explore further even if it means googling things randomly when you dont know how to do them.
Title: Re: Beginner's webmaking mistakes - things you wish you knew?
Post by: Pepyogurt on July 27, 2022, 11:21:47 pm
This isn't a mistake I made (cuz I have Amazing Foresight (that is a joke)), but something I would tell newer webmasters, especially with art-based sites, is to have consistent file naming conventions. This makes it soooo much easier to find things within your own site.

To further explain what I mean by this: I've made it one of my objectives to make sure every file name on my site that usually has a space instead have dashes (so 'one two three. html' becomes 'one-two-three.html':wink:. Really cuts out on second-guessing whether or not a file used spaces, dashes, underscores, or whatever in the file name.

Adding a keyword to a file/folder name helps too. For an example, if I have a bunch of related folders, it might help to add a keyword that unites them all so they get sorted alphabetically together (so instead of having 'blinkies' '88x31' and 'stamps', you'd have 'img-blinkes' 'img-88x31' and 'img-stamps':wink:. If you don't care about alphabetical sorting, adding a keyword to the end of a filename to associate different files works too (like 'artwork.png' and 'artwork-icon.png':wink:

Maybe what I'm saying is just basic webmastery, but I feel that just naming your files willy-nilly is a pitfall some new webmasters could fall into.
Title: Re: Beginner's webmaking mistakes - things you wish you knew?
Post by: PurpleHello98 on August 16, 2022, 12:17:11 am
Backgrounds are good and too much white space is not. My first Web site from a few years ago didn't have any special background, just white, and had way too much white space, making it hard to read and just plain ugly.
Title: Re: Beginner's webmaking mistakes - things you wish you knew?
Post by: Gans on December 02, 2022, 07:23:06 am
Beginners hurdle (not so much a mistake): Tapping around in the dark for not having enough clues about the possibilities of HTML.

Light up a torch instead. For me, this was an old book being humbly called "HTML 4", costing 3 Euros. I've read through all the tags, that were described there and that got some ideas going. Things I never imagined the HTML overlords have put into the specifications!