|
Melooon
Hero Member ⚓︎
So many stars!
⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: melon
iMood:
Itch.io: My Games
...
|
|
« Reply #1 on: April 19, 2023 @749.25 » |
|
The best way to learn is to start with small projects that force you to push yourself - For example, my first JavaScript project was this, and I really struggled with it even though it's super simple - I did a bunch of small JS projects like that and after about 4 months I was able to make GifyPet which in turn allowed me to make the whole Ozwomp Game engine a few years later. So you start very small and work your way up! It can also be really helpful to study other people's code (particularly if its slightly ahead of where you are, but not too complex) - try and figure out how they think and solve problems - maybe even try and reconstruct their code to do something slightly differently (e.g. take a name generator and use it to generate random sentences or something) ALSO, I realised after typing this that you meant code, as in HTML, not Javascript But the same still applies, start with simple pages, design them from the ground up, add in some CSS, study other sites, repeat and build your way up! My first hand-coded site in 2011 was a white page with some centerd text and a few images - a year later (and a few month os studying webdesign in college) I worked on this as a group project in college, which directly lead to all my sites now. Overall its just really important to remember you have to start small and work up; you cant skip to being an expert - but whatever point your at its great and you should be happy with it, but also be excited to try and outdo yourself too!
|
|
« Last Edit: April 19, 2023 @750.69 by Melooon »
|
Logged
|
everything lost will be recovered, when you drift into the arms of the undiscovered
|
|
|
|
|
Mayflower
Casual Poster ⚓︎
I slay all day
⛺︎ My Room
iMood:
|
|
« Reply #4 on: April 19, 2023 @880.74 » |
|
My Method to learning HTML and CSS was to just throw stuff at the wall and see what looks good, and what doesnt! Its an absolute mess yes but it helped me hugely with learning what you can and cant do. For example I remember implementing the credit card check for "premium" in php! Most of it was code i found online to regex the card number and see if its following a real card pattern if all the checks pass you get to witness body{background-color: gray;}
in all its glory, if not you get a silly little response telling you which part didnt validate! But even before that, I experimented with a """Banning""" System where clicking a button would get you """banned""" when all it did was add a cookie that got check on site launch. If it was present it redirected you to the steam "Help ive been vac banned" page which was a fun little project to figure out! So just be silly and do some small projects of whatever comes to mind! And if you need help you can always ask other people for ideas
|
|
|
Logged
|
Im so ⦜⠱⸣⼭❌ⶳ℟♯◃❤⑬⇤⌂⤞Ⲯ⸚⃠⎳⎞⮌⥣ⱨ
|
|
|
|
|
Memory
Guest
|
|
« Reply #7 on: April 19, 2023 @949.28 » |
|
I used freecodecamp to learn Html and CSS.
It's easy as instead of jibber-jabbing for 15 hours on how to code they actually tell you (in a written text) how to do something and then let you do it for yourself in a interactive learning thingy.
It's easier to learn when you're actually doing the stuff you want to learn and not some useless stuff.
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|
|