|
|
|
|
| About site: Software/Intranet - Intranet Connections |
Return to Computers |
| About site: http://www.intranetconnections.com/ |
Title: Software/Intranet - Intranet Connections Self Managing intranet software with 21 built in application |
| Alexa statistic for http://www.intranetconnections.com/ |
Please visit: http://www.intranetconnections.com/
|
| Related sites for http://www.intranetconnections.com/ |
| Intranet_File_Sharing Utility to search local area network for all kinds of files. Find any file in the network in a few seconds. Also provides Intranet file sharing features. | | Intranets_Com Web-based intranet service, with a member directory, group calendar, document library, and announcements. Free 30-day trial. | | Intraware,_Inc_ Offers one place to research, evaluate, procure, install, and upgrade intranet software products. | | Komdat_GmbH Providers for the Totaldata data management server, Totalintra workflow and content management tools, and Totalinfo lead generation service. | | LWiNet Web hosted Intranet/Extranet and Email services for private schools and small businesses. | | Mindbridge Specializes in building enterprise-level web applications. Has selection of free white papers on the web site. |
|
This is best-2006.com cache of m/ as retrieved on 2009.01.09 best-2006.com's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Intranet Software: Intranet Connections
var sBrowser = navigator.appName;
if (sBrowser == "Microsoft Internet Explorer" || sBrowser == "Opera"){
document.write('');
document.write('body {');
document.write('scrollbar-face-color: white;scrollbar-shadow-color: white; scrollbar-highlight-color: white; scrollbar-3dlight-color: #A4BECD;');
document.write('scrollbar-darkshadow-color: A4BECD; scrollbar-track-color: white; scrollbar-arrow-color: #A4BECD;');
document.write('}');
document.write('');
}
//Tabs
var aTabs = new Array();
var nTabCurrent = 0; //change this value to highlight tabs on other pages
aTabs[0] = new Array();
aTabs[0][0] = "images/TABfeatures_hot.gif"; //hot
aTabs[0][1] = "images/TABfeatures.gif"; //cold
aTabs[0][2] = "index.html";//link
aTabs[1] = new Array();
aTabs[1][0] = "images/TABdemo_hot.gif";
aTabs[1][1] = "images/TABdemo.gif";
aTabs[1][2] = "sections/demo_request.cfm";
aTabs[2] = new Array();
aTabs[2][0] = "images/TABtrial_hot.gif";
aTabs[2][1] = "images/TABtrial.gif";
aTabs[2][2] = "sections/trial_request.cfm";
aTabs[3] = new Array();
aTabs[3][0] = "images/TABpricing_hot.gif";
aTabs[3][1] = "images/TABpricing.gif";
aTabs[3][2] = "sections/pricing.htm";
//Main Menu
function navItemOver(o){
o.className = "item_over";
}
function navItemOut(o){
o.className = "item_out";
}
function navItemSelect(s){
self.location.href = s;
}
function tabOver(n){
document.getElementById("id_tab_" + n).src = aTabs[n][0];
if(n != nTabCurrent){
document.getElementById("id_tab_" + n).style.cursor = "pointer";
}
}
function tabOut(n){
if(n != nTabCurrent){
document.getElementById("id_tab_" + n).src = aTabs[n][1];
document.getElementById("id_tab_" + n).style.cursor = "default";
}
}
function tabClick(n){
self.location.href = aTabs[n][2];
}
function initTabs(){
for(var i = 0; i < aTabs.length; i++){
if(i == nTabCurrent){
document.getElementById("id_tab_" + i).src = aTabs[i][0];
}else{
document.getElementById("id_tab_" + i).src = aTabs[i][1];
}
}
}
//Mini Menu
var sMMIdSelected = "id_MM_0";
var aMMContent = new Array();
aMMContent[0] = "Content Management and Formatting Editor built-in. Users can contribute and format content just like they do in Word.Minimal Administration required, concentrate on intranet content instead of intranet development.Designate Department Admins, Approval Managers, and assign secured permissions at the user or group level.";
aMMContent[1] = "Content Approval allows administrators to assign individuals or groups to manage the flow of content published to the site.Assign unlimited content managers per application to assist with the workflow of your business systems.";
aMMContent[2] = "Site security has been designed with maximum flexibility in that you determine how much security you require on the site.Create an extranet environment within your intranet at no extra cost.Enable data integration and single logins with Active Directory to eliminate duplication of user and group management.";
aMMContent[3] = "Create your own applications with our unique application cloning utility.With just one click you can create unlimited applications such as Department Pages, Contact Lists, Documents, and Calendars.Tailor each new application to your business needs.Simple to implement with powerful results, the cloning feature is extremely popular.";
aMMContent[4] = "Users can subscribe to Email Alerts and receive email notifications when items have been added and updated to the site. Users can also subscribe to Site Alerts, which pushes new content to the intranet home page under the My Alerts box, showing content based on the user's interest and filter criteria.";
aMMContent[5] = "Completely customize your intranet site with simple point-and-click features.Customization extends from high level options such as creating and designing themes down to specific field level changes within the applications.Dynamic Collapsible Menu SystemNavigation Hover & Roll-OversModify or Remove Home Page ComponentsEmbed Scripts and add content boxes to Home PageBuilt-in RSS Feed UtilityCustomized Interface for any Language";
aMMContent[6] = "Searching tools include Application level searching and Site Wide searching capabilities.Verity Full Text Searching provides comprehensive searching on all documents.Comprehensive knowledge base search within the Support Desk application.";
function navMiniMenuClick(sId){
var sTemp = sMMIdSelected;
sMMIdSelected = sId;
navMiniMenuOut(sTemp);
document.getElementById(sTemp + "_img").style.display = "none";
document.getElementById(sId + "_row").className = "mini_menu_selected";
document.getElementById(sId + "_header").className = "mini_menu_selected";
document.getElementById(sId + "_img").style.display = "block";
document.getElementById("id_MM_content").innerHTML = aMMContent[sId.charAt(sId.length - 1)];
}
function navMiniMenuOver(sId){
if(sId != sMMIdSelected){
document.getElementById(sId + "_row").className = "mini_menu_over";
document.getElementById(sId + "_header").className = "mini_menu_over";
}
}
function navMiniMenuOut(sId){
if(sId != sMMIdSelected){
document.getElementById(sId + "_row").className = "mini_menu_out";
document.getElementById(sId + "_header").className = "mini_menu_out";
}
}
//slide
var aSlideNav = new Array();
var nCurrent = 0;
var sNavHot = "images/TOURarrowhot.gif";
var sNavCold = "images/TOURarrowcold.gif";
var nSlideTop = 0;
var nSlideLeft = 0;
var nSlideLeftOffset = 5;
var intervalSlide = 0;
var nSlideChange = 10; //amount of seconds in between slides
aSlideNav[0] = new Array();
aSlideNav[0][0] = "Intranet Features"; //title to display
aSlideNav[0][1] = "features.html"; //link
aSlideNav[1] = new Array();
aSlideNav[1][0] = "AD Integration";
aSlideNav[1][1] = "security.html";
aSlideNav[2] = new Array();
aSlideNav[2][0] = "Support Desk";
aSlideNav[2][1] = "support_desk.html";
aSlideNav[3] = new Array();
aSlideNav[3][0] = "Form Builder";
aSlideNav[3][1] = "form_builder.html";
aSlideNav[4] = new Array();
aSlideNav[4][0] = "Department Pages";
aSlideNav[4][1] = "department_pages.html";
aSlideNav[5] = new Array();
aSlideNav[5][0] = "Content Approval";
aSlideNav[5][1] = "content_approval.html";
function initSlide(){
//init nav buttons
var sSlideNavHTML = '' +
'';
for(var i = 0; i < aSlideNav.length; i++){
sSlideNavHTML = sSlideNavHTML + '';
if(i == nCurrent){
sSlideNavHTML = sSlideNavHTML + ' ';
}else{
sSlideNavHTML = sSlideNavHTML + ' ';
}
sSlideNavHTML = sSlideNavHTML + '';
}
sSlideNavHTML = sSlideNavHTML + '' +
'';
document.getElementById('idSlideMainNav').innerHTML = sSlideNavHTML;
slideNavSelect(nCurrent, true);
intervalSlide = setInterval('slideInterval()', nSlideChange * 1000);
}
function slideNavSelect(i, bAutoOff){
if(bAutoOff){
//stop the slide show after user selection
clearInterval(intervalSlide);
}
for(var i2 = 0; i2 < aSlideNav.length; i2++){
document.getElementById('id_slide_nav_' + i2).src = sNavCold;
}
document.getElementById('id_slide_nav_' + i).src = sNavHot;
document.getElementById('id_slide_nav_' + i).style.cursor = "default";
document.getElementById('idSlideMainNavTitle').innerHTML = aSlideNav[i][0];
if(i == nCurrent){
//initialize first
document.getElementById('id_slide_' + nCurrent).style.display = "block";
}else{
switchSlides(i);
}
nCurrent = i;
}
function switchSlides(nSlide){
var o = document.getElementById('id_slide_' + nSlide).style;
var nSpeed = 20;
var nTimer = 0;
o.opacity = 0;
o.MozOpacity = 0;
o.KhtmlOpacity = 0;
o.filter = "alpha(opacity=0)";
o.display = "block";
o.zIndex = 3;
document.getElementById('id_slide_' + nCurrent).style.zIndex = 2;
for(var i = 0; i |
Purchase |
Client Login
Intranet Home Page
What's New Alerts
Announcements
Department Pages
Employee Directory
Contact Lists
Events Calendar
E-Form Builder
Company Store
Document Sharing
Policies & Procedures
Job Listings
Support Desk
Training Registration
In/Out Board
Library Checkin/out
Resource Booking
Inventory
Photo Gallery
Discussion Forums
Suggestion Box
Knowledge Base
Survey Polls
Business Links
Buy & Sell
Recipes
Take a Break
over 270,000 users worldwide
  
Out-of-the-BoxIntranet Software
25 Ready-to-Use Applications
Unlimited Publishers
Simple to Install and Maintain
Friendly and Intuitive
Full Customization
Extranet Capabilities
Affordable and Robust
Active Directory
Integration
Seamless and Automated
Real-Time Data Sync
Simple to Implement
Manage Users from AD
Enable AD integration and have your intranet users and group memberships driven directly from Active Directory
learn more
Support Desk
Automated Ticketing
Build Custom Forms/Fields
Document Ticket Notes
Track Tickets and Resolutions
Export Data
Comprehensive Search
Track and manage your employee requests and issues with the Support Desk ticketing application
learn more
e-Form Builder
Build Custom Forms
Point & Click Features
Quick View Reports
Design & Brand Forms
Approval Workflow
Build Multi-Column Forms
e-Form cloning utility provides for instant duplication of complex forms, enabling you to simply copy and modify existing forms rather than starting from scratch!
learn more
Department Pages
Create Unlimited Department Pages
Build Navigation Menus
Customize & Brand per Department
Advertise New Members
Add Unlimited Content Boxes
Create Department Surveys
Assign Department Administrators
Secure Confidential Content
Clone existing applications for exclusive use within the Department
learn more
Content Approval
and Workflow
Unlimited Content Managers
Direct the Flow of Content
Built-in Workflow
Automated Notifications
Built-in workflow allows for a hierarchy of approval. Users can track the status of their items pending approval. Managers may decline content and send further instruction to the publisher
Manage
Content Management and Formatting Editor built-in. Users can contribute and format content just like they do in Word.Minimal Administration required, concentrate on intranet content instead of intranet development.Designate Department Admins, Approval Managers, and assign secured permissions at the user or group level.
Approve
Secure
Build
Subscribe
Customize
Search
W H A T C U S T O M E R S A R E S A Y I N G
We found Intranet Connections very easy to set-up, even easier to administer and upgrade and the support is the best I have ever received.Dan MacDonaldNorthwoodcare Inc.
Intranet Connections changed the way we think about company communication. Everyone loves it, but more importantly, everyone uses it.Paul FleetwoodThe Education Center
Intranet Connections was super easy to install and tailor to our corporate look and feel. We are also impressed with the support and response time since implementing our intranet site over 2 years ago.Ian BlackburnAggregate Industries
I would like to thank you and the wonderful staff at Intranet Connections for creating such an incredible product. It is not often you find a company that is willing to go that extra 100 miles for a customer in need.Kelly CooperTravis Credit Union
We have been very pleased with the software. It is very user friendly on both the user and administrative side. The features offered via the software are well thought out and manageable.Bryan RandallMichigan First Credit Union
read more testimonials
Evaluation Options
request web presentation
request hosted trial
request trial download
T H E M E B U I L D E R
Design Your Site
Built-in Applications [25]
Build Unlimited Themes
Powerful Search Capabilities
Built-in RSS Feeds
Point-and-Click Interface
Contact Us |
Customers |
Requirements |
Benefits |
Customization |
Security |
Support
|
Purchase |
Client Login
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src="http://www.intranetconnections.com//" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-3102371-1");
pageTracker._initData();
pageTracker._trackPageview();
|
|
| |
Self | Managing | intranet | software | with | 21 | built | in | application | |
http://www.intranetconnections.com/
Intranet Connections 2009 January
dvd rental
dvd
Self Managing intranet software with 21 built in application
Rules
|
© 2005 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Ringtones - Fast Loans - Bankruptcy - Credit Cards - Free Myspace LayoutsHotele
- Debt
- Praca Ogłoszenia
- Kędzierzyn-koĽle
- Metallzaune
|
2009-01-09 20:09:31
Copyright 2006 by Rules
|