If you change css or js files on a live webserver, change the versions. Symptoms: css not taking effect or when you look at the css in the browser the changes are not there. Work-around: Do a <ctrl> – <F5> or a <ctrl>-<shift> – <F5> to force a hard refresh on browser https://css-tricks.com/strategies-for-cache-busting-css/
Getting XML from NOAA in javascript/jquery
Looking into using one of those “api”. However, the NOAA provides – well, free data in XML format. So, next project will be to use something to call every so many hours – store it and then figure out a way to tabulate. Could be a fun way to use python pandas. Some important notes datatype – this is a […]