up vote 21 down vote favorite
4
share [g+] share [fb]

I'm paralyzed by choice.

I know PHP, C# and Java fairly well as languages. Most of my web development in the past has been in PHP (with my own or other OSS frameworks). I've spent the last 2-3 years developing desktop GUI apps in C#. Before that I was doing desktop GUI apps in Java (with a little Servlets/JSP).

I want to develop a social web 2.0 site (in my own time) and in the process also add to my "salable" skill set (ie, what people would hire me for).

Do I:

  1. Go with what I know best and do it in PHP but use the latest OSS frameworks (eg, Zend).
  2. Learn ASP MVC and extend my most recently acquired skill set to include web technologies.
  3. Return to Java and learn something like Spring MVC.
  4. Go with something entirely new like Ruby on Rails.
link|improve this question

62% accept rate
1  
I like this question UpVOTE! – mugafuga Oct 31 '08 at 15:36
feedback

7 Answers

up vote 4 down vote accepted

If this is going to be something in your spare time, I would recommend that you consider what languages you enjoy working in. If you find one or the other a chore to work in, then I would cross it off the list.

Second, I would consider what I was hoping to gain at the end of the project. If it is simply another tick on the skill set list, then do something that you've never made time for previously but would like to learn which would seem to suggest either ASP MVC, Ruby or Spring MVC.

Just because I hate Microsoft I would probably choose Java over C# (though C# is what I actually currently know).

Third, depending on your overall requirements, I would choose the tool best suited to your needs. Does a particular language or framework bring something to the table that will be particularly advantageous in this project? I view languages and frameworks a lot like tools in a tool belt, use the one that seems to best fit the problem that you want to address.

link|improve this answer
10  
Seems silly to disregard a language just because you hate the company who made it's concept. – Sekhat Oct 31 '08 at 15:04
It is. And I won't deny it, As a preference I work with Open-source technologies as much as possible. – Noah Goodrich Oct 31 '08 at 15:06
Well you don't have to pay any licence to use C# either. .Net framework has always been free and it will stay that way. – Robert Koritnik Oct 11 '10 at 17:05
You can download WebMatrix or VS Express, both free frrom Microsoft, and Entities Framework you can link to MySQL, or use free SQL Express... shared hosting charges you same for PHP or MS stuff... times are changing. – Nestor Apr 28 '11 at 5:48
hmm..bro me 2 hate M$ for its shitty culture. But yes as a language C# is good, but hey there others who r much better than c#. – zenwalker Jun 27 '11 at 4:48
feedback

Personally I'd go with ASP.NET MVC. I really like the way Microsoft is working close with developers to make it a nice thing. And off course this site is proof that it's already a very useable framework. Besides that it's a fact that ASP.NET is a very rich framework for creating websites/webapplications. When it comes to productivity I'd either go for ASP.NET or Ruby on Rails.

But there is just not one right answer on your question. I really depends on what you're trying to achieve. First you have to answers a couple of questions:

  • What platform do you want it to run on? (Windows, Unix, Linux)
  • Do you want to use Silverlight/Flash/JavaFX?
  • Do you prefer statically or dynamically typed languages?
link|improve this answer
feedback

Good framework options for all environments:

Since it's for your spare time, you can take the opportunity to learn a new language. Also look for good communities to help you adjust to the framework and paradigm.

From what I've seen so far, crossing over from one web MVC framework to another is easy, and they share many of the same ideas.

link|improve this answer
feedback

Open yourself up to new horizons and give Rails a shot.

I'm not sure how much time you've spent with REST or testing in any of the previous work you've done but the Rails framework really puts you in the right direction.

I would suggest watching the obligatory "Create a blog in 15 minutes" screencast.

In that 15 minute screencast, you'll see...

In 15 minutes, we go from scratch to complete weblog engine with comments, ajax, an ATOM feed, an XML and JSON API, tests, an administrative interface, and much more!

It's very impressive to see.

Then I would head over to http://www.railscasts.com and watch a few episodes that catch your interest. Each week there's a free screencast (anywhere from 4-10 minutes long) demonstrating a feature or technique in Rails. The production quality is very high and the content is priceless.

I think you'll find it a little bit refreshing to work outside of Visual Studio. And you'll be amazed at how quickly you go from a blank slate to a production application.

Good luck!

link|improve this answer
1  
I dont understand why someone downvoted this answer; it was a good one. @mwilliams: thanks for the screencast links! – ShaChris23 Sep 24 '10 at 16:58
feedback

You need to pick your main goal: is it acquire a new skill or build a successful project?
If first - go with C#, if second - go with PHP.
If money is an issue - definitely go with something that is FOSS.

PS: It is only based on what you say you know best and not on advantages or disadvantages of languages themselves.

link|improve this answer
feedback

Yes, 1 year and half later... sorry i couldn't help myself.

It seems to me that the goal is very clear. It is a social network that we are talking about, not a silly blog.

So, you should ask the right questions or choose another goal.

Part I - "Ask the right questions" - I will need a webserver/language pair that respond very fast, is scalable, with a good caching/accelerator system. What would you choose? (the best binding) - Based on the advised language, which framework should I use?

Part II - Choose another goal I want to make some experience with A, B, C AND (not or) D programming language during my spare time. What kind of little project should I go, so I can create the same project in these languages, then notice which language I prefer. Obviously, please do not advise me a silly blog, I need some challenge so I will give up on some languages.

About me, Keil, I end up on this topic looking for benchmarks between Rails and ZF. because I just learnt a bit about Ruby & Rails, but I am not convinced for many reasons: 1- Some old forums claims Rails is slow even if Ruby has better perf than php. 2- After so many years, it is still a pain to find ruby hosting services. 3- Ruby & Rails seems pretty on the online tutorial, but that does not tell me if debugging and deployment are difficult 4- Ruby & Rails's docs remind me the Microsoft ones... unreadables

Is Rails worth of giving a try? If so, which kind of project would you start (other than a silly blog please) ?

link|improve this answer
the problem of ror for many progarmers - ugly syntax vs C/java – Yosef Apr 16 '11 at 22:35
feedback

The best and the easiest way to learn web development is to start a basic language like html and then go to advance one. You are confused at the second step and you don't what should be preferred. The new easiest and advanced language is RoR (Ruby on Rails). You don't need money to spend on RoR like ASP.Net. PHP is a great language but i would prefer RoR over PHP because RoR is more easy. But if you wan't more jobs and more resources than you should choose PHP but in my opinion RoR also will have many many jobs like PHP in future so it is great to learn RoR because they have launched another version Ruby on Rails 3.0. I you want to spend you present with prosperity, go with PHP and if you want a bright future, go with Ruby on Rails and forget ASP.Net! I hope you have your answer... :)!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.