Forum Moderators: phranque
I'm developing a medical website, the client needs a password protected intranet setup as well, only I have no experience with this sort of thing. I haven't found anyone that I could outsource the work to, so I'm trying to determine if I should just try to figure it out on my own or of I should tell the client I can't do the work.
While your intranet pages could be designed to look like the public website, you'll have to incorporate a scripting language (PHP, ASP, ASP.NET(JScript, VBasic, C#) etc.) to authenticate users, update changes, and serve up intranet pages.
More than likely, you'll have to use session variables in one of those scripting languages, to keep track of logged in users.
But that subject involves some pretty detailed programming. If you're not proficient in one of those languages, and using them (along with SQL) to query database tables, you might want to think about whether or not you want to take on the project.
Is it possible for you to get the public website started and completed, and maybe the company hires someone else to take on the intranet project at a later date?