HELP! Which programming language?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
absticles
Forum Newbie
Posts: 2
Joined: Mon Oct 26, 2009 6:16 pm

HELP! Which programming language?

Post by absticles »

Hi there.

I am not sure whether this is the right forum, but it's the most relevant I could find! If it's not if you could point us in the right direction I'd appreciate it!

I'm a student at Leeds University studying New Media in my third year and I've just started planning for my final year project. The gist of my project is to create an online diary similar to livejournal with a twitter feel but far more specialised towards my target audience.

I'm having trouble deciding which programming language language to write it in. I am only offering the journal facility to a certain group of people. I want them to have their own space and I want the readers/followers (family and friends which they have approved) to be able to post different forms of media (music/videos/images/news articles) after each diary entry.

Having discussed it I was advised to use one of the following:
- PHP using a wordpress cms
- DNN & c# / visual basic
- Coldfusion & a CMS

I was wondering what anyone else's thoughts were? I've some experience with CF but none of the others. I have to create it by May so I need to be able to realistically learn and implement a language by then! :(

Any advice would be really appreciated.

Thanks,
Abi
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: HELP! Which programming language?

Post by califdon »

I would favor PHP, with or without Wordpress. I think you would be likely to learn it faster than any other alternative, it is fully capable of such an application, and you would have greater control over the operations, without learning a low-level language like C#. No doubt others may have different opinions.
User avatar
JNettles
Forum Contributor
Posts: 228
Joined: Mon Oct 05, 2009 4:09 pm

Re: HELP! Which programming language?

Post by JNettles »

I'd stay away from the .NET platform if I were you. .NET is incredibly powerful if you know how to leverage it but it takes awhile to learn its niceties (whether you're doing C# or VB). If you're familiar with Cold Fusion I'd say stick with that otherwise start learning PHP.
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: HELP! Which programming language?

Post by papa »

Depends on where you want to go with your skills. If you only want to do this diary thing then I'd suggest PHP as it's pretty easy to learn.

Otherwise .net is a good choise as there is a lot more jobs in that area.
absticles
Forum Newbie
Posts: 2
Joined: Mon Oct 26, 2009 6:16 pm

Re: HELP! Which programming language?

Post by absticles »

Hmm. Okay, think I'll make a start with PHP. I just wanted to be sure that it would be able to create an app of such kind taking into account the timeframe I've got...

I appreciate the advice. Would anyone be able to recommend a good learning resource for a project of such nature? I found the online PHP manual which I am going to make a start on... But is there any other resource someone could recommend?

Thanks so much.
Abi
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: HELP! Which programming language?

Post by califdon »

absticles wrote:Would anyone be able to recommend a good learning resource for a project of such nature? I found the online PHP manual which I am going to make a start on... But is there any other resource someone could recommend?

Thanks so much.
Abi
Google for PHP TUTORIAL and you will find many, some very good. A good place to start is always http://w3schools.com/.

Good luck.
Post Reply