<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for PCM.Blog</title>
	<atom:link href="http://apoorv.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://apoorv.info</link>
	<description>Random Thoughts</description>
	<lastBuildDate>Fri, 03 May 2013 03:53:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Digital Marketing Technology Evaluations &#8211; Version Two by Kristy</title>
		<link>http://apoorv.info/2013/01/11/digital-marketing-technology-evaluations-version-two/#comment-5339</link>
		<dc:creator><![CDATA[Kristy]]></dc:creator>
		<pubDate>Fri, 03 May 2013 03:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://apoorv.info/?p=1083#comment-5339</guid>
		<description><![CDATA[I visited several websites but the audio feature for audio songs current at this site is genuinely wonderful.]]></description>
		<content:encoded><![CDATA[<p>I visited several websites but the audio feature for audio songs current at this site is genuinely wonderful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by Tatiana</title>
		<link>http://apoorv.info/about-me-2/#comment-5306</link>
		<dc:creator><![CDATA[Tatiana]]></dc:creator>
		<pubDate>Thu, 18 Apr 2013 09:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://apoorv.wordpress.com/?page_id=884#comment-5306</guid>
		<description><![CDATA[Dear blogger,
My name is Tatiana and I work in a publish company in Spain. I am writing you on behalf of a client who would like to appear in your blog by means of an advertorial. Your task would be to write and publish a post in exchange for an economic reward. 
If interested, please write me back and I will tell you more about the project.

Best regards, 
Taty]]></description>
		<content:encoded><![CDATA[<p>Dear blogger,<br />
My name is Tatiana and I work in a publish company in Spain. I am writing you on behalf of a client who would like to appear in your blog by means of an advertorial. Your task would be to write and publish a post in exchange for an economic reward.<br />
If interested, please write me back and I will tell you more about the project.</p>
<p>Best regards,<br />
Taty</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gadgets and Widgets as an alternative to Portlets by Stian Sigvartsen</title>
		<link>http://apoorv.info/2008/12/05/gadgets-and-widgets-as-an-alternative-to-portlets/#comment-5246</link>
		<dc:creator><![CDATA[Stian Sigvartsen]]></dc:creator>
		<pubDate>Sun, 09 Dec 2012 12:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.apoorv.info/2008/12/05/gadgets-and-widgets-as-an-alternative-to-portlets/#comment-5246</guid>
		<description><![CDATA[Good post. Not sure if anyone is still engaging with this given the last comment was in 2009, but I just read it and thought it was good conversation ... would be interesting to hear if any of your views have changed since 2009, mine haven&#039;t changed drastic, mostly because of the lack of standardisation.

I am portal developer and especially interested in the JSR286 IPC (Inter Portlet Communications). I feel I have achieved some nice composite applications with reusable portlets by creating strategies on top of the events publishing &amp; processing framework that JSR286 brings. And that is where the problem with JSR286 IPC resides. The specification defines a nice framework for distributing information about events, but this information lacks any kind of structure. So portal architects need to come up with a proprietary messaging payload standard dealing with the structure of this information. I think this was done intensionally by the JSR286 group with the hope that a de-facto standard would arise from one of the major Java portal vendors, though this has been slow coming. Without such a standard (or possibly a set of standards) it is difficult to assemble composite applications out of portlets developed in isolation from each other, which is crucial for mashups. I am hopeful there will be a follow on specification which deals with this. Possibly by leveraging semantic web standards like OWL and RDF.

The other challenge for portals is having the UI update in a useful way when IPC takes place between portlets. Currently there is a strong reliance on a full page refresh rather than partial browser DOM replacement using a form of AJAX. I feel JSR286 is partially to blame for this because IPC events distribution is always followed by a full page render phase. Maybe a better approach would be to introduce another phase where individual portlets are given the opportunity to signal that their view state has changed between the events and render phase. This idea still doesn&#039;t feel quite right to me because portlets might run client side JavaScript that manipulates the browser DOM, which the portal server would be unaware of. This of course is less of a problem for gadgets because the view state is entirely orchestrated by the browser.]]></description>
		<content:encoded><![CDATA[<p>Good post. Not sure if anyone is still engaging with this given the last comment was in 2009, but I just read it and thought it was good conversation &#8230; would be interesting to hear if any of your views have changed since 2009, mine haven&#8217;t changed drastic, mostly because of the lack of standardisation.</p>
<p>I am portal developer and especially interested in the JSR286 IPC (Inter Portlet Communications). I feel I have achieved some nice composite applications with reusable portlets by creating strategies on top of the events publishing &amp; processing framework that JSR286 brings. And that is where the problem with JSR286 IPC resides. The specification defines a nice framework for distributing information about events, but this information lacks any kind of structure. So portal architects need to come up with a proprietary messaging payload standard dealing with the structure of this information. I think this was done intensionally by the JSR286 group with the hope that a de-facto standard would arise from one of the major Java portal vendors, though this has been slow coming. Without such a standard (or possibly a set of standards) it is difficult to assemble composite applications out of portlets developed in isolation from each other, which is crucial for mashups. I am hopeful there will be a follow on specification which deals with this. Possibly by leveraging semantic web standards like OWL and RDF.</p>
<p>The other challenge for portals is having the UI update in a useful way when IPC takes place between portlets. Currently there is a strong reliance on a full page refresh rather than partial browser DOM replacement using a form of AJAX. I feel JSR286 is partially to blame for this because IPC events distribution is always followed by a full page render phase. Maybe a better approach would be to introduce another phase where individual portlets are given the opportunity to signal that their view state has changed between the events and render phase. This idea still doesn&#8217;t feel quite right to me because portlets might run client side JavaScript that manipulates the browser DOM, which the portal server would be unaware of. This of course is less of a problem for gadgets because the view state is entirely orchestrated by the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global SIM Options when you Travel from India by International SIM</title>
		<link>http://apoorv.info/2010/10/19/global-sim-options-when-you-travel-from-india/#comment-5188</link>
		<dc:creator><![CDATA[International SIM]]></dc:creator>
		<pubDate>Mon, 29 Oct 2012 10:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.apoorv.info/?p=385#comment-5188</guid>
		<description><![CDATA[Me too found reliance world sim the cheapest, you have also not mentioned calling card options.]]></description>
		<content:encoded><![CDATA[<p>Me too found reliance world sim the cheapest, you have also not mentioned calling card options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Content Management for Mobile Delivery by Content Management – Still Evolving for the Mobile Platforms - Suyati Technologies</title>
		<link>http://apoorv.info/2007/05/26/content-management-for-mobile-delivery/#comment-5177</link>
		<dc:creator><![CDATA[Content Management – Still Evolving for the Mobile Platforms - Suyati Technologies]]></dc:creator>
		<pubDate>Fri, 28 Sep 2012 12:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.apoorv.info/2007/05/26/content-management-for-mobile-delivery/#comment-5177</guid>
		<description><![CDATA[[...] http://apoorv.info/2007/05/26/content-management-for-mobile-delivery/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://apoorv.info/2007/05/26/content-management-for-mobile-delivery/" rel="nofollow">http://apoorv.info/2007/05/26/content-management-for-mobile-delivery/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fight against Telecom service providers by R KANNAN</title>
		<link>http://apoorv.info/2011/07/28/fight-against-telecom-service-providers/#comment-5066</link>
		<dc:creator><![CDATA[R KANNAN]]></dc:creator>
		<pubDate>Fri, 30 Mar 2012 05:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://apoorv.info/?p=894#comment-5066</guid>
		<description><![CDATA[I have three reliance connections (CDMA/CSM) since several years but in the recent
months, they failed to provide the important services like forwarding of bills, not attending
customer complaint either on phone nor on mail, just replying sweet words and promising mails but no serious action atleast to satisfy the customer. But sending reminders for 
payment and altering due dates for payment. Threating to disconect the line for non payment. No seriousnees of complaint of customer.

I have also data unlimitted, but connecting quickly without any speed nor opening. always
system error.. have forced to buy BSNL broadband serice which is very good working.

view have deciding to close all realtionship with reliance if they continue to fail serviec and collecting money without any use of serivces. Reliance Web World Centre are an Eyewash
and also threaten like &quot;Gundas&quot;.\


Reliance is the worst company I had experience with in terms of handling Customers and their genuine complaints. I never recommends Reliance Connections to any of my known ones.]]></description>
		<content:encoded><![CDATA[<p>I have three reliance connections (CDMA/CSM) since several years but in the recent<br />
months, they failed to provide the important services like forwarding of bills, not attending<br />
customer complaint either on phone nor on mail, just replying sweet words and promising mails but no serious action atleast to satisfy the customer. But sending reminders for<br />
payment and altering due dates for payment. Threating to disconect the line for non payment. No seriousnees of complaint of customer.</p>
<p>I have also data unlimitted, but connecting quickly without any speed nor opening. always<br />
system error.. have forced to buy BSNL broadband serice which is very good working.</p>
<p>view have deciding to close all realtionship with reliance if they continue to fail serviec and collecting money without any use of serivces. Reliance Web World Centre are an Eyewash<br />
and also threaten like &#8220;Gundas&#8221;.\</p>
<p>Reliance is the worst company I had experience with in terms of handling Customers and their genuine complaints. I never recommends Reliance Connections to any of my known ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fatwire ships Content Server 7 by hardik</title>
		<link>http://apoorv.info/2007/04/12/fatwire-ships-content-server-7/#comment-5054</link>
		<dc:creator><![CDATA[hardik]]></dc:creator>
		<pubDate>Wed, 29 Feb 2012 12:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.apoorv.info/2007/04/12/fatwire-ships-content-server-7/#comment-5054</guid>
		<description><![CDATA[Hi,

Is there way to enable JavaScript / HTML in Body where you can put your own code a part from already built CMS Template. so If I want to create more tabs, gallery etc...in page. can I do all these things there in Fat wire Version 7...]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there way to enable JavaScript / HTML in Body where you can put your own code a part from already built CMS Template. so If I want to create more tabs, gallery etc&#8230;in page. can I do all these things there in Fat wire Version 7&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Random Thoughts about  SIs and IT industry by Vijay</title>
		<link>http://apoorv.info/2010/09/02/random-thoughts-about-sis-and-it-industry/#comment-4934</link>
		<dc:creator><![CDATA[Vijay]]></dc:creator>
		<pubDate>Fri, 04 Nov 2011 16:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.apoorv.info/2010/09/02/random-thoughts-about-sis-and-it-industry/#comment-4934</guid>
		<description><![CDATA[Apoorv,

Any updates on this? I am eager to see your views in the uncivilised corporates who call themselves &quot;knowledge industry&quot;.]]></description>
		<content:encoded><![CDATA[<p>Apoorv,</p>
<p>Any updates on this? I am eager to see your views in the uncivilised corporates who call themselves &#8220;knowledge industry&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fight against Telecom service providers by sandeepbodkhe</title>
		<link>http://apoorv.info/2011/07/28/fight-against-telecom-service-providers/#comment-4879</link>
		<dc:creator><![CDATA[sandeepbodkhe]]></dc:creator>
		<pubDate>Sat, 10 Sep 2011 07:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://apoorv.info/?p=894#comment-4879</guid>
		<description><![CDATA[Friends, 

my advice is be always ready to settle if you are NOT WRONG,
if you have a grievance of say 5000, it would rather set down  to 3000
and from that 3k  paying to lawyer and and recovery agent leaves almost too short amount for them. and that is the reason many times matter is just dissolved into time...
stretch you  fight every time they demand you with your  own reason and chances do increase of getting the matter dissolved..

But i have my own principles, i have a strong belief that if you saved any money by  any kind of cheating and  in unethical  way..  nature recovers almost double in it&#039;s own way !!

i had several issues with idea where i fight with them on each and every point of the TRAI rules they have bypassed.. they left the matter. but still i paid the amount that i felt was at me really.]]></description>
		<content:encoded><![CDATA[<p>Friends, </p>
<p>my advice is be always ready to settle if you are NOT WRONG,<br />
if you have a grievance of say 5000, it would rather set down  to 3000<br />
and from that 3k  paying to lawyer and and recovery agent leaves almost too short amount for them. and that is the reason many times matter is just dissolved into time&#8230;<br />
stretch you  fight every time they demand you with your  own reason and chances do increase of getting the matter dissolved..</p>
<p>But i have my own principles, i have a strong belief that if you saved any money by  any kind of cheating and  in unethical  way..  nature recovers almost double in it&#8217;s own way !!</p>
<p>i had several issues with idea where i fight with them on each and every point of the TRAI rules they have bypassed.. they left the matter. but still i paid the amount that i felt was at me really.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fight against Telecom service providers by Vinay</title>
		<link>http://apoorv.info/2011/07/28/fight-against-telecom-service-providers/#comment-4842</link>
		<dc:creator><![CDATA[Vinay]]></dc:creator>
		<pubDate>Fri, 29 Jul 2011 08:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://apoorv.info/?p=894#comment-4842</guid>
		<description><![CDATA[Consumer court is your friend. Counter sue Reilance. And at then end of the case, ask for damages and lawyer fees.]]></description>
		<content:encoded><![CDATA[<p>Consumer court is your friend. Counter sue Reilance. And at then end of the case, ask for damages and lawyer fees.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
