background preloader

Downloads

Downloads

CSS3 Transitions And Transforms From Scratch There are some amazing examples of CSS transforms and transitions, and whilst you may be blown away by them, there's a good chance that you're also overwhelmed and a bit intimidated! This tutorial will take you back to the very basics. We're going to create some fundamental CSS3 transitional movements, step by step. A Quick Note on Browser Support: Support across browsers is already pretty reasonable. The Axes and Grid To help understand the movement easily we'll be working on an axis grid (which you'll probably recognize from basic math). The only (crucial) difference is that on our axis the -y value is above the x axis, whilst it would ordinarily be below it. Note: I'm going to assume that you're already familiar with HTML and CSS file structure. 1: Horizontal Movement The first movement we'll demonstrate is "horizontal"; we'll animate the object to move to the right and to the left. Moving to the Right Open your favorite Text Editor and enter the following html markup, then save the file.

Button Maker Labs - Spry framework for Ajax When Adobe first introduced Spry, our goal was to bring Ajax capabilities to the web design community, allowing designers to create web pages that provided a richer experience for the end user. As we know, however, the web evolves at a blistering pace. Over the last couple of years, frameworks such as JQuery have evolved to encompass many of the capabilities originally envisaged for Spry, making Spry as a standalone offering less relevant. As we can continue to focus our efforts in furthering the web, we have decided to no longer invest in the development of Spry. Going forward, Adobe will continue to make contributions to JQuery UI, JQuery Mobile and other frameworks so as to help web designers create rich web and mobile experiences. Download Spry from Adobe GitHub account

23 Free, Vector Icon Packs for Social Media It's massive freebie time again! We've rounded up a huge collection of social media icons in, you guessed it, vector format. These designs are simple, clean, and versatile. They're easy to integrate into your next app, interface, blog, web design, or anything you have in the pipeline that needs to connect via social networking. There are multiple unique pack designs, and hundreds of free vector icons to grab a hold of. Many of these icons are available for commercial use, as well as personal use. Add these various icon pack to your files and use them in your next design project to add that needed social connection. 1. This set includes 18 high-quality social icons in vector format. 2. This free icon pack includes 80 icons, plus additional booster packs. 3. These free vector icons are designed at an angle and have a 3D look. 4. With over 100 free vector icons, this set is a must grab set. 5. 6. This set is composed of multi-colored shiny social media icons. 8. 9. 10. 11. 12. 13. 14.

Sweet Pages: A jQuery Pagination Solution Martin Angelov Paginating content is a standard choice when dealing with large chunks of data. The implementation usually involves passing the page number to the back-end, where the appropriate data is fetched from the database and returned in some form. A cumbersome process, but it is a necessary evil. Or is it? When dealing with small data sets, wouldn’t it be better to have the content readily available, but still neatly organized and easy to access? Today we are making a jQuery plugin that will enable you to convert a regular unordered list of items into a SEO friendly set of easily navigatable pages. The Idea When called, the jQuery plugin splits the LI elements contained in the unordered list into a configurable number of groups. You can also take a look at the illustration below. How it works Step 1 – XHTML The first step of the tutorial is to set up the XHTML markup. demo.html <div id="main"><ul id="holder"><li>Lorem ipsum dolor sit amet... A Pure jQuery & CSS Pagination Step 2 – CSS

Le Kit du parfait Webdesigner #1 - webdesign Votre navigateur ne prend pas en charge Javascript, vous ne pourrez profiter de toutes les fonctionnalités de ce site web. Magazine Webdesign, Inspiration et tutoriels 9222Membres2043Articles9519Commentaires0Devenez fan8431Suivez-nous ! A la uneCatégoriesDossiers+ Le Kit du parfait Webdesigner #1 par Fabien Berthouxle 28/05/2010 Couleurs, Typographies, Architecture d'un site, Effets de styles, Boutons, Dégradés Web 2.0, Icônes, vous trouverez toutes les ressources nécessaires pour développer et créer vos webdesign. L'architecture ( WireFrame ) Grille de construction Créer son architecture en ligne Pencil Pidoco Protoshare Iplotz Mockflow Balsamiq Jgraph Hotgloo A connaître Wireframes.linowski Aller plus loin : Des WireFrame à imprimer 35 ressources de WireFrame 50 packs UI et Webdesign gratuits La Couleur Colorschemedesigner 0to255 Imageshack Colourlovers Kuler Colormunki Ilotresor Colorblender Colorotate Comment bien choisir ses couleurs pour céer une charte graphique 17 outils pour trouver ses couleurs La Typographie

CSS Syntax Top 15 des sites de montage photo fun et retouche photo gratuit Plus besoin d'être un killer en photoshop pour impressionner vos amis. Avec ces sites de retouche et de montage photo, vous allez avoir de quoi passer des heures à vous amuser avec vos photos. De bonnes idées pour illustrer une invit' ou un faire-part, décorer le bureau de votre collègue avec LE dossier de sa dernière soirée arrosée, ou tout simplement égayer votre présentation powerpoint de lundi matin sur les "achievements des targets Q"1. Have fun ! Photofunia Plus de 400 effets de grande qualité ! Et vous, vous en connaissez d'autres des sites sympas ? Source : hongkiat.com 978 Grid System for Web Design 5 Sliding Content Techniques, Examples & jQuery How to’s Aug 12 2009 The more intuitive layout structure is designed, the better users can understand the content. Whatever content you have to present, you can present them in a more interactive & more responsive ways. Today we would like to focus on sliding effects and how i can change the structure of a page in a truly unique and creative way. In this article we’d like to present 5 smart techniques for sliding and scrolling content using the power of CSS and the beauty of jQuery. - “Sliding Verticaly” with Button Controls Share Point Artist has taken a truly unique approach to the “My Work” area. The navigation options, the “Previous” & the “Next” buttons are slightly animated yet creating an appropriate atmosphere. ImageSwitch- The main point of this plug-in is to make an easy-to-use, simple and fast plug-in to create effect when you switch between images. View DemoDownload Files - “Sliding Horizontally” with Button Controls jCarousel (Riding carousels with jQuery) – View DemoDownload Files Homepage

Ultimate CSS Gradient Generator - ColorZilla.com background: #1e5799; /* Old browsers */ background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */ background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

Générer des boutons en CSS Générer des boutons en CSS Si vous développez vos petits sites vous même, sachez qu'il existe un site qui s'appelle Button Maker et qui permet de créer des boutons de toute beauté, entièrement en CSS. Vous spécifiez vos couleurs, votre texte et en cliquant sur le rendu, vous obtiendrez le code CSS qui va bien pour mettre ça sur votre site. Maaaa kéééé c'est beauuuuuu ! Attention quand même sous IE car là, ça coince un peu...pas de dégradé, pas de coins arrondis... [Source] Vous avez aimé cet article ?

Related:  snippetsCSS HelpTOOLSWebCSSjirokitaguchiHTML5CSSHTML5 CSS3 Toolsgauravoberoi101WEB DESIGNenfinducWebWorkWeb ToolsCSSCSSCSSGENERALISTES