<?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 on: The state of this blog</title>
	<atom:link href="http://www.svennerberg.com/2010/04/the-state-of-this-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svennerberg.com/2010/04/the-state-of-this-blog/</link>
	<description>Web Applications Designed for Humans</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Satishkmr953</title>
		<link>http://www.svennerberg.com/2010/04/the-state-of-this-blog/#comment-1143</link>
		<dc:creator>Satishkmr953</dc:creator>
		<pubDate>Sat, 29 Oct 2011 06:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2515#comment-1143</guid>
		<description>
i want to mark multiple locations  .but when i  am executing in browser it is showing second location with marking position.kindly help me with this problem.



 
 
     
    Google Maps API Geocoding Demo 
     
   
   

     

    
    
    var a=new Array();
    var b=new Array();
    var c=new Array();
    var d=new Array();
    var myCars=new Array();
    var userLocation =new Array( &quot;Hyderabad,India&quot;,&quot;Ghatkesar,India&quot;);
    
    if (GBrowserIsCompatible()) {
       var geocoder = new GClientGeocoder();
       for(var i=0;i&lt;=userLocation.length;i++)
    	   {
    	   var j=0;
       geocoder.getLocations(userLocation[i], function (locations) {         
         
    	   if (locations.Placemark) {
    		alert(&quot;Hello&quot;+userLocation[j]+j);
             var north = locations.Placemark[0].ExtendedData.LatLonBox.north;
             var south = locations.Placemark[0].ExtendedData.LatLonBox.south;
             var east  = locations.Placemark[0].ExtendedData.LatLonBox.east;
             var west  = locations.Placemark[0].ExtendedData.LatLonBox.west;
         a[i]=north;
          b[i]=south;
          c[i]=east;
          d[i]=west;
         alert(&quot;MYWORLD MAPS&quot;+a[i]);
              bounds = new GLatLngBounds(new GLatLng(south, west), 
                                            new GLatLng(north, east));
             
              alert(&quot;MYWORLD MAPS&quot;+bounds);
             var map = new GMap2(document.getElementById(&quot;map_canvas&quot;));

             map.setCenter(bounds.getCenter(), map.getBoundsZoomLevel(bounds));
        
             map.addOverlay(new GMarker(bounds.getCenter()));
            
             j++;
          }
       });}
    }
    function  f1()
    {
    	
    }
     
   

</description>
		<content:encoded><![CDATA[<p>i want to mark multiple locations  .but when i  am executing in browser it is showing second location with marking position.kindly help me with this problem.</p>
<p>    Google Maps API Geocoding Demo </p>
<p>    var a=new Array();<br />
    var b=new Array();<br />
    var c=new Array();<br />
    var d=new Array();<br />
    var myCars=new Array();<br />
    var userLocation =new Array( &#8220;Hyderabad,India&#8221;,&#8221;Ghatkesar,India&#8221;);</p>
<p>    if (GBrowserIsCompatible()) {<br />
       var geocoder = new GClientGeocoder();<br />
       for(var i=0;i&lt;=userLocation.length;i++)<br />
    	   {<br />
    	   var j=0;<br />
       geocoder.getLocations(userLocation[i], function (locations) {         </p>
<p>    	   if (locations.Placemark) {<br />
    		alert(&quot;Hello&quot;+userLocation[j]+j);<br />
             var north = locations.Placemark[0].ExtendedData.LatLonBox.north;<br />
             var south = locations.Placemark[0].ExtendedData.LatLonBox.south;<br />
             var east  = locations.Placemark[0].ExtendedData.LatLonBox.east;<br />
             var west  = locations.Placemark[0].ExtendedData.LatLonBox.west;<br />
         a[i]=north;<br />
          b[i]=south;<br />
          c[i]=east;<br />
          d[i]=west;<br />
         alert(&quot;MYWORLD MAPS&quot;+a[i]);<br />
              bounds = new GLatLngBounds(new GLatLng(south, west),<br />
                                            new GLatLng(north, east));</p>
<p>              alert(&quot;MYWORLD MAPS&quot;+bounds);<br />
             var map = new GMap2(document.getElementById(&quot;map_canvas&quot;));</p>
<p>             map.setCenter(bounds.getCenter(), map.getBoundsZoomLevel(bounds));</p>
<p>             map.addOverlay(new GMarker(bounds.getCenter()));</p>
<p>             j++;<br />
          }<br />
       });}<br />
    }<br />
    function  f1()<br />
    {</p>
<p>    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satishkmr953</title>
		<link>http://www.svennerberg.com/2010/04/the-state-of-this-blog/#comment-1144</link>
		<dc:creator>Satishkmr953</dc:creator>
		<pubDate>Sat, 29 Oct 2011 06:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2515#comment-1144</guid>
		<description>
i want to mark multiple locations  .but when i  am executing in browser it is showing second location with marking position.kindly help me with this problem.



 
 
     
    Google Maps API Geocoding Demo 
     
   
   

     

    
    
    var a=new Array();
    var b=new Array();
    var c=new Array();
    var d=new Array();
    var myCars=new Array();
    var userLocation =new Array( &quot;Hyderabad,India&quot;,&quot;Ghatkesar,India&quot;);
    
    if (GBrowserIsCompatible()) {
       var geocoder = new GClientGeocoder();
       for(var i=0;i&lt;=userLocation.length;i++)
    	   {
    	   var j=0;
       geocoder.getLocations(userLocation[i], function (locations) {         
         
    	   if (locations.Placemark) {
    		alert(&quot;Hello&quot;+userLocation[j]+j);
             var north = locations.Placemark[0].ExtendedData.LatLonBox.north;
             var south = locations.Placemark[0].ExtendedData.LatLonBox.south;
             var east  = locations.Placemark[0].ExtendedData.LatLonBox.east;
             var west  = locations.Placemark[0].ExtendedData.LatLonBox.west;
         a[i]=north;
          b[i]=south;
          c[i]=east;
          d[i]=west;
         alert(&quot;MYWORLD MAPS&quot;+a[i]);
              bounds = new GLatLngBounds(new GLatLng(south, west), 
                                            new GLatLng(north, east));
             
              alert(&quot;MYWORLD MAPS&quot;+bounds);
             var map = new GMap2(document.getElementById(&quot;map_canvas&quot;));

             map.setCenter(bounds.getCenter(), map.getBoundsZoomLevel(bounds));
        
             map.addOverlay(new GMarker(bounds.getCenter()));
            
             j++;
          }
       });}
    }
    function  f1()
    {
    	
    }
     
   

</description>
		<content:encoded><![CDATA[<p>i want to mark multiple locations  .but when i  am executing in browser it is showing second location with marking position.kindly help me with this problem.</p>
<p>    Google Maps API Geocoding Demo </p>
<p>    var a=new Array();<br />
    var b=new Array();<br />
    var c=new Array();<br />
    var d=new Array();<br />
    var myCars=new Array();<br />
    var userLocation =new Array( &#8220;Hyderabad,India&#8221;,&#8221;Ghatkesar,India&#8221;);</p>
<p>    if (GBrowserIsCompatible()) {<br />
       var geocoder = new GClientGeocoder();<br />
       for(var i=0;i&lt;=userLocation.length;i++)<br />
    	   {<br />
    	   var j=0;<br />
       geocoder.getLocations(userLocation[i], function (locations) {         </p>
<p>    	   if (locations.Placemark) {<br />
    		alert(&quot;Hello&quot;+userLocation[j]+j);<br />
             var north = locations.Placemark[0].ExtendedData.LatLonBox.north;<br />
             var south = locations.Placemark[0].ExtendedData.LatLonBox.south;<br />
             var east  = locations.Placemark[0].ExtendedData.LatLonBox.east;<br />
             var west  = locations.Placemark[0].ExtendedData.LatLonBox.west;<br />
         a[i]=north;<br />
          b[i]=south;<br />
          c[i]=east;<br />
          d[i]=west;<br />
         alert(&quot;MYWORLD MAPS&quot;+a[i]);<br />
              bounds = new GLatLngBounds(new GLatLng(south, west),<br />
                                            new GLatLng(north, east));</p>
<p>              alert(&quot;MYWORLD MAPS&quot;+bounds);<br />
             var map = new GMap2(document.getElementById(&quot;map_canvas&quot;));</p>
<p>             map.setCenter(bounds.getCenter(), map.getBoundsZoomLevel(bounds));</p>
<p>             map.addOverlay(new GMarker(bounds.getCenter()));</p>
<p>             j++;<br />
          }<br />
       });}<br />
    }<br />
    function  f1()<br />
    {</p>
<p>    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Svennerberg</title>
		<link>http://www.svennerberg.com/2010/04/the-state-of-this-blog/#comment-785</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Mon, 06 Sep 2010 21:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2515#comment-785</guid>
		<description>Hi Graham,

How nice, thank you very much! 
Ha ha, you&#039;re right. Raising a child is definitely a lot tougher :-)</description>
		<content:encoded><![CDATA[<p>Hi Graham,</p>
<p>How nice, thank you very much!<br />
Ha ha, you&#8217;re right. Raising a child is definitely a lot tougher <img src='http://www.svennerberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://www.svennerberg.com/2010/04/the-state-of-this-blog/#comment-784</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Mon, 06 Sep 2010 16:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2515#comment-784</guid>
		<description>Hi Gabriel
I have just bought your book, a very good read.
Congratulations on becoming a dad (and I bet you thought writing a book was tough!)</description>
		<content:encoded><![CDATA[<p>Hi Gabriel<br />
I have just bought your book, a very good read.<br />
Congratulations on becoming a dad (and I bet you thought writing a book was tough!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Svennerberg</title>
		<link>http://www.svennerberg.com/2010/04/the-state-of-this-blog/#comment-783</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Fri, 27 Aug 2010 21:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2515#comment-783</guid>
		<description>Hi Cameron,

Really nice hearing from you! Thanks a lot for your kind words! Our son still sleeps really well at night which truly is a blessing! But wow, I had no idea that that was the case with your book. I guess that I owe your daughter a thanks for getting a chance to get my book published by Apress. :-)</description>
		<content:encoded><![CDATA[<p>Hi Cameron,</p>
<p>Really nice hearing from you! Thanks a lot for your kind words! Our son still sleeps really well at night which truly is a blessing! But wow, I had no idea that that was the case with your book. I guess that I owe your daughter a thanks for getting a chance to get my book published by Apress. <img src='http://www.svennerberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron Turner</title>
		<link>http://www.svennerberg.com/2010/04/the-state-of-this-blog/#comment-782</link>
		<dc:creator>Cameron Turner</dc:creator>
		<pubDate>Fri, 27 Aug 2010 18:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2515#comment-782</guid>
		<description>Hi Gabriel,

I&#039;ve been meaning to stop by and congratulate you on the new book. As a co-author of the first Google maps book (NOW OBSOLETE SO BUY GABRIEL&#039;s!) by Apress, I agree that it&#039;s WAY more work than ever anticipated. In fact we started writing the second edition when I was blessed with my 2nd child. She didn&#039;t sleep at night and hence we bailed on Apress. I&#039;m thrilled that someone was able to write a book about API 3.

Congrats!
Cam</description>
		<content:encoded><![CDATA[<p>Hi Gabriel,</p>
<p>I&#8217;ve been meaning to stop by and congratulate you on the new book. As a co-author of the first Google maps book (NOW OBSOLETE SO BUY GABRIEL&#8217;s!) by Apress, I agree that it&#8217;s WAY more work than ever anticipated. In fact we started writing the second edition when I was blessed with my 2nd child. She didn&#8217;t sleep at night and hence we bailed on Apress. I&#8217;m thrilled that someone was able to write a book about API 3.</p>
<p>Congrats!<br />
Cam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gomichild</title>
		<link>http://www.svennerberg.com/2010/04/the-state-of-this-blog/#comment-781</link>
		<dc:creator>gomichild</dc:creator>
		<pubDate>Mon, 05 Jul 2010 02:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2515#comment-781</guid>
		<description>Congratulations! On both fronts.</description>
		<content:encoded><![CDATA[<p>Congratulations! On both fronts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Seidl</title>
		<link>http://www.svennerberg.com/2010/04/the-state-of-this-blog/#comment-780</link>
		<dc:creator>Jan Seidl</dc:creator>
		<pubDate>Wed, 28 Apr 2010 17:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=2515#comment-780</guid>
		<description>Man, congrats! Didn&#039;t knew you were about to be dad!

Congrats and success on the book!</description>
		<content:encoded><![CDATA[<p>Man, congrats! Didn&#8217;t knew you were about to be dad!</p>
<p>Congrats and success on the book!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

