Use this language?

This is a discussion on "Use this language?" within the Other Programming Languages section. This forum, and the thread "Use this language? are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Aug 24th, 2007, 16:40
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Question Use this language?

I never really see this extension about.
should I bother learning it?
ASP would be a lot more useful I'm guessing?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Aug 24th, 2007, 17:21
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Use this language?

Also, what about coldfusion? I here you have to pay for it don't you?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Aug 24th, 2007, 18:21
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use this language?

Quote:
Originally Posted by alexgeek View Post
I never really see this extension about.
should I bother learning it?
What extension are you talking about!!?

I wouldn't bother with CF. Stick with PHP and you'll be fine. .NET is also worth knowing if you plan to get a job somewhere.

Last edited by karinne; Aug 27th, 2007 at 12:10.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Aug 24th, 2007, 18:44
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Use this language?

sorry was on about jsp
but i'll learn asp (Y)
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Aug 24th, 2007, 18:53
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use this language?

You could learn them but php and asp are more popular. There are a load of different languages you could use but you'd be better off trying to learn one very well. Knowing a little bit about all of them won't hurt you but don't invest too much time into learning them.

Pete.

Last edited by pa007; Aug 24th, 2007 at 19:01.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Aug 24th, 2007, 19:00
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Use this language?

thanks
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Aug 24th, 2007, 20:31
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use this language?

I have had jobs using both these technologies and personally I find J2EE (the Java web tech.s) much more useful than ASP.net... but it depends what you want to do? I'll give an outline of the main benefits of the technologies, as I see them, so that you can make up your own mind.

(for the sake of completeness, I'm adding Ruby-on-Rails into the mix. It's a beautiful little web. dev. technology that has a dedicated following.)


Here are some of the main points:
Jobs as a professional in J2EE and ASP.net are generally abundant and are fairly well paid.

In terms of power and performance I'd rate them: J2EE, ASP.net, Ruby-On-Rails then PHP. (Off topic question for anyone who knows: How easy & well supported is following an MVC architecture on PHP?).

Ease of learning: ASP.net, PHP, Ruby-on-Rails then J2EE. Unless you have some background in Java - web dev. with J2EE would pretty much be a nightmare. In contrast, ASP.net is a breeze to use - the tools that Microsoft provide to develop it tend to make life very easy.

By average speed of development: ASP.net, PHP, RoR then J2EE. (of course, this is highly dependent on what you're building)

All the technologies are free to develop with.

Cost of hosting: PHP, then RoR and J2EE, then ASP.net; .net is just abysmal in this respect - expect to pay a premium for a server which both runs Windows and contains the relevant software.


Not exactly an in-depth analysis, but hopefully useful for helping you make up your mind! I'd be happy to waffle on longer if you wanted to know any more...

All the best,
Snow
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Aug 24th, 2007, 20:33
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use this language?

Remember RoR is framework written in Ruby and not a language in itself though admittedly it is a powerful one.


Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Aug 24th, 2007, 20:59
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Use this language?

Quote:
Originally Posted by snow View Post
Ease of learning: ASP.net, PHP, Ruby-on-Rails then J2EE. Unless you have some background in Java - web dev. with J2EE would pretty much be a nightmare. In contrast, ASP.net is a breeze to use - the tools that Microsoft provide to develop it tend to make life very easy.
Snow
Strange, I find php incredibly easy and ASP quite hard.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Aug 24th, 2007, 21:10
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use this language?

Quote:
Originally Posted by pa007 View Post
Remember RoR is framework written in Ruby and not a language in itself though admittedly it is a powerful one.
So's J2EE - I've taken to calling all the web stuff, 'web technologies' so I don't have to keep differentiating in my head!


Quote:
Strange, I find php incredibly easy and ASP quite hard.
Are you using ASP or ASP.net? I once had a look at ASP and decided it wasn't worth the effort (personal opinion of course!). Also, are you using their IDE, Visual Studio Express, or somesuch I think it was called?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Aug 24th, 2007, 21:24
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Use this language?

ASP I don't really know the difference..
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Aug 24th, 2007, 21:32
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use this language?

Hmm, I don't really know what ASP is like, as I said, I haven't done any...

ASP.net is the newer technology anyway, and with the IDE, it's just one of the most intuitive techs I've ever used (So much can be done graphically or with wizards, and not in a shoddy, 'I wish I'd hand-coded this' way either).

Knowing VB or C# is pretty essential, although I'm sure it would be easy enough to pick up all you need them for when dev'ing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Aug 24th, 2007, 21:46
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Use this language?

i've done a few C# tuts.
I'll have a bash at asp.net now
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old Aug 24th, 2007, 21:47
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Use this language?

hmm it's quite similiar to javascript
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #15  
Old Aug 24th, 2007, 22:10
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use this language?

They're all quite similar really. All programming languages work on similar principles and you if understand these principles its amazing how much easier things are.

Pete.

Last edited by pa007; Aug 24th, 2007 at 22:19.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #16  
Old Aug 25th, 2007, 00:24
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Use this language?

I don't like it to be honest.
I think I'm gunna stick with php until I master it.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #17  
Old Aug 25th, 2007, 00:25
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Use this language?

php is ok till you get stuck
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #18  
Old Aug 25th, 2007, 00:29
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Use this language?

Quote:
Originally Posted by DanDoughty View Post
php is ok till you get stuck
wouldn't that apply to any language?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati