background preloader

WEB

Facebook Twitter

Webculture_Ressources. Culture & numerique. Alt Codes List of Alt Key Codes Symbols. ColorBox Examples. A lightweight customizable lightbox plugin for jQuery View Demos Released under the MIT License, source on Github (changelog) Download Install via NPM npm install jquery-colorbox Compatible with: jQuery 1.3.2+ in Firefox, Safari, Chrome, Opera, Internet Explorer 7+ Supports photos, grouping, slideshow, ajax, inline, and iframed content.Lightweight: 10KB of JavaScript (less than 5KBs gzipped).Appearance is controlled through CSS so it can be restyled.Can be extended with callbacks & event-hooks without altering the source files.Completely unobtrusive, options are set in the JS and require no changes to existing HTML.Preloads upcoming images in a photo group.Currently in use on a million-plus websites.

Instructions & Help The FAQ has instructions on asking for help, solutions to common problems, and how-to examples. Usage Colorbox accepts settings from an object of key/value pairs, and can be assigned to any HTML element. Settings Public Methods Event Hooks Hey, Generateur Codes Couleurs RGB hexadecimal Nuancier Annuaire Referencement Gratuit Jok Concept. Couleurs hexadécimale RGB Informatique et Web Les couleurs en informatique sont exprimées en "codes hexadécimaux" ou "RGB", (Red, Green, Blue, en francais RVB Rouge, Vert, Bleu). Pour coder la couleur d'un pixel on utilise trois octets qui définissent chacun la luminosité des couleurs Rouge Verte Bleu ; on utilise un nombre hexadecimal à 6 chiffres : les 2 premiers correspondent à la luminosité du rouge, les 2 suivants à la luminosité du vert et les 2 derniers à la luminosité bleu (ex : avec une intensité maximale sur le rouge on a #FF0000)...

En RGB la couleur est aussi définit en fonction du "mélange" de trois couleur de base : Rouge, Green, Blue. Chacunes de ces trois couleurs de bases ce "découpent en valeurs allant de "0" à "255". "0" étant le NOIRE" et "255" le blanc. Chaque couleurs sera donc définit avec le mélange de trois valeurs de "0" à "255", expl : "255 0 0" = ROUGE - "0 0 0" = NOIRE - "255 255 255" = BLANC - "153 153 153" = GRIS... Case Study: Page Flip Effect from 20thingsilearned.com.

Introduction In 2010, F-i.com and the Google Chrome team collaborated on an HTML5-based educational web app called 20 Things I Learned about Browsers and the Web (www.20thingsilearned.com). One of the key ideas behind this project was that it would best be presented in the context of a book. Since the contents of the book is very much about open web technologies we felt it was important to stay true to that by making the container itself an example of what these technologies allow us to accomplish today. We decided that the best way to achieve the feeling of a real world book is to simulate the good parts of the analogue reading experience while still leveraging the benefits of the digital realm in areas such as navigation.

Getting Started This tutorial will take you through the process of creating your own page flip effect using the canvas element and plenty of JavaScript. Before we get started it's a good idea to check out the demo so that you know what we're aiming to build. Markup Logic. CSS 3D Slideshow. Use CSS3 to Create a Dynamic Stack of Index Cards - Demo. Awesome Cufonized Fly Out Menu with jQuery and CSS3. XHTML & CSS Lightbox. Lorem ipsum dolor sit amet, consectetur about us adipiscing elit. Donec massa lorem, elementum et mollis non, viverra a est. Proin nunc orci, tristique at egestas et, interdum ac ipsum. Nulla ullamcorper vulputate erat ac gravida. Mauris facilisis, leo ac condimentum commodo, justo eros molestie dolor, a posuere orci tortor sed lacus. Suspendisse dictum, magna eu posuere tempor, augue diam tempor lacus, sed hendrerit nulla ante quis justo.

Proin sollicitudin More info elementum sem id pulvinar. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Galleria – The JavaScript Image Gallery. LiteAccordion - a horizontal accordion plugin for jQuery. Slide One1 Slide Two2 Slide Three3 Slide Four4 Slide Five5 <p>Please enable JavaScript to get the full experience. </p> Responsive and WordPress versions available! New! Accordion Pro JS is a responsive version of liteAccordion, with lots of upgrades and new features (vertical accordions!). Download More details and download link for liteAccordion here. Q. A. Q. A. Q. A. Q. A. Q. A. Q. A. liteAccordion is free to use for commercial and personal projects. If you find any bugs, please file a ticket on Github and I'll fix it as soon as possible.

Version 2.2 (21/01/13) Responsive layout and auto scale images options removed After some consideration, I've decided to remove the responsive options. Development status: on indefinite hiatus After this update, I do not plan to continue developing this plugin. New in 2.0! Methods: liteAccordion now has play, stop, trigger next slide, trigger previous slide, destroy and debug methods. Mouseover activation Custom easing Linkable slides 1. 2. Schedule Facebook and Twitter updates. Videolink : plugin javascript pour la balise video HTML5. Beautiful Background Image Navigation with jQuery. A Mac OS X-style Dock In JavaScript. Apple’s Mac OS X operating system is renowned for its fluid graphical effects. One impressive feature is the dock’s ‘fish-eye’ effect, whereby icons expand and contract as the mouse moves over them. Achieving this effect in JavaScript is difficult, but the MacStyleDock function allows this feature to be implemented easily.

An example is shown below (a larger demonstration is available on a separate page). Compatible browsers The code has been tested and confirmed to work in the following browsers: Firefox 1.5 on Mac OS X Firefox 2 on Ubuntu Linux Firefox 2 on Windows (slightly jerky due to event handlers being given a higher priority than intervals) Internet Explorer 6 Internet Explorer 7 Konqueror 3.5 on Ubuntu Linux Opera 9 on Windows Safari 2 on Mac OS X Safari 3 on Windows Implementing the Mac-style Dock Before implementing the dock, please read the notes on usability. Download one of the files listed above and upload it to your website. The constructor takes five paramaters: node name. CSS Dock Menu.

Jquery. jQuery WanderWall by AddyOsmani.com. YoxView - jQuery image viewer plugin. 10 jQuery Plugins and Techniques for Doing More with Images. When we see an image on a web page, it’s second nature for us to move our mouse over it or try to click it. We have come to expect some level of interactivity when it comes to images, especially with modern web design technologies, such as jQuery. If you happen to be working on a project that requires the images to have a little something extra, then jQuery is the way to go. To help you out, we’ve rounded up 10 jQuery Plugins and Techniques for Doing More with Images. Photo Zoom Out Effect Here you’ll learn how to create a simple image zoom out effect with jQuery. jCrop Jcrop is the quick and easy way to add image cropping functionality to your web application.

Zoomer Gallery Zoomer Gallery allows you to easily transform your image lists into beautiful galleries with Flash-like zoom effects in them. jQuery Captify Plugin Captify is a plugin for jQuery written by Brian Reavis (@brianreavis) to display simple, pretty image captions that appear on rollover. Sponsor Flip Wall With jQuery & CSS. Beautiful Photo Stack Gallery with jQuery and CSS3. In this tutorial we are going to create a nice and fresh image gallery. The idea is to show the albums as a slider, and when an album is chosen, we show the images of that album as a beautiful photo stack. In the photo stack view, we can browse through the […] View demoDownload source In this tutorial we are going to create a nice and fresh image gallery. We will use jQuery and CSS3 properties for the rotated image effect. We will also use a bit of PHP for getting the images from each album. So, let’s start!

The Markup In our HTML structure we will have several elements. <div id="ps_slider" class="ps_slider"><a class="prev disabled"></a><a class="next disabled"></a><div id="ps_albums"><div class="ps_album" style="opacity:0;"><img src="albums/album1/thumb/thumb.jpg" alt=""/><div class="ps_desc"><h2>Album title</h2><span>Description text</span></div></div><div class="ps_album" style="opacity:0;"> ...

We will dynamically insert the pictures of each album into the ps_container div. The PHP P.S. Awesome Cufonized Fly Out Menu with jQuery and CSS3. 10 Fresh and Useful jQuery Plugins. When it comes to adding JavaScript functionality to a website, jQuery has become the solution of choice for web designers and developers. With it’s ease of use and ever-growing selection of plugins, there’s really no point to look elsewhere. Awesome jQuery plugins are popping up everyday, and we’re always on the look out.

So for this post, I’ve gathered 10 fresh plugins that you should find very useful. Cute Balloon Cute Balloon is a jQuery script that allow you to easy make a beauty tool tip balloon, also with ajax content. Captify Captify is a plugin that displays simple, pretty image captions that appear on rollover. GvChart gvChart is a plugin for jQuery, that uses Google Charts to create interactive visualization by using data from the HTML table tag. Jmapping This plugin is designed for quick development of a page that implements a Google Map with a list of the locations that are specified within the HTML. jQuery.validity Animated table sort Flare Video Coin Slider Blockster Colortip shares.

19 Unique jQuery Tutorials for Web Developers | Tutorials. jQuery is the premier library for coding JavaScript page effects. Most popular content management packages run jQuery for both admin and frontend design effects. As a web developer jQuery can be a fun library to spend some time learning and offers tremendous design potential. It seems there are so many references and guides out there it’s easy to get lost. Below we’ve compiled 19 unique jQuery tutorials to help develop your skills as a frontend developer. Form validation from scratch Develop a simple and powerful jQuery script for common HTML form validation.

Incredible jQuery Login Form Learn how to code a structural jQuery login form with sliding animation. Creating a Digg Style Signup Form Digg has been an innovator for web apps for years. Color jQuery & CSS3 Sliders Here you are taught about using jQuery and the new transformation features brought by CSS3 to create a dynamic slider effect. Working with Events – Part 1 Part 1 of a detailed series teaching about events in jQuery. 629 shares. jQuery Slidehow: Demo / par Snoupix et SixRevisions. Snoupix : Tutoriels Prog & Design Si vous souhaitez en apprendre davantage sur le Web et tous ses secrets, alors le site Web Snoupix.com est fait pour vous. Vous y découvrerez un tas de tutos sur le développement en PHP/SQL/Javascript, l'intégration avec HTML/CSS ou encore la création d'interfaces de site web, en passant par l'ActionScript, avec Flash & Flex.

Galerie d'images AS3/XML Ce tutoriel va vous apprendre à manipuler en ActionScript 3 un document XML afin d'en extraire du contenu. Interface web sous Photoshop Voici un tutoriel Photoshop qui vous apprend à faire le design d'un site "business". En plus le fichier Photoshop est disponnible en téléchargement! C'est la fin, Merci Six Revisions! jQuery One Page Nav. Section 1 DO Something Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Section 2 Section 3 Section 4 Section 5. 60 Useful Online Generators for Designers | Tools. Today’s competitive market makes it necessary to stay updated in all the dimensions in designing industry and designers need all the latest software to be in the top. But purchasing software or downloading a huge one may not be in the top priority especially if it is going to be used only after a trial. In such cases online generators can be of great help which do the necessary job and some tools don’t have to be downloaded also.

A lot goes in designing the backgrounds with different textures and patterns, choosing the right colors and a lot other factors. Not only the backgrounds but buttons, logos, scrollbars, texts, and a lot is important when it comes in designing and it does involve a lot of creativity and time to zero in the final one.

Not to worry, these tools are not to compromise on the creative aspect but are developed keeping the time factor in mind. You may be interested in the following application related articles as well. Useful Online Generators for Designers 256 Pixels. 25 jQuery Slider/Image Gallery Tutorials and Plugins. This post was originally published several years ago. As technology and trends have changed over the years, the content of the post became outdated. So we’ve updated the post with all new examples that will be more relevant for modern design and development. jQuery image galleries and sliders are very common on portfolio sites and are also useful for any other type of site for displaying images and photos.

Fortunately, adding a jQuery gallery does not have to be difficult, even if you don’t have much experience with JavaScript and jQuery. In this post we’ll see tutorials and plugins that can provide you with the resources that you need to get a gallery of slider on your site. jQuery Image Gallery/Slider Tutorials: Create an Image Rotator with Description (CSS/jQuery) This tutorial by Jake Rocheleau is a re-make of a popular tutorial originally written by Soh Tanaka. How to Create a Simple Multi-Item Slider Triple Panel Image Slider Building a jQuery Slideshow Plugin from Scratch Gamma Gallery. Les meilleures galeries photo jQuery. Image Flow Inspiré du cover flow d'apple.

Gère les touches clavier et la molette. Space Gallery Passe à l'image suivante en cliquant dessus avec un fondu et agrandissement. Gallery View Nombreux paramètres, plusieurs affichages possibles : caroussel lighbox Easy Slider Une seule transition : glissement de l'image. Très simple, configurable par css Jquery Cycle De nombreuses transitions entre les photos, assez originales. SuperSized Plein écran JQZoom Zoom en déplaçant la souris CrossSlide Déplacements par zoom dans l'image ou kenburn + transitions par fondus HighSlide Ouvre la galerie dans une boite modale en cliquant sur une image.

Très nombreux paramétrages : voir l'éditeur. Gère aussi toutes sortes de boite modale pour y afficher de l'innerHTML, ajax, iframe et flash. Photo Stack Affiche des catégories d'images, et quand on clique sur une ça ouvre le "paquet" d'images correspondante. Voir la démo Thumbnail-Scroller Pas de gestion d'agrandissement de la photo, il faut rajouter une floatbox. Voir la démo. Content Rotator with jQuery. 30 Fantastic New jQuery Plugins. Image Rotator w/ Teaser - CSS & jQuery Tutorial. Smashing Labs - gMap, Google Maps jQuery plugin. 11 Useful jQuery Plugins for Enhancing Images. Animated Portfolio Gallery with jQuery. jQuery LavaLamp menu plugin. Phono. jQuery.runloop Plugin. 15 jQuery slideshow/gallery plugins.

20 Cool jQuery Social Media Plugins.