sharing

How do you store/share online your personal documents ?

For photos, I use Flickr. But for other documents...Which web based online application (hosted or to install on your personal web site) do you use for PDF or word files ? If there is a user management it would be also great (for example you decide that some persons, or everyone, can see some of your documents...). ...

How can I share a folder of content between multiple ASP.Net projects in studio?

I would like to share 2 folders of content ('stylesheets' and 'graphics') between multiple asp.net projects in a solution. Is there a way to do this and have studio display the graphics and such appropriately at design time? ...

Can't find windows share despite having connected VPN

I'm a programmer dammit, I should be allowed to ask these kinds of IT questions! :) Anyway the problem is as follows. I'm writing an automatic build script to deploy code to a live windows 2003 server. To get access to the server I enabled the VPN role, and I can connect to it remotely from my dev machine using a username and password I...

What's your favorite cross domain cookie sharing approach?

I see iframe/p3p trick is the most popular one around, but I personally don't like it because javascript + hidden fields + frame really make it look like a hack job. I've also come across a master-slave approach using web service to communicate (http://www.15seconds.com/issue/971108.htm) and it seems better because it's transparent to th...

Do real programmers network and share?

In a previous question about homework on stackoverflow I made the following statement: I think it's extremely important for students to learn that real-world programmers work together, learn from each other, support each other, and share their knowledge and insights. It's this type of networking that inspires and excites us. This w...

Sharing C# code between Windows and Silverlight class libraries

We wrote a small Windows class library that implements extension methods for some standard types (strings initially). I placed this in a library so that any of our projects would be able to make use of it by simply referencing it and adding using XXX.Extensions. A problem came up when we wanted to use some of these methods in Silverligh...

subversion server vs. network repository access through tortoise

Hi all, There are currently 5 developers on my team and we all access a repository through a shared drive on computer X which is on our network. Since we all have access to computer X, and we can manage who has and who doesn't have access to computer X, we can manage who can access our repository. My question is this: If I set up a ...

Memcache sharing

Is it possible to share a single instance of a Memcache between multiple projects. Suppose I push one object inside the memcache in one project, is it possible for me to retrieve the same object from a different project. ? ...

Sharing Adobe Flash Projector (.EXE) over Local Area Netwrok

A forthcoming project requires that a Flash projector (.EXE) be kept on a server and accessed by multiple users over network (LAN). There will be a central access database as a backend. I am using a third party SWF2EXE (SWF Studio) product to have database functionality. I would like to know if sharing an EXE file this way is practical. ...

401.1 Error when accessing virtual directory pointing to network share

IIS5 is running on SERVER1. One of the virtual directories in IIS, myfiles, is pointing to "A shared location on another computer", //SERVER2/myfilesshare When I try to access the page: http://SERVER1/myfiles ... I get the error: You are not authorized to view this page HTTP 401.1 - Unauthorized: Logon Failed Internet Information S...

Open Source Project - How do you raise awareness?

Duplicate What is a good way to drum up interest in my open source project? What is the best way to raise awareness of an open source project you're working on? For example, you've developed a program/tool you think will make the lives of developers easier and you want to share your work. Are there websites that are good for sha...

ASP.NET: How-to share resources (membership, libraries) between web applications

Hi, i'm trying to create a small intranet. For this I have a webserver on my local pc. The root of this website will be a dashboard and it will contain login/register functionality (default ASP.NET Membership). http://localhost http://localhost/Account The rest of the intranet will consist of sub-applications like: http://localho...

C++/C# callback continued

Hi All, After asking this question and apparently stumping people, how's about this for a thought-- could I give a buffer from a C# application to a C++ dll, and then have a timing event in C# just copy the contents of the buffer out? That way, I avoid any delays caused by callback calling that apparently happen. Would that work, or d...

OSGi felix: Sharing a class between the host application and a bundle possible?

Hi there! Inside my host application I tried implement a simple pushService, which shall be used to transfer an instance of a class named Vehicle to the OSGi world, by providing a set and get method. To be able to use the service I exported both the service interface and the Vehicle class to a jar file and imported that file within the ...

Sharing Static Data Outside of the Class

Hello. First, here is a motivating example: public class Algorithm { public static void compute(Data data) { List<Task> tasks = new LinkedList<Task>(); Client client = new Client(); int totalTasks = 10; for(int i = 0; i < totalTasks; i++) tasks.add(new Task(data)); client.submit(tasks); } }...

asp.net mvc - what is the best way for controllers to share objects

i am trying to share some objects across multiple controllers. what is the best way to do this. i want to avoid singletons and i would like to inject these in if possible but with asp.net mvc you are not "newing" the controllers so any help would be appreciated. ...

Django shared template

Hi, I'm looking how to do the best something like a UserControl in ASP.NET in Django. For example: 1) There's a Book model defined 2) There's a regular representation of the book which I want to use all over my site (called "book_template.html"). Now let's say I want to use this one representation from 2 views: recent_books_view, pop...

Best Way to Share Web App Online

Hello all, I've built a web app that I've shared with some companies in my area. However, there are now some companies that are out of my region who are interested in looking at my web app. Before, I was able to go on site and show-off the app. However, this is not possible any more. What's the best way to 'share' a web app over the ...

What facebook embed code would I use to share an image link on my profile?

I want my users to be able to share a thumbnail that links back to my website. I am using this for my embed code. <a href="link_to_website"><img src="link_to_thumbnail" width="130" height="584"></img></a> I am also using Gigya for sharing and this embed code is not providing a link back to my website. I know this is possible because...

how to open a mdb file, that is already opened by some other user ?

I have created an Access file with forms and report and put it in a shared drive with full access rights. But when one user open the Access file, another user can not open the file. He clicks on the file, but no response comes... while I, at the server, am able to open it at anytime. I am stuck. This Project is for all the users, all of ...