<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for giancarlo.dimassa.net</title>
	
	<link>http://giancarlo.dimassa.net</link>
	<description>A web programmer's blog</description>
	<lastBuildDate>Wed, 25 Mar 2009 13:29:02 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</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/comments4giancarlodimassa" /><feedburner:info uri="comments4giancarlodimassa" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on How to find the right point in Google Maps (longitude and latitude) by jaybee</title>
		<link>http://feedproxy.google.com/~r/comments4giancarlodimassa/~3/TJx53oDtTwk/</link>
		<dc:creator>jaybee</dc:creator>
		<pubDate>Wed, 25 Mar 2009 13:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-33037</guid>
		<description>Hello, nice method! I would like to retrieve coordinates and use it in other script and I can not do it from the "bubble". Do you know how for example construct URL that contains in parameters new coordinates of dragged marker?</description>
		<content:encoded><![CDATA[<p>Hello, nice method! I would like to retrieve coordinates and use it in other script and I can not do it from the &#8220;bubble&#8221;. Do you know how for example construct URL that contains in parameters new coordinates of dragged marker?</p>

<p><a href="http://feedads.g.doubleclick.net/~a/a4AOrTdsPW63GeJOXPwUZ181fLM/0/da"><img src="http://feedads.g.doubleclick.net/~a/a4AOrTdsPW63GeJOXPwUZ181fLM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/a4AOrTdsPW63GeJOXPwUZ181fLM/1/da"><img src="http://feedads.g.doubleclick.net/~a/a4AOrTdsPW63GeJOXPwUZ181fLM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/comments4giancarlodimassa/~4/TJx53oDtTwk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-33037</feedburner:origLink></item>
	<item>
		<title>Comment on How to find the right point in Google Maps (longitude and latitude) by jaybee</title>
		<link>http://feedproxy.google.com/~r/comments4giancarlodimassa/~3/_n-JLjXrk7k/</link>
		<dc:creator>jaybee</dc:creator>
		<pubDate>Wed, 25 Mar 2009 13:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-33036</guid>
		<description>Hello, nice method! I would actually like to retrieve coordinates and use it in other script and I can not do it from the "bubble". Do you know how for example construct URL that contains in parameters new coordinates of dragged marker?</description>
		<content:encoded><![CDATA[<p>Hello, nice method! I would actually like to retrieve coordinates and use it in other script and I can not do it from the &#8220;bubble&#8221;. Do you know how for example construct URL that contains in parameters new coordinates of dragged marker?</p>

<p><a href="http://feedads.g.doubleclick.net/~a/Q0sdJQdy4xbtpcHq7GwfFVcVejc/0/da"><img src="http://feedads.g.doubleclick.net/~a/Q0sdJQdy4xbtpcHq7GwfFVcVejc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Q0sdJQdy4xbtpcHq7GwfFVcVejc/1/da"><img src="http://feedads.g.doubleclick.net/~a/Q0sdJQdy4xbtpcHq7GwfFVcVejc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/comments4giancarlodimassa/~4/_n-JLjXrk7k" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-33036</feedburner:origLink></item>
	<item>
		<title>Comment on How to find the right point in Google Maps (longitude and latitude) by giancarlo</title>
		<link>http://feedproxy.google.com/~r/comments4giancarlodimassa/~3/_e9wfPiYyZY/</link>
		<dc:creator>giancarlo</dc:creator>
		<pubDate>Tue, 17 Feb 2009 13:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-33034</guid>
		<description>Tha is called
"Geocoding". There are two methods to retrieve this sort of data: Javascript and HTTP. If you need to populate a table with geographic coordinates, use the HTTP method. Go on with Javascript if your queries should be done in realtime, on the page.

Example of Javascript geocoding:

&lt;code&gt;var geocoder = new GClientGeocoder();
Geocoder.getLatLng(address, function(point) {
      if (!point) {
        alert(address + " not found");
      } else {
       // a new point object with the coordinates has been set
      }
};&lt;/code&gt;

Example of geocoding via HTTP is a JSON call to google with parameters sent with GET method. Try following &lt;a href="http://maps.google.com/maps/geo?q=1600+Amphitheatre+Parkway,+Mountain+View,+CA&amp;output=json&amp;oe=utf8&amp;sensor=true_or_false&amp;key=your_api_key" rel="nofollow"&gt;this link&lt;/a&gt;.

Further informations can be found on &lt;a href="http://code.google.com/intl/it-IT/apis/maps/documentation/geocoding/index.html" rel="nofollow"&gt;the Google geocoding API page&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Tha is called<br />
&#8220;Geocoding&#8221;. There are two methods to retrieve this sort of data: Javascript and HTTP. If you need to populate a table with geographic coordinates, use the HTTP method. Go on with Javascript if your queries should be done in realtime, on the page.</p>
<p>Example of Javascript geocoding:</p>
<p><code>var geocoder = new GClientGeocoder();<br />
Geocoder.getLatLng(address, function(point) {<br />
      if (!point) {<br />
        alert(address + " not found");<br />
      } else {<br />
       // a new point object with the coordinates has been set<br />
      }<br />
};</code></p>
<p>Example of geocoding via HTTP is a JSON call to google with parameters sent with GET method. Try following <a target="_blank" href="http://maps.google.com/maps/geo?q=1600+Amphitheatre+Parkway,+Mountain+View,+CA&#038;output=json&#038;oe=utf8&#038;sensor=true_or_false&#038;key=your_api_key"  rel="nofollow">this link</a>.</p>
<p>Further informations can be found on <a target="_blank" href="http://code.google.com/intl/it-IT/apis/maps/documentation/geocoding/index.html"  rel="nofollow">the Google geocoding API page</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/n0uFrxYa1lTwozk7zYkCZEM2ToA/0/da"><img src="http://feedads.g.doubleclick.net/~a/n0uFrxYa1lTwozk7zYkCZEM2ToA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/n0uFrxYa1lTwozk7zYkCZEM2ToA/1/da"><img src="http://feedads.g.doubleclick.net/~a/n0uFrxYa1lTwozk7zYkCZEM2ToA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/comments4giancarlodimassa/~4/_e9wfPiYyZY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-33034</feedburner:origLink></item>
	<item>
		<title>Comment on How to find the right point in Google Maps (longitude and latitude) by vaibhav</title>
		<link>http://feedproxy.google.com/~r/comments4giancarlodimassa/~3/BGihzDQWzWg/</link>
		<dc:creator>vaibhav</dc:creator>
		<pubDate>Mon, 16 Feb 2009 04:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/#comment-33033</guid>
		<description>how do i trace the position in google map by using address, city,state and country not by using the latitude and longitude?</description>
		<content:encoded><![CDATA[<p>how do i trace the position in google map by using address, city,state and country not by using the latitude and longitude?</p>

<p><a href="http://feedads.g.doubleclick.net/~a/lNXMTbJ5uRbD79xBxYC_JX-n3K8/0/da"><img src="http://feedads.g.doubleclick.net/~a/lNXMTbJ5uRbD79xBxYC_JX-n3K8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/lNXMTbJ5uRbD79xBxYC_JX-n3K8/1/da"><img src="http://feedads.g.doubleclick.net/~a/lNXMTbJ5uRbD79xBxYC_JX-n3K8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/comments4giancarlodimassa/~4/BGihzDQWzWg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://giancarlo.dimassa.net/2007/07/02/how-to-find-the-right-point-in-google-maps-longitude-and-latitude/comment-page-1/#comment-33033</feedburner:origLink></item>
	<item>
		<title>Comment on How to separe PHP code and HTML presentation with Smarty, part 1 by Website localization in PHP episode 1: Translate strings « giancarlo.dimassa.net</title>
		<link>http://feedproxy.google.com/~r/comments4giancarlodimassa/~3/G_l6g_L_kBc/</link>
		<dc:creator>Website localization in PHP episode 1: Translate strings « giancarlo.dimassa.net</dc:creator>
		<pubDate>Sun, 01 Feb 2009 20:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/06/how-to-separe-php-code-and-html-presentation-with-smarty-part-1/#comment-29743</guid>
		<description>[...] (text files, a database connection, a service on the Intertubes) and put this materials into template pages. When preparing or upgrading a site to be multilanguage, you had to have a way to pull [...]</description>
		<content:encoded><![CDATA[<p>[...] (text files, a database connection, a service on the Intertubes) and put this materials into template pages. When preparing or upgrading a site to be multilanguage, you had to have a way to pull [...]</p>

<p><a href="http://feedads.g.doubleclick.net/~a/c-XYpDBVY3TQhe98KgXlmMK8VHk/0/da"><img src="http://feedads.g.doubleclick.net/~a/c-XYpDBVY3TQhe98KgXlmMK8VHk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/c-XYpDBVY3TQhe98KgXlmMK8VHk/1/da"><img src="http://feedads.g.doubleclick.net/~a/c-XYpDBVY3TQhe98KgXlmMK8VHk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/comments4giancarlodimassa/~4/G_l6g_L_kBc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://giancarlo.dimassa.net/2007/07/06/how-to-separe-php-code-and-html-presentation-with-smarty-part-1/comment-page-1/#comment-29743</feedburner:origLink></item>
	<item>
		<title>Comment on Database abstraction in PHP with MDB2 by Website localization in PHP episode 1: Translate strings « giancarlo.dimassa.net</title>
		<link>http://feedproxy.google.com/~r/comments4giancarlodimassa/~3/TR9o-udyvrg/</link>
		<dc:creator>Website localization in PHP episode 1: Translate strings « giancarlo.dimassa.net</dc:creator>
		<pubDate>Sun, 01 Feb 2009 19:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2009/01/18/database-abstraction-in-php-with-mdb2/#comment-29733</guid>
		<description>[...] uses MDB2 as an archive foundation, so you have either to create a MDB2 connection, or reuse an existing one [...]</description>
		<content:encoded><![CDATA[<p>[...] uses MDB2 as an archive foundation, so you have either to create a MDB2 connection, or reuse an existing one [...]</p>

<p><a href="http://feedads.g.doubleclick.net/~a/xG10gF_ptp0JmRiOcp1YzWm4xik/0/da"><img src="http://feedads.g.doubleclick.net/~a/xG10gF_ptp0JmRiOcp1YzWm4xik/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/xG10gF_ptp0JmRiOcp1YzWm4xik/1/da"><img src="http://feedads.g.doubleclick.net/~a/xG10gF_ptp0JmRiOcp1YzWm4xik/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/comments4giancarlodimassa/~4/TR9o-udyvrg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://giancarlo.dimassa.net/2009/01/18/database-abstraction-in-php-with-mdb2/comment-page-1/#comment-29733</feedburner:origLink></item>
	<item>
		<title>Comment on Javascript Programming using Firebug by Php Javascript Editor</title>
		<link>http://feedproxy.google.com/~r/comments4giancarlodimassa/~3/-OReponV0Sk/</link>
		<dc:creator>Php Javascript Editor</dc:creator>
		<pubDate>Thu, 18 Sep 2008 17:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/02/javascript-programming-using-firebug/#comment-613</guid>
		<description>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later ..</description>
		<content:encoded><![CDATA[<p>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later ..</p>

<p><a href="http://feedads.g.doubleclick.net/~a/f2vHQ2kEscVbw86TgVV6swuC8To/0/da"><img src="http://feedads.g.doubleclick.net/~a/f2vHQ2kEscVbw86TgVV6swuC8To/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/f2vHQ2kEscVbw86TgVV6swuC8To/1/da"><img src="http://feedads.g.doubleclick.net/~a/f2vHQ2kEscVbw86TgVV6swuC8To/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/comments4giancarlodimassa/~4/-OReponV0Sk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://giancarlo.dimassa.net/2007/07/02/javascript-programming-using-firebug/comment-page-1/#comment-613</feedburner:origLink></item>
	<item>
		<title>Comment on How to separe PHP code and HTML presentation with Smarty, part 2: installation by susanta kumar swain</title>
		<link>http://feedproxy.google.com/~r/comments4giancarlodimassa/~3/p_-nroyaJmQ/</link>
		<dc:creator>susanta kumar swain</dc:creator>
		<pubDate>Thu, 18 Sep 2008 05:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/10/how-to-separe-php-code-and-html-presentation-with-smarty-part-2-installation-2/#comment-606</guid>
		<description>My question is that can we do any mathmetical manipulation in smarty page.</description>
		<content:encoded><![CDATA[<p>My question is that can we do any mathmetical manipulation in smarty page.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/608zermHf7JR-Qa_mSRjKoLHXvw/0/da"><img src="http://feedads.g.doubleclick.net/~a/608zermHf7JR-Qa_mSRjKoLHXvw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/608zermHf7JR-Qa_mSRjKoLHXvw/1/da"><img src="http://feedads.g.doubleclick.net/~a/608zermHf7JR-Qa_mSRjKoLHXvw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/comments4giancarlodimassa/~4/p_-nroyaJmQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://giancarlo.dimassa.net/2007/07/10/how-to-separe-php-code-and-html-presentation-with-smarty-part-2-installation/comment-page-1/#comment-606</feedburner:origLink></item>
	<item>
		<title>Comment on How to set up a test server that supports multiple sites and is accessible from outside by Set Dns Server Linux</title>
		<link>http://feedproxy.google.com/~r/comments4giancarlodimassa/~3/d0QeGUgPcdA/</link>
		<dc:creator>Set Dns Server Linux</dc:creator>
		<pubDate>Wed, 17 Sep 2008 19:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/04/how-to-set-up-a-test-server-that-supports-multiple-sites-and-is-accessible-from-outside/#comment-599</guid>
		<description>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later ..</description>
		<content:encoded><![CDATA[<p>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later ..</p>

<p><a href="http://feedads.g.doubleclick.net/~a/Dn0DJB6qftCtBmb39d_u17Z_JRc/0/da"><img src="http://feedads.g.doubleclick.net/~a/Dn0DJB6qftCtBmb39d_u17Z_JRc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Dn0DJB6qftCtBmb39d_u17Z_JRc/1/da"><img src="http://feedads.g.doubleclick.net/~a/Dn0DJB6qftCtBmb39d_u17Z_JRc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/comments4giancarlodimassa/~4/d0QeGUgPcdA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://giancarlo.dimassa.net/2007/07/04/how-to-set-up-a-test-server-that-supports-multiple-sites-and-is-accessible-from-outside/comment-page-1/#comment-599</feedburner:origLink></item>
	<item>
		<title>Comment on Elastic and bouncing transitions in scriptaculous by nick</title>
		<link>http://feedproxy.google.com/~r/comments4giancarlodimassa/~3/gsj2H154WM0/</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sun, 29 Jun 2008 18:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://giancarlo.dimassa.net/2007/07/11/elastic-and-bouncing-transitions-in-scriptaculous/#comment-249</guid>
		<description>I'd recommend checking out the animation capabilities of the Gapjumper framework (http://www.gapjumper.com). The framework is still in development, but the animation support is already pretty sophisticated and very easy to use.</description>
		<content:encoded><![CDATA[<p>I&#8217;d recommend checking out the animation capabilities of the Gapjumper framework (<a target="_blank" href="http://www.gapjumper.com)"  rel="nofollow">http://www.gapjumper.com)</a>. The framework is still in development, but the animation support is already pretty sophisticated and very easy to use.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/Fn8YcgT3XnjjTvNmrbGhkqs6FUc/0/da"><img src="http://feedads.g.doubleclick.net/~a/Fn8YcgT3XnjjTvNmrbGhkqs6FUc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Fn8YcgT3XnjjTvNmrbGhkqs6FUc/1/da"><img src="http://feedads.g.doubleclick.net/~a/Fn8YcgT3XnjjTvNmrbGhkqs6FUc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/comments4giancarlodimassa/~4/gsj2H154WM0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://giancarlo.dimassa.net/2007/07/11/elastic-and-bouncing-transitions-in-scriptaculous/comment-page-1/#comment-249</feedburner:origLink></item>
</channel>
</rss>
