musings about how I learnt programming
learning html from a pretty old book from my local library was the first time I wrote something a computer could understand and it was pretty cool
I learnt Javascript a bit later but I didn't really care about learning the cool stuff (and the books only covered really simple stuff, naturally, they were old programming books for kids), so it took me quite a while to actually get into programming
(cont) musings about how I learnt programming
by "released" I mean I put it on my website at the time, which was hosted on arcor's free hosting space. It sucked because it always inserted ads into the header. I had a few Javascript games, one of which was a hangman game I was pretty proud of, that broke because of that because I actually iterated over the images of the page in-order, so more images (= the ads) before them messed up my offset. I ended up measuring the offset on load.
(cont) musings about how I learnt programming
Sadly, that website is down by now, I probably have the files still. I should check them out sometimes, see if they still work on my new computer. Before Arcor I used freenet's free webhosting which was honestly a dream, since it had no ads and unlimited traffic. Those were the days. I hope my dad has backups of my extremely basic first website :D