This is a discussion on "Intranet How?" within the Starting Out section. This forum, and the thread "Intranet How? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Intranet How?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Intranet How?
Hi, I'm working for a company and they want me to design an intranet. I'm quite competent at creating websites and am eager to learn how to create 'dynamic' websites. What software would I use?
I use dreamweaver at home, could I use this and read up about asp.net to create database functionality to create a people search for employees etc... We use a windows server that does not support PHP or MySQL i think. Any suggestions? |
|
|
|
|||
|
Re: Intranet How?
Almost all servers can run mysql and php. PHP has a larger community than asp but they both do effectively the same thing. Just pick up a book on one of them and start learning.
There are plenty of tutorials and free applications to help give your site functionality. Its just a case of making a list of the things you need, then googling and reading your way to creating them. Apart from a web server you don't really need any other specialist software to create what you are after. As far as the internet goes, just set up a network computer with a relevant name and set all the browsers homepages to it. Last edited by JasonStanley; Apr 23rd, 2007 at 21:48. |
|
|||
|
Re: Intranet How?
thanks for the help guys,
so as I'm quite used to dreamweaver right now, I could start making the intranet with that and then is it just a case of inputting php/mysql/asp.net code into all the pages? |
|
|||
|
Re: Intranet How?
yes, when you create a new document you can choose dynamic page and select what you want.
Just remember that an Intranet is simply a website on an internal server. It still has all the same principles as an internet site. |
|
|||
|
Re: Intranet How?
yeah, sometime i think its going to be pretty simple but the only thing Im having a bit of trouble researching is how to make a searchable people directory of all employees (approx 200 staff)
is this where the asp comes in? and will it look presentable? |
|
|||
|
Re: Intranet How?
Quote:
For this you would need a data base of employees, you can then use ASP to call this information from the database. Once you have this information you can style it with HTML and CSS. |
![]() |
| Tags |
| software etc |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating Intranet with HTML/CSS...Possible? | Scotalia | PHP Forum | 12 | Mar 17th, 2008 14:50 |
| Intranet Site - Navbar question | klonopin | Web Page Design | 7 | Mar 14th, 2007 17:53 |