Web Development
HTML/CSS/JS/PHP: I'm learning these the hard way and I figure I ought to share
The last time I did any web development was at the turn of the millennium, when tables and mouse-over GIFs were all the rage. So when I decided I should build a new site for myself, I knew there would be some learning for me to do... but holy cow, it was a lot.
(Although PHP hasn't really changed since then, lol)
I almost feel obligated to share what I've learned so far, and maybe help others make their own spaces on the web as well.
-
Fri, 20 Sep 2024
Treating an HTMLCollection Like an Array
It's too bad the JavaScript HTMLCollection doesn't already have all the cool Array methods built in, but this is the next best thing
-
Fri, 1 Mar 2024
Blocking Webcrawlers That Don't Read Your robots.txt File
I just dealt with an obnoxious webcrawler situation on this very site, by modifying the .htaccess file
