Home Entrance Wiki Search Login Register

Welcome, Guest. Please login or register.
March 22, 2023, 03:42:10 am - @154.28
Forum activity rating: Four Star Posts: 91/24hrs Unread Topics | Unread Replies | Own Posts | Own Topics | Recent Posts
News: :ha: Check out the new FONTS!!! :ha:

+  MelonLand Forum
|-+  World Wide Web
| |-+  ✁ ∙ Web Crafting
| | |-+  Beginner's webmaking mistakes - things you wish you knew?


« previous next »
Pages: [1] Print
Author Topic: Beginner's webmaking mistakes - things you wish you knew?  (Read 755 times)
morrysillusion
Newbie ⚓︎
*
Posts: 29



View Profile WWW

Joined 2022!
« 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.
Logged

TheFrugalGamer
Full Member ⚓︎
***
Posts: 175


Itch.io: My Games

View Profile WWW

Joined 2022!
« Reply #1 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!
Logged

morrysillusion
Newbie ⚓︎
*
Posts: 29



View Profile WWW

Joined 2022!
« Reply #2 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.
Logged

Pepyogurt
Newbie ⚓︎
*
Posts: 33


Käse, käse, wo ist die käse?

StatusCafe: pepyo
Matrix: Chat!

View Profile WWW

Joined 2022!
« Reply #3 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.
Logged

PurpleHello98
Newbie ⚓︎
*
Posts: 22


SpaceHey: Friend Me!

View Profile WWW

Joined 2022!
« Reply #4 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.
Logged

Hey, I'm Lizzie! Check out my Web site here!
Gans
Jr. Member
**
Posts: 91



View Profile WWW

€100 IRC InvestmentJoined 2022!
« Reply #5 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!
Logged
debleb
Full Member ⚓︎
***
Posts: 148


He/him, scaley little dragon


View Profile WWW

High Speed Ozwomp!Joined 2022!
« Reply #6 on: March 14, 2023, 01:12:09 pm »

saying it’s fine, i can fix it later. about your messy code/unorganised pages/randomly named images. by the time it gets bad enough for you to want to fix it chances are the only cure is going to be building your entire site again from the ground up!

trust me, i know this one from experience…  :drat:
Logged

"I would have thought you to be above something so banal as despair. Am I mistaken?"
Cele
Full Member ⚓︎
***
Posts: 180


any way the wind blows

iMood: jaffaprincess

View Profile WWW

Joined 2022!
« Reply #7 on: March 15, 2023, 09:55:30 am »

Put the navigation in an iframe so if you want to add a new link to it, you don't have to edit 30 pages to get it to appear everywhere on the site *head in hands*
Logged

/home/user/
Hero Member ⚓︎
*****
Posts: 673


Your friendly neighborhood directory

StatusCafe: sprinkles

View Profile WWW

666 Posts >:DJoined 2022!
« Reply #8 on: March 15, 2023, 10:18:43 am »

Put the navigation in an iframe so if you want to add a new link to it, you don't have to edit 30 pages to get it to appear everywhere on the site *head in hands*

On the other hand, older browsers won't work with iframes. :( I still do my navigation statically per site, but I only have like five "hub sites" which every other site just linking back to its hub, so changes in navigation are easy.

My first web making mistake was not using external CSS and instead putting all styling in the document itself - simply because I thought it'd be easier since every document had its own style to an extent. Turns out that there was more in common than I thought, and changing it around on each page was a terrible, terrible experience; just import the stylesheet and then override the specifics!

Oh, and scope is a big one. Keep your scope small, otherwise it's going to feel like you're just filling out what you "need" for a minimum viable product instead of adding new things.
Logged


Pages: [1] Print 
« previous next »
 

Vaguely similar topics! (3)

How to use a forum?! - A guide for those who have forgotten/never knew!

Started by MelooonBoard ⛄︎ ∙ Forum Discussion

Replies: 1
Views: 2022
Last post February 05, 2022, 10:02:10 pm
by Icelogist
Things you've overheard?

Started by DoctorScreechBoard ☕︎ ∙ Fun & Forum Games

Replies: 1
Views: 871
Last post December 06, 2021, 08:59:06 am
by xandra
Tiny things, a topic for tiny things

Started by MelooonBoard ☺︎ ∙ Chat & General Interests

Replies: 16
Views: 2545
Last post May 21, 2022, 07:08:39 am
by CooperationIsKey

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021, Simple Machines | SMFPacks Super Quote Forum Guide | Rules | RSS | WAP2


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery!