Forum Moderators: phranque

Message Too Old, No Replies

Advice on Intranet

         

engasi

4:09 pm on Nov 13, 2002 (gmt 0)

10+ Year Member



Our company is a midium-sized company (less than 300 employees). We want to develop an intranet for internal information exchange. We are in Windows environment. Is there any website we can check to get some advices regarding Intranet development? Like, programming technology, software/hardware requirement, security issue, authorization, etc. Any shared experiences and advices are highly appreaciated. Thanks.

korkus2000

4:27 pm on Nov 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld engasi,

I don't know of any sites that really cover this. I create intranets a lot and it is really just setting up a server giving it a dns and doing what you usually do with an external website. It will be up to the IT department to secure it. With Windows I suggest using windows 2000 server and running asp. You really won't have a lot of concurrent users so don't be real concearned with speed. You also have a known browser (whatever your company uses) and high speed access (this allows much larger files).

You should probably have a 1 ghz machine with 512 ram. I would also want a gigabit nic card.

BlobFisk

4:32 pm on Nov 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



One of the advantages of an Intranet is that a lot of the normal rules of web development don't apply. Firstly, you don't need to be cross-browser compatible - just design for the browser being used by the company.

Secondly, you can break a lot of the file size rules in terms of images etc. Although I wouldn't go too far, your network administrator may have issues with the extra load your 2Mb per page of images are putting on his/her ethernet!

In terms of technology it very much depends on what functionality you need and languages you know. If you need databse support, and are running under Windows, ASP may be the language to use. You can get Personal Web Server for a normal (non-server) machine and use it as an Intranet server.

Security is only really an issue if you are opening your intranet up to the internet... unless your boss wants to put mamgement only info. up there and in that case you are getting into password protected areas etc.

HTH

engasi

4:48 pm on Nov 13, 2002 (gmt 0)

10+ Year Member



Thank you very much for your messages. But what's the difference between intranet and corporate portal?

korkus2000

4:51 pm on Nov 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It really is the same thing. It would be hard to create a distinction between the two.

lorax

5:03 pm on Nov 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



We want to develop an intranet for internal information exchange.

I highly recommend you look to implement XML technologies to aid your edocument filing. XML allows you to describe data and when implemented well will allow you to find the information you're looking for quickly and easily.

korkus2000

6:01 pm on Nov 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you implement SQL server and asp xml is very easily created and maintained. MSXML is very easy for xslt and document archiving. The intranet I am currently working on is xml based with windows 2k and asp.