<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Keyboard Face &#187; AJAX</title>
	<atom:link href="http://www.keyboardface.com/archives/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keyboardface.com</link>
	<description>when you find QWERTY imprinted on your cheek - it&#039;s time to go to bed.</description>
	<lastBuildDate>Sat, 03 Dec 2011 17:36:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Javascript not loading using AJAX for ASP.NET</title>
		<link>http://www.keyboardface.com/archives/2007/05/23/javascript-not-loading-using-ajax-for-aspnet/</link>
		<comments>http://www.keyboardface.com/archives/2007/05/23/javascript-not-loading-using-ajax-for-aspnet/#comments</comments>
		<pubDate>Wed, 23 May 2007 22:50:40 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.keyboardface.com/archives/2007/05/23/javascript-not-loading-using-ajax-for-aspnet/</guid>
		<description><![CDATA[Microsoft came out with an AJAX library for use with ASP.NET 2.0. They have a great support website located at ajax.asp.net. Lots of great videos and it works easily when you create a new website from scratch. I ran into trouble when trying to use their AJAX library with an existing website. It wouldn&#8217;t give [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft came out with an AJAX library for use with ASP.NET 2.0.  They have a great support website located at ajax.asp.net. Lots of great videos and it works easily when you create a new website from scratch. </p>
<p>I ran into trouble when trying to use their AJAX library with an existing website. It wouldn&#8217;t give me any errors, the javascript just wouldn&#8217;t work with any of the AJAX controls. It was as if the AJAX didn&#8217;t exist! </p>
<p>After about an hour of searching and head scratching I figured that it must be web.config&#8217;s fault.  I found a page that talks about updating your web.config for integrating the AJAX library into your site. Here it is: </p>
<p><a href="http://ajax.asp.net/docs/ConfiguringASPNETAJAX.aspx">http://ajax.asp.net/docs/ConfiguringASPNETAJAX.aspx</a></p>
<p>I followed all the directions and like magic, my site works with AJAX now! Phew. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyboardface.com/archives/2007/05/23/javascript-not-loading-using-ajax-for-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Adds Geocoding Feature to Google Maps API</title>
		<link>http://www.keyboardface.com/archives/2006/06/27/google-adds-geocoding-feature-to-google-maps-api/</link>
		<comments>http://www.keyboardface.com/archives/2006/06/27/google-adds-geocoding-feature-to-google-maps-api/#comments</comments>
		<pubDate>Tue, 27 Jun 2006 22:18:29 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://www.keyboardface.com/archives/2006/06/27/google-adds-geocoding-feature-to-google-maps-api/</guid>
		<description><![CDATA[This is an update to a previous post where I lamented on Google&#8217;s lack of a geocoding feature in their Google Maps API. I suggested that you combine Yahoo&#8217;s Geocoding API with Google&#8217;s to get the functionality that you might need. They just added a Geocoding feature to their API, though! Here&#8217;s an article that [...]]]></description>
			<content:encoded><![CDATA[<p>This is an update to a <a href="http://www.keyboardface.com/archives/2005/12/28/yahoo-geocoding-api-and-google-maps-api/">previous post</a> where I lamented on Google&#8217;s lack of a geocoding feature in their <a href="http://www.google.com/apis/maps/">Google Maps API</a>. I suggested that you combine <a href="http://developer.yahoo.com/maps/rest/V1/geocode.html">Yahoo&#8217;s Geocoding API </a>with Google&#8217;s to get the functionality that you might need. </p>
<p>They just added a Geocoding feature to their API, though! Here&#8217;s an article that goes more into it:</p>
<p><a href="http://ajaxian.com/archives/geocoding-with-googles-maps-api">http://ajaxian.com/archives/geocoding-with-googles-maps-api</a></p>
<p>Here&#8217;s the Official Google Maps API Blog Post: </p>
<p><a href="http://googlemapsapi.blogspot.com/2006/06/geocoding-at-last.html">http://googlemapsapi.blogspot.com/2006/06/geocoding-at-last.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyboardface.com/archives/2006/06/27/google-adds-geocoding-feature-to-google-maps-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Web Toolkit</title>
		<link>http://www.keyboardface.com/archives/2006/05/24/google-web-toolkit/</link>
		<comments>http://www.keyboardface.com/archives/2006/05/24/google-web-toolkit/#comments</comments>
		<pubDate>Thu, 25 May 2006 06:13:45 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.keyboardface.com/archives/2006/05/24/google-web-toolkit/</guid>
		<description><![CDATA[Wow, Google just released an AJAX programming tool called the Google Web Toolkit. It is a AJAX development environment that allows you to easily develop applications like Google Maps and GMail. The language is Java (not javascript), althought it ends up outputting a mixture of javascript and HTML when you &#8220;compile&#8221; it. I don&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, Google just released an AJAX programming tool called the  <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a>.</p>
<p>It is a AJAX development environment that allows you to easily develop applications like Google Maps and GMail.  The language is Java (not javascript), althought it ends up outputting a mixture of javascript and HTML when you &#8220;compile&#8221; it. </p>
<p>I don&#8217;t know much of Java, but this has peaked my interest. I&#8217;m definitely going to be playing around with this one. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyboardface.com/archives/2006/05/24/google-web-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

