Skip to content

Tag: javascript

Generate dynamic KML and load it with Maps API

Hi all i have task to create monitoring of 200 ip addresses and for each of this ip we have location latitude/longitude. Now for the monitoring purpose i have perl script runing which pings all 200hosts and update their status in MySql database. Now i want to display these 200 locations on google maps and cha…

Connect Four Questions

I am trying to learn how to code by looking a solutions for previous codes and finding out what each part is doing to learn how to use them. I want to become a developer but I do not want to copy and paste everything , I want to actually know what is happening so I can code this myself.

Access json data from external file

I am trying to load/read data from a local json file using JQuery/Javascript. Everything I have tried so far is throwing me CORS policy error. I don’t know how to resolve this. Json file – How to get this running? Answer You should run your project on the web server, in this case, you can do this:…