intranet

jQuery dynamically added form element data not sent to database when user is on intranet

大憨熊 提交于 2019-12-25 05:07:14
问题 I have an interesting problem. I built a form for runners to sign up for a race. The form allows the user to add multiple runners and sign them all up at once. The additional runner functionality is programmed using jQuery. Here is the jQuery that adds additional runners... <script type="text/javascript"> var current= 1; $(document).ready(function() { $("#addrunner").click(function() { current++; $newrunner= $("#runnerTemplate").clone(true).removeAttr("id").prop("id", "fieldSet" + current)

How to use MEAN.js along with MySQL?

大憨熊 提交于 2019-12-25 02:04:38
问题 I'm developing an intranet for a company under MEAN.js . I was wondering if there's a way to use MySQL along with MEAN.js and keep using MongoDB. Primarily I'll use mongo for heavy data, such as pdf's, videos, music, etc. I'll use MySQL for structured data such as users, profiles, statistics info, etc. The main question is how to do it, and also would like some advices. Searching i've found this example but it supplants MongoDB for MySQL, and i want to use both. 来源: https://stackoverflow.com

Implementing SSO into Joomla 3 to gain access to the website

人走茶凉 提交于 2019-12-24 16:13:06
问题 I have been asked to create an internal intranet. One of their criteria is to allow employees to access the site using Google SSO. This isn't to log into the backend, it is purely to gain access to the site. I am creating it in Joomla 3. Can anyone advise how I would go about this? Thanks 回答1: I think the best approach is adding Joomla SAML capabilities. There is a Joomla3.3 SAML plugin [1] that you can use to connect with Google (Google will act as Identity Provider) [2] Then you may add

Angular on IE 11 intranet - programmatically disable Compatibility View

£可爱£侵袭症+ 提交于 2019-12-24 11:36:11
问题 I'm running an Angular 6 app on company intranet via IE11 . My app compiles to ES5 according to tscnfig.json . I've uncommented and installed all of the IE compatibility lines in polyfills.js . I've also added the suggested meta tag <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> just below my <head> tag. None of this had had the intended behavior of programmatically disabling IE's default Compatibility View settings. By default, IE11 displays intranet sites in Compatibility View ,

Best way to use a dll from an ASP script

痴心易碎 提交于 2019-12-24 02:43:16
问题 I'm writing some ASP code to service requests from a simple HTML form on my company's intranet. The code needs to call methods from a (COM) dll. I'm using the code: myObject = Server.CreateObject("myDLL.myClass") but it's giving an error at this line. I'm not sure if the dll is registered on the server, but I suspect it may not be. I'm not sure how to find this out. If it's not registered, is it possible/best practice to: Use the dll without registering it on the server (I have the .dll file)

Using jQuery to alter application.master pages in SharePoint

跟風遠走 提交于 2019-12-24 02:28:12
问题 We use MOSS 2007 (SharePoint) for our intranet. Recently we were tasked with supporting the branding for multiple companies on our farm. We quickly realized that the application pages (produced by a modified application.master) can't serve up multiple branded templates (other than themes). I think the right fix is to keep the default Microsoft branding on application pages (we were already working on this in dev - no modifications to files hosted on the server). As a quick fix however, I was

entreprise intranet Liferay or Alfresco

浪子不回头ぞ 提交于 2019-12-22 08:27:15
问题 I want to create an enterprise intranet , that provides authentication of employees and management profiles, messaging, calendar, document management... I think I can use php or java CMS , for the moment after some research I decided to use Liferay or Alfresco. The problem is that I don't really know the difference between them , and what I have to choose . 回答1: They're quite different products, solving different business needs. Liferay It's a Java Portal. It focuses on creating web sites

What technology stack would you recommend for an data-entry intensive intranet application using Microsoft tools (asp.net mvc OR silverlight)? [closed]

允我心安 提交于 2019-12-22 00:22:08
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I am looking out for suggestions regarding development of a data-entry intensive application for an intranet. What technology would you suggest for the same on the Microsoft Platform? I am not looking at smart client options. This is basically browser based application. Current stack which I have in mind is ASP

IIS 7.5 Windows Authentication Not Working in Chrome

自作多情 提交于 2019-12-20 20:31:32
问题 On a new installation of IIS 7.5 I have setup Windows Authentication on my Intranet. The providers I have used are 'NTLM' and negotiate in that order. This works fine in IE and Firefox but in chrome I get the following This web page is not available The web page at http://mysite.com/myintranet.php might be temporarily down or it may have moved permanently to a new web address. Error 338 (net::ERR_INVALID_AUTH_CREDENTIALS): Unknown error. I've tried looking online for a solution without any

IIS 7.5 Windows Authentication Not Working in Chrome

偶尔善良 提交于 2019-12-20 20:31:03
问题 On a new installation of IIS 7.5 I have setup Windows Authentication on my Intranet. The providers I have used are 'NTLM' and negotiate in that order. This works fine in IE and Firefox but in chrome I get the following This web page is not available The web page at http://mysite.com/myintranet.php might be temporarily down or it may have moved permanently to a new web address. Error 338 (net::ERR_INVALID_AUTH_CREDENTIALS): Unknown error. I've tried looking online for a solution without any