This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Oakland Crimespotting</title> | |
| <script src="http://mbostock.github.com/protovis/protovis-r3.2.js" type="text/javascript"></script> | |
| <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> | |
| <script type="text/javascript" src="oakland.js"></script> | |
| <style type="text/css"> | |
| html { height: 100% } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //JSON.stringify an associative array using the Array object --> does not work | |
| var array1 = new Array(); | |
| array1['a'] = { x : 1, y : 2 }; | |
| console.log(array1); | |
| //outputs : [ a: { x: 1, y: 2 } ] | |
| console.log(JSON.stringify(array1)); | |
| //outputs : [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Förslag på adresser: | |
| http://www.posten.se/_layouts/Posten/NordicWeb/pgm/Suggest.ashx?maxResults=10&country=se&search=waernsgatan&showNumbers=true&streetOnly=false | |
| Leta upp stad på postnummer: | |
| http://www.posten.se/_layouts/Posten/NordicWeb/pgm/PostalCodeLookup.ashx?country=se&postalcode=41670 |