<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Quick Geocoding Using Google</title>
	<atom:link href="http://christopherbeck.wordpress.com/2008/08/05/quick-geocoding-using-google/feed/" rel="self" type="application/rss+xml" />
	<link>http://christopherbeck.wordpress.com/2008/08/05/quick-geocoding-using-google/</link>
	<description>Yet another tech blog on Oracle, ApEx and PL/SQL development ( and other rants, just to keep it interesting ).</description>
	<lastBuildDate>Mon, 14 Dec 2009 12:23:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christopher Beck</title>
		<link>http://christopherbeck.wordpress.com/2008/08/05/quick-geocoding-using-google/#comment-296</link>
		<dc:creator>Christopher Beck</dc:creator>
		<pubDate>Fri, 13 Nov 2009 11:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://christopherbeck.wordpress.com/?p=41#comment-296</guid>
		<description>Scott,

The admins have informed me that http from apex.oracle.com is blocked for everyone.  There are just too many possible security and performance issues if it was wide open for the general public to use.  Same goes for all the network protocols ( ftp, smtp, ... ) out of the database hosted on apex.oracle.com

chris.</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>The admins have informed me that http from apex.oracle.com is blocked for everyone.  There are just too many possible security and performance issues if it was wide open for the general public to use.  Same goes for all the network protocols ( ftp, smtp, &#8230; ) out of the database hosted on apex.oracle.com</p>
<p>chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Wesley</title>
		<link>http://christopherbeck.wordpress.com/2008/08/05/quick-geocoding-using-google/#comment-295</link>
		<dc:creator>Scott Wesley</dc:creator>
		<pubDate>Fri, 13 Nov 2009 07:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://christopherbeck.wordpress.com/?p=41#comment-295</guid>
		<description>G&#039;day Christopher,

I was also trying to experiment with the google geocode API in apex.oracle.com, but came across the ORA-24247 issue. 

I&#039;ve searched the OTN forums for information on this to no avail. I was wondering what feedback you got? 

Cheers.</description>
		<content:encoded><![CDATA[<p>G&#8217;day Christopher,</p>
<p>I was also trying to experiment with the google geocode API in apex.oracle.com, but came across the ORA-24247 issue. </p>
<p>I&#8217;ve searched the OTN forums for information on this to no avail. I was wondering what feedback you got? </p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Beck</title>
		<link>http://christopherbeck.wordpress.com/2008/08/05/quick-geocoding-using-google/#comment-80</link>
		<dc:creator>Christopher Beck</dc:creator>
		<pubDate>Thu, 09 Apr 2009 20:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://christopherbeck.wordpress.com/?p=41#comment-80</guid>
		<description>Thanks.  I have made use of this a few times in apps that I have written.  Getting google to display its dynamic maps in APEX is just as easy too.

As for the UK geocoding, should not be an issue.  Just try out my app with your UK address and you should get back the proper lat/long.</description>
		<content:encoded><![CDATA[<p>Thanks.  I have made use of this a few times in apps that I have written.  Getting google to display its dynamic maps in APEX is just as easy too.</p>
<p>As for the UK geocoding, should not be an issue.  Just try out my app with your UK address and you should get back the proper lat/long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kubilay</title>
		<link>http://christopherbeck.wordpress.com/2008/08/05/quick-geocoding-using-google/#comment-79</link>
		<dc:creator>Kubilay</dc:creator>
		<pubDate>Thu, 09 Apr 2009 17:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://christopherbeck.wordpress.com/?p=41#comment-79</guid>
		<description>Chris

Greate Apex post! I am trying to get google geocoding to work with at least static maps, for my existing hosted by oracle apex site. All I need is the lat,long for a UK postcode. 

Did the apex.oracle.com admins come back to you? Will they ever let access to 3rd party APIs. It is a shame we are locked up from the world in apex.oracle.com. 

Any news from them, what did they say? 

Many thanks

Kind Regards

Kubilay</description>
		<content:encoded><![CDATA[<p>Chris</p>
<p>Greate Apex post! I am trying to get google geocoding to work with at least static maps, for my existing hosted by oracle apex site. All I need is the lat,long for a UK postcode. </p>
<p>Did the apex.oracle.com admins come back to you? Will they ever let access to 3rd party APIs. It is a shame we are locked up from the world in apex.oracle.com. </p>
<p>Any news from them, what did they say? </p>
<p>Many thanks</p>
<p>Kind Regards</p>
<p>Kubilay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stew</title>
		<link>http://christopherbeck.wordpress.com/2008/08/05/quick-geocoding-using-google/#comment-11</link>
		<dc:creator>Stew</dc:creator>
		<pubDate>Wed, 13 Aug 2008 17:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://christopherbeck.wordpress.com/?p=41#comment-11</guid>
		<description>Very cool!  Thanks for sharing this.  I especially appreciate that you provided all the source code on apex.oracle.com too!</description>
		<content:encoded><![CDATA[<p>Very cool!  Thanks for sharing this.  I especially appreciate that you provided all the source code on apex.oracle.com too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: girl-next-door</title>
		<link>http://christopherbeck.wordpress.com/2008/08/05/quick-geocoding-using-google/#comment-7</link>
		<dc:creator>girl-next-door</dc:creator>
		<pubDate>Mon, 11 Aug 2008 13:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://christopherbeck.wordpress.com/?p=41#comment-7</guid>
		<description>Pretty cool! I&#039;m sure we can make use of this in our apps!!</description>
		<content:encoded><![CDATA[<p>Pretty cool! I&#8217;m sure we can make use of this in our apps!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://christopherbeck.wordpress.com/2008/08/05/quick-geocoding-using-google/#comment-5</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 10 Aug 2008 18:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://christopherbeck.wordpress.com/?p=41#comment-5</guid>
		<description>Patrick,

Great post! I&#039;ll be using this a lot!

Regards,
Dan</description>
		<content:encoded><![CDATA[<p>Patrick,</p>
<p>Great post! I&#8217;ll be using this a lot!</p>
<p>Regards,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://christopherbeck.wordpress.com/2008/08/05/quick-geocoding-using-google/#comment-4</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Sun, 10 Aug 2008 13:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://christopherbeck.wordpress.com/?p=41#comment-4</guid>
		<description>Shows again how simple it is to make a HTTP callout from PL/SQL. The database offers so many possibilities, developers just have to use them or know about them! :-)

Patrick</description>
		<content:encoded><![CDATA[<p>Shows again how simple it is to make a HTTP callout from PL/SQL. The database offers so many possibilities, developers just have to use them or know about them! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Patrick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
