<?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>Web Tempest</title>
	<atom:link href="http://webtempest.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://webtempest.com</link>
	<description>Web Apps and Internet Marketing</description>
	<lastBuildDate>Mon, 27 Feb 2012 04:26:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cool Links &#8211; Feb</title>
		<link>http://webtempest.com/cool-links-feb/</link>
		<comments>http://webtempest.com/cool-links-feb/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 04:26:22 +0000</pubDate>
		<dc:creator>Plattsi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cool Links]]></category>

		<guid isPermaLink="false">http://webtempest.com/?p=553</guid>
		<description><![CDATA[A monthly roundup of links I find cool for one reason or another. Note that I add links as I go, so the list may be small at the start of each month. TODOMVC A common learning application for popular JavaScript MV* frameworks http://addyosmani.github.com/todomvc/]]></description>
		<wfw:commentRss>http://webtempest.com/cool-links-feb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Screencast] Backbone JS Introduction &#8211; Visualised</title>
		<link>http://webtempest.com/screencast-backbone-js-introduction-visualised/</link>
		<comments>http://webtempest.com/screencast-backbone-js-introduction-visualised/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 03:48:57 +0000</pubDate>
		<dc:creator>Plattsi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://webtempest.com/?p=550</guid>
		<description><![CDATA[This is a part of what was going to be a full Backbone Screencast series. I stopped for several reasons, but decided I should release at least some sections to the public to see their response and how I can improve in future videos. I find that I am a very visual learner, and thought [...]]]></description>
		<wfw:commentRss>http://webtempest.com/screencast-backbone-js-introduction-visualised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set up your Mac Terminal for Ruby on Rails Development</title>
		<link>http://webtempest.com/set-up-your-mac-terminal-for-ruby-on-rails-development/</link>
		<comments>http://webtempest.com/set-up-your-mac-terminal-for-ruby-on-rails-development/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 23:07:44 +0000</pubDate>
		<dc:creator>Plattsi</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://webtempest.com/?p=531</guid>
		<description><![CDATA[Probably the one thing I have found most daunting in ruby on rails development is learning the command line and it&#8217;s unix counterparts such as shell scripting. Unfortunately, to be a good rails developer you need to know your way around the terminal. This post is not about setting up ruby on rails, but rather [...]]]></description>
		<wfw:commentRss>http://webtempest.com/set-up-your-mac-terminal-for-ruby-on-rails-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sublime Text 2 &#8211; How to Create Snippets</title>
		<link>http://webtempest.com/sublime-text-2-how-to-create-snippets/</link>
		<comments>http://webtempest.com/sublime-text-2-how-to-create-snippets/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 05:35:57 +0000</pubDate>
		<dc:creator>Plattsi</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://webtempest.com/?p=520</guid>
		<description><![CDATA[Recently I changed editors from Rubymine to Sublime Text 2 (due to Rubymine being a bit slow on big projects). Anyway creating snippets and new short-cuts can turn you into the speediest of programmers. Here I look into creating a basic snippet, along with instructions on how to bind a keyboard shortcut to that snippet. [...]]]></description>
		<wfw:commentRss>http://webtempest.com/sublime-text-2-how-to-create-snippets/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Easy Client-Side Form Validation for Rails 3.1</title>
		<link>http://webtempest.com/easy-client-side-form-validation-for-rails-3-1/</link>
		<comments>http://webtempest.com/easy-client-side-form-validation-for-rails-3-1/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 03:22:22 +0000</pubDate>
		<dc:creator>Plattsi</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://webtempest.com/?p=491</guid>
		<description><![CDATA[Form validation can be annoying, with all the error message styling and all. Heres an easy solution I just stumbled across. Note that this works best for when starting new apps, but should still plugin quite nicely into old ones. Setup: I will be using this javascript library for validation. I use the styling from [...]]]></description>
		<wfw:commentRss>http://webtempest.com/easy-client-side-form-validation-for-rails-3-1/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>PayPal Adaptive with Rails 3</title>
		<link>http://webtempest.com/paypal-adaptive-with-rails-3/</link>
		<comments>http://webtempest.com/paypal-adaptive-with-rails-3/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 01:34:51 +0000</pubDate>
		<dc:creator>Plattsi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[paypal_adaptive]]></category>
		<category><![CDATA[ruby on rails 3]]></category>

		<guid isPermaLink="false">http://webtempest.com/?p=480</guid>
		<description><![CDATA[As usual the PayPal documentation is quite messy and disorganised and thus I thought I&#8217;d document how I managed to get PayPal Adaptive working on a marketplace style website. Warning! Please use this post as a guide as to how the paypal API connects with your rails app. As Jamesw in the comments below points [...]]]></description>
		<wfw:commentRss>http://webtempest.com/paypal-adaptive-with-rails-3/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Upgrade Rails 3 to 3.1</title>
		<link>http://webtempest.com/upgrade-rails-3-to-3-1/</link>
		<comments>http://webtempest.com/upgrade-rails-3-to-3-1/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 00:39:50 +0000</pubDate>
		<dc:creator>Plattsi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[rails 3.1]]></category>
		<category><![CDATA[rails 3.1 upgrade]]></category>

		<guid isPermaLink="false">http://webtempest.com/?p=420</guid>
		<description><![CDATA[This is a comprehensive guide to upgrading a Ruby on Rails 3 application to Rails 3.1. It also includes instructions for updating the compass gem. Lets get started! Gemfile # gemfile gem 'rails', '3.1.0' # Gems used only for assets and not required # in production environments by default. group :assets do &#160; gem 'sass-rails', [...]]]></description>
		<wfw:commentRss>http://webtempest.com/upgrade-rails-3-to-3-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Rails API&#8217;s &#8211; Rendering Flexible XML and JSON</title>
		<link>http://webtempest.com/rails-apis-rendering-flexible-xml-and-json/</link>
		<comments>http://webtempest.com/rails-apis-rendering-flexible-xml-and-json/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 06:23:32 +0000</pubDate>
		<dc:creator>Plattsi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[rails json]]></category>
		<category><![CDATA[rails xml]]></category>
		<category><![CDATA[xml to json]]></category>

		<guid isPermaLink="false">http://webtempest.com/?p=410</guid>
		<description><![CDATA[When creating API&#8217;s, you want to make it so people can easily make remote requests and in return be given well structured data. Here I discuss why Rails to_json and to_xml methods don&#8217;t quite cut it, and what to do instead. to_json is not always flexible enough As expertly explained in this post, the Rails [...]]]></description>
		<wfw:commentRss>http://webtempest.com/rails-apis-rendering-flexible-xml-and-json/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to be an Independent Contractor in Australia</title>
		<link>http://webtempest.com/how-to-be-an-independent-contractor-in-australia/</link>
		<comments>http://webtempest.com/how-to-be-an-independent-contractor-in-australia/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 01:46:50 +0000</pubDate>
		<dc:creator>Plattsi</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://webtempest.com/?p=396</guid>
		<description><![CDATA[Having entered the real world of work, taxes and responsibility as an independent contractor (web developer), I thought I should consolidate my knowledge of the topic in a post. Hopefully it will help other newcomers. What does an independent contractor do? As an independent contractor I do the following: - create contractual arrangements with other [...]]]></description>
		<wfw:commentRss>http://webtempest.com/how-to-be-an-independent-contractor-in-australia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Ruby on Rails?</title>
		<link>http://webtempest.com/what-is-ruby-on-rails/</link>
		<comments>http://webtempest.com/what-is-ruby-on-rails/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 13:09:04 +0000</pubDate>
		<dc:creator>Plattsi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://webtempest.com/?p=391</guid>
		<description><![CDATA[We know Ruby on Rails has something to do with building web applications, but what is it really? Here I give my view of what Rails really is. An opinion Ruby on Rails is opinionated software. When you build something over and over again you develop a habit, or opinion, of the quickest way to [...]]]></description>
		<wfw:commentRss>http://webtempest.com/what-is-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: webtempest.com @ 2012-05-19 21:34:02 -->
