sharing

Sharing Session between webservice and asp.net application

I have an asp.net application and webservices (asmx) that reside in the same application but not in the same folder of the aspx files. I aslo have a winform application that uses the webservices. I have marked the webservice methods with [WebMethod(EnableSession = true)] but I am not able to share the same session values that are on the ...

iphone social networking sharing functionality sdks

Hey there, I'm looking for an sdk that can be integrated into native iphone apps to add social networking sharing functionality. I'm familiar with AddThis, but it doesn't look like they have anything specifically built for the iphone. Any ideas? Thanks, ward ...

What components have you built that you are reusing over and over again for your desktop applications?

We are building our internal library of components up, and was wondering what everybody has in their library of reusable components for your organization, for desktop applications. Our list currently includes only a couple of components: Logon, Security and User Group functionality System Tray / Service Framework Component for Interne...

Database design for sharing photos site?

I am using php and mysql. If I want to do a sharing photos website, whats the best database design for upload and display photos. This is what I have in mind: domain: |_> photos |_> user Logged in user will upload photo in [http://www.domain.com/user/upload.php] The photos are stored in filesystems, and the path-to-photos st...

How to attach a site with its thumbnail to a Drupal node?

Do you have any Drupal module (or other solution) to implement a feature similiar to Facebook's Share a Link? To be precise: you paste a link site's preview is generated title short excerpt and a thumbnail of one of the site's images ...

Is there any C\C++ Cross-platform library for sharing data between app's?

Is there any C\C++ Cross-platform library for sharing data between app's? ...

Session sharing

Hello, i have a problem with Session sharing... I have a single web application hosted on a server. I created in IIS 2 different domains for the same application (thus each pointing to same physical path). The first domain is used as main interface, and the second domain is used to change settings (kind of like an admin). If the user l...

How to Share and Reskin Blog Post Content Across Multiple Wordpress Blogs

I am running WordPress MU 2.92 right now (eventually upgrading to 3.0), and I'm looking for a way to share full blog post content across multiple blogs with different themes. If a post is used on more than one blog, each instance of the post will need to have its own comment stream. Is there an easy way to approach this without duplicat...

Image storage/search web application

Hi, I work for a multimedia department of the government and we have a lot of images that we would like to share with others departments. Here some information: We have around 20TB of images and photos to share. We already have a windows 2008 environment running .net mvc web applications. We already have a mssql cluster in place. We ...

How can I select which text will be used when sharing with AddToAny?

We are using AddToAny to put share buttons on our pages. When sharing to FaceBook for example, it picks the correct title, but it picks the wrong text. My guess is that it uses the first <p> it finds. This is in many cases not correct, since we have <p>s in a column on the left of the page, but the main text is in a bigger area (later on...

Why Facebook prompt_feed.php is causing browser window to resize itself

Hi, We use Facebook's prompt_feed.php in order to do sharing from a widget. When we popup a browser window with the sharing URL that uses prompt_feed.php it causes Safari (and in some cases also Firefox) to resize themselves to strange dimensions. Anyone encountered that? anyone knows how to avoid this? Thanks Guy ...

How can I share a ViewModel between parent/child Views (Silverlight 3.0)?

I have a parent View that is xaml-binded to a ViewModel (the viewmodel is declared in the xaml). This parent view can then display a child View (via NavigationService, aka navigation:Frame). The parent view never goes out of scope, but I want the new child View to share the parent's ViewModel. How can i do this? Because by declaring t...

Android Apps sharing userID with only one certificate in common.

If I have two android apps sharing a userID, one name App A and the other App B. And I have: App A signed with Certificate 1 App B signed with Certificate 2 and Certificate 1 will they still be able to share the userID even if they only have one Certificate in common? Update: I figured I should add the reason why I think this may b...

Simple C# Screen sharing application

Hi guys, I am looking to create a very basic screen sharing application in C#. No remote control necessary. I just want a user to be able to broadcast their screen to a webserver. How should I implement this? (Any pointer in the right direction will be greatly appreciated). It does NOT need to be high FPS. Would be sufficient to even ...

What's the best way to share "session" information between 4 datacenters with 40 servers?

Currently our DNS routes the user to the correct datacenter and then we have a round-robin situation for the servers. We currently store the session information in the cookie but it's grown too large so we want to move it out of the browser and into a database. I'm worried that if we create a midteir box that they all hit that the resp...

synchronize/share one application on several android phones

Here is my issue : I have 2 phones and I don't want to pay twice for an application on the market. Is there a way to share an application I have downloaded and payed for, once, onto the other phone? ...

Sharing data between processes in Python

I have a complex data structure (user-defined type) on which a large number of independent calculations are performed. The data structure is basically immutable. I say basically, because though the interface looks immutable, internally some lazy-evaluation is going on. Some of the lazily calculated attributes are stored in dictionaries (...

Sharing cache between apps (asp.net) on the same physical machine.

We have several virtual applications inside one main (root) application. How to share Cache between this virtual application and main application if they are located (and always will be) on the same physical machine? By Cache i assuming System.Runtime.Caching or System.Web.Caching. Hope that i do not need to setup AppFabric Caching for...

Quickly sharing temporary snippets between developers

I am looking for a quick way to share code snippets between developers. Visual studio allows you to use a file share as a repository for snippets, but the VS Snippet manager seems more oriented towards "permanent" snippets you want to keep around. I'm just looking for a good way to send a block of code to another developer to look at, ...

PHP CMS file sharing with rating

I need to set up a community web site to allow people to share binary files in some specific binary format. Files will be visible to everyone. I want users to be able to vote and leave comments about files I also want to count downloads. I'm googling for CMS that does just that, or plug-in for Joomla or Wordpress or Drupal, but I cannot...