Questions tagged [external]

This tag refers to something that is outside of a particular system. In other words, it is something that is not a part of the main system and therefore can be considered "extra".

A software system has certain components making up the system and all the rest of the world is external to that system. Often systems allow to access manipulate things outside the system with or using the system. Those things are attributed as external.

Typical examples are

  • databases accessing external data, e.g. flat files for importing the data into the database or for exporting data.

  • external storage like hard drives that are not build into a computer but added via some interface technology

  • when accessing some script not part of the current html page, that script is external

3400 questions
1
vote
0 answers

Svn commit changes ip

I've got an svn server set up, reachable within our network under "svn.mydomain.at". the svn is also used from one user outside of our network reachable under its public ip. the problem: when the outside user commits new files to the svn, and i try…
1
vote
2 answers

Pass a var to external jQuery

How can I write var menu = $('.something'); and use it in an external .js file like so: $(menu).attr("class", "active"); I have also tried declaring the external js file after the inline code and it will not work.
user120944
1
vote
1 answer

Point existing domain to wordpress MU site on another server

How do we point existing domain to wordpress MU site on another server? Here's the setup. Server A has WPMU installed, with network setup of subfolders. www.wpmuinstall.com/site1 Server B has a domain hosted on it.. www.clientdomain.com We want to…
R M
  • 13
  • 2
1
vote
1 answer

Various issues using SetParent to embed window into external process

Possible Duplicate: Embedding HWND into external process using SetParent I'm trying to embed a window from my process into the window of an external process using the SetParent function and have encountered a few problems that I'm hoping someone…
Sean
  • 19
  • 1
  • 2
1
vote
1 answer

Starling Framework - loading external swf / sharing context

I have project which includes main menu and several levels (pages), all based on Starling Framework. I want to separate pages from the main application to keep logic, views and effects in external swfs. Example: App Menu where user may choose…
1
vote
1 answer

How to send variable values to email/external file

I'm not an Expert in Flash... So, I want to do a Register Page, and get the variable values. I want to send variables to a external file or to my email. I've got 2 Input Text Components with this Instance Names: name password
user1460631
  • 29
  • 1
  • 6
1
vote
1 answer

Pass a php variable to a dynamic php'd external js file

I have a php file as my main page, and I want to pass a php variable to an external js file that is drawn with php. I have several php'd external js files that work fine but are "not" dependent on php from the main page. Some are dependent on…
asobe
  • 15
  • 3
1
vote
4 answers

Connect to your external IP to simulate the internet

So I'm writing this program that uses python and sockets to talk over the internet, but that's not the issue. The issue is I wish to test how the program works in a realistic internet environment. ie: My client connects to a proxy somewhere over…
D. Brumby
  • 33
  • 1
  • 10
1
vote
3 answers

Android custom device camera permission

I'm trying to fix a problem wherein a custom Android device(sort of PDA) has an external camera attached. When I open the 'Camera' app, the camera works fine, but other apps such as Skype etc are unable to access that camera. So being new to the…
Keith
  • 43
  • 3
  • 9
1
vote
1 answer

How to select an item in a listview which allows only 1 selected item at a time

I've been trying to select an item on an external listview but it seems to only work with listviews that accept multiple selected items: HANDLE process=OpenProcess(PROCESS_VM_OPERATION|PROCESS_VM_READ|PROCESS_VM_WRITE|PROCESS_QUERY_INFORMATION,…
devoured elysium
  • 101,373
  • 131
  • 340
  • 557
1
vote
3 answers

stop external program from c++ code

Possible Duplicate: How to effectively kill a process in C++ (Win32)? I am creating a program that has to do an important task - and it may (rarely) have a resource conflict with another program (let's say a.exe) that users may have…
Thalia
  • 13,637
  • 22
  • 96
  • 190
1
vote
1 answer

node.js: Run external command in new window

I'm writing a node.js script that permanently runs in the background and initiates file downloads from time to time. I want to use WGET for downloading the files, since it seems more robust until I really know what I'm doing with node.js. The…
Eric
  • 25
  • 1
  • 4
1
vote
1 answer

access external html body's width and height with javascript and/or jquery

I am using the fancybox plugin to open up an html file in the fancybox popup. How do I access the external html files width and height using javascript/jquery. My external html looks something like this: