Zend Liens
jquery http://www.babylon-design.com/site/index.php/2008/02/13/216-apprendre-et-comprendre-jquery-2-3
coin arrondi http://css.mammouthland.net/coins-arrondis-css.html http://www.bugz.fr/2010/07/trois-methodes-pour-faire-des-coins-arrondis-en-css-compatible-ie-firefox-chrome-et-safari/
ajax zend http://www.z-f.fr/forum/viewtopic.php?id=4359
zend export https://gist.github.com/288725
tres bon effets slide qui marche partout http://workshop.rs/projects/coin-slider/ http://www.cjboco.com/projects.cfm/project/cj-flashy-slide-show/1.1.0 http://workshop.rs/projects/jqfancytransitions/ http://www.littlewebthings.com/projects/blinds/
jquery backgrond http://www.marcofolio.net/webdesign/advanced_jquery_background_image_slideshow.html
Info bulle http://top-news.fr/de-jolis-infos-bulles-avec-jquery-facile/
little slide http://freecss.info/css-tutorials/css-and-jquery-creating-image-slider/ http://demo.tutorialzine.com/2009/10/slick-content-slider-jquery/demo.php
slider curseur http://nettuts.s3.amazonaws.com/377_slider/slider_sourcefiles/slider.html
curseur math http://blog.egorkhmelev.com/2009/11/jquery-slider-safari-style/
liste de plugin http://www.jquery.wisdomplug.com/jquery-plugins/jquery-image-effect-plugins/30-amazing-jquery-image-effect-plugins-to-enhance-your-images/ http://tutorialzine.com/category/tutorials/jquery-tutorials/ http://www.ourtuts.com/25-out-of-the-box-tutorials-powered-by-jquery-and-css3/
ccooll http://www.webappers.com/demo/json-tooltip/ http://www.1stwebdesigner.com/wp-content/uploads/2010/03/dynamicShadow/index.html
countdown http://keith-wood.name/countdown.html http://www.littlewebthings.com/2010/02/jquery-countdown-script/
imagezoom
http://www.sohtanaka.com/web-design/examples/image-zoom/
librairie cool http://jqueryui.com/demos/tabs/#sortable
virtual tour http://www.openstudio.fr/jquery-virtual-tour/
jquery mozaik http://imanish.co.in/demo/imjqmosaic/
jquery carroussel pas mal http://www.efectorelativo.net/laboratory/noobSlide/
jquery image par dessus et par dessous http://demos.usejquery.com/03_z-index_gallery/
jquery block ui http://malsup.com/jquery/block/#demos
jquery bogo floder http://wanderinghorse.net/computing/javascript/jquery/bogofolders/demo-bogofolders.html
jquery image rotate http://code.google.com/p/jqueryrotate/
jquery images slide http://www.jquery.wisdomplug.com/jquery-plugins/jquery-image-effect-plugins/using-the-wonderful-jflow-plugin/
jquery effetsympa https://buildinternet.s3.amazonaws.com/live-tutorials/sliding-boxes/index.htm
jquery image et description cool http://www.sohtanaka.com/web-design/examples/image-rotator/#
jquery liste de plugin http://marcgrabanski.com/articles/list-of-useful-jquery-plugins http://www.themeflash.com/30-stunning-jquery-slider-plugins-and-tutorials-to-boost-your-work/
jqueru detect event souris http://www.uize.com/examples/virtual-dom-events.html
pngtransparent IE6 http://www.twinhelix.com/css/iepngfix/
ascenseur scrollbar http://jscrollpane.kelvinluck.com/ http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
Zend multicheckbox decorator http://www.developpez.net/forums/d680141/php/outils/zend/zend-framework/zend_form/zend-form-decorator-multicheckbox/
Préchargement images https://developer.mozilla.org/fr/FAQ_sur_le_pr%C3%A9chargement_des_liens
Zend translate: http://www.z-f.fr/forum/viewtopic.php?id=648
Zend session: dans bootstrap:
$auth = Zend_Auth::getInstance(); $acl = new MyAcl($auth); $storage = new Zend_Auth_Storage_Session(); $sessionNamespace = new Zend_Session_Namespace($storage->getNamespace()); $sessionNamespace->setExpirationSeconds(180); Zend_Registry::set('session', $sessionNamespace); $sessionNamespace->lang = "fr";
dans controlleur:
$storage = new Zend_Auth_Storage_Session();
$sessionNamespace = new Zend_Session_Namespace($storage->getNamespace()); echo $sessionNamespace->lang;