<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Young Dutch Design &#187; Google</title>
	<atom:link href="http://youngdutchdesign.com/tag/google/feed" rel="self" type="application/rss+xml" />
	<link>http://youngdutchdesign.com</link>
	<description>Young Dutch Design is a new platform for young designers with frequently new added postings about productdesign, webdesign and other related subjects.</description>
	<lastBuildDate>Tue, 14 Jun 2011 20:25:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mootools 1.2 cvMultipleGooglemaps class</title>
		<link>http://youngdutchdesign.com/mootools-12-cvmultiplegooglemaps-class</link>
		<comments>http://youngdutchdesign.com/mootools-12-cvmultiplegooglemaps-class#comments</comments>
		<pubDate>Wed, 04 Mar 2009 08:07:29 +0000</pubDate>
		<dc:creator>Crispijn</dc:creator>
				<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GoogleMaps]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[XML / XHTML]]></category>

		<guid isPermaLink="false">http://youngdutchdesign.com/?p=624</guid>
		<description><![CDATA[For a new application I&#8217;m writing for my new blog I was trying to create several Google Maps on one page. I haven&#8217;t found any solution for this issue on the Internet so now I post this Mootools class for the people who found this very interesting. You can add several functions to the class [...]]]></description>
			<content:encoded><![CDATA[<p>For a new application I&#8217;m writing for my new blog I was trying to create several Google Maps on one page. I haven&#8217;t found any solution for this issue on the Internet so now I post this Mootools class for the people who found this very interesting. You can add several functions to the class to make them even more useful.</p>
<p>This class is works with Firefox, Safari, Chrome, Opera but <strong>not yet</strong> with Internet Explorer&#8230;<br />
<img class="alignnone size-full wp-image-673" title="multiple_gm" src="http://youngdutchdesign.com/wp-content/uploads/2009/03/multiple_gm.jpg" alt="multiple_gm" width="400" height="189" /></p>
<p><a class="example_but demo" href="http://youngdutchdesign.com/examples/cvmultiplegooglemaps.php">See the demo</a> <a class="example_but download" href="http://youngdutchdesign.com/examples/js/cvMultipleGooglemaps.js">Download file</a></p>
<p><span id="more-624"></span></p>
<h2>The html</h2>
<p>The indicator for the maps is the id tag in the div element. This works just as usual. Every id has to be unique.</p>
<pre class="html"></pre>
<h2>The css</h2>
<p>There is no css required. I use this css to align them nicely. You also can add an animated loading gif. In this case you should give the class also an height and a width.</p>
<pre class="css">.googlemaps {	float: left;	margin: 0px 10px 10px 0px;	border: 1px #CCC solid;	}</pre>
<h2>The usage</h2>
<p>Inplement the folowing rule into your head. Make sure you put these lines between the javascript tags and you have a valid key for your Google Maps usage.</p>
<pre class="javascript">window.addEvent('domready', function() {	var maps = new GoogleMaps({		map_prev_width: 300,		map_prev_height: 200		//change this options to your own preference	});});</pre>
]]></content:encoded>
			<wfw:commentRss>http://youngdutchdesign.com/mootools-12-cvmultiplegooglemaps-class/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
