<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Joe Kueser&#039;s Blog</title>
	<atom:link href="http://joe.kueser.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joe.kueser.com</link>
	<description>Another Geek Finding His Place on the Web</description>
	<lastBuildDate>Tue, 31 Aug 2010 10:03:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Pan and Zoom to Include All Markers in Google Maps v3 by Vsevolog</title>
		<link>http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/comment-page-1/#comment-176</link>
		<dc:creator>Vsevolog</dc:creator>
		<pubDate>Tue, 31 Aug 2010 10:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/#comment-176</guid>
		<description>Thanks, this is exactly what I need!</description>
		<content:encoded><![CDATA[<p>Thanks, this is exactly what I need!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pan and Zoom to Include All Markers in Google Maps v3 by Jakob</title>
		<link>http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/comment-page-1/#comment-175</link>
		<dc:creator>Jakob</dc:creator>
		<pubDate>Sun, 20 Jun 2010 00:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/#comment-175</guid>
		<description>Ok, I found the solution (at least for my case; maybe you can take advantage of it as well):

Every time I wanted to call bounds.extend() I did this:
bounds = map.getBounds();
bounds.extend(point);
map.fitBounds(bounds);

But map.getBounds() retrieves an object containing the bounds of the viewing area, not of the markers. So you never should call map.getBounds but work with a separate bounds-object which was only in &quot;contact&quot; with the coordinates of the markers.

Hope, you understand what I mean ;)</description>
		<content:encoded><![CDATA[<p>Ok, I found the solution (at least for my case; maybe you can take advantage of it as well):</p>
<p>Every time I wanted to call bounds.extend() I did this:<br />
bounds = map.getBounds();<br />
bounds.extend(point);<br />
map.fitBounds(bounds);</p>
<p>But map.getBounds() retrieves an object containing the bounds of the viewing area, not of the markers. So you never should call map.getBounds but work with a separate bounds-object which was only in &#8220;contact&#8221; with the coordinates of the markers.</p>
<p>Hope, you understand what I mean <img src='http://joe.kueser.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pan and Zoom to Include All Markers in Google Maps v3 by Jakob</title>
		<link>http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/comment-page-1/#comment-174</link>
		<dc:creator>Jakob</dc:creator>
		<pubDate>Sun, 20 Jun 2010 00:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/#comment-174</guid>
		<description>Hey dude, thanks for sharing that with us! Unfortunately I got the same problem with the zoom out... actually, every time I call the function it seems to zoom out a bit more until I&#039;ve reached a world-wide view... well, I&#039;ll tell if I find a way...</description>
		<content:encoded><![CDATA[<p>Hey dude, thanks for sharing that with us! Unfortunately I got the same problem with the zoom out&#8230; actually, every time I call the function it seems to zoom out a bit more until I&#8217;ve reached a world-wide view&#8230; well, I&#8217;ll tell if I find a way&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pan and Zoom to Include All Markers in Google Maps v3 by Joe Kueser</title>
		<link>http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/comment-page-1/#comment-173</link>
		<dc:creator>Joe Kueser</dc:creator>
		<pubDate>Tue, 25 May 2010 18:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/#comment-173</guid>
		<description>Yeah, I&#039;ve noticed that too.  I haven&#039;t tried it yet, but I think you can get around this by either setting the initial zoom way in, as it seems to zoom out OK.  If you get something working, please let me know, I&#039;ll be fixing that bug in my code &quot;soon&quot;.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ve noticed that too.  I haven&#8217;t tried it yet, but I think you can get around this by either setting the initial zoom way in, as it seems to zoom out OK.  If you get something working, please let me know, I&#8217;ll be fixing that bug in my code &#8220;soon&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pan and Zoom to Include All Markers in Google Maps v3 by Dripple</title>
		<link>http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/comment-page-1/#comment-172</link>
		<dc:creator>Dripple</dc:creator>
		<pubDate>Tue, 25 May 2010 17:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/#comment-172</guid>
		<description>Thank, does partially the trick... Does not zoom in though...</description>
		<content:encoded><![CDATA[<p>Thank, does partially the trick&#8230; Does not zoom in though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pan and Zoom to Include All Markers in Google Maps v3 by Joe Kueser</title>
		<link>http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/comment-page-1/#comment-170</link>
		<dc:creator>Joe Kueser</dc:creator>
		<pubDate>Thu, 29 Apr 2010 10:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/#comment-170</guid>
		<description>Glad to help.  It&#039;s not perfect (it sometimes seems to zoom out too far) but seems to work.</description>
		<content:encoded><![CDATA[<p>Glad to help.  It&#8217;s not perfect (it sometimes seems to zoom out too far) but seems to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pan and Zoom to Include All Markers in Google Maps v3 by Santa</title>
		<link>http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/comment-page-1/#comment-169</link>
		<dc:creator>Santa</dc:creator>
		<pubDate>Thu, 29 Apr 2010 03:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://joe.kueser.com/2010/03/17/pan-and-zoom-to-include-all-markers-in-google-maps-v3/#comment-169</guid>
		<description>Works great. 
I spent 2 days looking for how to do this with v3. Thank you for saving me the time to dig through the API doc</description>
		<content:encoded><![CDATA[<p>Works great.<br />
I spent 2 days looking for how to do this with v3. Thank you for saving me the time to dig through the API doc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I Will Wait To Buy My iPad&#8230;Maybe by Joe Kueser</title>
		<link>http://joe.kueser.com/2010/01/28/why-i-will-wait-to-buy-my-ipad-maybe/comment-page-1/#comment-133</link>
		<dc:creator>Joe Kueser</dc:creator>
		<pubDate>Fri, 29 Jan 2010 02:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://joe.kueser.com/2010/01/28/why-i-will-wait-to-buy-my-ipad-maybe/#comment-133</guid>
		<description>Yeah, I caught that too.  But they certainly didn&#039;t tell us how to hook it to a projector.</description>
		<content:encoded><![CDATA[<p>Yeah, I caught that too.  But they certainly didn&#8217;t tell us how to hook it to a projector.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I Will Wait To Buy My iPad&#8230;Maybe by Sam Jones</title>
		<link>http://joe.kueser.com/2010/01/28/why-i-will-wait-to-buy-my-ipad-maybe/comment-page-1/#comment-132</link>
		<dc:creator>Sam Jones</dc:creator>
		<pubDate>Thu, 28 Jan 2010 21:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://joe.kueser.com/2010/01/28/why-i-will-wait-to-buy-my-ipad-maybe/#comment-132</guid>
		<description>Didn&#039;t they say during the presentation that it was easy to plug into a projector? I thought that was one of the selling points.

My biggest hiccup with it is that it doesn&#039;t support multitasking -- I think this device NEEDS to be a bit more computer and a bit less iPhone if it&#039;s going to really take off.</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t they say during the presentation that it was easy to plug into a projector? I thought that was one of the selling points.</p>
<p>My biggest hiccup with it is that it doesn&#8217;t support multitasking &#8212; I think this device NEEDS to be a bit more computer and a bit less iPhone if it&#8217;s going to really take off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Books-A-Million, You&#8217;re Dead To Me!  Dead! by Joe Kueser</title>
		<link>http://joe.kueser.com/2009/12/28/books-a-million-youre-dead-to-me-dead/comment-page-1/#comment-130</link>
		<dc:creator>Joe Kueser</dc:creator>
		<pubDate>Sat, 16 Jan 2010 13:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://joe.kueser.com/2009/12/28/books-a-million-youre-dead-to-me-dead/#comment-130</guid>
		<description>I appreciate your opinion, &quot;Banker&quot;, but not being called stupid.  A little irresponsible, sure, but certainly not stupid.

I don&#039;t know how things are in Amsterdam, but here in the U.S. &quot;brick and mortar&quot; stores are struggling to compete against the online stores.  They absolutely cannot compete in price, but can win over customers with good, personal customer service.  People are watching their wallets more than ever, but if we can have a pleasant face-to-face experience, and leave with merchandise in hand, we&#039;re willing to shop at our local stores to support our local economy.  Take out the pleasant experience, and the local stores lose.

If a retailer has good reason to believe that someone is trying to pull something over on them, then sure, they should give them a polite brush-off.  If, however, there&#039;s even a slight chance that the customer is just caught in a bad situation, the retailer needs to bend over backwards to make sure that the customer is satisfied, receipt or not.  In my particular case, exchanging two books that were obviously brand-new, without a wrinkle or bend, for two books that are the same price, the retailer should exchange them without any hassle.  Instead, they got me angry enough that I won&#039;t be going back.  This may seem petty, but why support a store that makes you feel this way?</description>
		<content:encoded><![CDATA[<p>I appreciate your opinion, &#8220;Banker&#8221;, but not being called stupid.  A little irresponsible, sure, but certainly not stupid.</p>
<p>I don&#8217;t know how things are in Amsterdam, but here in the U.S. &#8220;brick and mortar&#8221; stores are struggling to compete against the online stores.  They absolutely cannot compete in price, but can win over customers with good, personal customer service.  People are watching their wallets more than ever, but if we can have a pleasant face-to-face experience, and leave with merchandise in hand, we&#8217;re willing to shop at our local stores to support our local economy.  Take out the pleasant experience, and the local stores lose.</p>
<p>If a retailer has good reason to believe that someone is trying to pull something over on them, then sure, they should give them a polite brush-off.  If, however, there&#8217;s even a slight chance that the customer is just caught in a bad situation, the retailer needs to bend over backwards to make sure that the customer is satisfied, receipt or not.  In my particular case, exchanging two books that were obviously brand-new, without a wrinkle or bend, for two books that are the same price, the retailer should exchange them without any hassle.  Instead, they got me angry enough that I won&#8217;t be going back.  This may seem petty, but why support a store that makes you feel this way?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
