<?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 TEchnical SOlutions</title>
	<atom:link href="http://praveenmatanam.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://praveenmatanam.wordpress.com</link>
	<description>- THe THings THe WAy.</description>
	<lastBuildDate>Sun, 15 Nov 2009 18:13:22 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to get country name from iPhone locale settings by Mike</title>
		<link>http://praveenmatanam.wordpress.com/2009/03/19/how-to-get-country-name-from-iphone-locale-settings/#comment-771</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 15 Nov 2009 18:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://praveenmatanam.wordpress.com/2009/03/19/how-to-get-country-name-from-iphone-locale-settings/#comment-771</guid>
		<description>Thank you, this was very helpful!</description>
		<content:encoded><![CDATA[<p>Thank you, this was very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to retrieve the user phone number programmatically? by Michael</title>
		<link>http://praveenmatanam.wordpress.com/2008/11/21/how-to-retrieve-the-user-phone-number-programmatically/#comment-770</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 12 Nov 2009 22:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://praveenmatanam.wordpress.com/2008/11/21/how-to-retrieve-the-user-phone-number-programmatically/#comment-770</guid>
		<description>This number is only there on a large percentage of iPhones, for others it is not there. 

It is set in the settings.app for those of you who don&#039;t have it set on your particular device and you want it to be.

You may face rejection from apple if they catch you doing this.</description>
		<content:encoded><![CDATA[<p>This number is only there on a large percentage of iPhones, for others it is not there. </p>
<p>It is set in the settings.app for those of you who don&#8217;t have it set on your particular device and you want it to be.</p>
<p>You may face rejection from apple if they catch you doing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to disable UIWebView from user scrolling? by Georg</title>
		<link>http://praveenmatanam.wordpress.com/2009/04/03/how-to-disable-uiwebview-from-user-scrolling/#comment-768</link>
		<dc:creator>Georg</dc:creator>
		<pubDate>Fri, 06 Nov 2009 13:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://praveenmatanam.wordpress.com/2009/04/03/how-to-disable-uiwebview-from-user-scrolling/#comment-768</guid>
		<description>id scrollView = [[self subviews] lastObject];
		if([scrollView respondsToSelector:@selector(setScrollingEnabled:)]) [scrollView performSelector:@selector(setScrollingEnabled:) withObject:NO];</description>
		<content:encoded><![CDATA[<p>id scrollView = [[self subviews] lastObject];<br />
		if([scrollView respondsToSelector:@selector(setScrollingEnabled:)]) [scrollView performSelector:@selector(setScrollingEnabled:) withObject:NO];</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customize back bar button item title by praveenmatanam</title>
		<link>http://praveenmatanam.wordpress.com/2009/10/20/customize-back-bar-button-item-title/#comment-766</link>
		<dc:creator>praveenmatanam</dc:creator>
		<pubDate>Tue, 20 Oct 2009 09:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://praveenmatanam.wordpress.com/2009/10/20/customize-back-bar-button-item-title/#comment-766</guid>
		<description>The original post is at http://pessoal.org/blog/2009/02/03/iphone-sdk-customizing-back-button-title/</description>
		<content:encoded><![CDATA[<p>The original post is at <a href="http://pessoal.org/blog/2009/02/03/iphone-sdk-customizing-back-button-title/" rel="nofollow">http://pessoal.org/blog/2009/02/03/iphone-sdk-customizing-back-button-title/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to rotate the image to it&#8217;s proper state by Dave</title>
		<link>http://praveenmatanam.wordpress.com/2008/07/22/how-to-rotate-the-image-to-its-proper-state/#comment-765</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 19 Oct 2009 17:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://praveenmatanam.wordpress.com/2008/07/22/how-to-rotate-the-image-to-its-proper-state/#comment-765</guid>
		<description>Great code! Thanks!</description>
		<content:encoded><![CDATA[<p>Great code! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIScrollView: paging horizontally, scrolling vertically? by Evana</title>
		<link>http://praveenmatanam.wordpress.com/2009/10/09/uiscrollview-paging-horizontally-scrolling-vertically/#comment-764</link>
		<dc:creator>Evana</dc:creator>
		<pubDate>Sat, 10 Oct 2009 03:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://praveenmatanam.wordpress.com/2009/10/09/uiscrollview-paging-horizontally-scrolling-vertically/#comment-764</guid>
		<description>hi this is a nice post. but i want to know is there any way that i make my scrollview to do opposite behavior.like if i m dragging horizontally upwards it will scroll horizontally downwards. and the touchesmoved ir not working in SDK 3.1.

Can you halp me about this problem...

Thanks &amp; Regards 

Evana</description>
		<content:encoded><![CDATA[<p>hi this is a nice post. but i want to know is there any way that i make my scrollview to do opposite behavior.like if i m dragging horizontally upwards it will scroll horizontally downwards. and the touchesmoved ir not working in SDK 3.1.</p>
<p>Can you halp me about this problem&#8230;</p>
<p>Thanks &amp; Regards </p>
<p>Evana</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to popup context menu when clicked on button. by dmetzler</title>
		<link>http://praveenmatanam.wordpress.com/2008/09/05/how-to-popup-context-menu-when-clicked-on-button/#comment-763</link>
		<dc:creator>dmetzler</dc:creator>
		<pubDate>Thu, 08 Oct 2009 13:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://praveenmatanam.wordpress.com/2008/09/05/how-to-popup-context-menu-when-clicked-on-button/#comment-763</guid>
		<description>After creating the menu above, call the following to enable the menu items:

[menu setAutoenablesItems:NO];</description>
		<content:encoded><![CDATA[<p>After creating the menu above, call the following to enable the menu items:</p>
<p>[menu setAutoenablesItems:NO];</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to popup context menu when clicked on button. by damian</title>
		<link>http://praveenmatanam.wordpress.com/2008/09/05/how-to-popup-context-menu-when-clicked-on-button/#comment-761</link>
		<dc:creator>damian</dc:creator>
		<pubDate>Mon, 14 Sep 2009 22:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://praveenmatanam.wordpress.com/2008/09/05/how-to-popup-context-menu-when-clicked-on-button/#comment-761</guid>
		<description>Hi.
I created Cocoa Application and add instance of NSButton. I add IBAction method to this button and inside I put your sample code shown above. When I click on button context menu pops up but is not active, I can not select the &quot;add&quot; item because it is disabled. How to make this context menu active??
thanks</description>
		<content:encoded><![CDATA[<p>Hi.<br />
I created Cocoa Application and add instance of NSButton. I add IBAction method to this button and inside I put your sample code shown above. When I click on button context menu pops up but is not active, I can not select the &#8220;add&#8221; item because it is disabled. How to make this context menu active??<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get country name from iPhone locale settings by John Bickerstaff</title>
		<link>http://praveenmatanam.wordpress.com/2009/03/19/how-to-get-country-name-from-iphone-locale-settings/#comment-760</link>
		<dc:creator>John Bickerstaff</dc:creator>
		<pubDate>Wed, 09 Sep 2009 03:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://praveenmatanam.wordpress.com/2009/03/19/how-to-get-country-name-from-iphone-locale-settings/#comment-760</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert Firefox extension to XULRunner by Rajesh</title>
		<link>http://praveenmatanam.wordpress.com/2007/12/27/convert-firefox-extension-to-xulrunner/#comment-759</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Fri, 28 Aug 2009 05:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://praveenmatanam.wordpress.com/2007/12/27/convert-firefox-extension-to-xulrunner/#comment-759</guid>
		<description>Thanks for reply.
Is it possible to integrate selenium with xulrunner 1.9.1 application. if so what steps i need to take care.</description>
		<content:encoded><![CDATA[<p>Thanks for reply.<br />
Is it possible to integrate selenium with xulrunner 1.9.1 application. if so what steps i need to take care.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
