archcommus
Diamond Member
I've been an intern at a software company for about five months now, so far I really like it. All summer I did work in MS Access with VB and their databases to develop a system for forecasting earnings and generating reports on past months. Now they are asking me to develop a solution to put these reports up on their employee intranet website.
Basically, I'm going to start off by developing my own site from scratch locally, that talks with my local saved copy of their database, and when that is done and working for the most part we are going to try to figure out a way to "plug in" my site into their main site.
I have a few questions as I know very little about web design. FYI I have VB, C++, and Java programming experience.
1) Can such a site be built with simple HTML or am I going to need to explore something more advanced like PHP? I know very little about that. The site will basically need to show invoice reports FOR the specific employee that is logged into the site at that time.
2) The guy I'm working with told me the main site checks to see if you are on the domain, and if so asks for your Windows account login credentials. He said this info could be "passed" to my site so I know which member is logged in. I'm not sure how to go about implementing something like that.
3) What software should I be using to do this, and what other languages should I maybe research?
Thanks a lot for any help.
Basically, I'm going to start off by developing my own site from scratch locally, that talks with my local saved copy of their database, and when that is done and working for the most part we are going to try to figure out a way to "plug in" my site into their main site.
I have a few questions as I know very little about web design. FYI I have VB, C++, and Java programming experience.
1) Can such a site be built with simple HTML or am I going to need to explore something more advanced like PHP? I know very little about that. The site will basically need to show invoice reports FOR the specific employee that is logged into the site at that time.
2) The guy I'm working with told me the main site checks to see if you are on the domain, and if so asks for your Windows account login credentials. He said this info could be "passed" to my site so I know which member is logged in. I'm not sure how to go about implementing something like that.
3) What software should I be using to do this, and what other languages should I maybe research?
Thanks a lot for any help.