javascript Programming Glossary: graceful
Wrapping long text in CSS http://stackoverflow.com/questions/1470810/wrapping-long-text-in-css browsers which don't recognize word wrap . That's about as graceful of degradation as you're likely to get without going to javascript...
Valid way to add noscript in head for wrapping redirect http://stackoverflow.com/questions/2270478/valid-way-to-add-noscript-in-head-for-wrapping-redirect method but it's nice and simple until something more graceful can be worked out for users without javascript. However it is..
What is the difference between Progressive Enhancement and Graceful Degradation? http://stackoverflow.com/questions/2550431/what-is-the-difference-between-progressive-enhancement-and-graceful-degradation use one over the other javascript progressive enhancement graceful degradation share improve this question They ARE almost.. catered by some semblance of a functional site . This is graceful degradation . They are mostly identical but differ in terms..
Best way to detect that HTML5 <canvas> is not supported http://stackoverflow.com/questions/2745432/best-way-to-detect-that-html5-canvas-is-not-supported recommend javascript html5 canvas progressive enhancement graceful degradation share improve this question This is the technique..
getting file size in javascript http://stackoverflow.com/questions/2966076/getting-file-size-in-javascript the local filesystem for security reasons. You can use a graceful degrading file uploader like SWFUpload if you want to show a..
Partial postback with Javascript http://stackoverflow.com/questions/3965367/partial-postback-with-javascript handle the partial postback that way but I want a more graceful way than trickery. Thanks. Edit I found this disturbedbuddha.wordpress.com..
Can't understand History.js, need it simplified? http://stackoverflow.com/questions/7369043/cant-understand-history-js-need-it-simplified
Should I render this template using JavaScript or the server? http://stackoverflow.com/questions/8372099/should-i-render-this-template-using-javascript-or-the-server small portion of your user base if you don't provide a graceful alternative to your JS heavy site. Complexity This one is a..
Chrome Extension: IFrame and listening to clicks within it http://stackoverflow.com/questions/8511752/chrome-extension-iframe-and-listening-to-clicks-within-it same origin policy etc. I'm sure there is a relatively graceful workaround for this but I'm not having much luck finding it...
Lazy loading JavaScript and Inline JavaScript http://stackoverflow.com/questions/8946715/lazy-loading-javascript-and-inline-javascript _contents.join _head.appendChild _script To be even more graceful you can actually keep the inline scripts in their original hierarchy..
JavaScript I18n (internationalization) frameworks/libraries for client-side use? http://stackoverflow.com/questions/9640630/javascript-i18n-internationalization-frameworks-libraries-for-client-side-use I noticed that is already missing in Jed is providing a graceful alternative when a translation is not present in the locale..
|