sharing

iphone and File Sharing

i've added UiFileSharingEnable in mi application plist and set it to yes. Is there a way to test filesharing with itunes? ...

java distributed database data sharing

I want applications to share certain database data. I want one application to retrieve and display certain table views of data produced by another application. Do you know of any open source technologies that I can use for such a distributed solution? ...

How to code sharing between Android and iOS

Hi everyone, I'm moving away from strict Android development and wanting to create iPhone applications. My understanding is that I can code the backend of iOS applications in C/C++ and also that I can use the NDK to include C/C++ code in Android apps. My question however is how? I've googled quite a bit and I can't find any clear and co...

Sharing a complex object between Python processes?

I have a fairly complex Python object that I need to share between multiple processes. I launch these processes using multiprocessing.Process. When I share an object with multiprocessing.Queue and multiprocessing.Pipe in it, they are shared just fine. But when I try to share an object with other non-multiprocessing-module objects, it see...

Resource referenced in user control does not appear when user control is referenced in another assembly

I have 3 assemblies: Number 1- ResourceAssembly which contains a subfolder Images with 1 image in it (build action = resource). Within that subfolder is a ResourceDictionary with build action set to resource. The resource dictionary contains the following- <BitmapImage x:Key="BluePlus_48x48_72" UriSource="112_Plus_Blue_48x48_72.png"...

Sharing Youtube video to Facebook using FBStreamDialog

Hi, I am developing an iPad application in which I need to share a Youtube video link to Facebook. I am using FBStreamDialog for image sharing as follows: But, I do not know how to share the video (I wanted to know about the parameters like media type, src, href etc) FBStreamDialog* dialog = [[[FBStreamDialog alloc] init] autorelease];...

Remote dekstop printer sharing

I have two computers both running Windows 7 Professional x64. One computer has a USB printer connected (Dell V715W) which is working properly. When I create a RDP connection from the PC with the printer to the other PC, the printer is not shared. In the RDP settings I selected to share the printer in Local Resources, but no printer is ...

passing variables help - total beginer

Ok here is an example of what I'm dealing with at the moment: @implementation ECHOAppDelegate ... @end @interface PtyView (PtyPrivate) -(void)startTask; -(void) didRead: (NSNotification *)fileNoty; @end @implementation PtyView ... -(void)startTask { //starts task } @end Now, if I wanted to "trigger" startTask from the EC...

Share Content between Web and Mobile Website

I am creating a mobile version of my website. It is nothing fancy, just a few pages. I would like to be able to share the content in both form, without having to update it in two places. Is the easiest way to do this with CSS? Or can I create some sort of XML or text file and read it in both sites? Here is what I ended up using: <!--[i...

How long is Facebook caching the sharing thumbnails?

Hi guys, How long is Facebook caching the sharing thumbnails? I've added a custom thumbnail for my page using: <meta property="og:image" content="/path/to/my/image" /> But on pages I've already displayed before my image is not displayed => it is cached somewhere on FB servers. Any ideas how to flush that cache or how long does it ta...

How to share an object between two class methods

I created an object in the method viewDidLoad:. In another method that I create, I want to access this object. One way to do it is to declare the object in the h file. Another way to do it is to pass it as a parameter. Are there any other ways? ...

Sharing a common DAL between WPF, Silverlight, and ASP.NET

What is the best method/technology to sharing the same data access layer between WPF, Silverlight, and ASP.NET? I am using ADO.NET Entity framework, and was thinking of a creating a DAL using the Repository pattern.Then using the RIA Services as a dummy middle man to connect Silverlight and ASP.NET. Is this a solid plan or are there ot...

Open Source PasteBin ?

frequently I write wiki pages or set up configuration files that I need to share with other developers. Are there any pastebin clones out there that you can install in your own network and if not, how do you manage code snippets or configurations you wish to share with other developers in your company where source control may be overkill...

xcode iphone bluetooth chat between device

I want to know if there is a framework or method/technique that will allow me to write an iphone/ipad that will allow one device to act as a "Leader" and the other devices as "Followers" in a shared book reading. For example: Device 1: Leader Device 2: Follower Device 1: opens an book app and turns to page 11 Device 2: opens the same ...

File sharing not working on iPad

I am trying to get file sharing to work on my app in iPad. I've added UIFileSharingEnabled to the plist, I've queried the documents dir and written a file there (and verified it is there by looking at it through Organizer). iTunes just refuses to display the file sharing info in the device's apps tab. Does anyone know of any obscure s...

Sharing master pages between web applications on the same IIS & domain

Let's say I have an IIS web site. And within it I have another web application defined as application folder not just as a virtual folder (which runs it under same process). Basically I can access my apps like http://localhost/ http://localhost/subapp Is it possible for my subapp to use master pages of the parent app? ...

how to make facebook recognize my webpage images

i developed a website ut when i share any page in facebook facebook should recognize my page and select images to select a thumbnail but this do not happen in my website as if facebook can not recognize my page or cannot read it and select images from it what should i do to let facebook recognize my page and load all images in the ...