Intranet Journal

Go Back   IT Management Forum > Intranet Journal

Intranet Journal The new discussion forum for Intranet Journal readers. Leave comments and questions for IJ authors. Suggest story ideas and provide feedback.

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 2 votes, 4.50 average. Display Modes
  #1 (permalink)  
Old 02-18-2005, 03:42 AM
bradburn bradburn is offline
Registered User
 
Join Date: Feb 2005
Posts: 6
Question Intranet Phone directory Software?

Hi there,

I am urgently looking for an Intranet phone directory that about 200 people can use to find each others extensions.
It is purely for internal use and would have name / extension / department / additional info and a thumnail photo.

Does anyone know of any such software that exists?
We are really looking for a simple piece of software with a one-off price (i.e no monthly subscriptions).

If anyone knows of any software that might exist that we could use with 200 contacts, used by 200 users over the intranet I would be very grateful,

Many thanks,

Rob B
Reply With Quote
  #2 (permalink)  
Old 02-18-2005, 09:15 AM
JPnyc JPnyc is offline
Administrator
 
Join Date: Jan 2005
Posts: 424
I don't know of any commercial software that does that per se, but it would be a fairly simple thing to put it into a single HTML page and display it on your intranet server. Then to find who you want you just use a page find (ctrl-F) , type their 1st or last name or both, and it'll take you right to them.
__________________
Datamation Online Community Manager
Reply With Quote
  #3 (permalink)  
Old 02-18-2005, 09:51 AM
bradburn bradburn is offline
Registered User
 
Join Date: Feb 2005
Posts: 6
I guess,

i was just hoping for somekind of an access database that produces some kind of form or something,

dont suppose you know anywhere I can pay someone to do this or something?

Cheers,

Rob
Reply With Quote
  #4 (permalink)  
Old 02-18-2005, 09:56 AM
JPnyc JPnyc is offline
Administrator
 
Join Date: Jan 2005
Posts: 424
You can post the project or choose from tons of posted resumes on http://dice.com/. This is not at all a complex thing to do, as I.T. projects go.

But what exactly do you wish the functionality to be? Because to pull the names from an access mdb and display them all on a webpage anyway seems like an unnecessary step. That is unless you also want the functionality to bring up in individual entries, or something like that.
__________________
Datamation Online Community Manager
Reply With Quote
  #5 (permalink)  
Old 02-18-2005, 10:07 AM
MikeP MikeP is offline
Registered User
 
Join Date: Aug 2004
Location: Connecticut
Posts: 84
Here's how we do the intranet phone list at Jupitermedia:

We use an HTML file with names, titles, e-mail address and phone number. All of our offices are on one HTML page, so the list is quite long.

Atop the page there is a search box (a basic HTML form) that allows you to enter a full or partial last name. The search is done using a CGI script.

The search results will return a record of only the name you are looking for.

It's a cross between the CTRL+F find function and a full-fledged database.
Reply With Quote
  #6 (permalink)  
Old 02-18-2005, 10:24 AM
bradburn bradburn is offline
Registered User
 
Join Date: Feb 2005
Posts: 6
I would ideally like to be able to search for people by;
First name or Sir name (or letters in their name) or Department,

then the list will display name, extension, department and a little thumbnail photo. Is this easy to do?

Rob
Reply With Quote
  #7 (permalink)  
Old 02-18-2005, 10:41 AM
JPnyc JPnyc is offline
Administrator
 
Join Date: Jan 2005
Posts: 424
I'm not sure that Access handles images. It may, I just don't know. I know plenty of other databases do.
__________________
Datamation Online Community Manager
Reply With Quote
  #8 (permalink)  
Old 02-18-2005, 01:02 PM
JPnyc JPnyc is offline
Administrator
 
Join Date: Jan 2005
Posts: 424
Ok appears it can but not right out of the box. See here.
__________________
Datamation Online Community Manager
Reply With Quote
  #9 (permalink)  
Old 02-20-2005, 03:42 AM
Ayush Agarwal Ayush Agarwal is offline
Member
 
Join Date: Feb 2005
Location: Delhi
Posts: 1
Re: Intranet Phone directory Software?

hi,
please explain me what exactly you want, may be i can help you out
if u want any project in htmp/vbs and access.
may be i can help you out.
Reply With Quote
  #10 (permalink)  
Old 02-20-2005, 08:07 AM
paulc paulc is offline
Registered User
 
Join Date: Aug 2004
Posts: 38
Hello Rob,

This would be a pretty simple project to do with MS-Access and ASP (that's if your intranet environment is Microsoft-centric).

In terms of the database, we're talking about 2 tables maximum... one for the employees' personal info (name, extention, etc...) and one for the department number and description.

In terms of the thumbnail pictures... don't bother trying to get Access to handle this. Simply store all your images in a folder within your Web server. Then, in your Access DB, store the URL of each employee's thumbnail location in the first table I mentioned above. When the employee records are retrieved (using ASP scripts), you pull up the respective employees' picture location as well... let HTML, not Access, do the work for you.

Paul
Reply With Quote
  #11 (permalink)  
Old 02-23-2005, 08:20 AM
bradburn bradburn is offline
Registered User
 
Join Date: Feb 2005
Posts: 6
Hi again everyone and Ayush,

Thanks for your replies, some have been very useful,

in reply to Ayush asking what exactly I would like, here are the requirements.

----------------------------------------------------------------------------------
200 people need to use an internal phone directory. The directory is simply 200 peoples names, phone numbers, departments and photo.

It needs to be really simple, for example;
if I want to find the extension for someone called PETE BARNS in SALES i could either...
- Search for all people in company called 'pete' or 'barns' or both
- bring up a list of everyone in 'sales'

The results are displayed, and it is possible to see all the individuals details including a small thumbnail photo.
I can also click on the thumbnail to bring up a larger photo.

I also would like a 'business card' icon in the individuals details, this would link to a page that shows the email signature of that person (the person can save the page as html and use it in outlook signatures)

The important requirement is being user friendly and very easy to update (not everyone should have access to update it)
-----------------------------------------------------------------------------------
Does any of this sound hard to do and what would be the best option of implementing it?

Any help from anyone would be great. We would ofcourse be willing to pay for a working solution.

cheers everyone,

Rob
Reply With Quote
  #12 (permalink)  
Old 02-23-2005, 08:32 AM
bradburn bradburn is offline
Registered User
 
Join Date: Feb 2005
Posts: 6
I thought I also might mention that I am currently developing an xoops cms intranet too, this will be used by the same 200 people(i decided on xoops after reading articles on this site).

I honestly thought there would be a phone directory module available (from xoops.org), but the only couple that there are (xdirectory) are useless and i am too inexperienced to edit them to fit my requirements.

If the phone directory could be incorporated in xoops that would be good, but it may be easier to get a 'stand-alone' solution.

Cheers again for any thoughts or ideas,

Rob
Reply With Quote
  #13 (permalink)  
Old 02-24-2005, 06:42 PM
shedboy shedboy is offline
Member
 
Join Date: Feb 2005
Location: London
Posts: 1
Try RMR Phone Web from http://www.rmrphoneweb.com
you'll be able to do all you want and more towards your internal directory. It's been around for ever but not very well promoted.
Reply With Quote
  #14 (permalink)  
Old 03-14-2005, 12:56 PM
meshulamgill meshulamgill is offline
Registered User
 
Join Date: Mar 2005
Posts: 1
phone management system

I have a phone management system that I developed using PHP and MYsql.
If you are interested I will mail you the file structure and scripts.
Just contact me.
Reply With Quote
  #15 (permalink)  
Old 03-14-2005, 12:58 PM
JPnyc JPnyc is offline
Administrator
 
Join Date: Jan 2005
Posts: 424
That's very nice of you. Oh, and welcome to the forums!
__________________
Datamation Online Community Manager
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -5. The time now is 09:28 AM.





Acceptable Use Policy

Internet.com
The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0