<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Man With Code &#187; hello world</title>
	<atom:link href="http://manwithcode.com/tag/hello-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://manwithcode.com</link>
	<description>Teaching You, One Tutorial at a Time</description>
	<lastBuildDate>Thu, 09 Feb 2012 03:57:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Programming With Ruby Episode 2, Getting Started</title>
		<link>http://manwithcode.com/55/programming-with-ruby-episode-2-getting-started/</link>
		<comments>http://manwithcode.com/55/programming-with-ruby-episode-2-getting-started/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 04:03:30 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Ruby Programming]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://manwithcode.com/?p=55</guid>
		<description><![CDATA[Covered in this episode: Installing Ruby What you will need Hello World! program Transcript Hello everybody and welcome to Programming with Ruby Episode 2 &#8211; Getting Started. I&#8217;m the presenter, as always, Tyler. This is brought to you by manwithcode.com. This is ruby-lang.org. Go to the downloads section. There are a bunch of links here. [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/YLGQyKyWnXM&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/YLGQyKyWnXM&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<strong>Covered in this episode:</strong></p>
<ul>
<li>Installing Ruby</li>
<li>What you will need</li>
<li>Hello World! program</li>
</ul>
<p><strong>Transcript</strong></p>
<p>Hello everybody and welcome to Programming with Ruby Episode 2 &#8211; Getting Started. I&#8217;m the presenter, as always, Tyler. This is brought to you by manwithcode.com.</p>
<p>This is ruby-lang.org. Go to the downloads section. There are a bunch of links here. If you are on Windows, go to the Ruby One-Click Installer. It is a standard installer, like any other Windows program.</p>
<p>If you are on a Debian variant of Linux (such as Ubuntu). The line:<br />
sudo apt-get install ruby irb rdoc<br />
will get you what you need</p>
<p>If you are on mac OSX, you can install ruby with mac ports via the command:<br />
port install ruby<br />
alternatively you can go to the ruby OSX one click installer (http://rubyosx.rubyforge.org/), be sure to the installer for version 1.8.7 not 1.9.1</p>
<p>If you are compiling from source, compile 1.8.7 NOT 1.9.1</p>
<p>To get started you will need a text editor, like Notepad. It needs to be plain text editor, we don&#8217;t want any of the formatting that programs like Word put on there.</p>
<p>My editor of choice is gEdit, which comes with the GNOME desktop on Linux.</p>
<p>Alternatively you can use an IDE, like Netbeans or Geany.</p>
<p>Open up your text editor, and type in:</p>
<pre class="brush: ruby; title: ; notranslate">
puts &quot;Hello World!&quot;
</pre>
<p>save that to your desktop as hello.rb</p>
<p>There are two ways of running this. If you are on Windows, go to where you saved it and double click on it.</p>
<p>Or you can open up the Command Prompt/Terminal. Change directories to where you saved the files and type in:<br />
ruby hello.rb</p>
<p>Questions or Comments<br />
Leave a comment on this page<br />
or email me at tyler@manwithcode.com</p>
]]></content:encoded>
			<wfw:commentRss>http://manwithcode.com/55/programming-with-ruby-episode-2-getting-started/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<series:name><![CDATA[Ruby Programming]]></series:name>
	</item>
	</channel>
</rss>

