Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
6answers
2k views

Which open-source git hosting software should I install on my company's intranet?

Instead of hosting my company's source code on Github, I would like to host it on our intranet under our control. What software could I use to simulate the same kinds of Git-based source-control ...
7
votes
11answers
1k views

Chrome or Firefox (or browser-agnostic) for an intranet app?

If you were designing a core business intranet app for a small business, and wanted it to be as responsive-feeling as possible, where the staff are indifferent to being stuck with a certain browser, ...
6
votes
3answers
581 views

Host Mercurial on my company's intranet?

Instead of using an external web-based Mercurial host, I want to set one up on my company's intranet. Is there a web-based tool for Mercurial that lets you have an interface like Bitbucket's but let's ...
6
votes
9answers
2k views

Intranet Vs Internet Web application considerations

What are the differences in considerations in respect to designing or developing an Intranet and an Internet application ?
5
votes
2answers
3k views

Authenticate against ldap using PHP, active directory, while using IE/Firefox

This code below checks for the user's credentials against ldap <?php $ldaphost = "ldap.domain.com"; $ldapport = 389; $ds = ldap_connect($ldaphost, $ldapport) or die("Could not connect to ...
4
votes
3answers
8k views

Configure Firefox 3.0.x to authenticate with Kerberos and not prompt

I have an Intranet http application running on several machines in our Windows domain; everything works when using IE 7 because I can configure it to use Kerberos authentication and I've figured out ...
4
votes
4answers
3k views

Windows authentication for Intranet/Internet

I am developing an ASP.net web application for my company. Some users use this site in internal network and some will use internet site. I am usin Windows Authentication mode. I no need to prompt ...
3
votes
2answers
2k views

How do I display protected Amazon S3 images on my secure site using PHP?

I am trying to move images for my site from my host to Amazon S3 cloud hosting. These images are of client work sites and cannot be publicly available. I would like them to be displayed on my site ...
3
votes
1answer
120 views

Best way for a remote web app to authenticate users in my current web app?

So a bit of background, I'm working on an existing web application which has a set of users, who are able to log in via a traditional login screen with a user name and password, etc. Recently we've ...
3
votes
12answers
930 views

ASP.NET web application - 5000 lines of code in 1 page - acceptable?

I'm building an ASP .NET 2.0 (C#) based web application, which is primarily intended for intra-net use, i.e. to be used inside an organization's Local Area Network. With respect to the User ...
3
votes
3answers
539 views

What is the best practice for role security for an Intratnet ASP.NET/SQL2K5 environment?

Our current Intranet environment is a little outdated. The current stack has ASP.NET 1.1/2.0 applications that are querying against a SQL 2000 database. For role security, there are user groups on ...
3
votes
4answers
2k views

Is there a good Google Sites competitor?

A client of ours is a membership organization and they are looking for functionality that seems closely aligned with Google Sites capabilities. They want a system where their members can have a ...
3
votes
4answers
825 views

Best Practice for Cross-Platform Browser Testing for Intranet site for small team?

in my team usually one web developer creates the web app then does some alpha testing himself before passing the fuller testing to the only tester in the company. So you probably can guess that we ...
3
votes
8answers
5k views

What can you do with SharePoint on Intranet?

We have had SharePoint where I work for a little while now, but we've not done a lot with it. We have an intranet with hundreds of ASP/ASP.Net applications and I'm wondering what kind of things can be ...
3
votes
7answers
2k views

What framework you recomend for fast secure web application development?

I need to choose a framework for a new project I will start from scratch. The application performance requirements are very low. It needs to allow fast development and enforce good development ...
2
votes
3answers
127 views

Testing intranet site that uses Windows authentication

I'm trying to develop an intranet app/website that uses Windows authentication. I'd like to test it with multiple users, for roles etc. At the moment I'm only using my own domain account. Is there a ...
2
votes
1answer
1k views

Getting the logged in username in ASP.NET MVC3 intranet application

I am working on a MVC 3 intranet application ( windows authentication ). The application must display the profile page of the user once a user logs in. In order to do that the username of the logged ...
2
votes
1answer
169 views

Web 3D GIS solution

I want to find a web 3d gis solution which provides: server software to store and serve terrain and 3d models a plugin to display on browsers javascript api to interact with the plugin deploy on ...
2
votes
1answer
73 views

Best way to use a dll from an ASP script

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 = ...
2
votes
2answers
114 views

Should we deploy a Webkit browser for our intranet applications?

At my place of employment, we are increasingly finding it difficult to develop for IE, which was historically the easiest browser to target, from an intranet-app point of view. It was already ...
2
votes
3answers
290 views

Are there any open-source / free site analytics solutions that are intranet deployable?

There are plenty of statistics/analytics providers for Internet deployed software (e.g. Google Analytics), but I'm looking for an analytics tool to integrate into a LAN/intranet based web application. ...
2
votes
3answers
3k views

Use showModalDialog or jQuery Dialog

When developing an intranet application where the target browser is IE only (IE6 - horrible I know) is there any reason that we shouldn’t use the showModalDialog() feature of IE to display dialog ...
2
votes
3answers
244 views

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

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 ...
2
votes
2answers
720 views

Using jQuery to alter application.master pages in SharePoint

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 ...
2
votes
4answers
1k views

iPhone for Intranet

It started one day while I was using my iPod Touch: wouldn't it be cool to have XXX function (from our internal desktop application) available on the iPhone as an native app. I had that idea because ...
2
votes
1answer
675 views

How to configure Sharepoint site for intranet?

I am basically a windows developer and very new to Sharepoint. I have Designed a small site in sharepoint on my virtual PC environment. I want to access it from out side of VPC environment and also ...
2
votes
2answers
516 views

Is ultidev cassini good for hosting ASP .NET 2.0 (Ajax 1.0) based web app (intranet)

The server needs to be installed on Windows XP and has to host an ASP .NET 2.0 + ASP .NET AJAX 1.0 based web application. What is the simultaneous connection limit? (as opposed to 40 in IIS on XP) ...
2
votes
3answers
526 views

Internal ASP.NET Web Application deployment to IIS

I have an ASP.NET 2.0 application that I am deploying to an IIS 6.0 web server. My ASP.NET application is being deployed as a virtual directory. Currently, this ASP.NET application is publicly visible ...
2
votes
3answers
901 views

barebones minimal example: using XUL to http POST

I am trying to figure out if XUL is a good candidate for GUI forms in intranet apps. It's been difficult to find anyone who actually uses it though. Therefore I thought I'd ask for a hello world ...
1
vote
1answer
68 views

check if image exists on intranet

Im using the answer in this question Test to see if an image exists in C# to find out if images exists. However I am getting an exception with error: The remote server returned an error: (401) ...
1
vote
0answers
319 views

Mailto on IE 9 - Internet Explorer cannot display the webpage

I am having some issues with the mailto on IE 9. The problem is that after pressing on the mailto link, IE 9 tries to open the URL with the mail address and after some seconds I get a page redirect ...
1
vote
1answer
102 views

Using SQL Server Users and Roles as an authorization database for an intranet web application?

I have a question that really feels like I should have an easy answer to, but for one reason or another I haven't been able to totally reason around it. I'm embarking on development of an ASP.NET ...
1
vote
1answer
92 views

Python (CherryPy) web app deployed locally, but not visible over intranet

I've created a Python web app using CherryPy, and have deployed in on my local machine. When I try to view it from another computer in the house, nothing comes back. However, if I create a simple ...
1
vote
1answer
53 views

Force webpage under Internet Explorer to be executed in Intranet browser mode

Debugging a website not working under IE (my previous post, the post for the very specific problem) (but working under Firefox, Chrome, Safari, Opera and SeaMonkey) I've noticed that my website works ...
1
vote
1answer
32 views

how to direct internal users to a site http://blah

Hi is there a way in iis where http://wiki can point to a wiki website i have set up on one of our internal servers? http://intranet points to our local intranet, so just wondering how to do it?
1
vote
2answers
63 views

Suggested Language for Web-Based Intranet/Database

Hate to ask a question this borderline generic, but I'm looking to build a web based program that combines our company intranet with a forms-based database. I would be looking at Oracle's database ...
1
vote
1answer
165 views

Opera opening blank window with window.open on internal (intranet) network (tested with opera 11.50);document.write does not work

The following code works fine on www but opens a blank window in an internal network. That is, it'll work on http://www.foobar.com, but it'll die on http://myserver.foobar.com, where myserver is a ...
1
vote
2answers
366 views

Mac OS 10.7 Server vs Ubuntu for SME intranet

What are the pros and cons of deploying a custom web-based intranet solution on OS 10.7 Server as opposed to an Ubuntu machine? The head of IT at our non-profit org is a mac-nut (I am too, just not ...
1
vote
2answers
139 views

Any Plone product for counting file downloads and pages view?

I'm doing an intranet which will not be accessible from outside the company's network and they want to display in Plone some nice statistics about file downloads and pages most viewed. With the ...
1
vote
1answer
231 views

Intranet deployment for Android apps

Could someone give me some advice on how I can deploy the Android app remotely? Things to take note are: 1).No access to android market (it will run on intranet) 2).About 300 devices 3).I don't want ...
1
vote
1answer
193 views

Determining IE8's Document Mode diagram is wrong, or am I missing something?

I'm kind of lost with how IE8 determines the document mode. I got contradictions. Setup This is what a generated web page header looks like on my website, please note the doctype: <!DOCTYPE HTML ...
1
vote
1answer
352 views

Allow Unauthenticated ASP.NET MVC 3 User in Window Authenticated Intranet Site

I'm trying to create an intranet template site with asp.net mvc 3 which allows windows authenticated users to login and view the site, and unauthenticated users to of the site, but less of it. My ...
1
vote
1answer
45 views

SIP - Content List Date Sorting

I have made a custom Content List in my Web parts directory, and i want it to sort the items after date ascending. Is there any way to do this from the admin back-end? I was looking at the sorting ...
1
vote
3answers
1k views

Windows authentication of Intranet ASP.NET website and reappearing windows login box

I'm trying to enable automatic Window authentication working on our ASP.NET Intranet. I've changed the Authentication on our IIS 7.5 server from Anonymous to Windows Authentication Enabled only, and ...
1
vote
2answers
108 views

How to execute a program when an email is recieved?

I am writing an intranet application for my company, and there is a transport reacquisition system. When someone posts a request, and if the manager is not the one sending the request, the manager ...
1
vote
0answers
115 views

Running an intranet app in the cloud, and integrating with Windows auth?

I'm writing a Django app that will be used as though it were part of a corporate intranet (it's some library management software). My users are on Windows PCs, have Active Directory usernames, and ...
1
vote
1answer
2k views

Set up xampp server on office lan

Im looking to set up a server using xampp within a small office. I will ofcourse secure xampp but in order to make my webapp available to the other 4 PCs on the network do i just create a virtual ...
1
vote
3answers
1k views

How to create web app shortcut on user's desktop programmatically?

For enterprise intranet web application, is there any way to create a desktop shortcut of web application on user's desktop? I'm looking for functionality similar to Google Gears, but without ...
1
vote
6answers
461 views

How to automatically login to the site using system credentials?

I need to develop a web application for the Intranet users. I dont want them to enter the login credentials each time they visit the site. It should be automatically loaded from the System Username ...
1
vote
2answers
43 views

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 ...

1 2 3 4