Mix

FacebookTwitter
http://javascript.developpez.com/actu/49707/Sharrre-des-widgets-de-partage-de-contenus-personnalises/

Sharrre : des widgets de partage de contenus personnalisés

Tout le monde connait aujourd'hui le fameux bouton "Share" qui permet à un visiteur de partager le contenu d'une page sur un réseau social. Bien souvent, ces boutons sont les mêmes quelque soit le site que vous visitez, avec un style épuré au maximum. Et bien cette époque est terminée ! Désormais, vous pourrez personnaliser vos boutons de partage grâce à Sharrre ! Ce plugin jQuery vous permet de créer proprement des widgets de partage. Il supporte a grande majorité des réseaux sociaux et ne se limite pas aux plus courant (à savoir Google +, Facebook et Twitter).
http://ricostacruz.com/jquery.transit/ What about older browsers? Transit degrades older browsers by simply not doing the transformations (rotate, scale, etc) while still doing standard CSS (opacity, marginLeft, etc) without any animation. Delays and durations will be ignored. // Delegate .transition() calls to .animate() // if the browser can't do CSS transitions. if (!$.support.transition) $.fn.transition = $.fn.animate; Fallback to frame-based animation

jQuery Transit - CSS3 animations for jQuery

http://coding.smashingmagazine.com/2012/06/21/powerful-new-cssjavascript-techniques/ Since our last round-up of useful CSS techniques , we’ve seen a lot of truly remarkable CSS geekery out there. With CSS3, some of the older techniques now have become obsolete, others have established themselves as standards, and many techniques are still in the “crazy experimentation” stage. Since the release of the previous post, we’ve been collecting, sorting, filtering and preparing a compact overview of powerful new CSS techniques . Today we finally present some of these techniques. Use them right away or save them for future reference.

Powerful New CSS- and JavaScript-Techniques (2012 Edition)

Many of us probably heard the EU Cookie Law already and thinking about "what to do" and many others should be saying: "cookie what?". What is it? It is a European Union e-Privacy Directive that will become active on 26th May 2012 and "requires website owners to take the permission of the user before placing anything (cookies, HTML5 local storage..) to their computer for tracking them (cookies exist in analytics apps, many sign-up/login pages, widgets, etc.). Which websites need to take action? It binds any EU-located individual and organization's website , no matter where the website is hosted at.

EU Cookie Law: 2 jQuery Plugins To Not Break It

http://www.webresourcesdepot.com/eu-cookie-law-2-jquery-plugins-to-not-break-it/
http://codevisually.com/jquery/

Archive | jQuery

jQuery lockfixed – Allow viewport-sticky elements jQuery lockfixed lets you stick elements within the viewport when a user scrolls. Position:fixed is toggled on only after scrolling the viewport, replicating the proposed future CSS position:sticky. And on ... PowerTip — Create hover tooltips with jQuery PowerTip is a jQuery tooltip plugin with a flexible design that's easy to customize.
Everything related to web development has been made very easy and quick now days – thanks to jQuery. It allows us to perform many difficult tasks only with a few lines of code and the good news is that it is becoming more sophisticated day by day. One of the biggest reasons of the ease of use of jQuery is the plethora of plugins present out there, and their number is constantly growing. Creating lightweight, sleek and user friendly interfaces easily is now possible. For a good user interface, it is a must that its user events such as fx. user dragging etc should be perfect. http://smashinghub.com/collection-of-jquery-drag-and-drop-plugins.htm

Collection of jQuery Drag and Drop Plugins

First you need to include the jQuery library, since Wiggle is a plugin. You can download it from the jQuery website or link it directly from the Google CDN. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> http://www.class.pm/files/jquery/jquery.wiggle/demo/

Wiggle plugin