summaryrefslogtreecommitdiff
path: root/published/Webmonkey/Monkey_Bites/2007/06.04.07/Mon/ezmaps.txt
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-05-04 15:48:55 -0500
committerluxagraf <sng@luxagraf.net>2019-05-04 15:48:55 -0500
commit79fafe2f44f5e31522dd93013950474342bfdfb0 (patch)
treebc9ccf5b4eadeebf3a2f86b21f9b382edfa41735 /published/Webmonkey/Monkey_Bites/2007/06.04.07/Mon/ezmaps.txt
parent62167091560c908db0613bcb35ff9ae8292f5961 (diff)
archived all the stuff from freelancing for wired
Diffstat (limited to 'published/Webmonkey/Monkey_Bites/2007/06.04.07/Mon/ezmaps.txt')
-rw-r--r--published/Webmonkey/Monkey_Bites/2007/06.04.07/Mon/ezmaps.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/published/Webmonkey/Monkey_Bites/2007/06.04.07/Mon/ezmaps.txt b/published/Webmonkey/Monkey_Bites/2007/06.04.07/Mon/ezmaps.txt
deleted file mode 100644
index df31174..0000000
--- a/published/Webmonkey/Monkey_Bites/2007/06.04.07/Mon/ezmaps.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Last week saw the introduction of a host of new mapping tools and features from a number of companies gathered at the [Where 2.0 conference][1]. However, for many users even the basics of adding a Google map to their site can be a serious headache, fortunately there's an easier way -- [GMapEZ][2].
-
-As one who abhors curly braces, the Javascript necessary to add Google Maps to my site is not only confusing, but quite challenging -- the Google Maps API is robust, but the flip side of that full-featured goodness is a lot of additional complexity.
-
-Somewhere between beating my head against the wall and abandoning all hope, I stumbled across GMapEZ, a small Javascript library that makes adding a Google map to your site a simple as writing a few lines of HTML.
-
-GMapEZ is a Javascript routine that parses some specially formated HTML and then handles converting that information into a Google map complete with markers, controls and a number of other options.
-
-GMapEZ doesn't handle the entire Google Maps API, but for the basics of adding markers and showing a location, I don't know of an easier option.
-
-The script is the brain child of Chris Houser and is available for free, licensed under the GNU General Public License. Houser even provides a cut-and-paste link to the file on his server, though I went ahead and copied it over to my own since, where I come from, hot-linking is frowned upon.
-
-Note that you'll still need to have a Google Maps API key, but otherwise, even your mom could embed maps with GMapEZ.
-
-[1]: http://blog.wired.com/monkeybites/where20/index.html "Compiler Where 2.0 coverage"
-[2]: http://n01se.net/chouser/gmapez/ "GMapEZ: Google Maps the easy way." \ No newline at end of file