<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Programming in almost language</title>
	<atom:link href="http://praveensunsetpoint.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://praveensunsetpoint.wordpress.com</link>
	<description>This is the site where you may share your knowledge and experience to eachother..</description>
	<lastBuildDate>Sat, 07 Jan 2012 14:58:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='praveensunsetpoint.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Programming in almost language</title>
		<link>http://praveensunsetpoint.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://praveensunsetpoint.wordpress.com/osd.xml" title="Programming in almost language" />
	<atom:link rel='hub' href='http://praveensunsetpoint.wordpress.com/?pushpress=hub'/>
		<item>
		<title>UIColor with String</title>
		<link>http://praveensunsetpoint.wordpress.com/2011/02/01/uicolor-with-string/</link>
		<comments>http://praveensunsetpoint.wordpress.com/2011/02/01/uicolor-with-string/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 15:11:52 +0000</pubDate>
		<dc:creator>Praveen Kumar</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[UIButton]]></category>
		<category><![CDATA[UIColor]]></category>

		<guid isPermaLink="false">http://praveensunsetpoint.wordpress.com/?p=255</guid>
		<description><![CDATA[Here, we have a variable called buttonColor which may have any string with color name, for instance &#8220;blue&#8221;,&#8221;black&#8221;,&#8221;red&#8221; and we are going to set the UIButton title color based on buttonColor given SEL colorSel = NSSelectorFromString([NSString stringWithFormat:@"%@Color", buttonColor]); UIColor* tColor = nil; if ([UIColor respondsToSelector:colorSel]){ tColor  = [UIColor performSelector:colorSel]; } else { tColor = whiteColor; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=praveensunsetpoint.wordpress.com&amp;blog=2806090&amp;post=255&amp;subd=praveensunsetpoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://praveensunsetpoint.wordpress.com/2011/02/01/uicolor-with-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a4fe9370367fe12b68e4a206d97a9a19?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Sallu</media:title>
		</media:content>
	</item>
		<item>
		<title>Disable the zoom effect on UIWebView</title>
		<link>http://praveensunsetpoint.wordpress.com/2010/12/11/disable-the-zoom-effect-on-uiwebview/</link>
		<comments>http://praveensunsetpoint.wordpress.com/2010/12/11/disable-the-zoom-effect-on-uiwebview/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 16:07:17 +0000</pubDate>
		<dc:creator>Praveen Kumar</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone UIWebView]]></category>

		<guid isPermaLink="false">http://praveensunsetpoint.wordpress.com/?p=249</guid>
		<description><![CDATA[Just paste the following line to your html under the HEAD tag &#60;&#8221;meta name = &#8220;viewport&#8221; content = &#8220;user-scalable = no&#8221;&#62; &#160; Regards, Praveen Filed under: iPhone Tagged: iPhone UIWebView<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=praveensunsetpoint.wordpress.com&amp;blog=2806090&amp;post=249&amp;subd=praveensunsetpoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://praveensunsetpoint.wordpress.com/2010/12/11/disable-the-zoom-effect-on-uiwebview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>13.018940 77.596260</georss:point>
		<geo:lat>13.018940</geo:lat>
		<geo:long>77.596260</geo:long>
		<media:content url="http://0.gravatar.com/avatar/a4fe9370367fe12b68e4a206d97a9a19?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Sallu</media:title>
		</media:content>
	</item>
		<item>
		<title>django-debug-toolbar</title>
		<link>http://praveensunsetpoint.wordpress.com/2010/08/09/django-debug-toolbar/</link>
		<comments>http://praveensunsetpoint.wordpress.com/2010/08/09/django-debug-toolbar/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 12:13:47 +0000</pubDate>
		<dc:creator>Praveen Kumar</dc:creator>
				<category><![CDATA[django-debug-toolbar]]></category>
		<category><![CDATA[debug]]></category>

		<guid isPermaLink="false">http://praveensunsetpoint.wordpress.com/?p=241</guid>
		<description><![CDATA[you need to do 3 things to get the django-debug-toolbar working: 1. add debug_toolbar.middleware.DebugToolbarMiddleware to you MIDDLEWARE_CLASSES list (after any other middleware that encodes response content, so last is good), 2. add debug_toolbar to your INSTALLED_APPS list, 3. specify the ip address(es) of machine(s) you want to see the toolbar using INTERNAL_IPS, eg INTERNAL_IPS = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=praveensunsetpoint.wordpress.com&amp;blog=2806090&amp;post=241&amp;subd=praveensunsetpoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://praveensunsetpoint.wordpress.com/2010/08/09/django-debug-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a4fe9370367fe12b68e4a206d97a9a19?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Sallu</media:title>
		</media:content>
	</item>
		<item>
		<title>Search a word or phrase in file(s) in Windows</title>
		<link>http://praveensunsetpoint.wordpress.com/2009/12/31/search-a-word-or-phrase-in-files-in-windows/</link>
		<comments>http://praveensunsetpoint.wordpress.com/2009/12/31/search-a-word-or-phrase-in-files-in-windows/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 11:20:44 +0000</pubDate>
		<dc:creator>Praveen Kumar</dc:creator>
				<category><![CDATA[Did U know]]></category>
		<category><![CDATA[Search ack]]></category>

		<guid isPermaLink="false">http://praveensunsetpoint.wordpress.com/?p=236</guid>
		<description><![CDATA[ack is a tool like grep (command for Unix ), designed for programmers with large trees of heterogeneous source code. ack is written purely in Perl, and takes advantage of the power of Perl&#8217;s regular expressions. To install the ack Step 1 &#8211; click on http://betterthangrep.com/ack-standalone Step 2- Copy whole content and save the file [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=praveensunsetpoint.wordpress.com&amp;blog=2806090&amp;post=236&amp;subd=praveensunsetpoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://praveensunsetpoint.wordpress.com/2009/12/31/search-a-word-or-phrase-in-files-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a4fe9370367fe12b68e4a206d97a9a19?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Sallu</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating an alias as a non root user .</title>
		<link>http://praveensunsetpoint.wordpress.com/2009/08/03/creating-an-alias-as-a-non-root-user/</link>
		<comments>http://praveensunsetpoint.wordpress.com/2009/08/03/creating-an-alias-as-a-non-root-user/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 08:53:54 +0000</pubDate>
		<dc:creator>Pratap</dc:creator>
				<category><![CDATA[Learning Linux]]></category>
		<category><![CDATA[Creating an alias as a non root user .]]></category>

		<guid isPermaLink="false">http://praveensunsetpoint.wordpress.com/?p=223</guid>
		<description><![CDATA[Creating an alias as a non root user .<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=praveensunsetpoint.wordpress.com&amp;blog=2806090&amp;post=223&amp;subd=praveensunsetpoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://praveensunsetpoint.wordpress.com/2009/08/03/creating-an-alias-as-a-non-root-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9ec8634647bfe032726d7d21b8012db?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">singhpratap</media:title>
		</media:content>
	</item>
	</channel>
</rss>
