Tagged Questions
The fallback tag has no wiki summary.
21
votes
8answers
2k views
How to load local script files as fallback in cases where CDN are blocked/unavailable?
I’m using a CDN for the following javascript:
https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js
https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js
...
19
votes
9answers
2k views
How to fallback to local stylesheet (not script) if CDN fails
I am linking to the jQuery Mobile stylesheet on a CDN and would like to fall back to my local version of the stylesheet if the CDN fails. For scripts the solution is well known:
<!-- Load jQuery ...
14
votes
4answers
953 views
Is there any good fallbacks for HTML5 and CSS3?
I'm looking for a good fallback for both HTML5 and CSS3 so I could use it and it would still look ok in other browsers.
10
votes
2answers
3k views
WPF Binding FallbackValue set to Binding
I was wondering if there was a way to have another binding as a fall back value ?
I'm trying to do something like this:
<Label Content="{Binding SelectedItem.Name, ElementName=groupTreeView, ...
9
votes
6answers
6k views
Any cross-browser jquery ajax history example with window.history.pushState and fallback?
Any cross-browser jquery ajax history example with window.history.pushState and fallback to hash url #!/url to browsers that does not support window.history.pushState?
For example:
<a ...
7
votes
4answers
299 views
HTML5 Type Detection and Plugin Initialization
PART A:
I know there are a lot of things out there that tell you if a browser supports a certain HTML5 attribute... http://diveintohtml5.ep.io/detect.html But they don't tell you how to acquire the ...
6
votes
2answers
183 views
jQuery .css() fallbacks?
What is the proper way to do fallbacks with .css()? This would most commonly be used for font fallbacks but I am using it for cursor images.
Here's what I got that isn't working:
...
5
votes
3answers
1k views
Fallback image and timeout - External Content. Javascript
What is the best way to set up a local fallback image if the external image does not load or takes too long to load.
4
votes
1answer
2k views
HTML5 shim fallback? [closed]
Possible Duplicate:
HTML5 in IE6 when JavaScript is disabled
I've heard a lot of talk about using HTML5 now and just relying on a javascript shim as a fallback for < IE8. But what ...
4
votes
3answers
112 views
Using new Windows features with fallback
I've been using dynamic libraries and GetProcAddress stuff for quite some time, but it always seems tedious, intellisense hostile, and ugly way to do things.
Does anyone know a clean way to import ...
4
votes
2answers
759 views
What happens to an Oracle sequence after disaster recovery?
Suppose an Oracle instance has to be recovered after a disaster. Do sequences get reset to the initial state, or the last saved state, or are cached values preserved?
Thank you very much. :-)
3
votes
2answers
104 views
.NET/Mono HW Accelerated Graphics with Software Fallback
Background
As far as I know, WPF does hardware-accelerated drawing if possible, with a fallback to software rendering if the user does not have DirectX 9+. That is a very interesting idea, and I even ...
3
votes
1answer
347 views
TYPO3 / TypoScript: How to make a fallback?
I want to output a string to the rendered HTML by using two fallbacks.
My typoscript is defined at the top level page (root page of my website) and is passed to all pages at lower levels.
Structure:
...
3
votes
2answers
152 views
OpenGL: How to check if the user GFX card can render with my shader?
I need to make a fallback if the user doesnt support the shader i have made to render some things faster.
So, how exactly do i check these things? I know some of the shader functions are not ...
3
votes
4answers
2k views
how to use rails i18n fallback features
I have this i18n problem
activerecord:
notices:
messages:
success:
create: "Something was created"
models:
user:
success:
create: "Thanks for ...
3
votes
1answer
130 views
Why should I use CSS3 buttons?
I built a website recently, and decided to create buttons that depress on click with CSS3, pretty cool.
But is there really a valid reason to use CSS3 over a sprite, as only the modern browsers show ...
3
votes
1answer
270 views
Retrieving i18n data with fallback language
I have to grab i18n text from a database. The default language is English, it has text for everything. But the non-English languages doesn't necessarily have all the desired translations. If a ...
3
votes
1answer
690 views
Implementing fallback from Google AJAX Libraries API to local jQuery
After looking up the advantages and disadvantages of using Google's AJAX Libraries API instead of using jQuery locally, I saw that someone wrote in an answer (here on Stack Overflow, of course) that ...
3
votes
3answers
154 views
Hard-coding Fonts in DotNET
I've run into problems on numerous occasions of users not having one of the Windows Core fonts installed on their machine (Courier New, Comic Sans MS, Arial for example). Whenever I try to construct ...
3
votes
2answers
792 views
nginx not forwarding POST to @fallback
I wrote a high-performance HTTP event server in C++ and I want to make it work flawlessly with nginx and PHP-FPM (fastcgi). This is a snippet of my nginx configuration.
location ~ \.eve$ {
...
3
votes
3answers
779 views
MySQL replication for fallback scenario
When I have two mysql servers that have different jobs (holding different databases) but want to be able to use one of them to slip in when the other one fails, what would you suggest how I keep the ...
2
votes
3answers
129 views
Catch any error in Python
Is it possible to catch any error in Python? I don't care what the specific exceptions will be, because all of them will have the same fallback.
2
votes
2answers
429 views
HTML5 form placeholder fallback with form validation in Prototype
I've got an HTML5 form on my page with an email input that has place holder text in it. It works beautifully and I love the native validation!
I'm not sure how to serve old browsers best. I'm using a ...
2
votes
1answer
211 views
VB.NET localization, detect untranslated text
I'm working on a project, where the localization is mostly done using resource files/cultures. If a translation does not exist for the language, the default language is used.
I recently received the ...
2
votes
0answers
151 views
jquery-tools fallback if CDN fails
I'm using the for falling back and serving jquery locally if Googles CDN fails, following this thread.
Does anyone have advice for how to fall back on local jquerytools if the CDN version fails? ...
2
votes
3answers
120 views
How to fallback to entirely different index page if user has javascript disable?
I have a large, dynamically generated, single page website that heavily relies on javascript. I want to have a fallback for people without javascript.
Each version must have different php code, so ...
2
votes
5answers
209 views
An event log source that's always available for writing?
Is there an event log source that's always available for writing by an ASP.NET webapp?
Backstory, in case anyone has a seemingly unrelated solution:
Our ASP.NET webapp uses its own event log source, ...
1
vote
1answer
38 views
What's the performance cost of Magento's fallback mechanism?
Magento has a fallback mechanism that helps prevent errors and theming problems by checking for the existence of expected files through a defined set of paths. It's implemented like this:
/**
* ...
1
vote
2answers
71 views
What font is used if a Unicode-character is not found in the selected font (Tahoma)?
I have written a WPF user control that uses Tahoma as a font to display unicode strings, which works fine. However, I have noticed that some eastern asian characters are actually missing in Tahoma, ...
1
vote
1answer
45 views
Android - Fallback typeface for Views
Is there a way to set a fallback typeface for views? My client is requesting a certain typeface to be used which does not support Cyrillic characters (and they wan't cyrillic languages..) so therefore ...
1
vote
2answers
157 views
Rails 3.1 partial fallback
I don't quite understand why the new feature of partial rendering doesn't always kick in.
Fore example whit this code:
= render(:partial => "pages/#{foo}/data")
it will never fallback to the ...
1
vote
0answers
32 views
href geo: fallback for non-mobile browsers?
I want to use to open clients possible mobile navigation software, but how can i fallback to a normal URL if geo isn't assoicated with any program on the device?
E.g. in firefox on PC i get this ...
1
vote
3answers
119 views
Is it possible to update multiple fallback CSS properties using JQuery?
Here is my problem. I want to update the background-image gradient of my site in real-time using JQuery, but I can't find a way to update multiple fallbacks for the same property. I need multiple ...
1
vote
3answers
284 views
CSS: using font face only on mac
@font-face is awesome but it displays quiet hideously on PCs. Only on Macs (don't know about linux) does it display naturally. How can I display a special font only for mac users and fallback to a ...
1
vote
1answer
555 views
fallback image for flash object
If i want a image to show if this flash cannot be loaded how do i do that?
<object width="574" height="143">
<param name="movie" value="/upload/attachments/1391/139130/iphone_banner.swf">
...
1
vote
3answers
387 views
MySQL: select default row (not default values) if other row not available
edit:
I've included the create statements and a small set of test data for you to try out. Therefor, I've changed the example id to 2 in stead of 5 to represent an existing id in the test data.
/ ...
1
vote
3answers
289 views
Visual Studio Fallback error - Programming C++
I have some code I am trying to run on my laptop, but it keeps giving a 'FALLBACK' error. I don't know what it is, but it is quite annoying. It should just print 'Hello world!', but it prints it twice ...
1
vote
0answers
186 views
How can I fallback to use the default string and eliminate en-us and translation missing errors
How can I eliminate the translation missing errors and fallback to the default string if I do not have any translations in this case in my en-us.yml or en.yml files?
I am moving an upgrading an app ...
1
vote
0answers
280 views
SwfUpload Fallback for clients without Flash
Im currently using the SwfUpload (v2.2.0.1) on my asp.net web application with absolutely no issues.
What I would like to do is provide a fall back to a normal upload when the user/client does not ...
1
vote
2answers
371 views
CSS 'Fallback Images'
So if you have code like this:
background: url('image.png');
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000));
Your browser will use the gradient if it is webkit, ...
1
vote
3answers
209 views
Hiding text as font-face fallback?
I am trying to code a clean html5 website. I am using the html5 boilerplate as the base of the website. It comes with modernizr. For the page title I am using text-shadow and font-face and have set up ...
1
vote
3answers
343 views
Flash and HTML5 the Fallback?
Is it possible to have Flash video first then to fall back to html5?
Like I have something like this if(Flash is installed){ run flash player} else if(can do video tag w/ h.264){ use HTML5 video tag ...
1
vote
3answers
925 views
Submit form with anchor + javascript - bad practice?
I currently have two anchor tags sending url queries to put votes inside a database, but i want to switch to using forms to keep the urls clean and avoid duplicate queries (not really an issue, but ...
1
vote
1answer
973 views
color IE fallback for rgba() does not work
Why the following fallback for IE color: red; does not work ?
In IE7, the color is black rather than red.
Live demo here
HTML:
<div>
<span>Hello</span>
</div>
CSS:
div ...
1
vote
1answer
142 views
App engine downtime
I've noticed that google app engine seems to have a fair amount of downtime where they place the datastore into read-only mode. Frequently this downtime is in the middle of the day. Is this ...
0
votes
0answers
24 views
JAVA EE xhml fallback
i have an Java EE apllication with xhtml files in the basedir.
Now i want to be able to set a property or any other config value, so the system looks first in an sub dir for the xhtml an if it don't ...
0
votes
1answer
62 views
How to fallback to normal <a href> if Javascript is disabled?
If the user clicks a link, I want to call a Javascript function if JS is enabled, or go to a URL if it's disabled. How to solve this? I've tried
<a href="/url?img=2" onclick="changeImage(2); ...
0
votes
2answers
42 views
Can an HTML5 web application (not site) be compatible with IE 6-8
I noticed some HTML5 apps prompt IE 6-8 users to download Google Chrome Frame to use it. I always wondered why they didn't choose to gracefully degrade. Is it because some HTML5 are simply impossible ...
0
votes
1answer
116 views
HTML5 Audio Player with Flash Fallback - error in Flash version when firing too soon?
I want to use this great little audio player on a website: http://www.brianhadaway.com/html5-audio-player-with-flash-fallback/
It is working fine for me in HTML5: http://carolineelisa.com/audiotest/
...
0
votes
1answer
35 views
HTML5: using manifest fallback to check user's connectivity
I'm focusing on offline web applications with HTML5 at the moment. I came to the point where I need a reliable method of checking the user's connection to determine whether he/she is online or offline ...