<?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 for Script Kids</title>
	<atom:link href="http://www.scripts.rzeszow.pl/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.scripts.rzeszow.pl</link>
	<description></description>
	<lastBuildDate>Sat, 12 Jun 2010 18:57:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on What should I Learn Ruby on Rails or CakePHP? by Fearliss</title>
		<link>http://www.scripts.rzeszow.pl/06-what-should-i-learn-ruby-on-rails-or-cakephp/comment-page-1#comment-2</link>
		<dc:creator>Fearliss</dc:creator>
		<pubDate>Sat, 12 Jun 2010 18:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.scripts.rzeszow.pl/06-what-should-i-learn-ruby-on-rails-or-cakephp#comment-2</guid>
		<description>In my opinion I think you should learn CakePHP. Apart from the fact you can option it to have more secure code in no matter what aspect of programming you are working on, CakePHP does not require any understanding of PHP to fully grasp the MVC of the language. On the other hand, RoR is much slower in the aspect if you were gearing your web design towards speed.

CakePHP also gives the user a better budget to work with where as RoR can be a little pricey when trying to find a good host depending on what you are going to be using these environments.

Last but not least, CakePHP is just downright easier than RoR. Both in the subject of time consuming where CakePHP is a snap to set up and run from the comfort of your home computer&#039;s server, and not have to worry about downloading a ton of mess and letting RoR&#039;s environment eat away at your system&#039;s resources.

Hope I helped,
Fearliss</description>
		<content:encoded><![CDATA[<p>In my opinion I think you should learn CakePHP. Apart from the fact you can option it to have more secure code in no matter what aspect of programming you are working on, CakePHP does not require any understanding of PHP to fully grasp the MVC of the language. On the other hand, RoR is much slower in the aspect if you were gearing your web design towards speed.</p>
<p>CakePHP also gives the user a better budget to work with where as RoR can be a little pricey when trying to find a good host depending on what you are going to be using these environments.</p>
<p>Last but not least, CakePHP is just downright easier than RoR. Both in the subject of time consuming where CakePHP is a snap to set up and run from the comfort of your home computer&#8217;s server, and not have to worry about downloading a ton of mess and letting RoR&#8217;s environment eat away at your system&#8217;s resources.</p>
<p>Hope I helped,<br />
Fearliss</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What should I Learn Ruby on Rails or CakePHP? by John L</title>
		<link>http://www.scripts.rzeszow.pl/06-what-should-i-learn-ruby-on-rails-or-cakephp/comment-page-1#comment-1</link>
		<dc:creator>John L</dc:creator>
		<pubDate>Thu, 10 Jun 2010 04:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.scripts.rzeszow.pl/06-what-should-i-learn-ruby-on-rails-or-cakephp#comment-1</guid>
		<description>If you&#039;ve worked most with HTML so far, PHP will probably be easiest for you.  PHP stands for PHP is a Hyptertext Preprocessor.  PHP is also well regarded and increasingly ubiquitous.  I&#039;d start there.</description>
		<content:encoded><![CDATA[<p>If you&#8217;ve worked most with HTML so far, PHP will probably be easiest for you.  PHP stands for PHP is a Hyptertext Preprocessor.  PHP is also well regarded and increasingly ubiquitous.  I&#8217;d start there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What computer script goes good along with html? by Cazpa</title>
		<link>http://www.scripts.rzeszow.pl/06-what-computer-script-goes-good-along-with-html/comment-page-1#comment-12</link>
		<dc:creator>Cazpa</dc:creator>
		<pubDate>Thu, 10 Jun 2010 03:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.scripts.rzeszow.pl/06-what-computer-script-goes-good-along-with-html#comment-12</guid>
		<description>PHP is as stated before server side so it controls and runs in the background, you still need HTML for embeding things unless you use the echo:



This would display hello on your page, you can echo images ect but for the most part HTML is used.</description>
		<content:encoded><![CDATA[<p>PHP is as stated before server side so it controls and runs in the background, you still need HTML for embeding things unless you use the echo:</p>
<p>This would display hello on your page, you can echo images ect but for the most part HTML is used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What computer script goes good along with html? by Empire539</title>
		<link>http://www.scripts.rzeszow.pl/06-what-computer-script-goes-good-along-with-html/comment-page-1#comment-11</link>
		<dc:creator>Empire539</dc:creator>
		<pubDate>Mon, 07 Jun 2010 05:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.scripts.rzeszow.pl/06-what-computer-script-goes-good-along-with-html#comment-11</guid>
		<description>JavaScript is great for user interactivity.

PHP is more for server-side interaction, which is useful with forms and such. Also, you need to have PHP installed on your computer before you can use it in HTML pages.

XML is mainly used for information; it&#039;s not used all that much in terms of displaying things in HTML.

I&#039;d recommend CSS as well (though not technically a scripting language), as it gives you richer content in terms of design.</description>
		<content:encoded><![CDATA[<p>JavaScript is great for user interactivity.</p>
<p>PHP is more for server-side interaction, which is useful with forms and such. Also, you need to have PHP installed on your computer before you can use it in HTML pages.</p>
<p>XML is mainly used for information; it&#8217;s not used all that much in terms of displaying things in HTML.</p>
<p>I&#8217;d recommend CSS as well (though not technically a scripting language), as it gives you richer content in terms of design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How long should a 30 minute television script be? by Chris</title>
		<link>http://www.scripts.rzeszow.pl/05-how-long-should-a-30-minute-television-script-be/comment-page-1#comment-16</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 02 Jun 2010 03:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.scripts.rzeszow.pl/05-how-long-should-a-30-minute-television-script-be#comment-16</guid>
		<description>yes, it is supposed to be at least 20 pages, each page is a minute of screen time. So, if you have a 20 page script, you will have a 20 minute show. You also have to consider commercial breaks, because when you include commercial breaks with the script, it will be 30 minutes.

So, it would be 20-22 pages long.</description>
		<content:encoded><![CDATA[<p>yes, it is supposed to be at least 20 pages, each page is a minute of screen time. So, if you have a 20 page script, you will have a 20 minute show. You also have to consider commercial breaks, because when you include commercial breaks with the script, it will be 30 minutes.</p>
<p>So, it would be 20-22 pages long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is a good book or tutorial for learning ruby on rails? by mauvaise écureuil</title>
		<link>http://www.scripts.rzeszow.pl/05-what-is-a-good-book-or-tutorial-for-learning-ruby-on-rails/comment-page-1#comment-3</link>
		<dc:creator>mauvaise écureuil</dc:creator>
		<pubDate>Tue, 04 May 2010 04:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.scripts.rzeszow.pl/05-what-is-a-good-book-or-tutorial-for-learning-ruby-on-rails#comment-3</guid>
		<description>Try this O&#039;Reilly article:</description>
		<content:encoded><![CDATA[<p>Try this O&#8217;Reilly article:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How can I manage users using Ruby on Rails? by tocavista</title>
		<link>http://www.scripts.rzeszow.pl/04-how-can-i-manage-users-using-ruby-on-rails/comment-page-1#comment-6</link>
		<dc:creator>tocavista</dc:creator>
		<pubDate>Thu, 29 Apr 2010 13:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.scripts.rzeszow.pl/04-how-can-i-manage-users-using-ruby-on-rails#comment-6</guid>
		<description>The login_generator gem is the best I have used.</description>
		<content:encoded><![CDATA[<p>The login_generator gem is the best I have used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How can I manage users using Ruby on Rails? by davidx</title>
		<link>http://www.scripts.rzeszow.pl/04-how-can-i-manage-users-using-ruby-on-rails/comment-page-1#comment-5</link>
		<dc:creator>davidx</dc:creator>
		<pubDate>Tue, 27 Apr 2010 06:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.scripts.rzeszow.pl/04-how-can-i-manage-users-using-ruby-on-rails#comment-5</guid>
		<description>Its easy, as most things in rails.

you need to install a login generator, which will generate the needed controller and add a helper library.


i tried to be concrete in my howto however this site is even better, so,

follow these steps :


ofcourse let me know if there&#039;s anything about this you dont fully get.

good luck!</description>
		<content:encoded><![CDATA[<p>Its easy, as most things in rails.</p>
<p>you need to install a login generator, which will generate the needed controller and add a helper library.</p>
<p>i tried to be concrete in my howto however this site is even better, so,</p>
<p>follow these steps :</p>
<p>ofcourse let me know if there&#8217;s anything about this you dont fully get.</p>
<p>good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script? by MYKE</title>
		<link>http://www.scripts.rzeszow.pl/04-script-2/comment-page-1#comment-10</link>
		<dc:creator>MYKE</dc:creator>
		<pubDate>Tue, 27 Apr 2010 00:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.scripts.rzeszow.pl/04-script-2#comment-10</guid>
		<description>i dunno, but its an interesting question!</description>
		<content:encoded><![CDATA[<p>i dunno, but its an interesting question!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script? by Nicnac</title>
		<link>http://www.scripts.rzeszow.pl/04-script-2/comment-page-1#comment-9</link>
		<dc:creator>Nicnac</dc:creator>
		<pubDate>Mon, 26 Apr 2010 13:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.scripts.rzeszow.pl/04-script-2#comment-9</guid>
		<description>try ebay (see the link)

The other choice is to see if you can order back issues from them but their website seems to insist you log in to an account to access any kind of help.</description>
		<content:encoded><![CDATA[<p>try ebay (see the link)</p>
<p>The other choice is to see if you can order back issues from them but their website seems to insist you log in to an account to access any kind of help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

