jQuery flipv()
Accessible way to display vertical text line
Demonstration flipv() demo
Introduction With CSS2, it isn’t possible to vertically display texts. The only browser suggesting a way is Internet Explorer, with its css attributes "filter" and "writing-mode". Example :
.verticaltext writing-mode: tb-rl; filter: flipv fliph;
Vertical texts can (...)
jQuery virtual tour
This is an extension to the simple panorama viewer that allows you to play a little bit more with jQuery by adding interactivity to transform some panoramic views into a virtual tour !
Take a look at the demonstration.
Introduction This virtual tour plugin has the particularity to be accessible and can run even if javascript has not been activated] : navigation uses the standard html tags <map> and <area> in accordance with w3c.
No need for Flash, Quicktime ou (...)
jQuery simple panorama viewer
Ce petit plugin pour jQuery vous propose d’afficher sous la forme d’un panorama interactif, toutes les images de votre page qui contiennent la classe ’panorama’
Nous avions réalisé il y a quelques temps un plugin permettant l’ajout de panoramas dans SPIP.
L’intérêt de cette nouvelle version, est qu’elle n’est plus uniquement destinée aux utilisteurs du CMS SPIP et surtout qu’elle est basée sur la librairie accessible jQuery, qui permet une intégration plus (...)
jQuery spherical panorama viewer
A javascript viewer for displaying spherical panoramas. An alternative to Java and QuickTime technology.
Based on the last work of Helmut Dersch about Moving Panoramas, this viewer doesn’t require any browser plugin such as quicktime or java.
Example : middle quality panorama
Example : high quality panorama
Views generation First, you need to generate views from your spherical panoramic image. (...)
Illuminated calligraphy with jQuery
Voici un petit plugin pour jQuery qui permet d’ajouter automatiquement une lettrine sur la première lettre des éléments de votre choix.
L’avantage de l’utilisation de jQuery, c’est que la technologie n’est pas intrusive dans la mesure où si javascript n’est pas activé, dans le cas du référencement par les moteurs de recherche par exemple, les enluminures ne s’appliquent pas et les textes sont inchangés.
J’ai développé ce plugin pour (...)
jQuery Multimedia Portfolio
Non obstrusive and accessible portfolio supporting multiple media : photos, video (flv), audio (mp3).
This plugin for jQuery will automatically detect the extension of each media and apply the adapted player.
Demonstration
call
<link rel="stylesheet" href="css/multimedia-portfolio.css" type="text/css" media="screen" />
<script (...)