Permalink

0

Zebra Datepicker: A Lightweight Datepicker jQuery Plugin

Zebra_Datepicker is a small, compact and highly configurable datepicker jQuery plugin, meant to enrich forms by adding the datepicker functionality to them. This jQuery plugin will automatically add a calendar icon to the indicated input fields which, when clicked, will open the attached datepicker. Users can easily jump between months and years due to the datepicker’s intuitive interface. The selected date will be entered in the input field using the date format of choice, configurable in the datepicker’s options.

Zebra_Datepicker, a lightweight datepicker jQuery plugin

Demo & Download

Permalink

0

Image Accordion with CSS3

In this Codrop’s tutorial we are going to create a CSS-only image accordion. We’ll use a nested structure and apply a technique of radio buttons and the sibling combinator in order to control the slides. The idea is to make each item, or slide, “clickable” by overlaying the radio button over the entire slide, and change the position of a child element when clicking on it.

Image Accordion with CSS3

View Demo  Source Website & Download

Permalink

0

Streak: CRM in your Gmail

Streak lets you keep track of all your deals right from your inbox. It let you group emails from the same customer together into one view and push that customer through your pipeline. When a new email comes in, you’ll have all the context you need. Want to know who in your organization has talked to a specific customer? Want to see the emails that went back and forth? Want to know where the customer is in the sales pipeline? Streak makes it easy, letting you selectively share parts of your inbox and all the deals across your company.

Streak: CRM in your Gmail

Source Website & Download

Permalink

0

3D Thumbnail Hover Effects with CSS3 and jQuery

Today Codrops want to show you how to create some exciting 3D hover effects using CSS3 and jQuery. This idea is inspired by the cool hover effect that you can find on the page of the Google SketchUp Showcase. In our examples, we’ll use thumbails that will reveal some more information on hover. We will create a structure with jQuery that will allow making the image appear as folded or bended when we hover over it. For the hover effects we will use CSS 3D transforms.

3D Thumbnail Hover Effects with CSS3 and jQuery

View Demo  Source Website & Download