<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1046553" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1046553</link>
    <description></description>
    <language>en</language>
          <item>
    <title>You can go for Asp.Net, PHP,</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/web-development-languages-really-basic-questions-and-whi#comment-1259489</link>
    <description> &lt;p&gt;You can go for Asp.Net, PHP, AJAX. They are easier and simpler to understand and also are in much demand nowdays............&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Dec 2010 09:32:58 +0000</pubDate>
 <dc:creator>MichelBachkhem</dc:creator>
 <guid isPermaLink="false">comment 1259489 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>The best way is to use</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/web-development-languages-really-basic-questions-and-whi#comment-1257373</link>
    <description> &lt;p&gt;The best way is to use notepad and write raw HTML coding, before doing this make sure you lookup some basic HTML tags and how they are used?&lt;/p&gt;
&lt;p&gt;John Zhao&lt;br /&gt;
Photographer&lt;br /&gt;
{&lt;a href=&quot;/rules&quot;&gt;links removed&lt;/a&gt;}&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Nov 2010 07:41:00 +0000</pubDate>
 <dc:creator>jzhao1688</dc:creator>
 <guid isPermaLink="false">comment 1257373 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>i was in the same dilemma</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/web-development-languages-really-basic-questions-and-whi#comment-1257292</link>
    <description> &lt;p&gt;i was in the same dilemma before but i just choose to start learning one at time..W3School helps me more to understand and learn more about php..but still i need more knowledge and practices.&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Nov 2010 00:15:04 +0000</pubDate>
 <dc:creator>chrisxboyle</dc:creator>
 <guid isPermaLink="false">comment 1257292 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>you can select any of server</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/web-development-languages-really-basic-questions-and-whi#comment-1256545</link>
    <description> &lt;p&gt;you can select any of server side scripting language. like asp.net, php etc..ike php beacause it is easy to use. and simple to understand.&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Oct 2010 09:32:45 +0000</pubDate>
 <dc:creator>stokes1900</dc:creator>
 <guid isPermaLink="false">comment 1256545 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>well, the correct increasing</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/web-development-languages-really-basic-questions-and-whi#comment-1254751</link>
    <description> &lt;p&gt;well, the correct increasing order is HTML, css, javascript, php and ajax.&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Oct 2010 14:14:14 +0000</pubDate>
 <dc:creator>viswass</dc:creator>
 <guid isPermaLink="false">comment 1254751 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>This thread is interesting. </title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/web-development-languages-really-basic-questions-and-whi#comment-1249869</link>
    <description> &lt;p&gt;This thread is interesting.  Can anybody correct the order of difficulty or the stages in which I&#039;m going to learn them all?  HTML, javascript, CSS, PHP, AJAX. Is that the correct order or do I miss something?&lt;/p&gt;
 </description>
     <pubDate>Fri, 04 Jun 2010 21:02:53 +0000</pubDate>
 <dc:creator>fiberglass</dc:creator>
 <guid isPermaLink="false">comment 1249869 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks for that, I will</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/web-development-languages-really-basic-questions-and-whi#comment-1248688</link>
    <description> &lt;p&gt;Thanks for that, I will definitely aim to learn Javascript early on.&lt;/p&gt;
&lt;p&gt;I had asked this question on a few other forums, and I have summarised the responses below. &lt;em&gt;If you have anything to add, please do:&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;And to quickly note: I am aiming to develop web apps, not just websites - similar to Basecamp, Remember The Milk, Hunch.com, evernote, Freshbooks etc.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;Quote:&lt;/div&gt;Is Java comparable to ruby, or ruby on rails? &lt;/div&gt;&lt;br /&gt;
Java and Ruby are comparable as both are languages. Java is combiled, Ruby is scripted.&lt;br /&gt;
Rails is a web framework for Ruby.&lt;br /&gt;
Java equivalent to Rails = Spring MVC/Tiles framework or Struts/tiles, or Grails&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;Quote:&lt;/div&gt;Scaling issues with Ruby?&lt;/div&gt;&lt;br /&gt;
There will always be scaling issues, and this shouldn&#039;t be worried about at the start.&lt;br /&gt;
Rails can actually be very easy to scale as this is one if its features.&lt;br /&gt;
Plenty of popular apps built using Rails: Basecamp, GitHub.&lt;br /&gt;
Also, scalability issues will be addressed as the language develops - Java has been around for years of performance tuning.&lt;br /&gt;
Very interesting note: &#039;it is cheaper to build a scalable product with a fast development language like Ruby where you can add servers as you need them than it is to develop in a slower-to-code environment (e.g. arguable Java).&#039;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;Quote:&lt;/div&gt;What is ruby as opposed to RoR?&lt;/div&gt;&lt;br /&gt;
Rails is a backend web framework for Ruby, a general programming language.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;Quote:&lt;/div&gt;How do Javascript, Ajax and PHP come into the mix with RoR or Java?&lt;/div&gt;&lt;br /&gt;
Ajax is Javascript - clientside. PHP is an alternative to RoR or Java.&lt;br /&gt;
AJAX allows you to make requests to the server (which would be handled with RoR, PHP, Java etc) and to receive data back from the server without refreshing the page.&lt;br /&gt;
PHP is a very similar language to Java.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;Quote:&lt;/div&gt;If I learnt RoR, would I still need to learn HTML and CSS?&lt;/div&gt;&lt;br /&gt;
Definitely, along with Javascript - also, get familiar with the DOM.&lt;br /&gt;
&lt;em&gt;Should I learn XML?&lt;/em&gt;&lt;br /&gt;
I should start with learning these languages before moving onto a backend language w/ framework.&lt;br /&gt;
Also, as I am looking to code web apps, not just sites, I should learn SQL.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;Quote:&lt;/div&gt;Is Java for frontend also?&lt;/div&gt;&lt;br /&gt;
Yes? Java applets are client side and Javascript is client side.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;Quote:&lt;/div&gt;If coding in java for a website, I assume that the JRE is not required on the client&#039;s computer? &lt;/div&gt;&lt;br /&gt;
Only for Java applets, which are essentially dead. Not for Java deployed on a server.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;Quote:&lt;/div&gt;Is ruby on rails a front end or back end &lt;del&gt;language&lt;/del&gt; framework?&lt;/div&gt;&lt;br /&gt;
Back end.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;Quote:&lt;/div&gt;If you use a CDN, do you need separate web hosting as well?&lt;/div&gt;&lt;br /&gt;
Yes. CDN handles your content (images, css, js, views), then you will also have a db host/webhost (usually combined)&lt;br /&gt;
The webhost handles the Models (db handles) and the controllers.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;Quote:&lt;/div&gt;Best language/framework to learn? [Note: Opinions reside below! Not purely factual!]&lt;/div&gt;&lt;br /&gt;
Look at the typing methods of each languages - strong/weak.&lt;br /&gt;
Differing syntaxes - verbose like VB, or short syntax.&lt;br /&gt;
Will depend on: cost, scalability, maintenance, learning curve, time to launch, language capabilities.&lt;/p&gt;
&lt;p&gt;Cautions against Scala and Lift for a beginner - not mainstream enough.&lt;br /&gt;
+ for ExtJS.&lt;br /&gt;
PHP frameworks: CodeIgniter, CakePHP are good. Zend Framework is terrible. Hydrogen is a PHP toolkit. Frameworks often force you to comply with their methods of doing things, which can be good for a beginner.&lt;br /&gt;
PHP &amp;gt; RoR due to popularity - means highly supported, huge community support, easy to scale, however RoR is gaining momentum.&lt;br /&gt;
RoR: harder to find a reliable webhost that suppors Rails.&lt;br /&gt;
Python: most popular framework is Django, again harder to find a reliable host.&lt;br /&gt;
Java = cumbersome, complicated. Fast, scalable - however can be daunting to learn. You need to learn the language, as well as how to use it to manipulate web pages - before it becomes powerful you need to learn libraries like Struts, Spring, Hibernate, Log4j and XMLbeans.&lt;br /&gt;
Then you also need to to use Ant an Maven - and terminology such as EAR, WAR. More suited to massive operations for big corporations.&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Apr 2010 23:17:35 +0000</pubDate>
 <dc:creator>appdevmental</dc:creator>
 <guid isPermaLink="false">comment 1248688 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I&#039;m not developer, so I can&#039;t</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/web-development-languages-really-basic-questions-and-whi#comment-1248676</link>
    <description> &lt;p&gt;I&#039;m not developer, so I can&#039;t say much about particular languages, but you will need a strong understanding of Javascript. It is a huge part of interface design these days.&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Apr 2010 21:03:54 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1248676 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Cheers mate 
Looks like I</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/web-development-languages-really-basic-questions-and-whi#comment-1248657</link>
    <description> &lt;p&gt;Cheers mate &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
Looks like I better start off there then, thanks for that and cheers for the welcome &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
Anything other than css/html that I need to start off learning? Should I start learning javascript as well?&lt;br /&gt;
I have done a fair bit more looking into this and the only things I am left wondering are:&lt;br /&gt;
Which should I learn after html/css - java/grails, ruby/ror, python/django, scala/lift - I think It is good because I can start out with the &#039;best&#039; language rather than choosing a framework based on what I know. Obviously this is a hard question to answer - I know there is no &#039;best&#039;, however I would like to hear people weigh in on different aspects.&lt;br /&gt;
Is ruby on rails a front end or back end framework?&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Apr 2010 10:07:42 +0000</pubDate>
 <dc:creator>appdevmental</dc:creator>
 <guid isPermaLink="false">comment 1248657 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>How does Javascript, Ajax and</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/web-development-languages-really-basic-questions-and-whi#comment-1248562</link>
    <description> &lt;p&gt;How does Javascript, Ajax and PHP come into the mix when using RoR or Java? Used with them or as alternatives?&lt;/p&gt;
&lt;p&gt;PHP is an alternative (and a better one IMO).&lt;/p&gt;
&lt;p&gt;-----If I learnt RoR, would I still need to learn html and css?&lt;/p&gt;
&lt;p&gt;Yes - all these server side languages would return HTML &amp;amp; CSS in some way because that it what the client&#039;s web browser uses to form the page.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.w3schools.com/php/php_intro.asp&quot;&gt;W3Schools&lt;/a&gt; is a good place to start to learn something like PHP.&lt;/p&gt;
&lt;p&gt;Also welcome to the forums &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;.&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Apr 2010 09:54:36 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1248562 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
