background preloader

Gmap3 : A jQuery plugin to use google maps

Gmap3 : A jQuery plugin to use google maps

neteye.github.io/activity-indicator.html A jQuery plugin that renders a translucent activity indicator (spinner) using SVG or VML. Features Lightweight script No images required No external CSS Resolution independent Alpha transparency Highly configurable appearance Works in all major browsers Uses feature detection Degrades gracefully Supported Browsers The plugin has been successfully tested in the following browsers: Firefox 2.0 Safari 3.2.1 Internet Explorer 6.0 Opera 10.6 Of course newer versions of the various browsers are also supported. Dependencies The plugin requires jQuery v1.4.2 (or higher). Usage To render the default indicator, invoke .activity(). segments The number of lines to draw. width The width of each line. space The space between the inner ends of the lines. length The length of the lines. color The color. steps The size of the gradient specified in number of segements. opacity The opacity of the lightest segment. speed Rotation speed in rounds per second. align The horizontal alignment. valign The vertical alignment.

Formly - Style et validation sur vos formulaires HTML avec jQuery Formly est un plugin jQuery permettant de donner du style à vos formulaires et ajouter une couche de validation Javascript avant la soumission du formulaire. Les formulaires HTML de base ne sont pas très design ... grâce à Formly vous aurez la possibilité de donner du style aux input, checkbox, radio ... en quelques lignes de code ! En effet, la librairie dispose d'un système de thème permettant de donner un style plutôt sympa à vos formulaires. A vous de décider de la forme à donner à votre formulaire, son style sera automatiquement appliqué. Deuxième point, le système de validation Javascript des champs, paramètrable directement dans le HTML du formulaire grâce aux propriétés validate, required ... Voici un exemple d'utilisation: 1. 2. 3. 4. 5. 6. 7. 8. Et le jQuery pour instancier le plugin: 1. Plutôt pratique comme plugin, reste à créer ses propres thèmes pour coller au mieux avec son site. Site Officiel

Backstretch: a simple jQuery plugin that allows you to add a dynamically-resized background image to any page Advertisement a simple jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element by Scott Robbin Download Backstretch Now link to a hosted copy on cdnjs.com or download the entire project, including examples. Do you see the full-sized background image on this page? In a nutshell, that's what Backstretch does. It will stretch any image to fit the page or block-level element, and will automatically resize as the window or element size changes. Images are fetched after your page is loaded, so your users won't have to wait for the (often large) image to download before using your site. Demos Where can I get it? If you are interested in learning more about Backstretch, it's recommended that you view the project on GitHub. Support Basic support is offered through Github's issues tracker. If you are in need of immediate support, Email Support is available for $17. Other jQuery Plugins

Ubersvn - Une application complète de gestion de Subversion sociale UberSVN est une plateforme web permettant de gérer votre Subversion Apache tout en ajoutant une dose sociale pour le développement collaboratif. Lorsque vous travaillez collaborativement avec Subversion sur un projet, la communication doit souvent se faire pour savoir qui commit quoi, qui travaille sur quelle partie etc. UberSVN est une plateforme web permettant à la fois de gérer vos différents repository SVN: Bien pratique, plutôt que d'avoir à lancer votre script préféré, ou pire taper les commandes une par une. ubersvn permet aussi de gérer les différents utilisateurs et équipes de développeurs, leurs droits ... Dans un premier temps, ubersvn permet donc de se simplifier la tâche en ce qui concerne la gestion des projets SVN et les utilisateurs associés. La deuxième partie concerne les fonctions sociales de l'application qui permettront aux développeurs de communiquer sur un mur leurs différents commit, commenter certaines versions etc. Qu'en pensez-vous ? Site Officiel

The Navigator: Premium WP Location Guide + Blog This directory-based theme utilizes Google maps to display exact locations and provide users the ability to interact with the location. The Navigator is ideal for travel blogs and/or location guides, but could also function as a real estate listings directory or store locator. The HTML version of this theme is available here What buyers are saying: “This theme is exactly what I needed to share an upcoming adventure.” – jep17 “The Navigator is an excellent piece of work.” - Nooriji “Excellent support.” - GoogleBot “You are the MAN. “Super Awesome theme. “This is amazing!” “Excellent theme. “This theme is absolutely amazing.. “Wow. “I simply cannot believe this template. “Awesome theme, great documentation. “This is a great theme man – haven’t seen anything else of this calibre out there.” - JSayCreative “The theme works great and is amazing to use.” - dylanrjohnson Showcase User Sites: Video Resources: Features: NEW! Changelog Open Source Tools Used:

avk/jQuery-Chrono - GitHub iconSweets 2 » Even more free icons by Yummygum Réaliser un lien « top » qui apparaît au scroll de la page avec jQuery - Les tutoriels | CreativeJuiz - Du jus, des fruits, du fun... et du Web ! Réaliser un lien « top » qui apparaît au scroll de la page avec jQuery Cet article a 4 années. Il commence à dater, lisez-le donc en gardant son âge en tête ! publié le Lu 17 431 fois. C’est décidé, je vous proposerai de temps à autres quelques tutoriels relativement simples lorsque mes disponibilités me le permettront (ou plus simplement pour faire une petite pause dans mon travail). Avant-propos L’utilisation de la bibliothèque jQuery implique pour le visiteur un téléchargement de celle-ci, qui, non-zippée peut-être assez lourde si vous ne l’utilisez que pour ajouter un petit lien « top ». L’idée Ce que nous souhaitons c’est faire apparaître un lien qui mène en haut de page. Le code par étapes Petit rappel : nous utilisons jQuery. En espérant que ce tutoriel vous aura été utile et abordable. A la prochaine, enjoy ! Liens utiles : - Bibliothèque jQuery - Documentation jQuery À propos de Geoffrey Voir ses articles • Son site personnel • Son compte Twitter Laisser un commentaire

Examples of use | GLYPHICONS Picture signs (glyphs) have been used in human communication since time immemorial. Owing to that each picture or sign represents a word, these symbols or pictograms form a universal language which is comprehensible to all people in the world. Mobile apps iOS Toolbar icons iOS double size for Retina display GLYPHICONS were originally designed for mobile applications as icons for tab bars, toolbars and navigation toolbars or as a part of control buttons. The icons may be used immediately, e.g. in iOS on iPhones and iPads as well as in your Android application. 24bits PNG data files with transparency are saved and optimized in two basic sizes. Some of the great iOS apps using GLYPHICONS Last Time App – track your important events, so you will neverforget it again.iTunes link Suggest app with Glyphicons – let me know about your well designed app using GLYPHICONS. Websites and web apps Icons in the “Premium Admin Template” Some of the great web sites using Glyphicons Wireframes and prints More usage

Object-Oriented PHP: Delving Deeper into Properties and Methods Home : Articles : Object-Oriented PHP: Delving Deeper into Properties and Methods Tutorial by Matt Doyle | Level: Intermediate | Published on 29 April 2011 Categories: Learn how to work with PHP properties and methods in depth. Welcome to the second article in my series on object-oriented PHP programming. In this article, you're going to delve a bit deeper into properties and methods in PHP. These are the concepts you'll explore in this article: Constructors and destructors, which let your objects do specific things whenever they're created or deleted Static properties and methods, for creating class properties and methods that are not tied to specific objects Class constants, which are handy for storing fixed values related to a class Type hinting, for restricting the types of objects that can be passed to a method The __get() and __set() magic methods for overloading property accesses The __call() magic method for overloading method calls Constructors and destructors Static properties

Related: