<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>skater coder</title>
	<link>http://www.skatercoder.com</link>
	<description>angela chng - Ruby on Rails / PHP web developer &#38; skater girl in Singapore</description>
	<lastBuildDate>Wed, 18 May 2011 06:35:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.2" -->

	<item>
		<title>ExtJS 4 Themes</title>
		<description><![CDATA[Steps to customise your ExtJS Theme Install gem to generate css files from SASS 1 $ sudo gem install compass Copy the following the folders from the ExtJS SDK to your app&#8217;s folder / /resources/ /resources/css/ /resources/sass/ /resources/sass/config.rb /resources/images/ /resources/themes/ Edit config.rb and make sure the paths are correct Add your own .scss files in [...]]]></description>
		<link>http://www.skatercoder.com/2011/05/18/extjs-4-themes/</link>
			</item>
	<item>
		<title>Debugging script/runner</title>
		<description><![CDATA[If you need to debug script/runner 1 2 $ sudo gem install ruby-debug $ rdebug script/runner script.rb References http://cheat.errtheblog.com/s/rdebug/]]></description>
		<link>http://www.skatercoder.com/2011/03/21/debugging-scriptrunner/</link>
			</item>
	<item>
		<title>Eyes On Asia Website Launch</title>
		<description><![CDATA[Beautiful photos by Felix Hug, professional travel photographer from Switzerland residing in Singapore. Developed this website to showcase his photos, photography workshops and travel photography getaways. Visit his website at www.eyesonasia.net for more of his breath-taking photography.]]></description>
		<link>http://www.skatercoder.com/2010/11/06/eyes-on-asia-website-launch/</link>
			</item>
	<item>
		<title>dothebag.sg arrives in Singapore!</title>
		<description><![CDATA[Another website for the portfolio :) And if you like your bags minimalist in design, head on down to www.dothebag.sg]]></description>
		<link>http://www.skatercoder.com/2010/09/20/dothebag-sg-arrives-in-singapore/</link>
			</item>
	<item>
		<title>Singapore Limousines Hire and Bus Charter</title>
		<description><![CDATA[Latest site launch featuring quality and economical transport services in Singapore View the site at www.alliancetransport.com.sg]]></description>
		<link>http://www.skatercoder.com/2010/09/20/alliance-transportation-service-singapore-limousines-hire-and-bus-charter/</link>
			</item>
	<item>
		<title>Testing Spree with cucumber + spork + autotest + pickle + factory girl</title>
		<description><![CDATA[Copy this from the spree root folder into your app 1 2 3 spree-0.11.0/features to yourapp/features Edit features/support/env.rb 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 [...]]]></description>
		<link>http://www.skatercoder.com/2010/09/04/testing-spree-with-cucumber-spork-autotest-pickle/</link>
			</item>
	<item>
		<title>Commonly used Rails 2.3 commands</title>
		<description><![CDATA[Rails 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Setup rails app with mysql $ rails appname -d mysql &#160; Start server with debugging enabled $ script/server --debugger &#160; Start server with debugging enabled [...]]]></description>
		<link>http://www.skatercoder.com/2010/08/31/commonly-used-rails-2-3-command-line/</link>
			</item>
	<item>
		<title>How to upload multiple files on rails (uploadify + paperclip + jquery)</title>
		<description><![CDATA[Setting Up Download Uploadify from http://www.uploadify.com/ copy the uploadify files into the following directories 1 2 3 4 5 6 7 public/javascripts/uploadify/jquery.uploadify-2.1.0.min.js public/javascripts/uploadify/uploadify.swf public/javascripts/uploadify/swfobject.js &#160; public/images/cancel.png &#160; public/stylesheets/uploadify.css Create this file app/middleware/flash_session_cookie_middleware.rb 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 require 'rack/utils' class FlashSessionCookieMiddleware def initialize&#40;app, session_key = [...]]]></description>
		<link>http://www.skatercoder.com/2010/08/31/how-to-upload-multiple-files-on-rails-uploadify-paperclip-jquery/</link>
			</item>
	<item>
		<title>Comma Separated List in Rails</title>
		<description><![CDATA[Here&#8217;s a useful tip I found from http://ariejan.net/2007/03/27/rails-tip-snippet-create-a-comma-seperate-list/ To get &#8216;Tom, Dick, Harry&#8217; 1 @users.collect&#123;&#124;u&#124; u.name&#125;.join&#40;', '&#41; To get &#8216;Tom, Dick and Harry&#8217; 1 @users.collect&#40;&#38;:name&#41;.to_sentence]]></description>
		<link>http://www.skatercoder.com/2010/07/25/comma-separated-list-in-rails/</link>
			</item>
	<item>
		<title>How to: Create a Rails model that has categories and subcategories</title>
		<description><![CDATA[Another reason to love rails, it&#8217;s so easy! Just install the acts_as_tree plugin 1 $ script/plugin install git://github.com/rails/acts_as_tree.git and in your model, eg. app/models/category.rb, just add 1 acts_as_tree :order =&#62; 'name' And here&#8217;s the plugin&#8217;s readme on how to use it 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [...]]]></description>
		<link>http://www.skatercoder.com/2010/07/23/how-to-create-a-rails-model-that-has-categories-and-subcategories/</link>
			</item>
</channel>
</rss>

