<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for The Developer Wing Gone Mad!</title>
	<link>http://www.evolvingsolutions.ca/devwing</link>
	<description>The joys of developing software &#038; other stuff by Adrian Nadeau</description>
	<pubDate>Sun, 01 Aug 2010 07:27:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>Comment on Google Calendar API and the Java Client Library by Oak</title>
		<link>http://www.evolvingsolutions.ca/devwing/2006/08/17/google-calendar-api-and-the-java-client-library/#comment-11292</link>
		<pubDate>Fri, 10 Aug 2007 08:25:26 +0000</pubDate>
		<guid>http://www.evolvingsolutions.ca/devwing/2006/08/17/google-calendar-api-and-the-java-client-library/#comment-11292</guid>
					<description>Hi Adrian.
Do you try about YUI. I think it is best library Ajax and it has complete document.</description>
		<content:encoded><![CDATA[<p>Hi Adrian.<br />
Do you try about YUI. I think it is best library Ajax and it has complete document.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Hey&#8230; Where&#8217;d my Cheese Go? by anadeau</title>
		<link>http://www.evolvingsolutions.ca/devwing/2007/01/10/hey-whered-my-cheese-go/#comment-3783</link>
		<pubDate>Tue, 06 Mar 2007 00:26:59 +0000</pubDate>
		<guid>http://www.evolvingsolutions.ca/devwing/2007/01/10/hey-whered-my-cheese-go/#comment-3783</guid>
					<description>Hey Tracy,

Yeah, itâ€™s a great book and really short to boot! Check it out sometime, I know a lot of people that have enjoyed it! Watch out for that little wiggins fella though! (joking)

Hope you get to read the book!

Cheers,
Adrian</description>
		<content:encoded><![CDATA[<p>Hey Tracy,</p>
<p>Yeah, itâ€™s a great book and really short to boot! Check it out sometime, I know a lot of people that have enjoyed it! Watch out for that little wiggins fella though! (joking)</p>
<p>Hope you get to read the book!</p>
<p>Cheers,<br />
Adrian
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Hey&#8230; Where&#8217;d my Cheese Go? by Tracy</title>
		<link>http://www.evolvingsolutions.ca/devwing/2007/01/10/hey-whered-my-cheese-go/#comment-3776</link>
		<pubDate>Mon, 05 Mar 2007 23:13:29 +0000</pubDate>
		<guid>http://www.evolvingsolutions.ca/devwing/2007/01/10/hey-whered-my-cheese-go/#comment-3776</guid>
					<description>OK... you just totally described me as well.

Hhhmm... It's weird how things happen.  I was going through some papers from my previous job only a day or two ago and came across something on a workshop that I'd gone to a few years ago.  The workshop material was based on 'Who Moved My Cheese'.

So.. I'm on Facebook and none other than Mr. Mike Wiggins (a friend from high school) shows up.  I look at his friend list and notice this link to evolvingsolutions.ca.  The first thing I come to is this post.  

I think the universe is telling me to READ THIS BOOK!  lol!</description>
		<content:encoded><![CDATA[<p>OK&#8230; you just totally described me as well.</p>
<p>Hhhmm&#8230; It&#8217;s weird how things happen.  I was going through some papers from my previous job only a day or two ago and came across something on a workshop that I&#8217;d gone to a few years ago.  The workshop material was based on &#8216;Who Moved My Cheese&#8217;.</p>
<p>So.. I&#8217;m on Facebook and none other than Mr. Mike Wiggins (a friend from high school) shows up.  I look at his friend list and notice this link to evolvingsolutions.ca.  The first thing I come to is this post.  </p>
<p>I think the universe is telling me to READ THIS BOOK!  lol!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using the Java Client Library with Google Calendar API - PART 2 by MikeR</title>
		<link>http://www.evolvingsolutions.ca/devwing/2006/09/21/using-the-java-client-library-with-google-calendar-api/#comment-3769</link>
		<pubDate>Mon, 05 Mar 2007 22:21:08 +0000</pubDate>
		<guid>http://www.evolvingsolutions.ca/devwing/2006/09/21/using-the-java-client-library-with-google-calendar-api/#comment-3769</guid>
					<description>Hi,

I tried and could get it to work even without the extensions.
Turns out the projection of my URL was basic instead of full. YMMV but the first link should be safe to remove, the extension line might work, you'll have to test it :) 

 // Send the request and receive the response:
/************************
 Feed resultFeed = (Feed)calendarService.query(myQuery, Feed.class);
                                   
 new EventFeed().declareExtensions(calendarService.getExtensionProfile());
*********************/

calFeed = (EventFeed) 
calendarService.query(myQuery,EventFeed.class);</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried and could get it to work even without the extensions.<br />
Turns out the projection of my URL was basic instead of full. YMMV but the first link should be safe to remove, the extension line might work, you&#8217;ll have to test it <img src='http://www.evolvingsolutions.ca/devwing/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p> // Send the request and receive the response:<br />
/************************<br />
 Feed resultFeed = (Feed)calendarService.query(myQuery, Feed.class);</p>
<p> new EventFeed().declareExtensions(calendarService.getExtensionProfile());<br />
*********************/</p>
<p>calFeed = (EventFeed)<br />
calendarService.query(myQuery,EventFeed.class);
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using the Java Client Library with Google Calendar API - PART 2 by anadeau</title>
		<link>http://www.evolvingsolutions.ca/devwing/2006/09/21/using-the-java-client-library-with-google-calendar-api/#comment-3723</link>
		<pubDate>Mon, 05 Mar 2007 14:00:07 +0000</pubDate>
		<guid>http://www.evolvingsolutions.ca/devwing/2006/09/21/using-the-java-client-library-with-google-calendar-api/#comment-3723</guid>
					<description>Hello Mike,

That's a good question.  It's been quite awhile since I worked on the Google Calendar API code.  I think the first line:

Feed resultFeed = (Feed)myService.query(myQuery, Feed.class);

has to be there but I guess you could try it without.  Obviously if it doesn't have to be there it would be a good idea to remove it, one less call.  Let me know if you try it without and I can update the code also.

Adrian</description>
		<content:encoded><![CDATA[<p>Hello Mike,</p>
<p>That&#8217;s a good question.  It&#8217;s been quite awhile since I worked on the Google Calendar API code.  I think the first line:</p>
<p>Feed resultFeed = (Feed)myService.query(myQuery, Feed.class);</p>
<p>has to be there but I guess you could try it without.  Obviously if it doesn&#8217;t have to be there it would be a good idea to remove it, one less call.  Let me know if you try it without and I can update the code also.</p>
<p>Adrian
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using the Java Client Library with Google Calendar API - PART 2 by MikeR</title>
		<link>http://www.evolvingsolutions.ca/devwing/2006/09/21/using-the-java-client-library-with-google-calendar-api/#comment-3717</link>
		<pubDate>Mon, 05 Mar 2007 11:08:35 +0000</pubDate>
		<guid>http://www.evolvingsolutions.ca/devwing/2006/09/21/using-the-java-client-library-with-google-calendar-api/#comment-3717</guid>
					<description>Hi,

Your code about the date range query will probably help me fix a bug in my code (use the extensions!).

One question though, the query is executed twice in your code, is there a reason for this or just a copy/paste error?

Here is the code I'm talking about:

  // Send the request and receive the response:

    Feed resultFeed = (Feed)myService.query(myQuery, Feed.class);

    new EventFeed().declareExtensions(myService.getExtensionProfile());
    EventFeed calFeed = (EventFeed) myService.query(myQuery,EventFeed.class);</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Your code about the date range query will probably help me fix a bug in my code (use the extensions!).</p>
<p>One question though, the query is executed twice in your code, is there a reason for this or just a copy/paste error?</p>
<p>Here is the code I&#8217;m talking about:</p>
<p>  // Send the request and receive the response:</p>
<p>    Feed resultFeed = (Feed)myService.query(myQuery, Feed.class);</p>
<p>    new EventFeed().declareExtensions(myService.getExtensionProfile());<br />
    EventFeed calFeed = (EventFeed) myService.query(myQuery,EventFeed.class);
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Just be nice when it comes to Customer Service&#8230; and Life! by The Perfect Balance &#187; Just Be Nice (JBN)</title>
		<link>http://www.evolvingsolutions.ca/devwing/2006/12/13/just-be-nice-when-it-comes-to-customer-service/#comment-1302</link>
		<pubDate>Fri, 15 Dec 2006 16:23:13 +0000</pubDate>
		<guid>http://www.evolvingsolutions.ca/devwing/2006/12/13/just-be-nice-when-it-comes-to-customer-service/#comment-1302</guid>
					<description>[...] As mentioned before I usually like to have a post every once in awhile called the &amp;#8220;Reality Check with Robin Sharma&amp;#8221;. Well today is a Reality Check with Robin and Adrian on just being nice. Click here to see Adrians&amp;#8217; post or here for Robins&amp;#8217;. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] As mentioned before I usually like to have a post every once in awhile called the &#8220;Reality Check with Robin Sharma&#8221;. Well today is a Reality Check with Robin and Adrian on just being nice. Click here to see Adrians&#8217; post or here for Robins&#8217;. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using the Java Client Library with Google Calendar API - PART 2 by Adrian Nadeau</title>
		<link>http://www.evolvingsolutions.ca/devwing/2006/09/21/using-the-java-client-library-with-google-calendar-api/#comment-1224</link>
		<pubDate>Sat, 02 Dec 2006 03:39:40 +0000</pubDate>
		<guid>http://www.evolvingsolutions.ca/devwing/2006/09/21/using-the-java-client-library-with-google-calendar-api/#comment-1224</guid>
					<description>No problem, glad it helped out.

-- Adrian</description>
		<content:encoded><![CDATA[<p>No problem, glad it helped out.</p>
<p>&#8211; Adrian
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using the Java Client Library with Google Calendar API - PART 2 by Andie</title>
		<link>http://www.evolvingsolutions.ca/devwing/2006/09/21/using-the-java-client-library-with-google-calendar-api/#comment-1132</link>
		<pubDate>Thu, 16 Nov 2006 20:33:35 +0000</pubDate>
		<guid>http://www.evolvingsolutions.ca/devwing/2006/09/21/using-the-java-client-library-with-google-calendar-api/#comment-1132</guid>
					<description>Thanks, this really helped me in the development of a simple app that downloads the events for the next four weeks, and lets you add events offline that are uploaded when you come back online. Please post more code examples when you have em! 

cheers
/Andie</description>
		<content:encoded><![CDATA[<p>Thanks, this really helped me in the development of a simple app that downloads the events for the next four weeks, and lets you add events offline that are uploaded when you come back online. Please post more code examples when you have em! </p>
<p>cheers<br />
/Andie
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Advertisers paying for blog reviews by The Commerce360 Blog</title>
		<link>http://www.evolvingsolutions.ca/devwing/2006/11/11/advertisers-paying-for-blog-reviews/#comment-1114</link>
		<pubDate>Sun, 12 Nov 2006 07:04:15 +0000</pubDate>
		<guid>http://www.evolvingsolutions.ca/devwing/2006/11/11/advertisers-paying-for-blog-reviews/#comment-1114</guid>
					<description>&lt;strong&gt;Reviews Get Another Boost, Or Do They?...&lt;/strong&gt;

Opinions and Reviews are in many ways the basis of Marketing2.0. Consumers now have a voice, Brands are not defined by company's, Etc. Etc. Etc. The reviews on Amazon.com and Epinions were the first wave, followed by affinity forums where......</description>
		<content:encoded><![CDATA[<p><strong>Reviews Get Another Boost, Or Do They?&#8230;</strong></p>
<p>Opinions and Reviews are in many ways the basis of Marketing2.0. Consumers now have a voice, Brands are not defined by company&#8217;s, Etc. Etc. Etc. The reviews on Amazon.com and Epinions were the first wave, followed by affinity forums where&#8230;&#8230;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
