background preloader

Booba

Facebook Twitter

Premium Pixels | Theme: Gridlocked. Webdesign & Design Gráfico. Craig & Karl. Logo Design | Collision | A Creative Design Studio. Fancy lightbox alternative| How to use. 1. First, make sure you are using valid DOCTYPE This is required for FancyBox to look and function correctly. 2. Include necessary JS files Loading jQuery from CDN (Content Delivery Network) is recommended Optional - Add transitions as jQuery by default supports only "swing" and "linear" Optional - Enable "mouse-wheel" to navigate throught gallery items 3. Don`t forget to change background image paths if CSS file is not in the same directory. Also, check src paths for AlphaImageLoader as they are relative to the HTML document, while regular CSS background images are relative to the CSS document (read more). 4.

Images Inline content <a id="inline" href="#data">This shows content of element who has id="data"</a><div style="display:none"><div id="data">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Iframe <a href=" Ajax <a href=" takes content using ajax</a> Optional - Use the title attribute for anchors if you want to show a caption 5.

Creating a Mouseover Fade Effect with jQuery. My last little jQuery tutorial was an alternative to using CSS to create an image change on a mouseover. Now I want to take that one step further and add a fade effect. For my example, I am going to make a black and white image fade into a color image. To achieve this effect I am going to introduce the animate function. There are tons of possibilities in regards to jQuery’s animate function, but for this tutorial, I’m going to keep it simple by just using it to do one thing. First things first, download jQuery. Grab the Production minified version off of their site. Next, get two images. Add the jQuery script between your head tags.

Here is the function. Here is the CSS. And here is the body code. All together you got something that looks like this. Test it out below: NOTE: If you are using jQuery with WordPress, you need to replace all the dollar signs ($) with the word jQuery due to other Javascript libraries that use the dollar sign. Create a Simple Infinite Carousel with jQuery. Introduction Finally, I have times for this carousel script. I always think that it's hard to figure it out, but thanks to a tutorial - Making a jQuery Infinite Carousel with nice features from tutsvalley. I learnt something new from there. So, yes, I modify the code and make it into something I want, and hopefully this is what you want as well :) Alright, We have a main wrapper called carousel and inside it, we have two sections - buttons and slides.

<div id="carousel"><div id="buttons"><a href="#" id="prev">prev</a><a href="#" id="next">next</a><div class="clear"></div></div><div class="clear"></div><div id="slides"><ul><li><img src="slide1.gif" width="240" height="240" alt="Slide 1"/></li><li><img src="slide2.gif" width="240" height="240" alt="Slide 2"/></li><li><img src="slide3.gif" width="240" height="240" alt="Slide 3"/></li></ul><div class="clear"></div></div></div> CSS is a little bit complicated. 3.

There are two new methods we are about to learn. Conclusion Like this tutorials? Download the latest version of the jQuery.carouFredSel-plugin --- CarouFredSel 2.5.2. Easy Carousels in jQuery & WordPress Carousels in WordPress just got a thousand times better. carouFredSel takes the awesome power of the carouFredSel jQuery plugin and integrates it into WordPress so you can create unlimited carousels in your WordPress site without touching any code. Simply upload your images, drag and drop re-order them, add some captions and you’re good to go.

Simple or Advanced Configuration carouFredSel comes with three configurations modes, “Basic” mode where you can choose some of our built in layout styles and keep things uber simple, “Advanced” mode or “Super User” mode where you can literally edit the configuration like you would when using the jQuery plugin for ultimate control and flexibility. 500px, Flickr & Instagram Integration Usual Awesomeness Built In Not only do you get the amazing features above, but you get all the other awesome features that we bake in to our WordPress plugins to make the experience as ninja as possible. Free to Use & Abuse. InnerFade with jquery. What is it? InnerFade is a small plugin for the jQuery-JavaScript-Library. It's designed to fade you any element inside a container in and out. These elements could be anything you want, e.g. images, list-items, divs. Simply produce your own slideshow for your portfolio or advertisings. The call Examples A newsticker (with animationtype: 'slide') <ul id="news"><li><a href="#n1">1 Lorem ipsum dolor</a></li><li><a href="#n2">2 Sit amet, consectetuer</a></li><li><a href="#n3">3 Sdipiscing elit,</a></li><li><a href="#n4">4 sed diam nonummy nibh euismod tincidunt ut</a></li><li><a href="#n5">5 Nec Lorem.

A list with images and links Elements with classes Download jquery.innerfade.zip (124kb) Webdesign Leipzig – Medienfreunde GbR. Tutoriel jQuery : Faire un carrousel - Babylon-Design - Tutoriaux WebDesign : Adobe Photoshop, XHTML/CSS, Accessibilité. Fonctionnement d’un carrousel Tout d’abord, il faut comprendre le mécanisme une telle galerie d’image. Pour cela, seule la définition d’un carrousel réel pourrait suffire : Boîtier de forme circulaire servant à projeter des diapositives (cf. Mediadico). Dans ce tutoriel nous nous contenterons de créer un mécanisme qui se bloque vers la droite lorsque nous sommes positionnés au dernier item et se bloque vers la gauche lorsque nous sommes positionnés au premier.

En XHTML/CSS, nous allons créer une bande de diapositives placée en arrière-plan et elle sera en partie visible à travers un bloc aux dimensions d’une seule diapositive. Un petit dessin valant mieux qu’un long discours, voici une vue de profil et de face expliquant cette notion de partie visible. Dans cette vue de profil, seule la diapositive C est visible au travers du bloc. Enfin, dans cette vue de face plus habituelle, seule la diapositive C est visible au travers du bloc. Montage XHTML/CSS de base Et voilà le rendu : C’est parti : Jquery Image Loader. L'objet XMLHttpRequest. jCarousel - sorgalla.com. Image Loading. Basic Version In our basic version, we will have a single div containing a loading spinner and once our large image is loaded (in the background) we will remove the spinner and insert our image.

There’s a few ways to approach the loading screen, two of which are: Use a background image on the holder div, this way we can easily centre align horizontally and vertically using CSS, rather than adding extra markup.Adding a styled div in our holder div, then remove the entire block of markup when the image loads. I’ve provided a screencast explaining how to achieve this (though it is based on the CSS version, also shows how to do this with a separate loading div). Watch the jQuery basic image load screencast (alternative flash version) View the demo and source code used in the screencast Note that in the demonstration as I am simulating loading a slow to load image by including a script tag at the bottom of the markup. HTML Markup The markup (segment) that we’re using is extremely simple. jQuery. QueryLoader ? preload your website in style. There is always a minor problem when it comes to preloading image on a website. Nobody really has a full solution for it.

There are a lot of preloaders available, but most of the time they only display the words: “Loading page” or have an animated image that spins. Why can’t there be a nice loading bar of some kind? I’ve gotten a few request on how to make a preloader, or people asking me how to get all the images of a web page and preload them (even the images in CSS). This preloader has it all. Loading bar, custom animations and getting all images included in the web page. (a special shout out goes to Sieb of Siebdesign for coming up with the animation and the idea of building a preloader) Download the source code here: View the example here: Features: Implementation: To implement this script you don’t need any Javascript experience. 1. 2. 3. 4. You are now done! Customization: Utilisation de l'objet XMLHttpRequest. I - Introduction 1.1 - Quelques mots De plus en plus de sites web dynamiques (faisant appel à une base de données par exemple) requièrent une mise à jour de ses différentes pages, ou une partie de ses pages, de manière transparente, sans que l’utilisateur n’ait à rafraîchir lui-même la page.

C’est ce que l’on appel communément la méthode Ajax. Cette méthodologie se retrouve sous plusieurs techniques, notamment l’utilisation des objets XMLHttpRequest de Javascript. Nous allons donc voir au travers de cette astuce, ce qu’est l’objet XHR, et comment l’implémenter dans nos codes de manière simple. 1.2 - Techniques pré-requises Afin de comprendre parfaitement les explications de cette astuce, il est préférable de maitriser les sujets qui suivent : formulaire HTMLQuelques notions dans le langage JavascriptQuelques notions dans le langage PHP II - Présentation 2.1 - Principe L’utilisation de XHR est relativement simple en soit. 2.2 - Utilisation asynchrone 2.3 - Avantages 2.4 - Inconvénients <?

Ajax : Vérification instantanée des champs d'un formulaire avec jQuery. Lors d'une inscription sur un site via un formulaire classique, avec demande de pseudo, mail, nom, prénom... Il peut être intéressant pour l'utilisateur de faire une vérification des champs, avant l'envoi du formulaire (au clic sur un bouton "submit"), afin d'indiquer à la personne si un pseudo identique existe déjà par exemple. Voici ce que nous allons obtenir , le pseudo "numa" existe déjà.

Nous allons voir ici, comment mettre en place ce type de contrôle en Ajax. Pour ce faciliter les choses, et puisque depuis que j'ai commencé avec jQuery je n'en démords plus, nous utiliserons cette librairie. On inclus donc le framework, par la ligne habituelle dans le "head" de la page : Premièrement mettons en place notre formulaire, en html classique avec : label, champ à remplir suivi d'un span "info" qui informera l'utilisateur sur la validité de ses champs. <script> $(document).ready(function(){ </script> }); $("input").focus(function(){ var info_form=$(this).next(".info"); info_form.empty(); });

Supersized - Full Screen Background/Slideshow jQuery Plugin. Slider Demos. Webdesign & Webdevelopement Studio. We were founded in 2010 . We work out of 2 offices. We just love building Website & Web application. Who are we ? Justalab is a small Web design & development studio based in Paris & San Diego. We have made a reputation for building clean, unique and unforgettable user interfaces. Established over a year ago, Justalab quickly gained attention from design communities from around the globe and has been awarded and featured across the web throughout the popular Best Web & CSS galleries.

The team ? Our process ? Our philosophy ? Hello: Blog Icon / Tobias Bjerrome Ahlin. Deviens Indestructible avec L’Oréal Studio Line. Studio interactif - agence web | interactive studio - web design studio. Jacques Dutronc | Site officiel. Inicio | Joao Andrade Webdesigner & Ilustrador. WebStudio HTML - Minimalist Portfolio Theme Preview. Loïc Dupasquier. Graphic & interactive design.