background preloader

Webdesign

Facebook Twitter

Les packs d'icônes gratuites de l'été 2012. Cette période estivale a été productive parmi les graphistes / illustrateurs, voici plusieurs packs d'icônes gratuites à télécharger pour vos sites web et applications mobiles.

Les packs d'icônes gratuites de l'été 2012

Vous pouvez retrouver tous les packs d'icônes publiés sur la ferme du web à cette adresse: Pack d'icônes gratuites. Typicons: Des icones vectorielles en Webfont gratuites 88 icônes vectorielles packagées en webfont pour une utilisation rapide. Le CSS est fourni dans le kit. Sentry - Une plateforme de logging d'events et erreurs open source. Sentry est une plateforme open source permettant d'agréger des logs d'évènements ou d'erreurs de manière ergonomique afin de procéder à des opérations de maintenance ou debug.

Sentry - Une plateforme de logging d'events et erreurs open source

Permettre d'identifier rapidement les erreurs récurrentes qui apparaissent sur vos applications web est primordial pour satisfaire vos utilisateurs. Grâce à Sentry, vous aurez la possibilité d'agréger évènements spécifiques et erreurs dans une interface propre et efficace. W3Schools Online Web Tutorials. Presentation Cycle: Cycle with a progressbar — Gaya Design. Cycle is a script that supports image presentations to easily display multiple images.

Presentation Cycle: Cycle with a progressbar — Gaya Design

This script supports a lot of effects and the cycling of html elements. Presentation Cycle is a variation on the functionality of Cycle. Instead of generating a list of numbers that are clickable Presentation Cycle generates a progress bar that shows when the new slide will appear. In this article I’ll explain how to implement this on your web page and give you some tips on how to adjust the looks of the cycle elements and progress bar.

Download the source code here: View the example here: As shown on the example page, this script generates a progress bar automatically instead of the developer adding some html. Features Cycle through elementsAdjustable animation timesGenerates a navigation bar that also shows the progressWorks in modern browsers Implementing the script The zip archive contains an example page to see how to get things to work, but the following steps will tell you how to make your own. Gaya Design - Slider. sNotify: Easy notifications in jQuery — Gaya Design. There hasn’t been a jQuery tutorial / script on Gaya Design for a while. This is because I’ve been working on this particular script for a while and have a lot of other scripts in development. sNotify is a script which is particularly handy for people who are developing web applications. sNotify allows the developer to display notifications in a fast and easy way.

Download Example Download the source code here: View the examples here: The idea for sNotify struck me when I was playing the Sims 3. The thing I liked most was the way it sorted notifications and displayed them in an orderly way. Features: Display notifications in the top right corner of the screen Close the message with a click on a button Automatically closes messages after 10 seconds (or whatever you’d like) Disables auto close when you are hovering over a message Puts messages in a queue to display them one after another Easy to implement Getting it to work: First thing we need to do is to include the script on your web page. Animated tabbed content with jQuery — Gaya Design. A lot of websites on the Internet have tabbed content now a days. The problem I find with most of them is that most of the time they can be quite dull.

For my new looks I created a container which has the ability to switch content through tabs, but with an animation. This tutorial will show you how to create your own tabbed content step by step. Download Example In this tutorial I am going to show you some web development techniques that can be used in your next projects. The sources of this tutorial are downloadable here: Example of the outcome is found here: First thing we need is some basic HTML layout to fit what we are going to make.

<! I already included jQuery and other files in the head section. Next thing we need to do is create the structure of the document. As a nice feature to enhance this all we’ll use a tab background that will move to the choice the user makes. Take a look at the following code: It’s time to do a little styling to the tabs section and the overall container. Menu déroulant en CSS. Si vous voulez avoir tout de suite un aperçu du type de menu décrit dans cette page, vous pouvez visiter notre page de démonstration.

Menu déroulant en CSS

Et pour garder le script proposé au chaud sur votre PC, vous pouvez aussi le télécharger. Avec ou sans javascript ? Lorsqu'on peut se passer de javascript, il est prudent de le faire. Certains internautes désactivent en effet l'exécution du javascript et pourraient se retrouver dans l'impossibilité de naviguer sur un site utilisant ce langage dans sa gestion de menu. Les principes utilisés pour créer les menus hiérarchiques sont malheureusement incompatibles avec Internet Explorer versions 6 et antérieures. Notre choix a consisté à mettre au point un menu à 2 vitesses qui fonctionne : Sans javascript pour Firefox, Opera, Mozilla et IE7Avec javascript pour IE 5.5 et 6 Ce choix permet à notre menu de rester pleinement opérationnel pour la quasi-totalité des visiteurs.

Une partie de cache-cache.