<?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 Anand Nalya</title>
	<atom:link href="http://anandnalya.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://anandnalya.com</link>
	<description>blog</description>
	<lastBuildDate>Wed, 01 Feb 2012 00:14:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on About by Ernesto</title>
		<link>http://anandnalya.com/about/#comment-80</link>
		<dc:creator>Ernesto</dc:creator>
		<pubDate>Wed, 01 Feb 2012 00:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?page_id=2#comment-80</guid>
		<description>One of the best tutorial for s4 I have seen.
Really thanks a million for all the knowledge you shared..
Can you please contact me at my email so we can talk more about how to
do data mining with s4?
Do you have skype? I know your time must be limited but I please you to work with me
and teach me some basic stuff and then I will get the feeling on it.
Hope you can help and I dont bother
Thanks in advance</description>
		<content:encoded><![CDATA[<p>One of the best tutorial for s4 I have seen.<br />
Really thanks a million for all the knowledge you shared..<br />
Can you please contact me at my email so we can talk more about how to<br />
do data mining with s4?<br />
Do you have skype? I know your time must be limited but I please you to work with me<br />
and teach me some basic stuff and then I will get the feeling on it.<br />
Hope you can help and I dont bother<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a simple [Yahoo] S4 application by anand</title>
		<link>http://anandnalya.com/2011/09/05/building-a-simple-yahoo-s4-application/#comment-78</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Mon, 23 Jan 2012 07:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=139#comment-78</guid>
		<description>1. The string representation for the message should be the json representation, for example &lt;code&gt;{&quot;carNo&quot;:&quot;1234&quot;, &quot;yearOfMacnufature&quot;:1984,&quot;noOfKm&quot;:5230.21}&lt;/code&gt;
2. toString methods are overriden just for debugging purpose. Its not necessary.</description>
		<content:encoded><![CDATA[<p>1. The string representation for the message should be the json representation, for example <code>{"carNo":"1234", "yearOfMacnufature":1984,"noOfKm":5230.21}</code><br />
2. toString methods are overriden just for debugging purpose. Its not necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a simple [Yahoo] S4 application by Omkar</title>
		<link>http://anandnalya.com/2011/09/05/building-a-simple-yahoo-s4-application/#comment-77</link>
		<dc:creator>Omkar</dc:creator>
		<pubDate>Fri, 20 Jan 2012 13:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=139#comment-77</guid>
		<description>1) if a have a Test.java  like

class Test{
 String carNo;
 int yearOfMacnufature;
 float noOfKm;
}

and i want to send these type of objects as a event, then what should the string representation of my Message object look like:
i mean
 Message m = new Message(&quot;RawCarRecord&quot;, &quot;bean.Test&quot;, &quot;What should be the string representation for above class&quot;);

2) what is the use of overriding toString() method in each bean class(Words,Sentence)???</description>
		<content:encoded><![CDATA[<p>1) if a have a Test.java  like</p>
<p>class Test{<br />
 String carNo;<br />
 int yearOfMacnufature;<br />
 float noOfKm;<br />
}</p>
<p>and i want to send these type of objects as a event, then what should the string representation of my Message object look like:<br />
i mean<br />
 Message m = new Message(&#8220;RawCarRecord&#8221;, &#8220;bean.Test&#8221;, &#8220;What should be the string representation for above class&#8221;);</p>
<p>2) what is the use of overriding toString() method in each bean class(Words,Sentence)???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Glassfish as a service on CentOS by aim</title>
		<link>http://anandnalya.com/2009/04/07/running-glassfish-as-a-service-on-centos/#comment-74</link>
		<dc:creator>aim</dc:creator>
		<pubDate>Sat, 31 Dec 2011 18:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=56#comment-74</guid>
		<description>a great tutorial, thank you very much.</description>
		<content:encoded><![CDATA[<p>a great tutorial, thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding flash object in Facebook Apps (FBML) by aaron</title>
		<link>http://anandnalya.com/2009/01/15/embedding-flash-object-in-facebook-apps-fbml/#comment-59</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Thu, 10 Nov 2011 06:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=30#comment-59</guid>
		<description>Do I need to host my html file with the flash object? 

I have this code.





WELCoME


&lt;!--url&#039;s used in the movie--&gt;
&lt;!--text used in the movie--&gt;
&lt;!-- saved from url=(0013)about:internet --&gt;







this code was made by publishing the flash file.
please help. email me niceonedong@yahoo.com. thanks in advance.</description>
		<content:encoded><![CDATA[<p>Do I need to host my html file with the flash object? </p>
<p>I have this code.</p>
<p>WELCoME</p>
<p><!--url's used in the movie--><br />
<!--text used in the movie--><br />
<!-- saved from url=(0013)about:internet --></p>
<p>this code was made by publishing the flash file.<br />
please help. email me <a href="mailto:niceonedong@yahoo.com">niceonedong@yahoo.com</a>. thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a simple [Yahoo] S4 application by anand</title>
		<link>http://anandnalya.com/2011/09/05/building-a-simple-yahoo-s4-application/#comment-54</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Fri, 21 Oct 2011 05:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=139#comment-54</guid>
		<description>@Sundar, See part 5 Online Parameter Optimization in the &lt;a href=&quot;http://www.4lunas.org/pub/2010-s4.pdf&quot; rel=&quot;nofollow&quot;&gt;s4 paper&lt;/a&gt;. It details how you can use S4 for automatic tuning of parameters for advertising system using live traffic.</description>
		<content:encoded><![CDATA[<p>@Sundar, See part 5 Online Parameter Optimization in the <a href="http://www.4lunas.org/pub/2010-s4.pdf" rel="nofollow">s4 paper</a>. It details how you can use S4 for automatic tuning of parameters for advertising system using live traffic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding flash object in Facebook Apps (FBML) by anand</title>
		<link>http://anandnalya.com/2009/01/15/embedding-flash-object-in-facebook-apps-fbml/#comment-53</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Fri, 21 Oct 2011 05:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=30#comment-53</guid>
		<description>@kamal I don&#039;t understand your question. If you just want to embed another page, use &lt;a href=&quot;http://developers.facebook.com/docs/reference/fbml/iframe/&quot; rel=&quot;nofollow&quot;&gt;fb:iframe&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@kamal I don&#8217;t understand your question. If you just want to embed another page, use <a href="http://developers.facebook.com/docs/reference/fbml/iframe/" rel="nofollow">fb:iframe</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding flash object in Facebook Apps (FBML) by kamal</title>
		<link>http://anandnalya.com/2009/01/15/embedding-flash-object-in-facebook-apps-fbml/#comment-52</link>
		<dc:creator>kamal</dc:creator>
		<pubDate>Thu, 20 Oct 2011 22:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=30#comment-52</guid>
		<description>hi

i would like to add my website on xml flash fbml on my fan page facebook and i need the code for that if possible

thank you</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>i would like to add my website on xml flash fbml on my fan page facebook and i need the code for that if possible</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a simple [Yahoo] S4 application by Sundar</title>
		<link>http://anandnalya.com/2011/09/05/building-a-simple-yahoo-s4-application/#comment-43</link>
		<dc:creator>Sundar</dc:creator>
		<pubDate>Sun, 09 Oct 2011 06:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=139#comment-43</guid>
		<description>Very useful. Can you please give some complex examples and explain how S4 works? particularly in cases like how it can be used to find perfect advertisement for a user.. Thanks!</description>
		<content:encoded><![CDATA[<p>Very useful. Can you please give some complex examples and explain how S4 works? particularly in cases like how it can be used to find perfect advertisement for a user.. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding flash object in Facebook Apps (FBML) by TillmanZ</title>
		<link>http://anandnalya.com/2009/01/15/embedding-flash-object-in-facebook-apps-fbml/#comment-14</link>
		<dc:creator>TillmanZ</dc:creator>
		<pubDate>Fri, 10 Dec 2010 12:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://anandnalya.com/?p=30#comment-14</guid>
		<description>Hi there,

I am trying to post a swf audio player to a facebook wall using the FB C# API. I can populate the link and the source properties but I simply fail to accomplish anything that remotely works. Obviously I can include direct links to .mp3 files but as soon as I want to add more info - like parameters needed for my swf file for example - facebook respondes with error 400.
So what&#039;s the recommended approach for posting an swf object and including the necessary parameters?
Thanks for ANY sort of info! :-)
Cheers,
Tillman</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I am trying to post a swf audio player to a facebook wall using the FB C# API. I can populate the link and the source properties but I simply fail to accomplish anything that remotely works. Obviously I can include direct links to .mp3 files but as soon as I want to add more info &#8211; like parameters needed for my swf file for example &#8211; facebook respondes with error 400.<br />
So what&#8217;s the recommended approach for posting an swf object and including the necessary parameters?<br />
Thanks for ANY sort of info! :-)<br />
Cheers,<br />
Tillman</p>
]]></content:encoded>
	</item>
</channel>
</rss>

