<?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/"
		>
<channel>
	<title>Comments for /home/nick</title>
	<atom:link href="http://whatwouldnickdo.com/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://whatwouldnickdo.com/wordpress</link>
	<description>Discussions on Programming, Linux, Android, and whatever else!!!</description>
	<lastBuildDate>Sat, 01 Oct 2011 11:33:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on GWT Right-click Context Menu by Santlal</title>
		<link>http://whatwouldnickdo.com/wordpress/370/gwt-right-click-context-menu/comment-page-1/#comment-15197</link>
		<dc:creator>Santlal</dc:creator>
		<pubDate>Sat, 01 Oct 2011 11:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://whatwouldnickdo.com/wordpress/?p=370#comment-15197</guid>
		<description>Hello
I am using above example with gwt 2.3 I does not prevent context menu . Could anyone please help me. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello<br />
I am using above example with gwt 2.3 I does not prevent context menu . Could anyone please help me. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling multiple methods from one RemoteObject in Flex and Actionscript using BlazeDS by r</title>
		<link>http://whatwouldnickdo.com/wordpress/532/calling-multiple-methods-from-one-remoteobject-in-flex-and-actionscript-using-blazeds/comment-page-1/#comment-11727</link>
		<dc:creator>r</dc:creator>
		<pubDate>Tue, 05 Jul 2011 15:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://whatwouldnickdo.com/wordpress/?p=532#comment-11727</guid>
		<description>Very helpful!!! Thanks! Great job!</description>
		<content:encoded><![CDATA[<p>Very helpful!!! Thanks! Great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse C/C++ and Linux Libraries by Morris</title>
		<link>http://whatwouldnickdo.com/wordpress/328/eclipse-cdt-and-linux-libraries/comment-page-1/#comment-11463</link>
		<dc:creator>Morris</dc:creator>
		<pubDate>Tue, 28 Jun 2011 14:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://whatwouldnickdo.com/wordpress/?p=328#comment-11463</guid>
		<description>Perfect! It&#039;s just what I was looking for!

Thank you!</description>
		<content:encoded><![CDATA[<p>Perfect! It&#8217;s just what I was looking for!</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Inserting javascript into GWT using JSNI by omidp</title>
		<link>http://whatwouldnickdo.com/wordpress/294/inserting-javascript-into-gwt-using-jsni/comment-page-1/#comment-9833</link>
		<dc:creator>omidp</dc:creator>
		<pubDate>Mon, 23 May 2011 08:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://whatwouldnickdo.com/wordpress/?p=294#comment-9833</guid>
		<description>Hi,

how can i call bringToFront() in javascript ?

regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>how can i call bringToFront() in javascript ?</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse C/C++ and Linux Libraries by Jason</title>
		<link>http://whatwouldnickdo.com/wordpress/328/eclipse-cdt-and-linux-libraries/comment-page-1/#comment-8912</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 05 May 2011 13:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://whatwouldnickdo.com/wordpress/?p=328#comment-8912</guid>
		<description>If I want eclipse to build using the static libraries, I understand that I use the same process and do not include the lib or .a in the name, but how to I tell eclipse to use the static library instead of the shared library?

Thanks.</description>
		<content:encoded><![CDATA[<p>If I want eclipse to build using the static libraries, I understand that I use the same process and do not include the lib or .a in the name, but how to I tell eclipse to use the static library instead of the shared library?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Charts in GWT with gchart by Mark</title>
		<link>http://whatwouldnickdo.com/wordpress/264/simple-charts-in-gwt-with-gchart/comment-page-1/#comment-8204</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 22 Apr 2011 08:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://whatwouldnickdo.com/wordpress/?p=264#comment-8204</guid>
		<description>Hi,I&#039;m learning GChart recently.I have some problems,can you help me?
I use Method setTickLabelFormat(&quot;#&quot;) to set Y-Axis&#039;s ticks,but it also influences the point&#039;s hovertextformat which display on the chart.
Now I want to make the ticks on Y-Axis(also Y2-Axis) display as (int),and the point&#039;s hovertext display as (double).
That how should I do?
Thank you!</description>
		<content:encoded><![CDATA[<p>Hi,I&#8217;m learning GChart recently.I have some problems,can you help me?<br />
I use Method setTickLabelFormat(&#8220;#&#8221;) to set Y-Axis&#8217;s ticks,but it also influences the point&#8217;s hovertextformat which display on the chart.<br />
Now I want to make the ticks on Y-Axis(also Y2-Axis) display as (int),and the point&#8217;s hovertext display as (double).<br />
That how should I do?<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse C/C++ and Linux Libraries by Nilay Badavne</title>
		<link>http://whatwouldnickdo.com/wordpress/328/eclipse-cdt-and-linux-libraries/comment-page-1/#comment-6910</link>
		<dc:creator>Nilay Badavne</dc:creator>
		<pubDate>Tue, 25 Jan 2011 03:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://whatwouldnickdo.com/wordpress/?p=328#comment-6910</guid>
		<description>I was breaking my head over getting my project working with static libraries!

Your tips helped a lot!

Many thanks!

~Nilay</description>
		<content:encoded><![CDATA[<p>I was breaking my head over getting my project working with static libraries!</p>
<p>Your tips helped a lot!</p>
<p>Many thanks!</p>
<p>~Nilay</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ** Unable to load Mozilla for hosted mode ** (GWT &amp; Ubuntu 8.10 Linux) by Kalpana Tekuri</title>
		<link>http://whatwouldnickdo.com/wordpress/99/unable-to-load-mozilla-for-hosted-mode-gwt-ubuntu-810-linux/comment-page-1/#comment-5294</link>
		<dc:creator>Kalpana Tekuri</dc:creator>
		<pubDate>Wed, 08 Dec 2010 11:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://whatwouldnickdo.com/wordpress/?p=99#comment-5294</guid>
		<description>Running a GWT application in ubuntu. but i am facing problem in loading the app in hosted mode. Can any one tell me the problem

[ERROR] 503 - GET /ehrgwt.html (127.0.0.1) 1318 bytes


Thx in advance

KAlpana</description>
		<content:encoded><![CDATA[<p>Running a GWT application in ubuntu. but i am facing problem in loading the app in hosted mode. Can any one tell me the problem</p>
<p>[ERROR] 503 &#8211; GET /ehrgwt.html (127.0.0.1) 1318 bytes</p>
<p>Thx in advance</p>
<p>KAlpana</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse C/C++ and Linux Libraries by Dave</title>
		<link>http://whatwouldnickdo.com/wordpress/328/eclipse-cdt-and-linux-libraries/comment-page-1/#comment-4938</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 24 Nov 2010 18:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://whatwouldnickdo.com/wordpress/?p=328#comment-4938</guid>
		<description>Thanks...I am a java developer and new to the c environment so this really helped me a lot</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;I am a java developer and new to the c environment so this really helped me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse C/C++ and Linux Libraries by Bertrand</title>
		<link>http://whatwouldnickdo.com/wordpress/328/eclipse-cdt-and-linux-libraries/comment-page-1/#comment-4922</link>
		<dc:creator>Bertrand</dc:creator>
		<pubDate>Wed, 24 Nov 2010 09:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://whatwouldnickdo.com/wordpress/?p=328#comment-4922</guid>
		<description>Your post is quite straightforward but i&#039;ve been stuck for days by this simple prefix removing thing.
thank&#039;s a lot.</description>
		<content:encoded><![CDATA[<p>Your post is quite straightforward but i&#8217;ve been stuck for days by this simple prefix removing thing.<br />
thank&#8217;s a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

