<?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/"
	>

<channel>
	<title>iMac Users &#124; Indian Mac Users &#187; Developer</title>
	<atom:link href="http://www.imacusers.com/category/developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imacusers.com</link>
	<description>Indian Mac Users</description>
	<lastBuildDate>Sat, 14 Nov 2009 13:42:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ruby 1.9.1 preview now available</title>
		<link>http://www.imacusers.com/ruby-191-preview-now-available/</link>
		<comments>http://www.imacusers.com/ruby-191-preview-now-available/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 19:05:21 +0000</pubDate>
		<dc:creator>deepak</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.imacusers.com/?p=181</guid>
		<description><![CDATA[Ruby 1.9.1 preview 1 was released yesterday. Though a binary distribution is not yet available for Mac OS 10.5 (Leopard), it is quite easy to install it from source. Firstly, make sure that you have Apple&#8217;s developer tools installed &#8211; they come on the same disk as Mac OS. Better still, download and install the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/ruby19.png" alt="Ruby" style="float:left;padding-right:3px;padding-bottom:3px"/>Ruby 1.9.1 preview 1 was <a href="http://www.rubyinside.com/ruby-1-9-1-preview-released-why-its-a-big-deal-1280.html">released yesterday</a>. Though a binary distribution is not yet available for Mac OS 10.5 (Leopard), it is quite easy to install it from source. Firstly, make sure that you have Apple&#8217;s developer tools installed &#8211; they come on the same disk as Mac OS. Better still, download and install the latest <a href="http://developer.apple.com/iphone/program/download.html">iPhone SDK</a>, and you&#8217;ll automatically make sure that you have all the tools required to build Ruby from source.</p>
<p>Fire up terminal, and give the following command to download and extract the Ruby 1.9.1 preview:</p>
<pre>
cd /tmp
curl http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-preview1.tar.gz | tar xz
cd ruby-1.9.1-preview1
</pre>
<p>Now we&#8217;ll build it. This will take a few minutes:</p>
<pre>
autoconf
./configure --prefix=/opt/ruby19
make
</pre>
<p>The &#8211;prefix=/opt/ruby19 will ensure that Ruby 1.9.1 preview is installed under /opt and doesn&#8217;t muck with the version of Ruby that comes with Mac OS (1.8.6 on Mac OS 10.5.5).</p>
<p>Finally, we issue the following command to install what we just built:</p>
<pre>
sudo make install
</pre>
<p>That&#8217;s it! You can run it from /opt/ruby19/bin/</p>
<pre>
/opt/ruby19/bin/ruby -v
ruby 1.9.1 (2008-10-28 revision 19983) [i386-darwin9.5.0]
</pre>
<p>On a related note, <a href="http://medevyoujane.com/blog/2008/8/21/setting-up-a-ruby-19-sandbox-on-leopard.html">Jon has a wonderful suggestion</a> about adding an alias to your ~/.profile which places /opt/ruby19/bin in your path before /usr/bin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacusers.com/ruby-191-preview-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple finally shows iPhone developers some love</title>
		<link>http://www.imacusers.com/apple-finally-shows-iphone-developers-some-love/</link>
		<comments>http://www.imacusers.com/apple-finally-shows-iphone-developers-some-love/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 12:57:24 +0000</pubDate>
		<dc:creator>deepak</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.imacusers.com/?p=86</guid>
		<description><![CDATA[
After lifting the much hated NDA last month, Apple is now beginning active evangelism efforts for iPhone developers worldwide. Their iPhone Tech Talk World Tour kicks off on 22nd October and covers 25 cities worldwide, including 2 in India &#8211; Bangalore (24th November) and Delhi (27th November). The event is free (yay!).
Surprisingly, the agenda varies [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/iPhoneTechTalk.png" alt="iPhone Tech Talk World Tour"/><br />
After <a href="http://developer.apple.com/iphone/program/">lifting the much hated NDA last month</a>, Apple is now beginning active evangelism efforts for iPhone developers worldwide. Their iPhone Tech Talk World Tour kicks off on 22nd October and covers 25 cities worldwide, including 2 in India &#8211; Bangalore (24th November) and Delhi (27th November). The event is free (yay!).</p>
<p>Surprisingly, the agenda varies considerably across countries and India will get only a subset of the sessions that are presented in North America (no game development or web development sessions for you India!). Considering how small Apple&#8217;s developer engagement footprint in India is, this is at least a start.</p>
<p>Head off to <a href="http://developer.apple.com/events/iphone/techtalks/">http://developer.apple.com/events/iphone/techtalks/</a> for session details and registration.</p>
<p>We don&#8217;t know the exact venues yet. We plan to be attend at least one of the two events in India and will keep you posted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacusers.com/apple-finally-shows-iphone-developers-some-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.296 seconds -->
