<?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>Vex Star &#187; professor</title>
	<atom:link href="http://www.vexstar.com/tag/professor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vexstar.com</link>
	<description>Computers and Programming</description>
	<lastBuildDate>Tue, 21 Jun 2011 01:52:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP VS Ruby on Rails. Which one is best for a beginner?</title>
		<link>http://www.vexstar.com/php-vs-ruby-on-rails-which-one-is-best-for-a-beginner/</link>
		<comments>http://www.vexstar.com/php-vs-ruby-on-rails-which-one-is-best-for-a-beginner/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 07:33:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[C++ Standard Template Library]]></category>
		<category><![CDATA[director]]></category>
		<category><![CDATA[HATES PHP]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Php.net]]></category>
		<category><![CDATA[professor]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[security professor]]></category>
		<category><![CDATA[sloppy programmer]]></category>
		<category><![CDATA[software engineering degree]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web framework]]></category>
		<category><![CDATA[web work]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://www.vexstar.com/php-vs-ruby-on-rails-which-one-is-best-for-a-beginner/</guid>
		<description><![CDATA[Obviously I will also be needing to implement MySQL in there as well. Well? Which would you suggest for a beginner?I&#8217;ve never seen, nor really know anything about ruby, so my vote is PHP 









How long would it take someone to learn PHP? How long before I could edit stuff, etc&#8230;?









Do you have any programming [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Obviously I will also be needing to implement MySQL in there as well. Well? Which would you suggest for a beginner?<br />I&#8217;ve never seen, nor really know anything about ruby, so my vote is PHP 
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>How long would it take someone to learn PHP? How long before I could edit stuff, etc&#8230;?<br /><span id="more-383"></span>
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>Do you have any programming experience?<br />
If you know C or javascript you&#8217;ve got a good head start, then its just a matter of learning the functions.</p>
<p>
Rails is mostly a framework &#8230;there are tons of PHP frameworks out there including PHP on Rails ()</p>
<p>I like CodeIgniter<br />I don&#8217;t know any other programming language. I know HTML, that&#8217;s about it.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>So for web work you know what you want the code to output&#8230;that is at least a start.</p>
<p>I would download Visual Studio Express and either buy an intro C# book or just go through some tutorials. That will give you some basic understanding of how to handle strings and basic operators, etc. Will help you start thinking in terms of objects and stuff&#8230;then the transition to php will be pretty easy.</p>
<p>Some people might disagree with me but I think C# + the Visual Studio Express IDE is a pretty easy way to step into programming.<br />I haven&#8217;t played much with Ruby on rails (or Ruby for that matter)..</p>
<p>That being said, coming from a academic background (I&#8217;m a senior CS student), with experience in the C based languages, I found PHP pretty easy to pick up.  As someone stated above, it&#8217;s really just about learning the sytax and functions.  Php.net is an excellent resource for that; I have it bookmarked and find myself refering to it all the time (and I have several PHP books in my library).</p>
<p>For conversation, our security orientated professor HATES PHP.  He pushes Ruby becuase he claims that PHP is an unsecure language.  I dunno, I personally don&#8217;t feel that I have a valid opinion here, but I understand injection attacks, and how to program around them.  So far non of the stuff I&#8217;ve done has had any security issues, and I know for a fact that he (the security professor) was poking around a website I did for the school (which means he was more than likely trying to fuck with it &#8211; he&#8217;s told me before that he would be doing such).<br />God, I wish RoR would just die already. Only good thing it brought was more discussion about frameworks.</p>
<p>Start small with PHP and learn how it works. Write a basic website from scratch where you can upload images. From there, learn PHP with a good framework. Zend and Symfony are the 2 I would recommend. I&#8217;ve been using PHP since version 3, it&#8217;s not hard to pick up.</p>
<p>How much do you know about OOP? It&#8217;s a practice you&#8217;ll want to get used to as well.</p>
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<p>				For conversation, our security orientated professor HATES PHP. He pushes Ruby becuase he claims that PHP is an unsecure language.</p>
</td>
</tr>
</table>
</div>
<p>It&#8217;s not the language, it&#8217;s the developers who write shitty code.<br />Thanks, everybody. Does anyone have some book suggestions? I&#8217;ve always wanted to be able to write in PHP, or some sort of programming language like that. I would like to be able to make sites, write code, edit code, etc&#8230; For example here is one thing I would like to do;</p>
<p>I have a video CMS. It&#8217;s not a YouTube clone or anything like that. I want to be able to edit the CMS, and add some mods to it of my own. In the Admin Panel, you can add a slew of different files and different file types. I always add Local Media, videos I have hosted myself. When you add media, it&#8217;s the typical stuff. Category, Date To Add, Thumbnail (upload), Title, Description. I want to add a couple custom fields. I want to be able to add some custom fields that allow me to put in the year of the film that was made. Also I want to be able to put in the name of the director.<br /> is a good place to start</p>
<p>Start small and work your way up.<br />Thanks once again to all. After just starting to play with PHP a bit, I have already realized its power. I knew it was a powerful tool, but this honestly becoming fun. As far as the net goes, I haven&#8217;t been this intrigued in quite some time. I hope I can become a force with the knowledge of PHP I will obtain. So far I haven&#8217;t really done much, but I feel I&#8217;m moving a long quickly.<br />There really isn&#8217;t any scripting language that&#8217;s good for a beginner. Unfortunately, that seems to be the only kind of language available for web development.</p>
<p>Try downloading Visual Web Developer 2008 Express Edition from Microsoft. It&#8217;s free, and at least ASP.NET is similar to traditional, strongly-typed OOP languages.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>ASP.NET is not a strongly typed OOP language. It&#8217;s a web framework.</p>
<p>I don&#8217;t believe web development in general would be the best for a beginning developer depending on your goal. If you just want to bang out a couple of small websites, either PHP or RoR will work just fine. If you really want to LEARN how to write good software, forget all of the html/css/graphic and presentation that come with web development and learn how to write software first<br />PHP is a fine place to start &#8211; as long as you understand that the way you are programming is more like widdling a piece of wood than building a house.  You can&#8217;t build a house worth a shit that way, but you can widdle a fine piece of wood.  The technique you&#8217;re learning doesn&#8217;t scale to large projects.  For that you would want something more like Ruby/RAILS, which, despite its much lauded database scalability issues, is designed to allow large groups to work on complex systems efficiently.  There are a different set of concerns than &quot;make a language easy for beginners doing personal home pages,&quot; and at some point if you keep programming you need to learn those differences.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">ASP.NET is not a strongly typed OOP language. It&#8217;s a web framework.</p>
<p>I don&#8217;t believe web development in general would be the best for a beginning developer depending on your goal. If you just want to bang out a couple of small websites, either PHP or RoR will work just fine. If you really want to LEARN how to write good software, forget all of the html/css/graphic and presentation that come with web development and learn how to write software first</p></div>
</td>
</tr>
</table>
</div>
<p>I didn&#8217;t say ASP.NET was a strongly-typed language, I said it was similar. There really aren&#8217;t any strongly-typed interpreted languages, as far as I know; I guess it&#8217;s too difficult to implement. All I was saying, though I didn&#8217;t really say it right, is that at least ASP.NET uses VB.NET and C#.NET, which are themselves strongly-typed, even if the parts used in ASP.NET aren&#8217;t the advanced stuff.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">God, I wish RoR would just die already. Only good thing it brought was more discussion about frameworks.</p>
<p>Start small with PHP and learn how it works. Write a basic website from scratch where you can upload images. From there, learn PHP with a good framework. Zend and Symfony are the 2 I would recommend. I&#8217;ve been using PHP since version 3, it&#8217;s not hard to pick up.</p>
<p>How much do you know about OOP? It&#8217;s a practice you&#8217;ll want to get used to as well.</p>
<p>
It&#8217;s not the language, it&#8217;s the developers who write shitty code.</div>
</td>
</tr>
</table>
</div>
<p>How is a discussion about frameworks a good thing? All it does is make it easier to do things that a language isn&#8217;t well-suited for, by packaging the terrifyingly-complex code needed to do those things in another file that you don&#8217;t have to look at if you&#8217;re the squeamish sort.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>asp.net is language agnostic. it is not itself a language. that&#8217;s what c# and vb.net are for
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>sounds like you need to learn a few things about frameworks if you think all they are is include files
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>(shrug) I needed a way to refer to .NET as it applies to web development. What&#8217;s the right term for that, if ASP.NET isn&#8217;t it?
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>Maybe so. As far as I know, that&#8217;s all they&#8217;re good for.</p>
<p>What is a framework if is isn&#8217;t just a generic term for things like the C++ Standard Template Library?
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">Maybe so. As far as I know, that&#8217;s all they&#8217;re good for.</p>
<p>What is a framework if is isn&#8217;t just a generic term for things like the C++ Standard Template Library?</p></div>
</td>
</tr>
</table>
</div>
<p>I&#8217;m not trying to be a dick but&#8230; how did you get a CS degree but you don&#8217;t know what an application framework is?
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>php is a great language because it&#8217;s so extremely forgiving. i work as a php developer, by the way. good money. (i have a bachelor&#8217;s in computer science) also, note that HTML is not a programming language, it&#8217;s a markup language and they&#8217;re completely different. i agree with SLED when he says..</p>
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>but if you want to hop right in to either PHP or RoR, i would choose PHP and start at </p>
<p>it&#8217;s free, and they do a good job of leading you by the hand. just have to make sure you have a server with php-installed first before you can start. good luck!
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<p>				php is a great language because it&#8217;s so extremely forgiving. i work as a php developer, by the way. good money. (i have a bachelor&#8217;s in computer science)</p>
</td>
</tr>
</table>
</div>
<p>And it&#8217;s also a huge bane to PHP. I&#8217;ve seen some of the sloppiest and insecure code in PHP. Possibly worse then obfuscated PERL or ASM. Enter frameworks, they can help with this if the user takes advantage of it. (Input handling).</p>
<p>I&#8217;d say close to 50% of shitty PHP code I&#8217;ve seen is due to poor input handling where I&#8217;ve been able to exploit assumptions made by developers. Wordpress (the abortion that survived and became famous) included.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">And it&#8217;s also a huge bane to PHP. I&#8217;ve seen some of the sloppiest and insecure code in PHP. Possibly worse then obfuscated PERL or ASM. Enter frameworks, they can help with this if the user takes advantage of it. (Input handling).</p>
<p>I&#8217;d say close to 50% of shitty PHP code I&#8217;ve seen is due to poor input handling where I&#8217;ve been able to exploit assumptions made by developers. Wordpress (the abortion that survived and became famous) included.</p></div>
</td>
</tr>
</table>
</div>
<p>absolutely, but then again what sloppy programmer is going to take advantage of the frameworks in the first place?
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>True. Not necessarily sloppy, but lazy or ignorant.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>Not to be a dick, but I have a software engineering degree, for the millionth goddamn time. I do design; choosing frameworks is the developer&#8217;s problem.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>You do design, but you don&#8217;t know what a framework is?  No.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vexstar.com/php-vs-ruby-on-rails-which-one-is-best-for-a-beginner/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

