Tuto

FacebookTwitter
Users have very different opinions when it comes to tag clouds. Some like them, some can’t stand to look at the mess. Whatever your feelings are, categorizing items (i.e. blog posts) using tags have become very popular and widely spread and can’t be avoided in the web today. So we might as well learn how to deal with them. http://cssglobe.com/tag-clouds-styling-and-adding-sort-options/

Tag Clouds - Styling and Adding Sort Options

Easy Display Switch with CSS and jQuery

http://designm.ag/tutorials/jquery-display-switch/ Learn how to earn $125 or more per hour as a freelancer - Click Here Today, I would like to go over a quick and simple way to allow your users to switch page layouts by using CSS and jQuery. Today’s web users expect web pages to be increasingly more interactive.
Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. In this tutorial, I’ll show you how to create a customizable interface with widgets. The finished product will be a sleek and unobtrusively coded iGoogle -like interface, which has plenty of potential applications! The Plan

How to Mimic the iGoogle Interface - NETTUTS

http://net.tutsplus.com/tutorials/javascript-ajax/inettuts/
Friday, January 9th, 2009 JSON CSS is a proof of concept meant to demonstrate what could be accomplished with a more powerful syntax within CSS. The current implementation uses the power of jQuery and its plugin architecture to do the heavy lifting. The implementation is not really important though – the featureset is what matters. In short, CSS is great at the basics, but there is a lot of opportunity for improvement by adding a few simple programmatic concepts like variables, inheritance, syntactical cascading, and browser detection. http://lab.arc90.com/2009/01/json_css.php

lab : experiments : JSON CSS: A More Powerful CSS Proof of Concept

http://addyosmani.com/blog/jq143offlinelearningkit/ Hey guys. Quick post for you today. So by now, chances are you’ve had an opportunity to play around with jQuery 1.5 (and 1.5.1) and you may have even checked out some of the great new Deferred features that that release came with. Today I wanted to share an offline learning pack for anyone interested in tweaking their jQuery skills offline. What does this learning pack come with?

jQuery 1.4.3 Offline Learning Kit

How to build a web widget (using jQuery) - Alex Marandon

<a href="http://flattr.com/thing/396685/Articles-by-Alex-Marandon" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a> Published on 15 June 2010, updated on 23 May 2012, 110 Comments Introduction I created some web widgets for the London’s Design Museum and learned a few useful things in the process. Although all the necessary information can be found on the web, I couldn’t find a really comprehensive guide about doing this with jQuery so I decided to write this one. I’ll cover only techniques which are specific to web widgets so you should already be familiar with JavaScript, jQuery and web development if you want to follow easily. http://alexmarandon.com/articles/web_widget_jquery/

jQuery Fundamentals

With contributions by James Padolsey, Paul Irish, and others. See the GitHub repository for a complete history of contributions. Licensed by Rebecca Murphey under the Creative Commons Attribution-Share Alike 3.0 United States license . You are free to copy, distribute, transmit, and remix this work, provided you attribute the work to Rebecca Murphey as the original author and reference the GitHub repository for the work . If you alter, transform, or build upon this work, you may distribute the resulting work only under the same, similar or a compatible license. http://jqfundamentals.com/book/index.html
http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/

How to Load In and Animate Content with jQuery - Nettuts+

In this tutorial we will be taking your average everyday website and enhancing it with jQuery. We will be adding ajax functionality so that the content loads into the relevant container instead of the user having to navigate to another page. We will also be integrating some awesome animation effects. So first of all, I have put together a very simple layout for this example. Here’s a screenshot and the HTML code we’ll use.