<?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>Grape Thinking &#187; tutorial</title>
	<atom:link href="http://grapethinking.com/tag/tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://grapethinking.com</link>
	<description>Fusing Mind with Vine</description>
	<lastBuildDate>Sat, 31 Dec 2011 20:16:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Enable Curl on Xampp</title>
		<link>http://grapethinking.com/enable-curl-on-xampp</link>
		<comments>http://grapethinking.com/enable-curl-on-xampp#comments</comments>
		<pubDate>Thu, 16 Apr 2009 02:17:48 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.grapethinking.com/?p=2085</guid>
		<description><![CDATA[I generally do my development work on a local windows machine with the latest version of Xampp installed. I was recently toying around with the tayst twitter feed, and was having trouble using curl with xampp. The problem?.. curl was not enabled by default in Xampp.  You receive the following <a href="http://grapethinking.com/enable-curl-on-xampp" rel="nofollow">more...</a>]]></description>
			<content:encoded><![CDATA[<p>I generally do my development work on a local windows machine with the latest version of <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">Xampp</a> installed. I was recently toying around with the <a href="http://www.tayst.com/twitter/" target="_blank">tayst twitter feed,</a> and was having trouble using curl with <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a>.</p>
<p>The problem?.. curl was not enabled by default in <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">Xampp</a>.  You receive the following error:</p>
<ul>
<li> <strong>Fatal error</strong>:  Call to undefined function  curl_init() in <strong>C:\<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a>\htdocs\tayst\<a href="http://grapethinking.com/tag/twitter" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Twitter">twitter</a>\index.<a href="http://grapethinking.com/tag/php" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with php">php</a></strong> on line <strong>4</strong></li>
</ul>
<p>The solution?  These simple steps!<span id="more-2085"></span></p>
<p><strong><span style="text-decoration: underline;">Step 1.</span></strong> Stop all <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">Xampp</a> services: Apache, Mysql, Filezilla, and Mercury.</p>
<p><strong><span style="text-decoration: underline;">Step 2.</span></strong> Open the following files in your editor of choice. (Replace C:\<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a> with the location of your <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a> install)</p>
<ul>
<li>C:\<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a>\apache\bin\<a href="http://grapethinking.com/tag/php" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with php">php</a>.ini</li>
<li> C:\<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a>\<a href="http://grapethinking.com/tag/php" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with php">php</a>\<a href="http://grapethinking.com/tag/php" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with php">php</a>.ini</li>
<li>C:\<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a>\<a href="http://grapethinking.com/tag/php" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with php">php</a>\php5.ini</li>
<li> C:\<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a>\<a href="http://grapethinking.com/tag/php" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with php">php</a>\php4\<a href="http://grapethinking.com/tag/php" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with php">php</a>.ini</li>
<li> C:\<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a>\<a href="http://grapethinking.com/tag/php" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with php">php</a>\php4\php4.ini</li>
</ul>
<p><strong><span style="text-decoration: underline;">Step 3.</span></strong> Find the following code in each of the files, and remove the ; (semicolon) at the beginning of the line. You will most likely see it at line 546 or line 582.</p>
<ul>
<li>old line &#8211; <strong><em>;extension=php_curl.dll</em></strong></li>
<li>new line &#8211; <em><strong>extension=php_curl.dll</strong></em></li>
</ul>
<p><strong><span style="text-decoration: underline;">Step 4.</span></strong> Start your apache services.</p>
<p>See what an easy fix to curl on <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a> by simply removing a few semicolons.  Happy Coding!</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://grapethinking.com/getting-rails-to-work-on-a-windows-machine-running-xampp" title="Getting Rails to Work on a Windows Machine Running Xampp (March 31, 2008)">Getting Rails to Work on a Windows Machine Running Xampp</a></li>
	<li><a href="http://grapethinking.com/what" title="What? (April 2, 2009)">What?</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://grapethinking.com/enable-curl-on-xampp/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>5 Easy Steps To Creating A Facebook Ad</title>
		<link>http://grapethinking.com/5-easy-steps-to-creating-a-facebook-ad</link>
		<comments>http://grapethinking.com/5-easy-steps-to-creating-a-facebook-ad#comments</comments>
		<pubDate>Mon, 31 Mar 2008 20:29:04 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Millennials]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[millennial]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://grapethinking.com/5-easy-steps-to-creating-a-facebook-ad</guid>
		<description><![CDATA[So you are ready to start advertising on Facebook?&#8230; Great! This simple tutorial should help you to get your ad set-up in less than 15 minutes. Step 1 - What are you promoting? &#8211; Login to Facebook, then go to the Create Ad page and enter the url you want <a href="http://grapethinking.com/5-easy-steps-to-creating-a-facebook-ad" rel="nofollow">more...</a>]]></description>
			<content:encoded><![CDATA[<p>So you are ready to <strong>start <a href="http://grapethinking.com/tag/advertising" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with advertising">advertising</a> on <a href="http://grapethinking.com/tag/facebook" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with facebook">Facebook</a></strong>?&#8230; Great! This simple <a href="http://grapethinking.com/tag/tutorial" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with tutorial">tutorial</a> should help you to get your ad set-up in less than 15 minutes.</p>
<p><a href="http://grapethinking.com/wp-admin/upload.php?style=inline&amp;tab=browse-all&amp;action=view&amp;ID=498&amp;post_id=-1206681697&amp;paged" id="file-link-498" title="Facebook Ads" class="file-link image"></a></p>
<p style="text-align: center"><a href="http://www.facebook.com/ads/create/#" target="_blank" title="Create a Facebook Ad"><img src="http://grapethinking.com/wp-content/uploads/2008/03/4-steps_524x287.JPG" title="4 Steps" alt="4 Steps" height="216" width="391" /></a></p>
<p><u><strong>Step 1 </strong></u>- What are you promoting? &#8211;  Login to <a href="http://grapethinking.com/tag/facebook" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with facebook">Facebook</a>, then go to the <a href="http://www.facebook.com/ads/create/#" title="Create a Facebook Ad" target="_blank"><strong>Create Ad</strong></a> page and enter the url you want your traffic to go to.  (For our clients, we customize a landing page for each ad in an effort to better convert the traffic). <span id="more-497"></span></p>
<p><u><strong>Step 2 </strong></u> &#8211; Select your demographic &#8211; I love the functionality here.  As you are selecting your audience, and using the auto-suggest for keywords, watch the top of the page.  You will see it is construction a paragraph that explains your target audience, and displays the approximate market size for that demographic.   I do wish there was a feature so you could choose all BUT high school students.</p>
<p><u><strong>Step 3  </strong></u>- Create your Ad-Copy.  Here are <a href="http://www.facebook.com/ad_guidelines.php" title="Ad Copy Guidelines" target="_blank">Facebook&#8217;s guidelines for ad copy</a>.  Keep in mind what you are trying to accomplish.  If you just write something crazy in an effort to get traffic, your conversion rates will be low.  If you are specific, and enticing, visitors to your site will know why they are there, and will be more like to join your site, or purchase your products.  They will even let you upload a photo to attach to the ad.  Your logo, or an image of the product works best here.. but mind the size, you don&#8217;t want a distorted image.</p>
<p>You can also specify <a href="http://grapethinking.com/tag/social" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with social">social</a> actions that relate to your ad here.  If you are a member of a group, or have an application, <a href="http://grapethinking.com/tag/facebook" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with facebook">Facebook</a> will enhance your ad with associations to the actions of those groups or apps.</p>
<p><u><strong>Step 4</strong><strong> </strong></u>- How Much Do you Want to Spend &#8211;  The first choice you have to make is whether you want to pay based on the number of views (cost-per-impression) or on the number of actual clicks your ad receives.   The cost per impression (CPM) is a good idea if you are just trying to spread awareness, as it carries an overall lesser cost.  Keep in mind though, your ad can receive a lot of impressions on a site like <a href="http://grapethinking.com/tag/facebook" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with facebook">Facebook</a>, and just because it is loading on the page, doesn&#8217;t mean that eager eyes waiting to see your ad.</p>
<p>A good portion of <a href="http://grapethinking.com/tag/facebook" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with facebook">Facebook</a> users are going to be blind to <a href="http://grapethinking.com/tag/advertising" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with advertising">advertising</a>.  This is why I generally recommend taking the cost-per-click (CPC) route, as you truly &#8220;get what you pay for&#8221;. <a href="http://grapethinking.com/tag/facebook" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with facebook">Facebook</a> will recomend a CPC price based on what others are suggesting, and as a general rule, put the most you are willing to pay for a click to ensure you get the best positioning.</p>
<p>You have a final option to specify if you want the ad to run continuously starting upon approval (<a href="http://grapethinking.com/tag/facebook" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with facebook">Facebook</a> does check the ads before they go live) or if you would rather the ad run only during a specified time.  This is in case you only want to test out the service for weekdays, weekends, holidays, or special events.</p>
<p><u><strong>Step 5 </strong></u>- Review and Pay &#8211;  Alright&#8230;  now just review the ad to make sure everything looks in order, enter your credit card information (if it isn&#8217;t already stored), and click Place Order.   <a href="http://grapethinking.com/tag/facebook" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with facebook">Facebook</a> will review your ad, and unless you did something bad, like advertise for porn or ignore <a href="http://www.facebook.com/ad_guidelines.php" title="Facebook Guidelings" target="_blank">their guidlines</a>, you&#8217;re ad will soon be sending traffic to your site.</p>
<p>You might also be interested in <a href="http://grapethinking.com/millennial-marketing-and-facebook-ads" title="Millennial Marketing Facebook Ads" target="_blank">Millennial Marketing and Facebook Ads </a></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://grapethinking.com/millennial-marketing-and-facebook-ads" title="Millennial Marketing and Facebook Ads (March 28, 2008)">Millennial Marketing and Facebook Ads</a></li>
	<li><a href="http://grapethinking.com/young-guys" title="Young Guys at Wine 2.0 (June 2, 2007)">Young Guys at Wine 2.0</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://grapethinking.com/5-easy-steps-to-creating-a-facebook-ad/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Getting Rails to Work on a Windows Machine Running Xampp</title>
		<link>http://grapethinking.com/getting-rails-to-work-on-a-windows-machine-running-xampp</link>
		<comments>http://grapethinking.com/getting-rails-to-work-on-a-windows-machine-running-xampp#comments</comments>
		<pubDate>Mon, 31 Mar 2008 07:14:53 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://grapethinking.com/getting-rails-to-work-on-a-windows-machine-running-xampp</guid>
		<description><![CDATA[Wow&#8230; so I wrote a post on my struggles getting Rails to work on my Windows Machine, and then I figure it out. I&#8217;ve been developing in various languages, and using Xampp to for my server, database, and programming language (Apache, MySQL, PHP). Nevertheless, I have finally got it working, <a href="http://grapethinking.com/getting-rails-to-work-on-a-windows-machine-running-xampp" rel="nofollow">more...</a>]]></description>
			<content:encoded><![CDATA[<p>Wow&#8230; so I wrote <a title="Installed On Linux" href="http://grapethinking.com/installing-ubuntu-feisty-fawn-on-virtual-pc-to-run-ruby-on-rails" target="_blank">a post</a> on my struggles getting <a href="http://grapethinking.com/tag/rails" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with rails">Rails</a> to work on my Windows Machine, and then I figure it out. I&#8217;ve been developing in various languages, and using <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">Xampp</a> to for my server, database, and <a href="http://grapethinking.com/tag/programming" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with programming">programming</a> language (Apache, MySQL, <a href="http://grapethinking.com/tag/php" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with php">PHP</a>). Nevertheless, I have finally got it working, and it was a lot simpler than I had figured. In case you&#8217;ve come here and you&#8217;re yet to get <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">Xampp</a>&#8230; I&#8217;ll walk you through the whole process. If you already have it, then go ahead and skip to STEP 2</p>
<p>STEP 1 &#8211; Install <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">Xampp</a> &#8211; <a title="Apache Friends - Home of Xampp" href="http://www.apachefriends.org/en/index.html" target="_blank">ApacheFriends</a> has made it really easy by giving us a <a title="34 MB - Xampp Windows Installer" href="http://www.apachefriends.org/download.php?xampp-win32-1.6.6a-installer.exe" target="_blank">simple windows installer to download</a>. If your interested in developing with <a title="33 MB - Pearl Windows Installer" href="http://www.apachefriends.org/download.php?xampp-win32-perl-addon-5.8.8-2.2.8-installer.exe" target="_blank">Perl</a>, <a title="6MB Windows Installer" href="http://www.apachefriends.org/download.php?xampp-win32-tomcat-addon-6.0.14-2.2.8-installer.exe" target="_blank">Tomcat</a>, you can download their Add-Ons by clicking the links. Once you download, just give it a click and follow the on-screen instructions. I recommend you install <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">Xampp</a> at the default c:\<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a> (if you do not, remember to replace the code below with your installation directory). Here&#8217;s a video to show you how simple it is&#8230;don&#8217;t be fooled, it takes a little longer than the video shows.</p>
<p>[There is a video that cannot be displayed in this feed. <a href="http://grapethinking.com/getting-rails-to-work-on-a-windows-machine-running-xampp">Visit the blog entry to see the video.]</a></p>
<p>STEP 2 &#8211; Install Ruby &#8211; Thanks to RubyForge, you can download an <a title="23MB - Windows Installer" href="http://rubyforge.org/projects/rubyinstaller/" target="_blank">easy one-click Ruby installer</a> to use here. Once you download, click to open, and follow the instructions. I recommend you install Ruby at c:\<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a>\ruby so it falls in line with your other <a href="http://grapethinking.com/tag/programming" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with programming">programming</a> languages, etc&#8230;</p>
<p>STEP 3 &#8211; Install <a href="http://grapethinking.com/tag/rails" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with rails">Rails</a> &#8211; Fortunately, the Windows version of Ruby comes with RubyGems already set up. Open your Command Prompt (start-&gt; run-&gt; cmd -OR- start-&gt; programs-&gt; accessories -&gt; command prompt) and type the following commands.</p>
<p>Do the gem update from the bin directory in <a href="http://grapethinking.com/tag/rails" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with rails">rails</a>.   For my installation:</p>
<blockquote><p><span style="color: #0000ff;"><code>cd c:\ruby\bin</code></span><br />
<span style="color: #0000ff;"><code>gem update </code></span><br />
You may be prompted several times to choose which gem.  Pick the highest version for (mswin32)<br />
<span style="color: #0000ff;"><code>gem install <a href="http://grapethinking.com/tag/rails" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with rails">rails</a> --include-dependencies</code></span></p></blockquote>
<p>There may be some delays, and the install could take a while. If you encounter an error trying to use the gem command, just restart the Command Prompt.</p>
<p>STEP 4 &#8211; Create a <a href="http://grapethinking.com/tag/rails" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with rails">Rails</a> App &#8211; While your still in Command Prompt, type the following Command (without the brackets, and change &#8220;your-app-name&#8221; to whatever you wish to call your application)</p>
<blockquote><p><span style="color: #0000ff;"><code><a href="http://grapethinking.com/tag/rails" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with rails">rails</a> C:/<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a>/htdocs/&lt;your-app-name&gt;</code></span></p></blockquote>
<p>STEP 5 &#8211; Configure Apache &#8211; With your <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">Xampp</a> installation, http://localhost (localhost:80) defaults to the <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">Xampp</a> browser control panel, which displays your status, tests, etc.. We want to be able to use Ruby, without disrupting this service, or interfering with our standard <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">Xampp</a> settings. Open your <a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">Xampp</a> directory (in our case C:\<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">Xampp</a>) and browse to Apache\conf\httpd.conf and open the httpd.conf file in a text editor or other text editor of your choice.</p>
<p>Scroll all the way to the bottom, and add the following:</p>
<blockquote><p><span style="color: #0000ff;"><code>Listen 3000</code><br />
<code>LoadModule rewrite_module modules/mod_rewrite.so</code><code><br />
</code><code>#################################</code><br />
<code># RUBY SETUP</code><br />
<code>#################################</code><br />
<code>&lt;virtualHost *:3000&gt;<br />
ServerName <a href="http://grapethinking.com/tag/rails" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with rails">rails</a></code></span><span style="color: #0000ff;"><code><br />
DocumentRoot "c:/<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a>/htdocs/&lt;your-app-name&gt;/public"<br />
</code><code>&lt;Directory "c:/<a href="http://grapethinking.com/tag/xampp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with xampp">xampp</a>/htdocs/&lt;your-app-name&gt;/public/"&gt;</code></span></p></blockquote>
<blockquote><p><span style="color: #0000ff;"><code>Options ExecCGI FollowSymLinks</code></span><br />
<span style="color: #0000ff;"><code>AllowOverride all</code></span><br />
<span style="color: #0000ff;"><code>Allow from all</code></span><br />
<span style="color: #0000ff;"><code>Order allow,deny</code></span><br />
<span style="color: #0000ff;"><code>AddHandler cgi-script .cgi</code></span><br />
<span style="color: #0000ff;"><code>AddHandler fastcgi-script .fcgi</code></span></p></blockquote>
<blockquote><p><span style="color: #0000ff;"><code>&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</code></span><br />
<span style="color: #0000ff;"><code>#################################</code></span><br />
<span style="color: #0000ff;"><code># RUBY SETUP</code></span><br />
<span style="color: #0000ff;"><code>#################################</code></span></p></blockquote>
<p>Finally &#8211; Check it Out &#8211; Point your browser to http://localhost:3000 and you should see the &#8220;Welcome Aboard&#8221; from ROR.</p>
<p>If your also looking for some editors. A nice simple free <a href="http://grapethinking.com/tag/php" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with php">PHP</a> editor with great extensions is &#8220;<a title="The Free PSPad" href="http://www.pspad.com/en/download.php" target="_blank">PSPad</a>&#8220;. For hardcore coding, I recommend <a title="Zend Framework IDE" href="http://www.zend.com/en/downloads/" target="_blank">Zend</a>(free for 30 days). For a nice simple free <a href="http://grapethinking.com/tag/rails" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with rails">Rails</a> Editor, &#8220;<a title="PlasmaCode RoRED Free Editor" href="http://www.plasmacode.com/index.html" target="_blank">RoRED</a>&#8220;, something a little more intense I would say go with the free &#8220;<a title="NetBeans IDE" href="http://download.netbeans.org/netbeans/6.0/final/" target="_blank">NetBeans</a>&#8221; (don&#8217;t forget the .jdk).</p>
<hr />
<h2>Update 04/15/09</h2>
<p>I now dual boot to <a href="http://grapethinking.com/tag/linux" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with linux">Linux</a> to play with ROR vs. fighting to install ruby on <a href="http://grapethinking.com/tag/rails" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with rails">rails</a> on a windows machine.  I found it to be an endless battle of debugging.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://grapethinking.com/installing-ubuntu-feisty-fawn-on-virtual-pc-to-run-ruby-on-rails" title="Installing Ubuntu Feisty Fawn on Virtual PC to Run Ruby on Rails (March 30, 2008)">Installing Ubuntu Feisty Fawn on Virtual PC to Run Ruby on Rails</a></li>
	<li><a href="http://grapethinking.com/hardy-heron-makes-me-happy" title="Hardy Heron Makes Me Happy (April 24, 2008)">Hardy Heron Makes Me Happy</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://grapethinking.com/getting-rails-to-work-on-a-windows-machine-running-xampp/feed</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
	</channel>
</rss>

