<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Ruby on Rails&#8212;todo list tutorial</title>
	<atom:link href="http://www.fuzzylizard.com/archives/2005/03/22/508/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fuzzylizard.com/archives/2005/03/22/508/</link>
	<description>Web development and design with a little VFX thrown in for fun</description>
	<lastBuildDate>Fri, 14 Jan 2011 22:45:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brad</title>
		<link>http://www.fuzzylizard.com/archives/2005/03/22/508/comment-page-1/#comment-5769</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 21 Jul 2006 21:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/03/22/508/#comment-5769</guid>
		<description>I agree, the author does get bored half way. It was very good for awhile then became a pastebin. I really didn&#039;t learn much. The code got super confusing.</description>
		<content:encoded><![CDATA[<p>I agree, the author does get bored half way. It was very good for awhile then became a pastebin. I really didn&#8217;t learn much. The code got super confusing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.fuzzylizard.com/archives/2005/03/22/508/comment-page-1/#comment-597</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Fri, 08 Jul 2005 15:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/03/22/508/#comment-597</guid>
		<description>Simple does not require a GUI. How can you say Linux hasn&#039;t gotten the GUI lesson followed by the best you&#039;ve seen is Suns? Did you forget that Sun develops Solaris?  Not wanting to hand code 20 or so fields is simply lazy, even by using a GUI you still need to configure each field.

By &quot;Simple&quot; one means you do not have to do nearly as much to achieve the same results using Ruby on Rails. If your looking to drag and drop applications, stick with VBasic or Macromedia. Using a GUI/IDE to code applications limits you to the application you are using. Hand coding allows you to harness the power of your brain, and do anything you want with the code.

Writing 10 or 12 files in a text editor is easy. Even more so when you use the keyboard commands as text editors were made for. Having 10 small files is more productive then one huge 400 line file.

This is the problem with web development today. Those who teach themselves how to program using an IDE, who then can not program anything for the life of them using just a text editor. You don&#039;t fully understand how and language works and everything you can do with it.

And I do not belive that all of the acronyms will go away some day. Each web application technology has it&#039;s high points and it&#039;s low points. No one platform will be best for all applictions, developers, and networks.</description>
		<content:encoded><![CDATA[<p>Simple does not require a GUI. How can you say Linux hasn&#8217;t gotten the GUI lesson followed by the best you&#8217;ve seen is Suns? Did you forget that Sun develops Solaris?  Not wanting to hand code 20 or so fields is simply lazy, even by using a GUI you still need to configure each field.</p>
<p>By &#8220;Simple&#8221; one means you do not have to do nearly as much to achieve the same results using Ruby on Rails. If your looking to drag and drop applications, stick with VBasic or Macromedia. Using a GUI/IDE to code applications limits you to the application you are using. Hand coding allows you to harness the power of your brain, and do anything you want with the code.</p>
<p>Writing 10 or 12 files in a text editor is easy. Even more so when you use the keyboard commands as text editors were made for. Having 10 small files is more productive then one huge 400 line file.</p>
<p>This is the problem with web development today. Those who teach themselves how to program using an IDE, who then can not program anything for the life of them using just a text editor. You don&#8217;t fully understand how and language works and everything you can do with it.</p>
<p>And I do not belive that all of the acronyms will go away some day. Each web application technology has it&#8217;s high points and it&#8217;s low points. No one platform will be best for all applictions, developers, and networks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g bruno</title>
		<link>http://www.fuzzylizard.com/archives/2005/03/22/508/comment-page-1/#comment-551</link>
		<dc:creator>g bruno</dc:creator>
		<pubDate>Thu, 28 Apr 2005 07:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2005/03/22/508/#comment-551</guid>
		<description>I looked at the tutorial, involves writing 10 or 12 files
with a text editot, not my idea of simple.
By simple I mean like VBasic, or any Borland IDE on windows:
drag &amp; drop, date bound  fields
I dont want to hard code all my CRUD 20 or so fields.

To repaat: &quot;simple&quot; must have a graphical IDE. That is the huge lesson that Linux hasnt got yet.

The ONLY true simple web-development system I have seen so far is Suns Java Studio Creator.
Sadly it isnt reliable on rowsets. It may work on tables, where there is a local cache of the table.
Its amazing to me how Rowsets work fine from an application, even when the db is remote. But when you go &#039;web-based&#039;  Rowsets fail.   
One day the 500 acronyms around web-based will be a laughable historical relic. People will look back and say &#039;how did people ever get into that morass&quot;
&quot;JSP JSF Struts  Maverick WebWork SpringFramework skyway  etc etc...&quot;
I will get back when I have tried the tutorial
cheers
Giordano</description>
		<content:encoded><![CDATA[<p>I looked at the tutorial, involves writing 10 or 12 files<br />
with a text editot, not my idea of simple.<br />
By simple I mean like VBasic, or any Borland IDE on windows:<br />
drag &amp; drop, date bound  fields<br />
I dont want to hard code all my CRUD 20 or so fields.</p>
<p>To repaat: &#8220;simple&#8221; must have a graphical IDE. That is the huge lesson that Linux hasnt got yet.</p>
<p>The ONLY true simple web-development system I have seen so far is Suns Java Studio Creator.<br />
Sadly it isnt reliable on rowsets. It may work on tables, where there is a local cache of the table.<br />
Its amazing to me how Rowsets work fine from an application, even when the db is remote. But when you go &#8216;web-based&#8217;  Rowsets fail.<br />
One day the 500 acronyms around web-based will be a laughable historical relic. People will look back and say &#8216;how did people ever get into that morass&#8221;<br />
&#8220;JSP JSF Struts  Maverick WebWork SpringFramework skyway  etc etc&#8230;&#8221;<br />
I will get back when I have tried the tutorial<br />
cheers<br />
Giordano</p>
]]></content:encoded>
	</item>
</channel>
</rss>

