<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:series="http://unfoldingneurons.com/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for In usability we trust</title>
	
	<link>http://www.svennerberg.com</link>
	<description>A blog about web developement and usability.</description>
	<lastBuildDate>Thu, 11 Mar 2010 11:02:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/InUsabilityWeTrust/Comments" /><feedburner:info uri="inusabilitywetrust/comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Google Maps API 3 – The basics by GIO</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/fqKsr0ydGYM/</link>
		<dc:creator>GIO</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-12915</guid>
		<description>Hi,
I have anything problem a display the map in the my page.
I resolved with 
code:

I use the attribute tag position:relative,  and width-height a specific value width:480px; height:465px is not  width:40%

A other problem is the property option of the function Map()
is visible:boolean, both  you can use setVisible(visible:boolean) after call th function Map()</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have anything problem a display the map in the my page.<br />
I resolved with<br />
code:</p>
<p>I use the attribute tag position:relative,  and width-height a specific value width:480px; height:465px is not  width:40%</p>
<p>A other problem is the property option of the function Map()<br />
is visible:boolean, both  you can use setVisible(visible:boolean) after call th function Map()</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/fqKsr0ydGYM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-12915</feedburner:origLink></item>
	<item>
		<title>Comment on Creating a Submenu in Wordpress by Andrew</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/WwBhWSoIMKw/</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 10 Mar 2010 23:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1633#comment-12892</guid>
		<description>Like many others, you're help saved the day and I really appreciate you taking the time to share the knowledge!

Cheers!</description>
		<content:encoded><![CDATA[<p>Like many others, you&#8217;re help saved the day and I really appreciate you taking the time to share the knowledge!</p>
<p>Cheers!</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/WwBhWSoIMKw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/comment-page-1/#comment-12892</feedburner:origLink></item>
	<item>
		<title>Comment on Announcing MapTooltip by den</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/7Imr5vDfZX0/</link>
		<dc:creator>den</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1695#comment-12772</guid>
		<description>Hi,
I am glad to find this tooltip.
But I have the same problem as No.5.
It works for simple polygon. but I count not work out with polygon array.
I am looking forword to hearing any advice.  
Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am glad to find this tooltip.<br />
But I have the same problem as No.5.<br />
It works for simple polygon. but I count not work out with polygon array.<br />
I am looking forword to hearing any advice.<br />
Thank you.</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/7Imr5vDfZX0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/03/announcing-maptooltip/comment-page-1/#comment-12772</feedburner:origLink></item>
	<item>
		<title>Comment on The use of buttons in web forms by John Horloges</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/CoVdyvxuHGQ/</link>
		<dc:creator>John Horloges</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=327#comment-12738</guid>
		<description>Interesting article. Personally I always prefer to put the `ok` button on the left side. It feels the most natural that way. Maybe it has something to do with the fact that we read from left to the right that makes it the most convenient that way.  

This way we don´t have to read the cancel button first, which saves some time. And we all know that time is the essence on a webpage. It´s just a theory however. 

Putting the preferred action in bold is a good tip from you. Keeping it simple for the visitor is key and makes it a little bit easier to choose.  Thanks for that tip. 

Greetings, John</description>
		<content:encoded><![CDATA[<p>Interesting article. Personally I always prefer to put the `ok` button on the left side. It feels the most natural that way. Maybe it has something to do with the fact that we read from left to the right that makes it the most convenient that way.  </p>
<p>This way we don´t have to read the cancel button first, which saves some time. And we all know that time is the essence on a webpage. It´s just a theory however. </p>
<p>Putting the preferred action in bold is a good tip from you. Keeping it simple for the visitor is key and makes it a little bit easier to choose.  Thanks for that tip. </p>
<p>Greetings, John</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/CoVdyvxuHGQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2008/09/the-use-of-buttons-in-web-forms/comment-page-1/#comment-12738</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps API 3 – Map settings by Craig Payne</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/vX3vc6oIL8U/</link>
		<dc:creator>Craig Payne</dc:creator>
		<pubDate>Fri, 05 Mar 2010 14:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2004#comment-12670</guid>
		<description>Hi,

Thanks for the tutorial. I am thinking of using v3 for Paragliding Map in the near future to provide better support for iPhone/Android users.

Craig</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the tutorial. I am thinking of using v3 for Paragliding Map in the near future to provide better support for iPhone/Android users.</p>
<p>Craig</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/vX3vc6oIL8U" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/06/google-maps-api-3-map-settings/comment-page-1/#comment-12670</feedburner:origLink></item>
	<item>
		<title>Comment on Handling Large Amounts of Markers in Google Maps by Cemal</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/Vb1l6N8PI9A/</link>
		<dc:creator>Cemal</dc:creator>
		<pubDate>Tue, 02 Mar 2010 09:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=933#comment-12564</guid>
		<description>Great article! Thanks.</description>
		<content:encoded><![CDATA[<p>Great article! Thanks.</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/Vb1l6N8PI9A" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/comment-page-2/#comment-12564</feedburner:origLink></item>
	<item>
		<title>Comment on A Project Guide to UX Design [Book review] by Gabriel Svennerberg</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/f2n-_Ej8cfU/</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2449#comment-12554</guid>
		<description>&lt;strong&gt;&lt;em&gt;Russ:&lt;/em&gt;&lt;/strong&gt; You're welcome! Thanks for an excellent book! I really enjoyed reading it!</description>
		<content:encoded><![CDATA[<p><strong><em>Russ:</em></strong> You&#8217;re welcome! Thanks for an excellent book! I really enjoyed reading it!</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/f2n-_Ej8cfU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2010/03/a-project-guide-to-ux-design-book-review/comment-page-1/#comment-12554</feedburner:origLink></item>
	<item>
		<title>Comment on A Project Guide to UX Design [Book review] by Russ</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/hMJtAWecpCM/</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2449#comment-12553</guid>
		<description>Hey Gabriel!

Thanks so much for the review of the book--we're really happy that you enjoyed it!</description>
		<content:encoded><![CDATA[<p>Hey Gabriel!</p>
<p>Thanks so much for the review of the book&#8211;we&#8217;re really happy that you enjoyed it!</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/hMJtAWecpCM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2010/03/a-project-guide-to-ux-design-book-review/comment-page-1/#comment-12553</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps Api 3 – InfoWindows by Gabriel Svennerberg</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/e0vK8AcdJYw/</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Sat, 27 Feb 2010 11:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2208#comment-12512</guid>
		<description>&lt;strong&gt;&lt;em&gt;Dad00:&lt;/em&gt;&lt;/strong&gt; No there's currently no tabbed InfoWindows in API 3. There are however different ways of implementing 3d party tabs in an InfoWindow. Check out &lt;a href="http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/268b788093a3fbac/e9b9fa8531922126?lnk=gst&amp;q=tabbed#e9b9fa8531922126" rel="nofollow"&gt;this discussion&lt;/a&gt; in the Google Maps JavaScript API v3 group.

&lt;strong&gt;&lt;em&gt;Jason:&lt;/em&gt;&lt;/strong&gt; There's no onClose event to my knowledge. I think you are right there are definitely cases where an onClose event would be called for.</description>
		<content:encoded><![CDATA[<p><strong><em>Dad00:</em></strong> No there&#8217;s currently no tabbed InfoWindows in <acronym title="Application Programming Interface">API</acronym> 3. There are however different ways of implementing 3d party tabs in an InfoWindow. Check out <a href="http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/268b788093a3fbac/e9b9fa8531922126?lnk=gst&#038;q=tabbed#e9b9fa8531922126" rel="nofollow">this discussion</a> in the Google Maps JavaScript <acronym title="Application Programming Interface">API</acronym> v3 group.</p>
<p><strong><em>Jason:</em></strong> There&#8217;s no onClose event to my knowledge. I think you are right there are definitely cases where an onClose event would be called for.</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/e0vK8AcdJYw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/09/google-maps-api-3-infowindows/comment-page-1/#comment-12512</feedburner:origLink></item>
	<item>
		<title>Comment on Imagemap rollover by Gabriel Svennerberg</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/1ULRdJsIo5g/</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Sat, 27 Feb 2010 11:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=148#comment-12511</guid>
		<description>&lt;strong&gt;&lt;em&gt;Kyle:&lt;/em&gt;&lt;/strong&gt; Sorry for being so extremely slow to answer your question but I have now made a &lt;a href="http://www.svennerberg.com/examples/imagemap_rollover/index_jquery_fade.html" rel="nofollow"&gt;new example with a fade effect&lt;/a&gt; when the layers are shown and hidden. This way the transition isn't so abrupt.</description>
		<content:encoded><![CDATA[<p><strong><em>Kyle:</em></strong> Sorry for being so extremely slow to answer your question but I have now made a <a href="http://www.svennerberg.com/examples/imagemap_rollover/index_jquery_fade.html" rel="nofollow">new example with a fade effect</a> when the layers are shown and hidden. This way the transition isn&#8217;t so abrupt.</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/1ULRdJsIo5g" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2008/09/imagemap-rollover/comment-page-1/#comment-12511</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps Api 3 – InfoWindows by Jason</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/UKCXdtx4Khg/</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 24 Feb 2010 19:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2208#comment-12434</guid>
		<description>Does the v3 InfoWindow not have some sort of 'onClose event'?  I'm aware of the 'closeclick' event but I want to trigger a function whenever the infowindow is closed by any means (clicking the x or programatically).</description>
		<content:encoded><![CDATA[<p>Does the v3 InfoWindow not have some sort of &#8216;onClose event&#8217;?  I&#8217;m aware of the &#8216;closeclick&#8217; event but I want to trigger a function whenever the infowindow is closed by any means (clicking the x or programatically).</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/UKCXdtx4Khg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/09/google-maps-api-3-infowindows/comment-page-1/#comment-12434</feedburner:origLink></item>
	<item>
		<title>Comment on Basic operations with markers in Google Maps by Gabriel Svennerberg</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/6PfwZec74X8/</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1088#comment-12431</guid>
		<description>&lt;strong&gt;&lt;em&gt;Paul:&lt;/em&gt;&lt;/strong&gt;  You could probably just use a regular marker but replace the marker icon with your sticker. Then in the click event, instead of opening an infoWindow, redirect the browser to the desired url.

To change the icon use the &lt;code&gt;setIcon()&lt;/code&gt; method of the marker.

&lt;pre&gt;marker.setImage('path/to/your/image.png');&lt;/pre&gt;

And to redirect to a different url write:

&lt;pre&gt;
GEvent.addListener(marker, "click", function() {  
    window.location.href = 'your/url/';
});
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p><strong><em>Paul:</em></strong>  You could probably just use a regular marker but replace the marker icon with your sticker. Then in the click event, instead of opening an infoWindow, redirect the browser to the desired url.</p>
<p>To change the icon use the <code>setIcon()</code> method of the marker.</p>
<pre>marker.setImage('path/to/your/image.png');</pre>
<p>And to redirect to a different url write:</p>
<pre>
GEvent.addListener(marker, "click", function() {
    window.location.href = 'your/url/';
});
</pre>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/6PfwZec74X8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2008/12/basic-operations-with-markers-in-google-maps/comment-page-1/#comment-12431</feedburner:origLink></item>
	<item>
		<title>Comment on Basic operations with markers in Google Maps by Paul</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/z5Ug4Al1DO8/</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1088#comment-12427</guid>
		<description>Hi Gabriel
Thank you for this simple tutorial.
Is there a way to display a sticker on the map with a link?  For example I want to display country or region names that when clicked go to a different url.
Paul</description>
		<content:encoded><![CDATA[<p>Hi Gabriel<br />
Thank you for this simple tutorial.<br />
Is there a way to display a sticker on the map with a link?  For example I want to display country or region names that when clicked go to a different url.<br />
Paul</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/z5Ug4Al1DO8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2008/12/basic-operations-with-markers-in-google-maps/comment-page-1/#comment-12427</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps Api 3 – InfoWindows by Dad00</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/egUHbiVVb5o/</link>
		<dc:creator>Dad00</dc:creator>
		<pubDate>Mon, 22 Feb 2010 19:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2208#comment-12360</guid>
		<description>Does API V3 will let us to use tabbed infowindows ? I really need this !</description>
		<content:encoded><![CDATA[<p>Does <acronym title="Application Programming Interface">API</acronym> V3 will let us to use tabbed infowindows ? I really need this !</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/egUHbiVVb5o" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/09/google-maps-api-3-infowindows/comment-page-1/#comment-12360</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps Api 3 – InfoWindows by Dick</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/GrRtp9jpFaY/</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Sun, 21 Feb 2010 22:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2208#comment-12345</guid>
		<description>Hello again,

I tried to link an information window to a polygon in the same manner as for a marker, but failed. Can you see here http://liftstol.se/test.htm what I'm doing wrong?

Thank you in advance!

// Dick</description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>I tried to link an information window to a polygon in the same manner as for a marker, but failed. Can you see here <a href="http://liftstol.se/test.htm" rel="nofollow">http://liftstol.se/test.htm</a> what I&#8217;m doing wrong?</p>
<p>Thank you in advance!</p>
<p>// Dick</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/GrRtp9jpFaY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/09/google-maps-api-3-infowindows/comment-page-1/#comment-12345</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps Api 3 – InfoWindows by Teo Maragakis</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/7uI6NzL3WSo/</link>
		<dc:creator>Teo Maragakis</dc:creator>
		<pubDate>Sun, 21 Feb 2010 19:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2208#comment-12341</guid>
		<description>Hwy man, I am trying to do the thing you said but I cannot :( Could you make the following comments code that would work?

function markerselect(id) {

map.panTo(markers[id].position);

// if tempinfowindow exists close it or whatever
// if it does not exist make it have the contents of infowindows[id]

tempinfowindow.open(map, markers[id]);
}

Thanks in advanced :)</description>
		<content:encoded><![CDATA[<p>Hwy man, I am trying to do the thing you said but I cannot <img src='http://www.svennerberg.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Could you make the following comments code that would work?</p>
<p>function markerselect(id) {</p>
<p>map.panTo(markers[id].position);</p>
<p>// if tempinfowindow exists close it or whatever<br />
// if it does not exist make it have the contents of infowindows[id]</p>
<p>tempinfowindow.open(map, markers[id]);<br />
}</p>
<p>Thanks in advanced <img src='http://www.svennerberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/7uI6NzL3WSo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/09/google-maps-api-3-infowindows/comment-page-1/#comment-12341</feedburner:origLink></item>
	<item>
		<title>Comment on Handling Large Amounts of Markers in Google Maps by Google Maps » Blog Archive » Duuużo markerów – MarkerManager</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/EVrtvRMtP5E/</link>
		<dc:creator>Google Maps » Blog Archive » Duuużo markerów – MarkerManager</dc:creator>
		<pubDate>Sat, 20 Feb 2010 16:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=933#comment-12311</guid>
		<description>[...] Tekst na podstawie własnych doświadczeń oraz art. "Handling Large Amounts of Markers in Google Maps" [...]</description>
		<content:encoded><![CDATA[<p>[...] Tekst na podstawie własnych doświadczeń oraz art. &quot;Handling Large Amounts of Markers in Google Maps&quot; [...]</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/EVrtvRMtP5E" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/comment-page-2/#comment-12311</feedburner:origLink></item>
	<item>
		<title>Comment on Page Load Times vs Conversion Rates by 影响网站转化率的10大误区 « Magic in The Air</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/RCQFgQDylTY/</link>
		<dc:creator>影响网站转化率的10大误区 « Magic in The Air</dc:creator>
		<pubDate>Fri, 19 Feb 2010 02:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1133#comment-12280</guid>
		<description>[...] 　　……  图：你以为红框中的下载按钮是这个软件的下载链接就大错特错了，但很多人真的会误点，我也小白过误点过    图：性诱导和虚假界面同时出现在一个网页上，这种情况其实非常普遍，每天都有大量很傻很天真的网友上当 　　这些诱导都会引诱我们采取行动，以实现诱导所期望的目的。诱导大肆泛滥，其存在一定有合理性，甚至已经成为一些网站的生存之道。但是，我相信看到这篇文章的站长们，都是安心本分的做事业的，也不是CCAV去河蟹的对象，因此我们要避免采用这类诱导。 　　显然，一般我们都不会主动采用这类诱导方法，原因跟误区二一样，网友们不仅不喜欢被骗，而且他们情绪急躁容易恼怒。点击之后如果没有得到他们想要的（比如说没有看到裸体或者广告的窗口没有关闭反而打开一个新的页面），他们肯定会气愤，这不仅伤害转化，更会伤害你的品牌。 　　请注意：发生诱导的情况下，最终转化都不会超过1%，或者换句话说，诱导本身不对最终转化产生效果。 　　我们不会主动去做，不代表别人不会帮我们做，因此请谨记：我们一定要避免我们的广告代理或者我们选用的广告网络用这招对付我们。 如何发现诱导？ 　　这是网站分析工具的强项：诱导会造成广告的点击率空前提高，但实际转化率却会急遽衰减。这个流量特征即意味着存在诱导流量的可能性。 　　谈到这个话题的时候，我的一位读者曾经问我，如果我用类似前面路易斯·威登的虚假低折扣方法先把网友诱导到我的网站上来，然后他们被我网站上的其他商品所吸引，岂不也是一种策略？ 　　完全赞同这是一种策略，但不敢苟同这是一种好策略。不否认这种策略的恶劣性比搞出些马赛克的咸湿美女要低，但是仍然辜负了访问者的良好预期。也许辜负的程度不是那么深，但仍然会产生负面的失望情绪。我执着的认为商业是为积累积极情绪而构建的一种氛围，越少的负面越能够维系长久的生意。不过，为了避免我在这个问题上有偏见，我可以提出一个建议，如下： 　　测试！没错，一定要做测试。如果采用这种诱导之后，转化率降低，但流量的基数增加，那么也许总的转化绝对量会提升。这也许达到了你的目的。 　　啰嗦一句，也许测试的结果满足了你的期望，但别忘了还有机会成本这回事，你的确“忽悠”来了很多人，但立即又损失了很多人，而且他们可能这辈子都不会再被你“忽悠”了。这也许真的不是一件好事。所以，不管怎么样，我站在极度反对“忽悠”的阵营这边。  　　与故意诱导相对应的，是流量作弊。这个比故意诱导更可恶，危害也更大。事实上，已经可以把故意诱导作为作弊的一种，但是作弊本身能够采用的方法则更多，效果也更猛烈，最终的转化率也会更低。不过由于没有站长会主动的把作弊流量引入，因此我不认为是一种误区，而应该是一种需要提防的陷阱。网站分析的作用之一，就是通过数据结构的分析来和作弊对抗，来真正净化自己网站的流量。相关的内容请看：那些虚无的网事——人工流量的8大怪现状（上），那些虚无的网事——人工流量的8大怪现状（下），案例分析–仅关注Bounce Rate是不够的。 误区四：沉重的登陆页 发生频率：★★★ 影响强度：★★★ 　　在互联网关注度即是金钱的氛围下，创意追求冲击力和与众不同的效果成了各个广告主的追求，因此，越来越多的flash作为登陆页面的主视觉。可惜，我不是flash控，虽然我相信flash的恰当运用能给页面带来锦上添花画龙点睛的效果，而且能够增加很多互动，但我仍然反对追求高转化率的网站大量采用flash，因为这会让登陆页和转化页变得沉重缓慢，并降低最终转化。 　　适可而止，点到即可。 　　原因在于，网友们不喜欢等待。而大量采用flash，即使是在网络速度提升的今天，也仍然会拖慢页面打开的速度。还记得网友等待时间的极限吗？——10秒钟，真的很短暂，但足够关闭你的页面从此再也不来。 　　我的工作常常要跟各大门户讨价还价，争讨的内容当然不是钱，而是广告的物料（广告术语，其实就是广告的文件）的大小（k数）。门户网站们总是把登载在他们页面上的广告压缩到最低限度（例如35k已经是一个很“重”的广告了），以保证他们的页面足够轻快。但广告主则不以为然：汽车、房地产、时尚品的登陆页面充斥着整版的flash，载入时间仿佛成为可以挥霍不尽的资源。 　　我随便翻看，就发现了“反面案例”：     图：佳能的Ixus广告的登陆页面 　　这是佳能Ixus的广告，我喜欢这个产品，确实是轻薄和画质的优美结合，不过这个登陆页面却不够“轻薄”。点击广告后，因为有广告监测工具在起作用，所以会经过多次跳转（Redirection），然后才进入真正的页面。一旦进入真正页面后，首先是黑屏，然后经过长达40多秒的等待，才会出现内容，在第50秒左右才会载入全部内容。 　　请注意，这期间没有任何的进度提示。而我的带宽应该足够不错了——电驴能拉300多k呢！ 　　我想，也许是对产品过于自信，也许是因为对于网络带宽过于自信，所以才会忽略时间的问题，但是时间绝对是影响最终转化的因素！ 　　Gabriel Svennerberg的数据表明，对于Google，页面的下载时间每增加0.4到0.9秒，流量和收入会降低20%；对于Amazon，每增加100毫秒的页面下载时间，销售量会降低1%。同样，在我给一个包含大量图片（包括背景图片）的登陆页“瘦身”之后，成功降低了将近10%的bounce rate。所以，上面的例子中，50秒钟已经是天文数字了，我们真没有那么多“时间”可以挥霍。 　　请记住：凡是能够让页面在视觉效果不变的前提下变“轻薄”的方法都值得尝试，而且一定能够帮助提升转化率。 　　对于那些没有flash的页面，也不值得沾沾自喜，页面如同程序，冗余部分总是司空见惯的。最主要的问题在于页面中图形元素的优化，当图片较多的时候，采用何种压缩算法是值得反复考量的，很多页面通过合理的图片压缩缩减100k的空间是非常容易的。 　　如何给页面瘦身不是我这个博客的专门范畴了，不过对于网站设计师而言，这是基本功。这里我觉得给自己的脑子中上好一根弦比如何去具体实现更重要。不是吗？ 　　最后，大家把Sina首页下载下来看看，它的页面有多重？别忘了，它的首页可是有六七屏之多！ 误区五：消失的Call To Action 发生频率：★★★ 影响强度：★★★☆ 　　什么是Call To Action？不好意思，不是想在这里卖弄英语，而是实在没有找到合适的词来对应。Call To Action是页面上强烈呼吁人们采取某种行动的元素，以按钮和醒目的文字居多，点击Call To Action元素本身就是我们希望发生的转化。 　　左图中式那些我们常见的Call To Action的元素，这些对大家肯定不会陌生。 　　可是，很多转化页面上却没有清晰的Call To Action告诉人们需要采取的下一个步骤是什么，因此也就失去了实现转化的机会。清晰的意思是：传递的意思要准确，明白而不存在误解和猜测。 　　另一个误区是，有Call To Action，但却放在了非常不显著的位置上，结果有跟没有一样。 　　还有一个误区是，有了清晰的Call To Action，但是却没有告诉访问者为什么要去做出行动。因此访问者也没有足够的动力去实现转化。 　　因此，总结一下，对于Call To Action，我们要记住下面的三个原则： [...]</description>
		<content:encoded><![CDATA[<p>[...] 　　……  图：你以为红框中的下载按钮是这个软件的下载链接就大错特错了，但很多人真的会误点，我也小白过误点过    图：性诱导和虚假界面同时出现在一个网页上，这种情况其实非常普遍，每天都有大量很傻很天真的网友上当 　　这些诱导都会引诱我们采取行动，以实现诱导所期望的目的。诱导大肆泛滥，其存在一定有合理性，甚至已经成为一些网站的生存之道。但是，我相信看到这篇文章的站长们，都是安心本分的做事业的，也不是CCAV去河蟹的对象，因此我们要避免采用这类诱导。 　　显然，一般我们都不会主动采用这类诱导方法，原因跟误区二一样，网友们不仅不喜欢被骗，而且他们情绪急躁容易恼怒。点击之后如果没有得到他们想要的（比如说没有看到裸体或者广告的窗口没有关闭反而打开一个新的页面），他们肯定会气愤，这不仅伤害转化，更会伤害你的品牌。 　　请注意：发生诱导的情况下，最终转化都不会超过1%，或者换句话说，诱导本身不对最终转化产生效果。 　　我们不会主动去做，不代表别人不会帮我们做，因此请谨记：我们一定要避免我们的广告代理或者我们选用的广告网络用这招对付我们。 如何发现诱导？ 　　这是网站分析工具的强项：诱导会造成广告的点击率空前提高，但实际转化率却会急遽衰减。这个流量特征即意味着存在诱导流量的可能性。 　　谈到这个话题的时候，我的一位读者曾经问我，如果我用类似前面路易斯·威登的虚假低折扣方法先把网友诱导到我的网站上来，然后他们被我网站上的其他商品所吸引，岂不也是一种策略？ 　　完全赞同这是一种策略，但不敢苟同这是一种好策略。不否认这种策略的恶劣性比搞出些马赛克的咸湿美女要低，但是仍然辜负了访问者的良好预期。也许辜负的程度不是那么深，但仍然会产生负面的失望情绪。我执着的认为商业是为积累积极情绪而构建的一种氛围，越少的负面越能够维系长久的生意。不过，为了避免我在这个问题上有偏见，我可以提出一个建议，如下： 　　测试！没错，一定要做测试。如果采用这种诱导之后，转化率降低，但流量的基数增加，那么也许总的转化绝对量会提升。这也许达到了你的目的。 　　啰嗦一句，也许测试的结果满足了你的期望，但别忘了还有机会成本这回事，你的确“忽悠”来了很多人，但立即又损失了很多人，而且他们可能这辈子都不会再被你“忽悠”了。这也许真的不是一件好事。所以，不管怎么样，我站在极度反对“忽悠”的阵营这边。  　　与故意诱导相对应的，是流量作弊。这个比故意诱导更可恶，危害也更大。事实上，已经可以把故意诱导作为作弊的一种，但是作弊本身能够采用的方法则更多，效果也更猛烈，最终的转化率也会更低。不过由于没有站长会主动的把作弊流量引入，因此我不认为是一种误区，而应该是一种需要提防的陷阱。网站分析的作用之一，就是通过数据结构的分析来和作弊对抗，来真正净化自己网站的流量。相关的内容请看：那些虚无的网事——人工流量的8大怪现状（上），那些虚无的网事——人工流量的8大怪现状（下），案例分析–仅关注Bounce Rate是不够的。 误区四：沉重的登陆页 发生频率：★★★ 影响强度：★★★ 　　在互联网关注度即是金钱的氛围下，创意追求冲击力和与众不同的效果成了各个广告主的追求，因此，越来越多的flash作为登陆页面的主视觉。可惜，我不是flash控，虽然我相信flash的恰当运用能给页面带来锦上添花画龙点睛的效果，而且能够增加很多互动，但我仍然反对追求高转化率的网站大量采用flash，因为这会让登陆页和转化页变得沉重缓慢，并降低最终转化。 　　适可而止，点到即可。 　　原因在于，网友们不喜欢等待。而大量采用flash，即使是在网络速度提升的今天，也仍然会拖慢页面打开的速度。还记得网友等待时间的极限吗？——10秒钟，真的很短暂，但足够关闭你的页面从此再也不来。 　　我的工作常常要跟各大门户讨价还价，争讨的内容当然不是钱，而是广告的物料（广告术语，其实就是广告的文件）的大小（k数）。门户网站们总是把登载在他们页面上的广告压缩到最低限度（例如35k已经是一个很“重”的广告了），以保证他们的页面足够轻快。但广告主则不以为然：汽车、房地产、时尚品的登陆页面充斥着整版的flash，载入时间仿佛成为可以挥霍不尽的资源。 　　我随便翻看，就发现了“反面案例”：     图：佳能的Ixus广告的登陆页面 　　这是佳能Ixus的广告，我喜欢这个产品，确实是轻薄和画质的优美结合，不过这个登陆页面却不够“轻薄”。点击广告后，因为有广告监测工具在起作用，所以会经过多次跳转（Redirection），然后才进入真正的页面。一旦进入真正页面后，首先是黑屏，然后经过长达40多秒的等待，才会出现内容，在第50秒左右才会载入全部内容。 　　请注意，这期间没有任何的进度提示。而我的带宽应该足够不错了——电驴能拉300多k呢！ 　　我想，也许是对产品过于自信，也许是因为对于网络带宽过于自信，所以才会忽略时间的问题，但是时间绝对是影响最终转化的因素！ 　　Gabriel Svennerberg的数据表明，对于Google，页面的下载时间每增加0.4到0.9秒，流量和收入会降低20%；对于Amazon，每增加100毫秒的页面下载时间，销售量会降低1%。同样，在我给一个包含大量图片（包括背景图片）的登陆页“瘦身”之后，成功降低了将近10%的bounce rate。所以，上面的例子中，50秒钟已经是天文数字了，我们真没有那么多“时间”可以挥霍。 　　请记住：凡是能够让页面在视觉效果不变的前提下变“轻薄”的方法都值得尝试，而且一定能够帮助提升转化率。 　　对于那些没有flash的页面，也不值得沾沾自喜，页面如同程序，冗余部分总是司空见惯的。最主要的问题在于页面中图形元素的优化，当图片较多的时候，采用何种压缩算法是值得反复考量的，很多页面通过合理的图片压缩缩减100k的空间是非常容易的。 　　如何给页面瘦身不是我这个博客的专门范畴了，不过对于网站设计师而言，这是基本功。这里我觉得给自己的脑子中上好一根弦比如何去具体实现更重要。不是吗？ 　　最后，大家把Sina首页下载下来看看，它的页面有多重？别忘了，它的首页可是有六七屏之多！ 误区五：消失的Call To Action 发生频率：★★★ 影响强度：★★★☆ 　　什么是Call To Action？不好意思，不是想在这里卖弄英语，而是实在没有找到合适的词来对应。Call To Action是页面上强烈呼吁人们采取某种行动的元素，以按钮和醒目的文字居多，点击Call To Action元素本身就是我们希望发生的转化。 　　左图中式那些我们常见的Call To Action的元素，这些对大家肯定不会陌生。 　　可是，很多转化页面上却没有清晰的Call To Action告诉人们需要采取的下一个步骤是什么，因此也就失去了实现转化的机会。清晰的意思是：传递的意思要准确，明白而不存在误解和猜测。 　　另一个误区是，有Call To Action，但却放在了非常不显著的位置上，结果有跟没有一样。 　　还有一个误区是，有了清晰的Call To Action，但是却没有告诉访问者为什么要去做出行动。因此访问者也没有足够的动力去实现转化。 　　因此，总结一下，对于Call To Action，我们要记住下面的三个原则： [...]</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/RCQFgQDylTY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2008/12/page-load-times-vs-conversion-rates/comment-page-1/#comment-12280</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps Api 3 – InfoWindows by Wzhao</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/rv9ep3m2YuI/</link>
		<dc:creator>Wzhao</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2208#comment-12271</guid>
		<description>Does V3 support tabbed InfoWindow? I use openInfoWindowTabsHtml in V2. I hope V3 has the similar feature.</description>
		<content:encoded><![CDATA[<p>Does V3 support tabbed InfoWindow? I use openInfoWindowTabsHtml in V2. I hope V3 has the similar feature.</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/rv9ep3m2YuI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/09/google-maps-api-3-infowindows/comment-page-1/#comment-12271</feedburner:origLink></item>
	<item>
		<title>Comment on ListDJ – song lyrics in Spotify by Tim</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/6A0yvhn2Yos/</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1767#comment-12241</guid>
		<description>Doesn't appear to work at all on OS X.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t appear to work at all on <acronym title="Operating System">OS</acronym> X.</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/6A0yvhn2Yos" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/04/listdj-song-lyrics-in-spotify/comment-page-1/#comment-12241</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps Api 3 – Markers by Enrico</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/_J5wRukglDA/</link>
		<dc:creator>Enrico</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2115#comment-12239</guid>
		<description>Thanks very much Gabriel, it's long time i was looking such a article so simple and clear!</description>
		<content:encoded><![CDATA[<p>Thanks very much Gabriel, it&#8217;s long time i was looking such a article so simple and clear!</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/_J5wRukglDA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/07/google-maps-api-3-markers/comment-page-1/#comment-12239</feedburner:origLink></item>
	<item>
		<title>Comment on Basic operations with markers in Google Maps by Brian</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/T-XkeXEAZAM/</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 14 Feb 2010 06:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1088#comment-12158</guid>
		<description>Thanks for a great post!  Very informative and easy to follow.</description>
		<content:encoded><![CDATA[<p>Thanks for a great post!  Very informative and easy to follow.</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/T-XkeXEAZAM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2008/12/basic-operations-with-markers-in-google-maps/comment-page-1/#comment-12158</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps API 3 – Map settings by Pierre</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/OAdEioKD0w8/</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Fri, 12 Feb 2010 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2004#comment-12123</guid>
		<description>This is a nice article, but when a use code like the examples in the demogallery :

http://code.google.com/intl/nl/apis/maps/documentation/v3/demogallery.html

The navigation controller looks a bit weird in IE.

How do i overcome this problem?</description>
		<content:encoded><![CDATA[<p>This is a nice article, but when a use code like the examples in the demogallery :</p>
<p><a href="http://code.google.com/intl/nl/apis/maps/documentation/v3/demogallery.html" rel="nofollow">http://code.google.com/intl/nl/apis/maps/documentation/v3/demogallery.html</a></p>
<p>The navigation controller looks a bit weird in <acronym title="Internet Explorer">IE</acronym>.</p>
<p>How do i overcome this problem?</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/OAdEioKD0w8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/06/google-maps-api-3-map-settings/comment-page-1/#comment-12123</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps Api 3 – InfoWindows by Gabriel Svennerberg</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/Wxm599iJBMU/</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Thu, 11 Feb 2010 21:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2208#comment-12109</guid>
		<description>&lt;strong&gt;&lt;em&gt;Dick:&lt;/em&gt;&lt;/strong&gt; That's is entirely possible.</description>
		<content:encoded><![CDATA[<p><strong><em>Dick:</em></strong> That&#8217;s is entirely possible.</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/Wxm599iJBMU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/09/google-maps-api-3-infowindows/comment-page-1/#comment-12109</feedburner:origLink></item>
	<item>
		<title>Comment on Beta chapter from my upcoming book on Google Maps API v3 by Justin Ball</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/gOPZJYdZgeE/</link>
		<dc:creator>Justin Ball</dc:creator>
		<pubDate>Thu, 11 Feb 2010 18:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2333#comment-12106</guid>
		<description>I loved the chapter and I would buy the book right now if it were available.  The flow was great and included the perfect amount of code an illustration.  Looking forward to more!</description>
		<content:encoded><![CDATA[<p>I loved the chapter and I would buy the book right now if it were available.  The flow was great and included the perfect amount of code an illustration.  Looking forward to more!</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/gOPZJYdZgeE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/11/beta-chapter-from-my-upcoming-book-on-google-maps-api-v3/comment-page-1/#comment-12106</feedburner:origLink></item>
	<item>
		<title>Comment on The rise of Zooming User Interfaces by Ralph Jones</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/ELLzEr4JtJg/</link>
		<dc:creator>Ralph Jones</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1007#comment-12103</guid>
		<description>Along with Zoomorama and Prezi you definitely need to add http://www.ahead.com; a creative web publishing and presentation tool for zooming web sites, presentations, portfolios etc. 

They provide deep zooming of hi res images and you can add most file formats incl. office and Adobe files  :-)</description>
		<content:encoded><![CDATA[<p>Along with Zoomorama and Prezi you definitely need to add <a href="http://www.ahead.com" rel="nofollow">http://www.ahead.com</a>; a creative web publishing and presentation tool for zooming web sites, presentations, portfolios etc. </p>
<p>They provide deep zooming of hi res images and you can add most file formats incl. office and Adobe files  <img src='http://www.svennerberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/ELLzEr4JtJg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/02/the-rise-of-zooming-interfaces/comment-page-1/#comment-12103</feedburner:origLink></item>
	<item>
		<title>Comment on Working with Info Windows in Google Maps by M.sudhakar</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/BYzjUf5i6Xg/</link>
		<dc:creator>M.sudhakar</dc:creator>
		<pubDate>Thu, 11 Feb 2010 06:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1193#comment-12102</guid>
		<description>hi.thsi sudhakar,
my Radio Frequency Engineer(RFE) 
appreciate the initiative from google to enable us customise maps.</description>
		<content:encoded><![CDATA[<p>hi.thsi sudhakar,<br />
my Radio Frequency Engineer(RFE)<br />
appreciate the initiative from google to enable us customise maps.</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/BYzjUf5i6Xg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/02/working-with-info-windows-in-google-maps/comment-page-1/#comment-12102</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps Api 3 – InfoWindows by Dick</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/YcRLSn2kWr8/</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Thu, 11 Feb 2010 01:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2208#comment-12099</guid>
		<description>Is it possible to have a infowindow connected to a polygon?</description>
		<content:encoded><![CDATA[<p>Is it possible to have a infowindow connected to a polygon?</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/YcRLSn2kWr8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/09/google-maps-api-3-infowindows/comment-page-1/#comment-12099</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps API 3 – Map settings by vish</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/kZGzfCnly4M/</link>
		<dc:creator>vish</dc:creator>
		<pubDate>Wed, 10 Feb 2010 06:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2004#comment-12083</guid>
		<description>u doing well job... and thax for helping so kindly...</description>
		<content:encoded><![CDATA[<p>u doing well job&#8230; and thax for helping so kindly&#8230;</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/kZGzfCnly4M" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/06/google-maps-api-3-map-settings/comment-page-1/#comment-12083</feedburner:origLink></item>
	<item>
		<title>Comment on Google Maps API 3 – The basics by coutant</title>
		<link>http://feedproxy.google.com/~r/InUsabilityWeTrust/Comments/~3/h2JEWJd46fA/</link>
		<dc:creator>coutant</dc:creator>
		<pubDate>Tue, 09 Feb 2010 13:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-12061</guid>
		<description>@Johan, I was confused same way. Like you I saved the demo file and opened it on localhost : but no map is visible. 
But it's not a matter of host! It's a matter of css file... 
Yes, if you happen to break the link to the css/style.css file, than the map is just not visible because you are missing the height definition included in the css file : #map { height:500px;}</description>
		<content:encoded><![CDATA[<p>@Johan, I was confused same way. Like you I saved the demo file and opened it on localhost : but no map is visible.<br />
But it&#8217;s not a matter of host! It&#8217;s a matter of css file&#8230;<br />
Yes, if you happen to break the link to the css/style.css file, than the map is just not visible because you are missing the height definition included in the css file : #map { height:500px;}</p>
<img src="http://feeds.feedburner.com/~r/InUsabilityWeTrust/Comments/~4/h2JEWJd46fA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-12061</feedburner:origLink></item>
</channel>
</rss>
