Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 11th, 2006, 7:05 PM   #11
Ade
Hobbyist Programmer
 
Ade's Avatar
 
Join Date: Oct 2004
Location: England, UK
Posts: 139
Rep Power: 0 Ade is an unknown quantity at this point
Yeah, I mean i cannot think of anything that PHP wouldn't be able to manage in the context of a VLE. Almost seems too easy, something to think about when I graduate
__________________
Don't wound what you can't kill
Ade is offline   Reply With Quote
Old May 11th, 2006, 7:20 PM   #12
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 2,013
Rep Power: 6 Sane will become famous soon enough
Send a message via MSN to Sane
One thing to say or know, a completely other to actually do.

I'm like the backwards of that. I know very little compared to what I can do. Haha. I need more education. >_<

Good luck with your cousin's project. Hope to hear of its progress. Maybe you could get in to the scene yourself. Later.
Sane is offline   Reply With Quote
Old May 11th, 2006, 8:07 PM   #13
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
Java can be used with servers and databases, it's usually for real time usage. PHP is slightly delayed in a way compared to Java. When you say PHP seems kind of weak compared to C++, remember that they are used for two very diiferent things. The project your looking at, could be done in either PHP or Java, but would be best written in PHP w/MYSQL. Depending on what functions you want the program to perform, depends on what language you woudl choose. As said, Java needs the runtime, whereas php is all server side. Unless there is something you need that can't be done in PHP, then there would be no reason to do this in Java. Anyways, Have fun
Booooze is offline   Reply With Quote
Old May 11th, 2006, 8:47 PM   #14
Ade
Hobbyist Programmer
 
Ade's Avatar
 
Join Date: Oct 2004
Location: England, UK
Posts: 139
Rep Power: 0 Ade is an unknown quantity at this point
What about the stuff that Miscrosoft produced like the .net stuff? Someone suggested that is the best way to produce an LMS in one of the paper i read after googling.

I am completly clueless when it comes to this subject (you may be able to tell)
__________________
Don't wound what you can't kill
Ade is offline   Reply With Quote
Old May 11th, 2006, 8:55 PM   #15
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 2,013
Rep Power: 6 Sane will become famous soon enough
Send a message via MSN to Sane
Erm. I don't see how that would apply effectively to the concepts we are discussing. Would you mind sharing this article?
Sane is offline   Reply With Quote
Old May 11th, 2006, 10:38 PM   #16
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Wet west coast of Canada
Posts: 1,107
Rep Power: 5 lectricpharaoh will become famous soon enough
Quote:
Originally Posted by Sane
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.
Not entirely accurate. Yes, Java is usually used for client-side stuff, particularly applets, but you can use it for server-side code in the form of JSP, and I expect the popularity will grow as Sun pushes Java, and as more web servers add support.
__________________
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
lectricpharaoh is offline   Reply With Quote
Old May 11th, 2006, 10:40 PM   #17
Dameon
Troll
 
Dameon's Avatar
 
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4 Dameon is on a distinguished road
PHP and MySQL would probably be a good bet.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270
Dameon is offline   Reply With Quote
Old May 11th, 2006, 10:47 PM   #18
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 2,013
Rep Power: 6 Sane will become famous soon enough
Send a message via MSN to Sane
Quote:
Originally Posted by lectricpharaoh
Not entirely accurate. Yes, Java is usually used for client-side stuff, particularly applets, but you can use it for server-side code in the form of JSP, and I expect the popularity will grow as Sun pushes Java, and as more web servers add support.
Oops, I kept saying plugin when I meant applet. :o

And when I said "for use on the internet", I was referring to applets.
Sane is offline   Reply With Quote
Old May 11th, 2006, 11:33 PM   #19
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
I agree that PHP with MySQL would be the best method. Javascript would also come into play more than likely... CSS, DHTML would be a good add-in also.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old May 11th, 2006, 11:48 PM   #20
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
There's no doubt that PHP is the language of choice for this project. As for .NET, you would be using Asp.Net, or have to do somethign like C# web programming. I'm not entirley sure how it all fits together, as I don't do web programming with .NET. #1 reason why is because if you do, you are basicly stuck using IIS as a web server, meaning you will have to be running windows as a server, which I personally don't like. Why do it in Asp, have to run a unsecure server app, on a unsecure OS, and have to pay for it all, when you can do it in PHP for free, on a secure linux server. Little more work, but it's worth it in the long run. Let alone, if it's in asp, anything other than IE will have some problems running it.
Booooze is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:02 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC