![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
Join Date: Oct 2004
Location: England, UK
Posts: 139
Rep Power: 0
![]() |
Learning Management System
Hello all,
My cousin is the head of I.T something-or-other for Boots (a very large retail company here in the UK) and has been gived the task of finding a company to produce a Learning Management System for their internal training. It has to be accesible through the net. If you don't know what an LMS is then get your ass over here. Just wondering how everyone would go about tackling it if they were producing the system for the company. What language would you use? What database? What other resources would be required? Don't worry, I'm not about to attempt this project (too much uni work anyway ) I'm just curious.I would use PHP with a MySQL database, but that's all I know and therefor is my answer to everything! Honestly though don't know if PHP could handle something so complex? Ta Ade
__________________
Don't wound what you can't kill |
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,819
Rep Power: 5
![]() |
You pretty much hit the nail on the head with your PHP/MySQL idea. I can not see that combination being insufficient. There may be some lessons where Java/Javascript helps a lot. Java plugins and clientside Javascript activities are usually neat things to have included on VLEs. Other then that, there isn't really much else to it. PHP is powerful enough to handle any server-side tasks within your apparent requirements.
|
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Oct 2004
Location: England, UK
Posts: 139
Rep Power: 0
![]() |
Can you work Java with PHP? another general question of mine!
__________________
Don't wound what you can't kill |
|
|
|
|
|
#4 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,819
Rep Power: 5
![]() |
It depends what you mean by "work it with PHP".
Java, I don't know Java. I assume there is support for reading websites. In which case you could contact any PHP page and parse the results. I don't see why you would ever need Java to interact with a PHP script, unless doing some sort of "high scores" idea. Javascript, you can make it interact with a PHP script in certain ways. But probably not how you had in mind. What did you have in mind exactly? |
|
|
|
|
|
#5 |
|
Hobbyist Programmer
Join Date: Oct 2004
Location: England, UK
Posts: 139
Rep Power: 0
![]() |
Nothing in particular, just general wonderings.
I mean after leaning c++ PHP seems kinda weak to me but I guess that's because of all the librarys you can access with C++. When I say work with I mean like could you use java to fill in the gaps for things PHP can't handle.
__________________
Don't wound what you can't kill |
|
|
|
|
|
#6 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,819
Rep Power: 5
![]() |
Nope. I'm not sure how strong you are on your terminology, but Java is a client-side programming language when used on the internet. You won't be using it for direct access of databases, forget anything to do with server related things. It's generally for interactive activities, where everything is calculated on the client's computer. Hope you get what I mean. :p
|
|
|
|
|
|
#7 | |
|
Caffeinated Neural Net
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 998
Rep Power: 4
![]() |
Quote:
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
|
|
|
#8 | |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,819
Rep Power: 5
![]() |
Quote:
And when I said "for use on the internet", I was referring to applets. |
|
|
|
|
|
|
#9 |
|
Hobbyist Programmer
Join Date: Oct 2004
Location: England, UK
Posts: 139
Rep Power: 0
![]() |
So it's like Javascript in that way like? Whereas PHP code is executed before the client 'sees' the page Java is done while the page is being viewed?
__________________
Don't wound what you can't kill |
|
|
|
|
|
#10 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,819
Rep Power: 5
![]() |
As far as I know.
![]() However, a lot of people won't like seeing Java where it doesn't need to be used. Anyone who wants to see a Java plugin on a web page, will need to install the Java Runtime Environment. And now that I think of it, Java most definitely can interact with your server. I have seen online chat programs written in Java that do just that. Yet, it is not nearly as direct as PHP is. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|