share

How do I get this "Share" button to grab the current URL's HTML title in addition to URL?

I'm a javascript novice trying to build a basic share button as a learning project. I'm a bit stumped about one aspect. While I can grab the URL of the current page and pass that into the url that prepopulates the share form, I'm not sure how to grab the html title. Here's what I have to far: <a href="http://www.domain.com/submit" on...

SSL Sharing on IIS

Im trying to share a wildcard SSL cert across many applications. The way it would work is users would have websites with thier domain, but when they need a secure connection they would be redirected to a designated SSL site like https://client422.domain.com Can session data be shared across the domains even if I place both domains on a...

Share imagelist in .Net Winforms application

I want to have ONE instance of an image list that I want to share over all the forms in my application(s) (icons for the toolbar). I've seen the question asked before and people came up with a user control (which is no good, since it will create multiple instances of the imagelist and thus create unnecessary objects and overhead). Desig...

Network Shares of Removable Drives Disappear (Windows)

(Sorry if this sounds clumsy, I'm not always sure about the English terms for this) I have two removable drives. I can set the access rights so that they can be shared and used from another network computer, but when I start my main computer the next time and the drives are switched off, they seem to lose the share settings and I have t...

Sharing memory between two processes (C, Windows)

Since I haven't found an answer to the question asked previously here I'm trying a different approach. Is there any way to share memory between two processes? The second process gets the information from an injection since it's a legacy program that it's not being supported anymore. My idea is to inject some code there, in the struc...

how to add mp3 player to facebook members from my facebook application

hi i making an application that read an mp3 file , and i want the user to be able to share the mp3 player on his profil and be shown like this see this image plz : http://img148.imageshack.us/img148/604/fbml.jpg and not like the normal share button thanks in advance ...

Shortcut/Link to another folder in TFS

We have a service written in one of our Team Projects. It's in "Project A". This service was modified to work not only for "Project A", but also for "Project B" which of course, is another Team Project. Now, if a dev sees it running, it will be with a name that would make them look in Team Project B... but of course, the code isn't th...

Possible to create WinForm apps in VB.NET that can access an intranet?

Hello, I'm not looking for a solution, rather I just want to know if this is possible or not with VB.NET (which I'm still just a beginner on). What I'm looking to develop is a WinForm application that allows users within the company network to share files and other information. Is this possible? Thanks. ...

How to safely write to a log file from two instances of the same application?

I have an application which can only have 1 instance running at each time, however if a 2nd instance is launched it needs to be logged to a common logfile that the first could also be using. I have the check for how many instances are running and I was planning on simply logging it to the event logger initially but the application can ...

tableView and normal view (same data object)

Hi guys, I don't know how i can share the same data between two tab bar items. One tab uses nsfetchedresultscontroller and the other table is just a normal view that should use the same data as my fetchedresultscontroller. If i had two normals views, i would just make my object a singleton, and let the tableview and normal view use the...

Google Calendar App shows "Busy"; how to share more details?

We're building a multiuser platform, where each registered user has a Google App account with his e-mail and calendar. People can add to the events to the calendar, but the entry always show "Busy" instead of displaying the full event details. Any ideas? ...

ASP.NET Read Files from a Password Protected Network Share

Hi - I have an ASP.NET website on a Windows 2003 Server, that needs to access files from a network share. The network share is password protected and needs a username and password to be provided. I use forms based authentication on the website and not windows based. So my problem is, when I try to read any file from the networkshare u...

how can i share a linked list between two classes

supposed i created a linked list in class A how can class B access it? please give me some examples if any many thanks ...

Recursive CreateDirectory

I found many examples of CreatingDirectory recursively, but not the one I was looking for. here is the spec Given input \\server\share\aa\bb\cc c:\aa\bb\cc USING helper API CreateDirectory (char * path) returns true, if successful else FALSE Condition: There should not be any parsing to distinguish if the path is Local or...

Subversion (SVN) equivalant to Visual Source Safe (VSS) "Share"

Hi, I have a scenario in my project where I need to share a single file between multiple projects in the same solution. Back in my Visual Source Safe days (Shudder), I'd use the "Share" option to allow me to make changes to this file in any of the locations. Then once it was checked in I could guarantee that the other locations will get...

Free Intranet website to share data across the organization

Hi, In our organization we don’t have any intranet website to share the data/information across the organization. The information could be: HR Related Information [E.g.: HR Policies, Company Events etc., New Joiner’s Information etc. etc.] Application Developments Related Information [E.g.: How to build a program on Catchin...

Better way to share header file between separate vc project?

How would you organize your vc projects source code to share the same header file? put the header in a common folder, and have every vc projects include it. put the header in a vc project, and have the other projects include it as a link. copy the header file into every vc project any better solution? ...

How to share variables across scripts in python?

The following does not work one.py import shared shared.value = 'Hello' raw_input('A cheap way to keep process alive..') two.py import shared print shared.value run on two command lines as: >>python one.py >>python two.py (the second one gets an attribute error, rightly so). Is there a way to accomplish this, that is, share a ...

How to accomplish a Windows share failover system?

I have a primary and a backup windows 2008 server, and a bunch of windows XP clients that map a drive to a share on the primary server. If the primary server goes down, I want those client machines to automatically re-map their drive to the backup server, so they can continue to access the files. Should I try to write a vbscript or pyt...

Display 3 lists in one data view (sharepoint)

Hi all, I would like to display tree different lists in one view in sharepoint. 1) Project_list: here I have all projects 2) Project_list_Costs: here I have all costs for each project (project name is the reference) 3) Project_list_Revenues: here I have all revenues for each project (project name is the reference) One project eleme...