0
votes
0answers
68 views
How to change to an external disk drive in C [closed]
Hi all I was wondering how (if possible) to change to an external HDD in C. I am writing a program that works with an external HDD.
Thanks much,
Mr. Man
1
vote
1answer
31 views
What does % mean in an OCaml external declaration?
Many external declarations in the OCaml standard library have a % at the beginning of the function name, such as the definition of int_of_float:
external int_of_float : float -> int = …
0
votes
2answers
32 views
How to bind to a data-context outside of WPF toolkit datagrid
Hi,
OK So I have a combo box which selects an administrator from a list of administrators:
<ComboBox x:Name="adminCombo"
ItemsSource="{Binding AdminsList}"
…
0
votes
0answers
15 views
External USB HD with -optional- mains? [closed]
Hi,
I'm Christmas-present-buying, and I'd appreciate recommendations for a USB HD with an optional mains power input. I've hunted, but can't find all the information I want (partially due to sketchy …
0
votes
2answers
35 views
External program blocks when run by Runtime exec
Hi
I'm attempting to launch an instance of the VideoLAN program from within a java application. One of the ways I've tried to do this is shown here:
Process p = …
0
votes
2answers
69 views
External CSS for JSF
What is syntax to add external CSS file to jsf?
Tried both ways.Didn't help.
1.
<head>
<style type="text/css">
@import url("/styles/decoration.css");
</style>
</head>
…
1
vote
1answer
103 views
Need help debugging a custom authentication plugin for Moodle
I'm trying to authenticate against the user db of my website (CMS based) and it uses a slightly different approach at storing hashed passwords. It uses a randomly generated salt for each user. The …
1
vote
3answers
67 views
Display Drupal content outside Drupal?
Is it possible to use Drupal to feed a few dynamic portions of a mostly static website? We have a plain old website and are looking to create a sibling site just for web-app stuff (private CMS, …
0
votes
3answers
508 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 on level 1. I want …
1
vote
2answers
62 views
Rails: Receive POST from External Form
I have a form on another website (using a different backend) that I want to be able to POST to my Rails application (on a different domain).
How do I generate a valid authenticity token for the …
0
votes
0answers
12 views
iphone: cross platform references and referencing external framework resources
hi there
working on an iphone app and separate framework.
the separate framework is for an API that i'm building for use in multiple future apps.
this api now needs to reference resources (images). …
0
votes
4answers
157 views
Free CDN - content delivery network (specifically for hosting jQuery)
Does anyone know of a good/free CDN? We're hosting a small web app and want to load the Jquery JavaScripts from a CDN. Advice would be appreciated.
0
votes
1answer
421 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 page, I can't seem to …
0
votes
3answers
26 views
RSpec setup for an application that depends on an external database from another application.
I've had to add features to an application that depends on a database from another application. I've been able to set up a connection to this external database and pull data from it. However, I'm not …
1
vote
2answers
51 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 same folder as the …
