Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Easiest Web Programming Languages?
02-09-2010, 02:09 PM
Post: #1
Easiest Web Programming Languages?
Hi
My name is Steve and i would like to learn on how to code backend of sites..
was wondering whats the best way to go about it ..
Find all posts by this user
Quote this message in a reply
02-09-2010, 10:30 PM
Post: #2
RE: Easiest Web Programming Languages?
Hi Steve

There are a few different ways for server side coding, like PHP and ColdFusion. I have tried a few of these coding languages at uni and i must say PHP is the best in my opinion. PHP is pretty easy to learn.

There is plenty of help on the internet and you will get plenty of help in this forum. I started with PHP and MySQL about 18 months ago and Ned storm in this forum gave me a lot of help. Not only How to fix the code but where and how to get to the correct coding.

I would say PHP is the most common coding language.

I hope this helps.

Regards

stuart

web design & hosting
myths legends & folklore
lush sexy lingerie
My Safe Search
Find all posts by this user
Quote this message in a reply
03-09-2010, 03:52 PM
Post: #3
RE: Easiest Web Programming Languages?
C++ and java is easiest language.
Find all posts by this user
Quote this message in a reply
03-09-2010, 07:10 PM
Post: #4
RE: Easiest Web Programming Languages?
(03-09-2010 03:52 PM)zeeshan_2011 Wrote:  C++ and java is easiest language.

I don't think that C++ is used much for web programming unless it is for a corporate server.

Not many folks use Java either IMO.

I guess they might if they are coding for a financial institution?

Also, I don't agree that they are so easy to master due to the strict object-based structure which many people find confusing unless they know no other way.

PHP is the easiest by far IMO.

Here is the "hello world" code for Java:
Code:
public class HelloWorld {
   public static void main(String args[]) {
       System.out.println("Hello, world!");
   }
}

And for PHP:
PHP Code:
echo "Hello, world!\n"

Internet Marketing Software
Find all posts by this user
Quote this message in a reply
04-08-2010, 03:01 PM
Post: #5
RE: Easiest Web Programming Languages?
javascript is the easiest web designing language.
Find all posts by this user
Quote this message in a reply
04-10-2010, 12:12 AM
Post: #6
RE: Easiest Web Programming Languages?
(04-08-2010 03:01 PM)zeeshan_2011 Wrote:  javascript is the easiest web designing language.

The easiest web-designing language is HTML.

Internet Marketing Software
Find all posts by this user
Quote this message in a reply
06-30-2010, 04:26 PM
Post: #7
RE: Easiest Web Programming Languages?
As per my review asp.net is the very easiest web programming language. It can Providies to programmers a common means of accessing framework features, regardless of programming language. When an ASP.NET page is first requested, it's compiled and cached on the server. This significantly improves performance. All ASP.NET code is compiled rather than interpreted, which permits early binding, strong typing, and just-in-time (JIT) compiling to native code.
Find all posts by this user
Quote this message in a reply
08-04-2010, 03:54 PM
Post: #8
RE: Easiest Web Programming Languages?
The easiest web programming languages for me is PHP, because you can easily learn it by just reading some ebooks.

NJ Cataract Surgery
Find all posts by this user
Quote this message in a reply
08-28-2010, 04:38 PM
Post: #9
RE: Easiest Web Programming Languages?
According to me ASP. Net or c#.Net is more flexible and better than all other...
But yes of course there are many more languages that may be even are more compatible than these one...
Find all posts by this user
Quote this message in a reply
09-06-2010, 08:50 PM
Post: #10
RE: Easiest Web Programming Languages?
Hey.....I also don't agree with it,that Java is easy programming language.It is very complex & not very easy to learn.PHP is easiest web programming language,it's right & easy to learn too.



Thanks


Regards
Lew


Outsource Web Development
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: