1
vote
2answers
30 views
Linking to external files in ruby?
Sorry if this question is very easy, but I can't find the answer anywhere. How do you refer to an external ruby file in a ruby script if, for example, the file you want is in the s …
2
votes
4answers
59 views
Visual Studio 2008 on an External Hard Drive?
My laptop had an install error with Vista Ultimate and now it does not let me run Visual Studio. I was able to install Visual Studio 2008 on my HP TouchSmart without a problem and …
0
votes
4answers
34 views
Read in external links in PHP
I know how to do this in Ruby, but I want to do this in PHP. Grab a page and be able to parse stuff out of it.
0
votes
4answers
47 views
External Reference of a Javascript file in IE
I am working on a website for a teacher,
Since there is a chance she may want to add more later, I decided to make the links that appear on every page be written in by Javascript s …
0
votes
1answer
153 views
Use Ajax() function in Jquery to load PART of an external page into div
I'm trying to load a DIV element from an external page into my current page using the Ajax/jQuery.ajax function. While I have successfully been able to load an entire external pag …
0
votes
4answers
73 views
AS3 Instantiate Class From External SWF
Hi,
I was chatting with my buddy about this, he is convinced you can do this and says he has done it, but I cannot get this to work.
I am wondering if it is even possible at all. …
0
votes
2answers
27 views
Content replacement from external website
So I am pretty new to jQuery and Javascript in Gen. I like the simple load() functionality that JQuery uses. My question: Is it possible to load content from an external website …
0
votes
3answers
215 views
External SWF to External SWF Timeline Communication, Flash, AS2
Flash CS4, AS2
I have made an interactive tour. It can be seen here:
http://www.92YTribeca.org/Tour click on the bottom image
Each of the 4 sections are external swf and loaded …
0
votes
2answers
40 views
How to externalize a Spring MessageSources bundle outside the WAR
Hi,
I have to externalize the Spring MessageSources bundle for i18n support (properties files) outside the classpath in order to modify properties more easily. How can I do that ? …
0
votes
1answer
22 views
SWF file displayed but xml data not loading into the swf embedded in aspx page
the flash map calls the xml external file which contains data
the map shows in firefox and works a treat but wont show any of the xml data
Help
0
votes
2answers
58 views
.htaccess Redirect to External Site and Forward POST data while Changing address bar?
Hey, I want to use .htaccess to redirect the requested page to the exact same page on a different domain, and I want it to forward all POST data while CHANGING the address bar to t …
0
votes
1answer
40 views
TextMate - completion using an external file or file contained in project?
Does anyone know how to get TextMate to search an external file (or even the files contained in a TextMate "project") with which to perform word completion?
I'm coding some stuff …
0
votes
2answers
48 views
Recommended Practise to Externalize Queries in J2EE (Specific Seam)
For the statistics part of an application there are several queries that often change and are also rather long. Both IMHO arguments to remove the queries from the source code and p …
1
vote
3answers
109 views
Java - passing input into external C/C++ application
I'm trying to enter some value in external application using Java.
Java application looks like this:
Runtime runtime = Runtime.getRuntime();
// ... str build ...
proc = runtime. …
0
votes
1answer
22 views
Store external resources in DB??
I have database items that have 2 external resources: A.) images and B.) HTML files.
Should these be stored as columns in the DB, or should the DB just hold pointers to the filesy …
