views:

31

answers:

2

i'm thinking of designing and implementing a content filtering software as my graduation project. i want it to be a user contributed software. i mean, users can also add/categorize websites. it should be also a web project and extensions for browsers like chrome, firefox, ie..

my question is which programming language do you suggest for this project? i know that firefox extensions are javascript based maybe you can say use .net framework 3.5 because it's better in communication with extensions.

sorry for my bad english..

btw any other suggessions about project will be good..

thx a lot.

A: 

I would use django or ruby on rails for the web app. I personally would use django but both work work just fine.

I've never worked with browser extensions so I can't suggest anything for that.

silent1mezzo
A: 

Well there isn't so much choice: the big ones are Python, PHP and Ruby. I would probably use PHP for such a project in combination with the Zend Framework.

But the other languages will work as well. Always depends on the project and since you didn't explain it very well it could be everything.

Psaniko