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.

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? 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. Jquery Image Loader. L'objet XMLHttpRequest. jCarousel - sorgalla.com. Coda-Slider 1.0 - Niall Doherty's dot biz. Does your website really need a slider? Sliders look slick, sure. But they’re not always a good idea. In fact, they often do more harm than good. Yoast has a solid article summarizing a number of studies on sliders and their disadvantages.

Among them: Only 1% of people actually click on a slider. With that in mind, make sure you’ve thought things through and have a good reason for using a slider on your website, especially if it’s a website for your online business. If you still want to go ahead and add a slider to your website, keep reading. Check if your website already has a slider We’ll talk about how to build your own slider in the next section, but let’s first see if we can save you a lot of time and effort.

The key question to ask yourself is this: “What platform is my website built on?” Are you using WordPress? If so: You may also be using a page builder plugin like Elementor or Thrive Architect, both of which have built-in slider functionality. Are you using one of these website builders? 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.