Jump to content

ASP.NET or PHP  

19 members have voted

  1. 1. ASP.NET or PHP



Recommended Posts

Posted

I've been coding in PHP for years so it's somewhat hard to break the habit... not least because I've produced mods for phpBB2 and maintain them when I can.

 

Rails has a good write up though and is where a few web coders I know have gone with their work.

Posted
PHP, cross-platform and faster than ASP. Having said that, I used Classic ASP for our intranet simply for the easy AD integration.
Posted
I did a bit of JSP work when i was at uni, but since i have been in education, i have gone down the PHP route..... i just found it very easy to pick up and there is loads of information on the web about it
Posted
Ok i was hoping to create my own VLE in PHP.

Do you think this would be difficult?

As a rule of thumb, whenever I start figuring out the timing for a project I take a reasonable figure, double it... go away think about it for a couple of hours.. add 12 hours, divide the number of hours by 8 hours to get days and then triple that number to get a rough estimate on time.

 

I'd imagine you'll have a job on your hands though.

Posted
Ok i was hoping to create my own VLE in PHP.

Do you think this would be difficult?

 

Yes, I think it would be difficult. Install Moodle and add things to that, your not likely to get your own VLE to that standard soon - and if you don't like Moodle - patch it ;)

Posted

That is some great advice lol

You should do project managment!!!

 

I would really like to see if it can be done.

 

Probably have it branded under edugeek.

Posted

I would say ours is heavily based on the Web 2.0 ideal - all staff have the ability to add resources, our students have blogs and can hand assignments set for them in electronically. No one person puts everything into the system - in fact now that I have written it I will probably have very little to do with it in terms of populating it.

 

But I would have though things like Moodle would qualify for this too, plus anything based on sharpoint services or similar.

Posted

O yes i like it.

Do you mind if i pick your brains then?

 

The problem i can see myself having is whats the easiest way of getting the students details in the database and what layout should the table follow if any?

 

You help would be much appreciated. (and rewarded)

Posted
The problem i can see myself having is whats the easiest way of getting the students details in the database and what layout should the table follow if any?

 

Pull it directly out of the MIS. We modified CMIS database and used the SQL integration tool in moodle

Posted

Because we host our website / extranet / VLE in house we have a live link into our CMIS database using SQL.

 

This means that the second assessment data or student changes are made in the main CMIS system they are reflected on the VLE.

 

Zero maintenance! (my favourite phrase)

Posted

OK cool so i am really asking i suppose is:

The student records database is there particular fields that need to go into an SQL database.

Can this be exported as CSV file?

I dont have access to any MIS systems.

Posted

Like if someone was to export it and i was into insert it into the table that i create in SQL what would the column names be?

ID's?

FIRST_NAME?

etc

 

Thanks all.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...