<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>Driven By Curiosity</title>
	<link>http://www.drivenbycuriosity.com/mywp</link>
	<description>GWT, Websites, Circuits,  Embedded Systems, GPL, and more.</description>
	<pubDate>Tue, 22 Apr 2008 08:12:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Accessing PHP pages in Hosted Mode GWT</title>
		<link>http://www.drivenbycuriosity.com/mywp/?p=52</link>
		<comments>http://www.drivenbycuriosity.com/mywp/?p=52#comments</comments>
		<pubDate>Tue, 16 Jan 2007 02:08:56 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
		
	<category>Google Web Toolkit</category>
		<guid isPermaLink="false">http://www.drivenbycuriosity.com/mywp/?p=52</guid>
		<description><![CDATA[Accessing PHP pages for debugging in hosted mode has been an issue mostly confined to those running Linux systems prior to IE7. Now the question comes up for Windows developers as well. I never liked the Tomcat proxy idea since it lends  itself to writing code using GWT.isScript(), which I would rather avoid. I [...]]]></description>
		<wfw:commentRSS>http://www.drivenbycuriosity.com/mywp/?feed=rss2&amp;p=52</wfw:commentRSS>
		</item>
		<item>
		<title>New project time, updates to tutorials too</title>
		<link>http://www.drivenbycuriosity.com/mywp/?p=51</link>
		<comments>http://www.drivenbycuriosity.com/mywp/?p=51#comments</comments>
		<pubDate>Wed, 29 Nov 2006 03:30:12 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
		
	<category>Google Web Toolkit</category>
		<guid isPermaLink="false">http://www.drivenbycuriosity.com/mywp/?p=51</guid>
		<description><![CDATA[I am starting a new project using GWT for the client side again. This is exciting because I will use it as an excuse to update the tutorials for the new 1.2 version of the toolkit. I&#8217;m looking forward to seeing what improvements I can make with the new features, especially the http features. From [...]]]></description>
		<wfw:commentRSS>http://www.drivenbycuriosity.com/mywp/?feed=rss2&amp;p=51</wfw:commentRSS>
		</item>
		<item>
		<title>Embedding PHP in GWT-generated files?</title>
		<link>http://www.drivenbycuriosity.com/mywp/?p=49</link>
		<comments>http://www.drivenbycuriosity.com/mywp/?p=49#comments</comments>
		<pubDate>Wed, 27 Sep 2006 17:13:06 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
		
	<category>Google Web Toolkit</category>
		<guid isPermaLink="false">http://www.drivenbycuriosity.com/mywp/?p=49</guid>
		<description><![CDATA[I got to wondering if it would be possible to add PHP to the output of the web tookit compiler.  In short, the answer is yes.  I&#8217;ll have to play around with it some more to see what code ends up in cached files and what code goes to nocache files, since that [...]]]></description>
		<wfw:commentRSS>http://www.drivenbycuriosity.com/mywp/?feed=rss2&amp;p=49</wfw:commentRSS>
		</item>
		<item>
		<title>Iterating over a hashmap within GWT</title>
		<link>http://www.drivenbycuriosity.com/mywp/?p=48</link>
		<comments>http://www.drivenbycuriosity.com/mywp/?p=48#comments</comments>
		<pubDate>Mon, 25 Sep 2006 06:22:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
		
	<category>Google Web Toolkit</category>
		<guid isPermaLink="false">http://www.drivenbycuriosity.com/mywp/?p=48</guid>
		<description><![CDATA[I have seen several searches looking for information on hashmaps within the Google Web Toolkit.  As part of the &#8216;String-based RPC&#8217; sample code (found here), I use hashmaps to store pending requests.  If a call to HTTPRequest.AsyncPost fails (i.e. returns false, a condition which I have never seen and from what I recall from looking [...]]]></description>
		<wfw:commentRSS>http://www.drivenbycuriosity.com/mywp/?feed=rss2&amp;p=48</wfw:commentRSS>
		</item>
		<item>
		<title>PHP / GWT RPC Tutorial</title>
		<link>http://www.drivenbycuriosity.com/mywp/?p=47</link>
		<comments>http://www.drivenbycuriosity.com/mywp/?p=47#comments</comments>
		<pubDate>Thu, 14 Sep 2006 23:05:49 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
		
	<category>Google Web Toolkit</category>
		<guid isPermaLink="false">http://www.drivenbycuriosity.com/mywp/?p=47</guid>
		<description><![CDATA[I&#8217;ve posted a new tutorial here documenting a string-based approach to an RPC mechanism.  This is not the &#8216;real&#8217; GWT wire protocol.  Rather it is a stronger and more convenient method extended from the previous tutorials.  If you are passing form data between a PHP server and a GWT client, this may help simplify your [...]]]></description>
		<wfw:commentRSS>http://www.drivenbycuriosity.com/mywp/?feed=rss2&amp;p=47</wfw:commentRSS>
		</item>
		<item>
		<title>Inserting a Widget into Existing HTML</title>
		<link>http://www.drivenbycuriosity.com/mywp/?p=45</link>
		<comments>http://www.drivenbycuriosity.com/mywp/?p=45#comments</comments>
		<pubDate>Sat, 02 Sep 2006 18:01:45 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
		
	<category>Google Web Toolkit</category>
		<guid isPermaLink="false">http://www.drivenbycuriosity.com/mywp/?p=45</guid>
		<description><![CDATA[This was a little trick that I finally found.  I have a template page with a left-column navigation bar.  I wanted to add a feedback function to this nav bar.  This got me to the question of what the RootPanel is and what needs to happen to add functionality.
I figured that widgets are ultimately DOM [...]]]></description>
		<wfw:commentRSS>http://www.drivenbycuriosity.com/mywp/?feed=rss2&amp;p=45</wfw:commentRSS>
		</item>
		<item>
		<title>AdSense with GWT?</title>
		<link>http://www.drivenbycuriosity.com/mywp/?p=43</link>
		<comments>http://www.drivenbycuriosity.com/mywp/?p=43#comments</comments>
		<pubDate>Wed, 30 Aug 2006 18:19:22 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
		
	<category>Google Web Toolkit</category>
		<guid isPermaLink="false">http://www.drivenbycuriosity.com/mywp/?p=43</guid>
		<description><![CDATA[I am involved with several sites that work very well with AdSense.  At this point, these are sites that are strictly HTML, with no dynamic content whatsoever (purely content).  The question I have been asking myself is whether I can use GWT to possibly improve my AdSense performance.
I have seen a few questions [...]]]></description>
		<wfw:commentRSS>http://www.drivenbycuriosity.com/mywp/?feed=rss2&amp;p=43</wfw:commentRSS>
		</item>
		<item>
		<title>Regular Expressions via RPC</title>
		<link>http://www.drivenbycuriosity.com/mywp/?p=44</link>
		<comments>http://www.drivenbycuriosity.com/mywp/?p=44#comments</comments>
		<pubDate>Sat, 26 Aug 2006 05:31:28 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
		
	<category>Google Web Toolkit</category>
		<guid isPermaLink="false">http://www.drivenbycuriosity.com/mywp/?p=44</guid>
		<description><![CDATA[I have found the regular expression support in GWT (if not JavaScript in general) to be more limited than what I am used to from PHP.  This is fine &#8212; it&#8217;s powerful enough for most form validation, and a nice tool to use for simple parsing.  But there are times when that&#8217;s just [...]]]></description>
		<wfw:commentRSS>http://www.drivenbycuriosity.com/mywp/?feed=rss2&amp;p=44</wfw:commentRSS>
		</item>
		<item>
		<title>urlencode in GWT</title>
		<link>http://www.drivenbycuriosity.com/mywp/?p=41</link>
		<comments>http://www.drivenbycuriosity.com/mywp/?p=41#comments</comments>
		<pubDate>Mon, 14 Aug 2006 15:38:35 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
		
	<category>Google Web Toolkit</category>
		<guid isPermaLink="false">http://www.drivenbycuriosity.com/mywp/?p=41</guid>
		<description><![CDATA[I was having some difficulty finding exact details about support for url encoding in javascript/GWT.  The most correct method for matching urlencode is to use encodeURIComponent.  I can&#8217;t find the exact link again, but one source said that support for encodeURIComponent was unreliable across JavaScript implementations.  Another reference compared escape, encodeURI and encodeURIComponent and their [...]]]></description>
		<wfw:commentRSS>http://www.drivenbycuriosity.com/mywp/?feed=rss2&amp;p=41</wfw:commentRSS>
		</item>
		<item>
		<title>Upcoming RPC tutorial</title>
		<link>http://www.drivenbycuriosity.com/mywp/?p=40</link>
		<comments>http://www.drivenbycuriosity.com/mywp/?p=40#comments</comments>
		<pubDate>Fri, 04 Aug 2006 22:04:18 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
		
	<category>Google Web Toolkit</category>
		<guid isPermaLink="false">http://www.drivenbycuriosity.com/mywp/?p=40</guid>
		<description><![CDATA[I&#8217;m working on the finishing touches of another tutorial article for PHP / GWT.  Sticking with a simple and superficial approach, it is largely an extension of the previous tutorials.  It won&#8217;t totally replace the mechanism in GWT, but since that&#8217;s not easily available to PHP developers (yet), it is useful.  Plus it makes for [...]]]></description>
		<wfw:commentRSS>http://www.drivenbycuriosity.com/mywp/?feed=rss2&amp;p=40</wfw:commentRSS>
		</item>
	</channel>
</rss>

