fallback

Hiding text as font-face fallback?

Hello, 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 a small css fallback via modernizr (when one of the features is not available, a png image will be shown as background). So the ...

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 the CSS3 buttons? The client asked me this question, and all I could think of was less http requests, so loading would be slightly faster...

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 basically I need an entirely different index page. I dont want to wrap EVERYTHING in javascript, and EVERYTHING ELSE in tags. Unless there i...

Dynamically changing VideoJs' flash fallback source?

I'm using VideoJs to handle my HTML5 video needs, using a single M4V. I needed a playlist, and I'm able to change it's source easily using JS (in my case, jQuery). However, I'm not able to pass these changes along to the flash fallback (which is achieved via an object including flowplayer). Any ideas on how one might be able to dynamic...