intranet

What software would you recommend for an Intranet Portal/Forum?

In search of software to implement a Portal for my area (OS Image Deployment) were I can publish Image Releases, Documentation and an area to offer support (forum). The plan it eliminate all email/phone interaction and point all of my users to the portal site. Active Directory Authentication would be a plus but not necessary. I tried Dr...

Roles in JSP and Servlet

I want to create an application with three kind of user : administrator, professional and simple user everyone will see special pages, so I must use roles. Do someone have a good example or tutorial on how to do this ? thnx a lot ...

WCF Intranet Security Configuration

We have some applications (web and WPF) that call WCF services to access data. We are not using Windows Authentication. The user is prompted for a username and password when logging into the web app or WPF desktop app. The data is not highly confidential (i.e. no credit cards, SSN, etc.). We would like to use BasicHttpBinding for the WC...

How to manage users and access to the different sites in intranet from a main server?

Hi, I have more than four sites on my intranet. Now what i want to do is to manage all these sites from the main site. I need to manage that main site which can give access to the users to go to these sites and do the thing that can be done by logging to the individual sites. I read about OpenID on this link http://devzone.zend.com/art...

creating custom search webpage using google engine

i want to create a search webpage which should display the google results page as well as results from our intranet webpage. can i design it using google custom search engine? ...

Wordpress for Intranet portal?

I need a intranet portal for a Repair factory in which 100 Technician worked. The main purpose of this portal is "sharing technical information (like technical bulletins etc)". I also create a simple website/portal with HTML,Javascript. Which is running sucessfully. But Now we need a Blog like site in which Technician can share own e...

How customize wordpress for intranet purpose?

I want to use wordpress for intranet portal/blog purpose. So i want, there should be no link to internet from wordpress. No traffic should be to internet from my intranet. Like there are many link are in wordpress: help,resister,forget password etc. Please some plug-in or theme for this purpose. Thanks in Advanced Rahul Singh Rathau...

What is the code for an rss reader that only accesses local content?

I need an rss reader for viewing feeds on our Intranet. The only rss readers I've found can only read web based feeds. I want to place the rss reader within an <iframe> or <object> within my page. ...

HTML - make some pages only accessible through IntrAnet \ some SUBNET

i have certain pages in my website that i would like to only be accessed from the LAN which is within my organization... now those pages are a part of my website because they interact with the database and all... how to do it Now i can make them password protected... but i want to make them inaccessible to the rest of the internet and o...

Can anyone recomment a good tweet and tweetdeck type combo for an *intranet*

Hi there, I love twitter (for microblogging) and I love tweetdeck (for nice notifications) So much so I want to try something similar for a company intranet so people can bounce ideas and questions to and fro. I've seen a few microblogging engines around, but is there anything which goes nicely with a notification app for windows? Ch...

Please recommend an integrated solution for a corporate intranet?

I did some searching on google and stackoverflow, and was dissatisfied with the results. What I want is an app that is: easy to install and configure easy to use multilingual preferably lightweight preferably low-cost or open-source and integrates: List item hierarchical content management (with different views for different peopl...

Is this a good practice to disable a password creation by the user?

I am working on an intranet site and need to choose one way of two: 1. Disable an option when a user can change a password to any word he likes, for example, pass123. This way there will be a button to generate a new password using some complex algorithm and then user accepts its using. 2. Make standard password changing function. This w...

Sharepoint 2010 is changing my internet hyperlink column url to my intranet url, why?

I have a content type with a hyperlink column. If I create a page based on that content type and point the hyperlink field to a document in a library on our public url (eg: http://internet.test.com/documents/test.pdf) the url gets changed to point to the intranet/administration site (eg: http://**edit**.test.com/documents/test.pdf) whic...

How do I make an intranet sharepoint 2010 site into an external one

Hi guys, I was just wondering how do I make a sharepoint 2010 internal site that I already have an external one, meaning it can be accessed anywhere where you have access to the internet. Thank you in advance. ...

Browser-neutral way to start local process from intranet

We currently have a corporate intranet built with ASP.NET and originally designed for IE. One of the purposes of the intranet is to manage file versioning and to launch programs with the current file version. This requires the intranet to start processes on the machine locally, and is done using ActiveX. We are now reworking the intra...

UDP broadcast of WCF Service address

Im have a lab-environment in VMware with a WS2008R2-server and a W7-client. Im trying to broadcast a WCF-service-address from the server and receive this in the client. Im using System.Net.Sockets in C# .NET and I can successfuly send data from the server. I looks okay with WinDump at least. But when I try to receive this on the client i...

Help on designing a database for a school management system

Hello I'm about to create a school management system where it should assure the relashionship between teachers, courses, classes, parents, students, report card, enrollment, administration, attendence ... Some good ideas on the DB structure and the system will be appreciated. ...

Please help, I could use some advice/guidance about setting up a music streaming website internally.

The basic idea is I'd like to have a website on the intranet for streaming music. I'm open to any idea. The basic functionality I need can be found at sites like mixtape.me and playlist.com. Ideally I'd love if any site like those were open source and I could just snip out the parts I need. Complexity isn't a problem, I'm just not sure w...

intranet colaboration system

I would like to give our intranet users and create, edit, colaborate documents via a browser. What is the best way to go about this? Requirements: The user should be able to: 1. create content, 2. edit content (content created by anyone) 3. records should be kept on who edited what and when 4. should easily be able to go back and forth...

ASP .Net Intranet Application How to make an Employee variable available to every page

On just about every page in the application I do something based on which employee is currently logged in. Is there an easier way to access the employee other than creating a variable in the Page_Load? ...