Jquery thumbnail scroller - Namoroka. Last updated on Dec 3, 2014 Originally published on July 28, 2010 by malihu, under Plugins.
A thumbnail/image scroller that can be used as standalone or alongside lightboxes, gallery scripts etc. Features include: scrolling by cursor movement, buttons and/or touch, vertical and/or horizontal scrolling, customization via CSS and option parameters, methods for triggering events like scroll-to, update, destroy etc., user-defined callbacks functions and more. Current version 2.0.1 (Changelog) – Version 1.x.x (no longer actively maintained) How to use it Get plugin files.
Include jquery.mThumbnailScroller.css in the head tag your html document Include jQuery library (if your project doesn’t use it already) and jquery.mThumbnailScroller.min.js in your document’s head or body tag Some frameworks and CMS include jQuery library in the head tag to make sure it’s loaded when other scripts request it. If you’re creating a vertical scroller, you’ll need to set a height (or max-height) value Initialization.
Tickets ouverts de omc - - Namoroka. Django-reporting - Project Hosting on Google Code. Wiki Pages - django-profile - Project Hosting on Google Code. Django-messages - Project Hosting on Google Code. A user-to-user messaging system for Django Django-messages enables your users to send private messages to each other. It provides a basic set of functionality your would expect from such a system. Every user has an Inbox, an Outbox and a Trash. Messages can be composed and there is an easy url-based approach to preloading the compose-form with the recipient-user, which makes it extremly easy to put "send xyz a message" links on a profile-page.
Currently (svn-trunk) django-messages comes with these translations: de fr (thanks froland and dpaccoud) es_AR (thanks Juanjo-sfe) pl (thanks maczewski) es (thanks paz.lupita) pt_BR (thanks Diego Martins) ru (thanks overkrik) nl (thanks krisje8) da (thanks Michael Lind Mortensen) el (thanks Markos Gogoulos) zh_CN (thanks Gene Wu) ar (thanks to speedy) it (thanks to Sergio Morstabilini) If you want to add a translation of fix one of the current translations you can easily do it via Transifex at: Versions Documentation Install Usage Dependencies.
Haystack - Search for Django. How To Install Django On OVH.net - Thomas Rabaix. Cet article explique comment installer django sur les serveurs mutualisés d'ovh.com.
Django ne peut fonctionner seulement en mode cgi, donc la performance ne sera pas au rendez-vous. Mais cela conviendra tres bien pour des sites a faible fréquentation. Voici les détails techniques à la date de publications : Python : v2.4 Plan ovh.net : 240 Django : Unicode r5489 1. Structure des dossiers /projects/mysupersiteweb - django : code source de django, le repertoire django/django - trunk : code source du project /www : répertoire www de votre compte - django.cgi : cgi qui appel django - media : lien symbolique vers /projects/mysupersiteseb/trunk/media - .htaccess : cache le cgi pour les url 2. django.cgi Ce code provient du ticket [1] qui donne diverses solutions pour l'utilisation de django en cgi. Il faut rajouter une ligne qui correspond on chemin absolue de /projects/mysupersiteweb. Sys.path.append("/YOURHOMEDIRECTORTY/USERNAME/projects/mysupersiteweb")