external

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. ...

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 so that all the pages could be changed quickly. The HTML code has this for the external reference: <script type="text/javascript" language="javascript" src="l...

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 now I use it on there. I want to be able to travel though. So I was wondering if I take the folder in which Visual Studio was installed and put it on my extern...

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 one you are writing? Thanks in advance. ...

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. ...

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 external form so that my Rails app will accept it? Assuming I can do the answer to the above question--is there anything else special I need to...

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 salt is stored in the user db along with the hashed passwords. Hence, direct field-mapped authentication (as the External DB plugin does) won'...

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, databasing, some forms for specific things, etc.). Some of the content we create on the sibling site (which would be Drupal), we'd like to rend...

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 sure how to get my main application to create a test database for this external application. It would be awesome if there some way to pul...

Creating a form like Access Import - "Get External Data" for Excel

Hello, Is it possible to create a form like Access Import - "Getting External Data" for Excel? I'd like to be able to preview the table and load just the columns that my user wants. ...

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> 2. <head> <link rel="stylesheet" type="text/css" href="/styles/decoration.css" /> </head> ...

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). what i would like to do is keep the resources WITH the API framework as local set of resources. i followed the instructions from http:/...

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 = Runtime.getRuntime().exec("\"C:\\Program Files\\VideoLAN\\VLC\\vlc.exe\" \"http://www.dr.dk/Forms/Published/PlaylistGen.aspx?qid=1316859&amp;odp=true\" :sout=#std{access=udp,mu...

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}" DisplayMemberPath="Name" SelectedValue="{Binding Administrator}" SelectedValuePath="Name"/> and below this I have a WPF Toolkit DataGrid. E...

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 = "%intoffloat" What does the '%' mean? ...

How to change to an external disk drive in C

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 ...

Add programming language to gedit external tools?

The gedit external tools plugin allows tools to apply to only one or more of a predefined list of file types. How do I define my own file types? ...

Loading JS dynamically from another JS (jQuery)

I'd like to know if I can load an external JS dynamically based on some condition, for example: $(window).load(function () { if($.browser.msie && $.browser.version=="6.0") { // load ie.js // do stuff using ie.js } }); ...

iFrame and Javascript to parent document.

Hi, I have an iFrame with an external website. I know about the same domain rule, so I am trying to invoke some javascript via the src to the parent. Currently I have: <iframe id="my_frame" src="http://other.com"&gt;&lt;/iframe&gt; and I change the src using javascript as follows: <iframe id="my_frame" src="javascript:document.write...

Is there a way to hook up the HTC Pro2 Smart Phone to an external monitor?

I use a web based CRM but can view enough of the information displayed once I am logged into the CRM on the HTC Touch Pro2. Ideally I would like to hook up an external portable monitor to the Touch Pro2 to increase my functionality of this CRM. ...