<?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>Mac World</title>
	<atom:link href="http://janakiram.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://janakiram.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 Jan 2011 09:18:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='janakiram.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mac World</title>
		<link>http://janakiram.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://janakiram.wordpress.com/osd.xml" title="Mac World" />
	<atom:link rel='hub' href='http://janakiram.wordpress.com/?pushpress=hub'/>
		<item>
		<title>REST: A Tutorial</title>
		<link>http://janakiram.wordpress.com/2011/01/04/rest-a-tutorial/</link>
		<comments>http://janakiram.wordpress.com/2011/01/04/rest-a-tutorial/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 09:16:12 +0000</pubDate>
		<dc:creator>janakiram</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[WebServices]]></category>

		<guid isPermaLink="false">https://janakiram.wordpress.com/2011/01/04/rest-a-tutorial/</guid>
		<description><![CDATA[1. What is REST? REST stands for Representational State Transfer. (It is sometimes spelled &#8220;ReST&#8221;.) It relies on a stateless, client-server, cacheable communications protocol &#8212; and in virtually all cases, the HTTP protocol is used. REST is an architecture style for designing networked applications. The idea is that, rather than using complex mechanisms such as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janakiram.wordpress.com&amp;blog=753547&amp;post=292&amp;subd=janakiram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://janakiram.wordpress.com/2011/01/04/rest-a-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c97f6449118f1e2f6f4c1f70df6c987e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janakiram</media:title>
		</media:content>
	</item>
		<item>
		<title>Building a Simple SOAP Web Service using Eclipse</title>
		<link>http://janakiram.wordpress.com/2011/01/04/building-a-simple-soap-web-service-using-eclipse/</link>
		<comments>http://janakiram.wordpress.com/2011/01/04/building-a-simple-soap-web-service-using-eclipse/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 09:06:17 +0000</pubDate>
		<dc:creator>janakiram</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Webservice]]></category>

		<guid isPermaLink="false">https://janakiram.wordpress.com/2011/01/04/building-a-simple-soap-web-service-using-eclipse/</guid>
		<description><![CDATA[Recently , i came across a very good article on creating a SOAP Web service using Eclipse. You can follow the instructions provided in the below URL to create one in 30 mins !!!! http://www.roseindia.net/webservices/buildingsimplewebservice.shtml<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janakiram.wordpress.com&amp;blog=753547&amp;post=291&amp;subd=janakiram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://janakiram.wordpress.com/2011/01/04/building-a-simple-soap-web-service-using-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c97f6449118f1e2f6f4c1f70df6c987e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janakiram</media:title>
		</media:content>
	</item>
		<item>
		<title>Understanding and Analyzing iPhone OS Application Crash Reports</title>
		<link>http://janakiram.wordpress.com/2010/12/30/understanding-and-analyzing-iphone-os-application-crash-reports/</link>
		<comments>http://janakiram.wordpress.com/2010/12/30/understanding-and-analyzing-iphone-os-application-crash-reports/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 06:21:23 +0000</pubDate>
		<dc:creator>janakiram</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">https://janakiram.wordpress.com/2010/12/30/understanding-and-analyzing-iphone-os-application-crash-reports/</guid>
		<description><![CDATA[This post contains essential information for developers who wish to receive and process crash reports for their iPhone OS applications. 1.Report Types 2.Symbolication 3.Acquiring Crash Reports 4.The Xcode Organizer 1.Report Types There are four distinct kinds of crash reports. They are: i)Application crash: possibly the most common kind of report, this is generated when execution [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janakiram.wordpress.com&amp;blog=753547&amp;post=290&amp;subd=janakiram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://janakiram.wordpress.com/2010/12/30/understanding-and-analyzing-iphone-os-application-crash-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c97f6449118f1e2f6f4c1f70df6c987e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janakiram</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone Sensors</title>
		<link>http://janakiram.wordpress.com/2010/12/29/iphone-sensors/</link>
		<comments>http://janakiram.wordpress.com/2010/12/29/iphone-sensors/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 06:51:47 +0000</pubDate>
		<dc:creator>janakiram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">https://janakiram.wordpress.com/2010/12/29/iphone-sensors/</guid>
		<description><![CDATA[There are three sensors built into the iPhone (and iPod touch) that allow it to perform some of its coolest tricks. They are: 1.Proximity sensor This sensor can determine how close the iPhone is to your face. This sensor is what helps the iPhone turn off its screen automatically whenever you hold the phone up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janakiram.wordpress.com&amp;blog=753547&amp;post=289&amp;subd=janakiram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://janakiram.wordpress.com/2010/12/29/iphone-sensors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c97f6449118f1e2f6f4c1f70df6c987e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janakiram</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction to Three20</title>
		<link>http://janakiram.wordpress.com/2010/10/19/introduction-to-three20/</link>
		<comments>http://janakiram.wordpress.com/2010/10/19/introduction-to-three20/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 09:28:04 +0000</pubDate>
		<dc:creator>janakiram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Three20]]></category>

		<guid isPermaLink="false">https://janakiram.wordpress.com/2010/10/19/introduction-to-three20/</guid>
		<description><![CDATA[The Three20 Library is a great open source library for the iPhone developed by Joe Hewitt, the developer of the Facebook iPhone app. The library is chock full of useful code for just about any iPhone project. It has an amazing image browser, great asynchronous/web loading support, stylizable views and labels, and a ton more. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janakiram.wordpress.com&amp;blog=753547&amp;post=288&amp;subd=janakiram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://janakiram.wordpress.com/2010/10/19/introduction-to-three20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c97f6449118f1e2f6f4c1f70df6c987e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janakiram</media:title>
		</media:content>
	</item>
		<item>
		<title>Macworld Boston 1997-The Microsoft Deal</title>
		<link>http://janakiram.wordpress.com/2010/07/23/macworld-boston-1997-the-microsoft-deal/</link>
		<comments>http://janakiram.wordpress.com/2010/07/23/macworld-boston-1997-the-microsoft-deal/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 06:19:04 +0000</pubDate>
		<dc:creator>janakiram</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">https://janakiram.wordpress.com/2010/07/23/macworld-boston-1997-the-microsoft-deal/</guid>
		<description><![CDATA[Here we see Steve Jobs &#38; the almost bankrupt at the time Apple Computer making a temporary deal with Bill Gates &#38; Microsoft. The crowd was not too happy about it.&#160;Its the funniest Steve Jobs keynote I have watched. In it he announced his new partnership with Microsoft and then goes and tells everyone how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janakiram.wordpress.com&amp;blog=753547&amp;post=285&amp;subd=janakiram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://janakiram.wordpress.com/2010/07/23/macworld-boston-1997-the-microsoft-deal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c97f6449118f1e2f6f4c1f70df6c987e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janakiram</media:title>
		</media:content>
	</item>
		<item>
		<title>Unit Testing Guidelines</title>
		<link>http://janakiram.wordpress.com/2009/11/17/unit-testing-guidelines/</link>
		<comments>http://janakiram.wordpress.com/2009/11/17/unit-testing-guidelines/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:18:53 +0000</pubDate>
		<dc:creator>janakiram</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://janakiram.wordpress.com/2009/11/17/unit-testing-guidelines/</guid>
		<description><![CDATA[1. Keep unit tests small and fast Ideally the entire test suite should be executed before every code check in. Keeping the tests fast reduce the development turnaround time. 2. Unit tests should be fully automated and non-interactive The test suite is normally executed on a regular basis and must be fully automated to be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janakiram.wordpress.com&amp;blog=753547&amp;post=283&amp;subd=janakiram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://janakiram.wordpress.com/2009/11/17/unit-testing-guidelines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c97f6449118f1e2f6f4c1f70df6c987e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janakiram</media:title>
		</media:content>
	</item>
		<item>
		<title>Test</title>
		<link>http://janakiram.wordpress.com/2009/01/13/test/</link>
		<comments>http://janakiram.wordpress.com/2009/01/13/test/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 17:11:56 +0000</pubDate>
		<dc:creator>janakiram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[b]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://janakiram.wordpress.com/2009/01/13/test/</guid>
		<description><![CDATA[ABCD<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janakiram.wordpress.com&amp;blog=753547&amp;post=282&amp;subd=janakiram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://janakiram.wordpress.com/2009/01/13/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c97f6449118f1e2f6f4c1f70df6c987e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janakiram</media:title>
		</media:content>
	</item>
		<item>
		<title>Building Games for the iPhone</title>
		<link>http://janakiram.wordpress.com/2009/01/04/building-games-for-the-iphone/</link>
		<comments>http://janakiram.wordpress.com/2009/01/04/building-games-for-the-iphone/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 06:13:22 +0000</pubDate>
		<dc:creator>janakiram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://janakiram.wordpress.com/?p=280</guid>
		<description><![CDATA[Almost overnight a lot of apps have popped-up for the iPhone and many of them are games. Quite a few of them look like they were developed by hobbyists over a weekend (not that there’s anything wrong with that). But developing a quality, professional game for the iPhone is still a time-consuming and difficult task. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janakiram.wordpress.com&amp;blog=753547&amp;post=280&amp;subd=janakiram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://janakiram.wordpress.com/2009/01/04/building-games-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c97f6449118f1e2f6f4c1f70df6c987e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janakiram</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2009/01/6737cc90-8ac1-42ac-833f-0104e6cfe930.jpg" medium="image">
			<media:title type="html">6737CC90-8AC1-42AC-833F-0104E6CFE930.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2009/01/bf47fa83-4e48-480b-8f6b-8cb3625751ba.jpg" medium="image">
			<media:title type="html">BF47FA83-4E48-480B-8F6B-8CB3625751BA.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2009/01/a678ee71-8c3e-4adb-a52c-c33c20a8a010.jpg" medium="image">
			<media:title type="html">A678EE71-8C3E-4ADB-A52C-C33C20A8A010.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2009/01/6efcb662-a1f3-4251-a505-b91bc8240fa0.jpg" medium="image">
			<media:title type="html">6EFCB662-A1F3-4251-A505-B91BC8240FA0.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2009/01/c7d0609e-537d-47b3-ab33-c88ac20a1260.jpg" medium="image">
			<media:title type="html">C7D0609E-537D-47B3-AB33-C88AC20A1260.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2009/01/03371aca-50e6-4819-9dc0-c142d27190db.jpg" medium="image">
			<media:title type="html">03371ACA-50E6-4819-9DC0-C142D27190DB.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>How to use Subversion with Eclipse</title>
		<link>http://janakiram.wordpress.com/2008/12/30/how-to-use-subversion-with-eclipse/</link>
		<comments>http://janakiram.wordpress.com/2008/12/30/how-to-use-subversion-with-eclipse/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 12:43:16 +0000</pubDate>
		<dc:creator>janakiram</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://janakiram.wordpress.com/?p=229</guid>
		<description><![CDATA[You&#8217;re going to need to download and install Eclipse (see Resources) to follow along. Downloading the Eclipse SDK package for your platform will give you the base Eclipse IDE (referred to as the Eclipse Platform), as well as the Java™ Development Kit. If you plan on working with C/C++ (as I tend to), visit the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janakiram.wordpress.com&amp;blog=753547&amp;post=229&amp;subd=janakiram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://janakiram.wordpress.com/2008/12/30/how-to-use-subversion-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c97f6449118f1e2f6f4c1f70df6c987e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janakiram</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/85976543-8ec1-4878-b75d-295afd0f39d7.jpg" medium="image">
			<media:title type="html">85976543-8EC1-4878-B75D-295AFD0F39D7.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/c783a695-5a69-40be-a2a5-295212d880b3.jpg" medium="image">
			<media:title type="html">C783A695-5A69-40BE-A2A5-295212D880B3.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/942d6b18-a834-4899-a5de-068d82f283b5.jpg" medium="image">
			<media:title type="html">942D6B18-A834-4899-A5DE-068D82F283B5.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/f5d9c30d-5fbd-4fd2-b1b7-fdc2bddbcaf3.jpg" medium="image">
			<media:title type="html">F5D9C30D-5FBD-4FD2-B1B7-FDC2BDDBCAF3.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/6fdd09fa-0eda-4e4d-a04a-67f693d56151.jpg" medium="image">
			<media:title type="html">6FDD09FA-0EDA-4E4D-A04A-67F693D56151.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/6e46ca71-9a79-4d0c-a58c-067fdaf311a8.jpg" medium="image">
			<media:title type="html">6E46CA71-9A79-4D0C-A58C-067FDAF311A8.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/f974fdce-d7fc-48f9-baf7-57c13587babd.jpg" medium="image">
			<media:title type="html">F974FDCE-D7FC-48F9-BAF7-57C13587BABD.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/66acc506-7867-486c-9c3a-4ea5e780534e.jpg" medium="image">
			<media:title type="html">66ACC506-7867-486C-9C3A-4EA5E780534E.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/b2529ae3-3a87-49b0-b2a5-d95db6bac4d3.jpg" medium="image">
			<media:title type="html">B2529AE3-3A87-49B0-B2A5-D95DB6BAC4D3.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/93d46906-ab25-4c44-a72b-83a18b2f7a62.jpg" medium="image">
			<media:title type="html">93D46906-AB25-4C44-A72B-83A18B2F7A62.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/4b4ddbc0-640e-4b2a-95a0-2b36684ea575.jpg" medium="image">
			<media:title type="html">4B4DDBC0-640E-4B2A-95A0-2B36684EA575.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/e170724a-b2d1-4417-9c93-f7245a0b9a36.jpg" medium="image">
			<media:title type="html">E170724A-B2D1-4417-9C93-F7245A0B9A36.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/e45f4524-c9bc-458b-9e9d-8aeff10fe620.jpg" medium="image">
			<media:title type="html">E45F4524-C9BC-458B-9E9D-8AEFF10FE620.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/876ad99f-8080-4924-99c6-2a41dcdc109e.jpg" medium="image">
			<media:title type="html">876AD99F-8080-4924-99C6-2A41DCDC109E.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/d576876a-1d6e-40d1-8a55-750fcffb4fc0.jpg" medium="image">
			<media:title type="html">D576876A-1D6E-40D1-8A55-750FCFFB4FC0.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/9fea762c-bc9d-40e0-ad82-7edfda880d15.jpg" medium="image">
			<media:title type="html">9FEA762C-BC9D-40E0-AD82-7EDFDA880D15.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/3cba3b8f-af54-44c2-ad32-0f65a2fe7081.jpg" medium="image">
			<media:title type="html">3CBA3B8F-AF54-44C2-AD32-0F65A2FE7081.jpg</media:title>
		</media:content>

		<media:content url="http://janakiram.files.wordpress.com/2008/12/de98d914-b150-4bb6-b76b-6e8a21109845.jpg" medium="image">
			<media:title type="html">DE98D914-B150-4BB6-B76B-6E8A21109845.jpg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
