Growing Thumbnails Portfolio with jQuery & CSS3

Growing Thumbnails Portfolio with jQuery & CSS3

In this tutorial we will be making a portfolio with HTML5, jQuery and CSS3 that features an interesting growing effect.The important bit to note here is the #carousel unordered list. This element holds a collection of li items that represent your recent works.  The visible class is only added if the thumbnail is to be shown. Only three thumbnails will be visible at a time. The href attribute of the hyperlink can point to the website in question, or a larger version of the image if you plan to use a lightbox together with this example.

jQuery Dice

jQuery Dice

jQuery dice plugin Very simple plugin which allows to display a dice, click on it and retrieve a random number (between 1 and 6, of course.) The dice glyphs can be replaced. This plugin has been designed to allow custom dice glyphs.

Mobile Navigation Design & Tutorial with jQuery

Mobile Navigation Design & Tutorial with jQuery

One of the common challenges when designing responsive design for mobile is the navigation menu. If the site has many sections or pages, it gets challenging to squeeze all the items into a small mobile resolution. The navigation most likely ends up running into multiple lines or the buttons stacking on top each other. So I’m going to review some of the design solution and provide a quick tutorial on how to create a mobile navigation with jQuery.

Animate.css – a bunch of plug-and-play CSS animations with jQuery

Animate.css - a bunch of plug-and-play CSS animations with jQuery

animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.A big ol’ goody bag filled with CSS animations for WebKit, Firefox and beyond.

To use animate.css in your website, simply drop the stylesheet into your document’s <head>, and add the class animated to an element, along with any of the animation names. That’s it! You’ve got a CSS animated element. Super!

You can do a whole bunch of other stuff with animate.css when you combine it with jQuery or add your own CSS rules.

igorescobar : jQuery Mask Plugin

igorescobar : jQuery Mask Plugin

A jQuery plugin to make field masks.Features :

  • String/Numeric/Alpha/Mixed masks.
  • Reverse Mask.
  • Data type validation.
  • Automatic maxlength.
  • Live event’s for ajax/realtime apps.
  • Callbacks.
  • On-the-fly mask change.

Easy Background with jQuery

Easy Background with jQuery

Easy Background gives a dynamic feel to your site. It automatically loads and displays images to the background of your project, switching them with smooth transitions. If you have a html site and you want to give it a better look to it, this is a good item to do so, it is also extremely easy to install and setup!

Features:

  • Mobile support
  • 4 Sizing Methods
  • Simple javascript call
  • Auto Resize according to windows size
  • Auto Resize on window resize
  • Smooth Transitions
  • Ajax progressive load
  • Autoplay
  • Control Functions

Handsontable : jQuery Excel-like table editor

Handsontable : jQuery Excel-like table editor

Handsontable is a minimalistic approach to Excel-like table editor in HTML & jQuery.

  • Type in any cell and see how the grid adds new rows and cols automatically.
  • The legend feature, which makes the first row uneditable and have an green font
  • You can define rules for autocompletition.
  • You can drag it (drag-down) to repeat the values from the cell.
  • Right click to see the context menu.
  • Use the onChange callback to track changes made in the table.
  • There is also the NEW onBeforeChange callback, which can be used to validate changes before they are applied to the table.

Creating Android Dock Using jQuery & CSS3

Creating Android Dock Using jQuery & CSS3

When playing the Galaxy Tab I love the fanciness of its Android’s dock. The application icon will pop out consecutively when arrow image on the dock clicked and not just the icon beautifully animated the dock itself also rotating vertically with 3D style. In this tutorial we’re going to create them using jQuery and CSS3.

Bacon Ipsum jQuery Plugin

Bacon Ipsum jQuery Plugin

I whipped up a little Bacon Ipsum jQuery plugin that uses our API to generate some meaty goodness.  When you’re mocking up a design, now you can use this plugin in your HTML rather than static text.

screenfull.js : JavaScript Fullscreen API

screenfull.js : JavaScript Fullscreen API

Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen. Smoothens out the browser implementation differences, so you don’t have too.