Top "External" questions

This tag refers to something that is outside of a particular system.

add external style sheet in rails project

I am using Rails 3.2.1. How do I add external style sheets in my rails application? I've tried the following answers …

ruby-on-rails css external
Reading connection string from external config file

I have created a console application and an app.config file and Connections.config file. The app.config file has …

c# connection-string app-config external configuration-files
window.onload in external script gets ignored in Javascript

index.html <html> <head> <script type="text/javascript" src="foo.js"></script> &…

javascript window external onload domready
Javascript and WebGL, external scripts

Just curious; How do I place my webgl shaders, in an external file? Currently I'm having; <script id="shader-fs" …

javascript external extern webgl opengl-es-2.0
jquery document ready in external script

My page has an outside script that contains some jQuery. Most of it runs fine except this bit: $(document).ready(…

jquery scripting external onload
Load external Javascript on function call

I would like to know how to load an external Javascript into my document from a function.

javascript function external
External django redirect with POST parameters

I'm trying to create a redirect in a Django view to an external url with some get parameters attached to …

jquery django redirect external post-parameter
LNK1120: 1 unresolved externals and LNK2019: unresolved external symbol

I've been getting these two errors and I cant seem to find a solution that works. LNK1120: 1 unresolved externals Error 1 …

c++ matrix external lnk2019
Delphi - How to get list of USB removable hard drives and memory sticks?

In my application (Delphi), I need to list all the USB storage devices. These can be either flash memory sticks …

delphi usb external hard-drive drives
Using an external Template in KnockoutJS

is it possible to use an external Template in KnockoutJS like this? <script type="text/html" id="a_template" …

templates knockout.js external knockout-templating