
- 0 Posts
- 4 Comments
- webcam_stalker@lemmy.worldtoAsk Lemmy@lemmy.world•Best free text HTML, CSS, PHP courses?2·4 days ago
- webcam_stalker@lemmy.worldtoAsk Lemmy@lemmy.world•Best free text HTML, CSS, PHP courses?2·4 days ago
but kinda want to make my own in the end.
for sure. the workflow i would suggest is:
- read / study references
- deploy a theme you like, poke at it and play with it
- try to rebuild it from scratch using current knowledge. copy/paste not allowed
- consult reference materials for parts you get hung up on
- repeat until functional
- polish and stylize
it’s how i did it when i was a kid; but again, this may be an archaic approach compared to modern standards
- webcam_stalker@lemmy.worldtoAsk Lemmy@lemmy.world•Best free text HTML, CSS, PHP courses?0·8 days ago
it’s been a long while since i’ve messed around with any of it seriously, so forgive me for being outdated 😅 but i remember enjoying the stucture of the
for Dummiesbooksas for themes, i remember buying a few from creative-tim.com for various projects after dissecting their free ones
- webcam_stalker@lemmy.worldtoAsk Lemmy@lemmy.world•Best free text HTML, CSS, PHP courses?2·8 days ago
not being facetious, but check your local library; anna’s too, if the selection is sparse

edit: also, something that helped me understand the foundations/mechanics of html/php/css was taking
free bootstrap themes, reading the source code, and then trying to rebuild them using my own code