2019/02/11, second day in a row

Back to the web! rss feed

Today I updated a Wordpress site I'm in charge of. Simple stuff. The only issue was changing the latitude and longitude data for the Google maps API that for some reason still refused to work. I checked my API key but nothing worked. The site is in fact not so much a Wordpress site as it is a standard static site to which a Wordpress blog was connected. Since the blog was not updated, I removed the links to only display the static part. There is still plenty of PHP code all over the place and I'm planning to renew the design as a single page site and remove all the extra scripts that don't add much value.

I also updated the emacs lisp template. There was a but in the file output code. Sometimes the code would output the whole buffer (including the elisp code itself), save it to the template location for that day and would thus move the whole code buffer to that file... I think I fixed that. I'm going to try to create original CSS for every new day too. To fix the code, I tried to use edebug. I was able to see the position at which the code occured but the message was too cryptic to pinpoint the exact issue. It ended up being a parameter to write-region that was supposed to be a string but was not...

The hardest has yet to come...

I'll resume freeCodeCamp tomorrow. In fact I'm going to start over. It shouldn't take too long to reach the point I was when I quit in mid-December. I can't work much more than 1 hour each day though. Basic notions have been acquired more than 20 years ago. I don't need to worry about that. But I need to take notes and practice all the new concepts and techniques.