I actually been working on this and used the Weppy library is a start to
create a complete solution that serves WebP images to browsers that
support them and Jpeg to browsers that don't. To see it in action and a
complete explanation check out my blog:
http://nnucomputerwhiz.com/use-webp-images-with-jpeg-fallback.html
It uses browse capabilities tests and does not rely on User-Agent
sniffing. This should allow people to start using WebP now without
changing the user experience for browsers that don't support it.
Please try it and let me know if it works for you.
-Dave