Sample code
GEO microformat markup added
Submitted by wholemap on Mon, 2007-05-14 22:14. Maps | Sample code | Tutorial | Web programmingI've added GEO microformat codes to a bunch of the pages here at Wholemap (as well as to my photoblog entries). The various Firefox extensions that I have seem to recognize them, but to be quite honest, I'm not sure really how anyone will use them just yet... are there search engines that recognize them? More information about Microformats in general is available here
HTML example for part 3 of the Mapstraction tutorial
Submitted by wholemap on Thu, 2006-10-05 18:12. Maps | Sample code | Tutorial | Web programming<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
// As described in the third tutorial at http://www.wholemap.com/blog/mapstraction-tutorial3
// and available online at http://www.wholemap.com/map/zMapstraction-demo2-yahoo.html
<head>
HTML example for part 2 of the Simple Mapstraction tutorial
Submitted by wholemap on Sat, 2006-09-23 00:30. Maps | Sample code | Tutorial | Web programming<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
// As described in the second tutorial at http://www.wholemap.com/blog/mapstraction-tutorial2
// and available online at http://www.wholemap.com/map/zMapstraction-demo2.html
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
HTML example for the Simple Mapstraction tutorial
Submitted by wholemap on Thu, 2006-09-21 19:49. Maps | Sample code | Tutorial | Web programming<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
// As described at http://www.wholemap.com/blog/mapstraction-tutorial
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Mapstraction Demo</title>
// We'll start out using Google
<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAA...-OUw" type="text/javascript"></script>





