<?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>zerokernel.com &#187; development</title>
	<atom:link href="http://zerokernel.com/blog/index.php/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://zerokernel.com/blog</link>
	<description>everything you don't need to know (but you are asking anyway)</description>
	<lastBuildDate>Tue, 07 Sep 2010 05:58:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>From flex to ruby on rails; A kickstarter guide</title>
		<link>http://zerokernel.com/blog/index.php/2010/09/06/from-flex-to-ruby-on-rails-a-kickstarter-guide/</link>
		<comments>http://zerokernel.com/blog/index.php/2010/09/06/from-flex-to-ruby-on-rails-a-kickstarter-guide/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 21:37:33 +0000</pubDate>
		<dc:creator>warstories</dc:creator>
				<category><![CDATA[RoR]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[guide]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=211</guid>
		<description><![CDATA[First, be calm, you will miss the canvas object like your girlfriend on a business travel, sooner or later you will remember that you had been there, and she has to return.
I recommend you to use  RadRails you will understand it a lot because is eclipse based, like Flex Bulider, an it has a [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2010/02/18/flex-dynamic-background-image-on-canvas-redraw-version/' rel='bookmark' title='Permanent Link: Flex: Dynamic Background Image on Canvas (redraw version)'>Flex: Dynamic Background Image on Canvas (redraw version)</a> <small>Today I tried to load an image form an url...</small></li>
<li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li>
<li><a href='http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/' rel='bookmark' title='Permanent Link: Flex Myths'>Flex Myths</a> <small>I found a very nice article about misconceptions of flex,...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>First, be calm, you will miss the canvas object like your girlfriend on a business travel, sooner or later you will remember that you had been there, and she has to return.</p>
<p>I recommend you to use <a href="http://www.aptana.com/products/radrails"> RadRails</a> you will understand it a lot because is eclipse based, like Flex Bulider, an it has a pretty good debugger with breakpoints and all that stuff.</p>
<p>You probably already have it, but I also recomend that you keep using <a href="http://www.charlesproxy.com/">charles proxy</a> (and if you are not using it on flex, shame on you!), also install the <a href="http://getfirebug.com/"> firebug extension</a> for firefox, if you are a safari man enable the <a href="http://developer.apple.com/safari/library/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/2SafariDeveloperTools/SafariDeveloperTools.html"> developer menu </a></p>
<p>I know that you probabliy have to start with RoR without time of reading a book, I recommend you this few pages, first this <a href="http://guides.rubyonrails.org/getting_started.html"> getting started guide</a>, also a page about<a href="http://guides.rubyonrails.org/migrations.html"> migrations</a>, and also about <a href="http://wiki.rubyonrails.org/rails/pages/availablegenerators"> generators</a>, and if you had time this book will help you a lot <a href="http://www.amazon.com/Rails-Way-Obie-Fernandez/dp/0321445619"> The Rails way </a></p>
<p>Now, find yourself a new life, and open a <a href="http://github.com/"> github</a> account, you will realize that the ruby community is mostly git based.</p>
<p>Forget about CammelCase, and start getting used to snake_case you will notice that is a minor but useful change.</p>
<p>Keep the terminal in your dock if you are using mac, if you are using linux you probably had one opened, and if you are using windows consider seriously migrate to linux, your life will be easier that way.</p>
<p>Get used to the idea to deal with javascript, but you don&#8217;t have to do it alone, use <a href="http://jqueryui.com/"> jQuery</a>.</p>
<p>And finally when you are ready to leave your training wheels (rad rails) and move to <a href="http://macromates.com/"> TextMate</a> don&#8217;t forget this two bundles: <a href="http://github.com/drnic/ruby-on-rails-tmbundle"> RoR bundle</a> and <a href="http://github.com/timcharper/git-tmbundle"> git bundle </a></p>
<p>Anyway I think this links would help you, but If you had another one you want to share, please add it on the comments, I will be happy to include them.</p>
<p>Happy coding.</p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2010/02/18/flex-dynamic-background-image-on-canvas-redraw-version/' rel='bookmark' title='Permanent Link: Flex: Dynamic Background Image on Canvas (redraw version)'>Flex: Dynamic Background Image on Canvas (redraw version)</a> <small>Today I tried to load an image form an url...</small></li>
<li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li>
<li><a href='http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/' rel='bookmark' title='Permanent Link: Flex Myths'>Flex Myths</a> <small>I found a very nice article about misconceptions of flex,...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2010/09/06/from-flex-to-ruby-on-rails-a-kickstarter-guide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Json Navigator</title>
		<link>http://zerokernel.com/blog/index.php/2009/02/03/json-navigator/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/02/03/json-navigator/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:24:04 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=74</guid>
		<description><![CDATA[Hey guys, to complement my other post of the json validator, here is the json &#8220;Navigator&#8221; (netscape anyone?), it&#8217;s very useful for anyone dealing with complex structures. 
http://danml.com/pub/jsonBrowser.htm


Related posts:Json Validator I&#8217;ve found a very useful json validator, specially when you...

Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/01/08/json-validator/' rel='bookmark' title='Permanent Link: Json Validator'>Json Validator</a> <small>I&#8217;ve found a very useful json validator, specially when you...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Hey guys, to complement my other post of the json validator, here is the json &#8220;Navigator&#8221; (netscape anyone?), it&#8217;s very useful for anyone dealing with complex structures. </p>
<p><a href="http://danml.com/pub/jsonBrowser.htm">http://danml.com/pub/jsonBrowser.htm</a></p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/01/08/json-validator/' rel='bookmark' title='Permanent Link: Json Validator'>Json Validator</a> <small>I&#8217;ve found a very useful json validator, specially when you...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/02/03/json-navigator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Json Validator</title>
		<link>http://zerokernel.com/blog/index.php/2009/01/08/json-validator/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/01/08/json-validator/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 21:00:23 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=63</guid>
		<description><![CDATA[I&#8217;ve found a very useful json validator, specially when you are like me and forget to put the &#8221; in the objects
http://www.jsonlint.com/


Related posts:Json Navigator Hey guys, to complement my other post of the json...

Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/02/03/json-navigator/' rel='bookmark' title='Permanent Link: Json Navigator'>Json Navigator</a> <small>Hey guys, to complement my other post of the json...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found a very useful json validator, specially when you are like me and forget to put the &#8221; in the objects</p>
<p><a href="http://www.jsonlint.com/">http://www.jsonlint.com/</a></p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/02/03/json-navigator/' rel='bookmark' title='Permanent Link: Json Navigator'>Json Navigator</a> <small>Hey guys, to complement my other post of the json...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/01/08/json-validator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
