CSS3 Image Galleries and Sliders demo

Category: CSS, Resources, Showcase, inspiration    |    1,250 views    |    Add a Comment  |   

Fancy Image Gallery with CSS3

Fancy Image Gallery with CSS3
This CSS3 tutorial will show you how to create an image gallery with animation. Although it is recommend that you a CSS3 compliant browser to experience the animations, even without a compliant browser the gallery is still going to be visible without animation.
Fancy Image Gallery with CSS3 »
View the Demo »

Image Slider With Pure CSS3

Image Slider With Pure CSS3
Image sliders are a popular effect and often used in portfolio sites and blogs, with the most of these sliders being built with Javascript. But with CSS3’s strength, you can implement an image slider with only pure CSS3, this article will show you how.
Image Slider With Pure CSS3 »
View the Demo » Read more…

  • No Related Post

 

10 Jquery components and plugins

Category: Showcase, Tutorials, inspiration    |    2,529 views    |    4 Comments  |   

1. Creating a Dynamic Poll with jQuery and PHP

Form-usages-1 in 10 Intelligent Ways of using [FORM] Elements

In this tutorial you will learn how to create a poll using PHP and XHTML, then make use of some jQuery Ajax effects to eliminate the need for a page refresh, and to give it a nice little bit of animation.

<div id="poll-container">
    <h3>Poll</h3>
    <form id='poll' action="poll.php" method="post" accept-charset="utf-8">
        <p>Pick your favorite Javascript framework:</p>
        <p><input type="radio" name="poll" value="opt1" id="opt1" /><label for='opt1'>&nbsp;jQuery</label><br />
        <input type="radio" name="poll" value="opt2" id="opt2" /><label for='opt2'>&nbsp;Ext JS</label><br />
        <input type="radio" name="poll" value="opt6" id="opt6" /><label for='opt6'>&nbsp;mootools</label><br /><br />
        <input type="submit" value="Vote &rarr;" /></p>
    </form>
</div>

This form will be processed by the PHP for now, and when we get the Javascript running, by jQuery. The PHP and Javascript are designed to pull the option ID from the value tag.

Check out the demo

2. FancyUpload – Swiff meets Ajax (v3.0)

FancyUpload is a file-input replacement which features an unobtrusive, multiple-file selection menu and queued upload with an animated progress bar. It is easy to setup, is server independent, completely styleable via CSS and XHTML and uses MooTools to work in all.

Form-usages-2 in 10 Intelligent Ways of using [FORM] Elements

<form action="../script.php" method="post" enctype="multipart/form-data" id="form-demo">
 	<fieldset id="demo-fallback">
		<legend>File Upload</legend>
		<p>
			This form is just an example fallback for the unobtrusive behaviour of FancyUpload.
			If this part is not changed, something must be wrong with your code.
		</p>
		<label for="demo-photoupload">
			Upload a Photo:
			<input type="file" name="Filedata" />
		</label>
	</fieldset>

Check out the demo

3. Fancy Capatcha

Ajax Fancy Captcha is a jQuery plugin that helps you protect your web pages from boys and spammers in a new, intuitive way of completing “verify humanity” tasks. In order to do that users are asked to drag and drop specified item into a circle.

The code calls captcha.php file and gets a random number. Php file just generates simple number and put it in session. When AJAX got that number it creates items based on that number. Lets imagine that we have array of “pencil”, “scissors”, “clock”, “heart”, “note”, so if number 3 is returned it will take “heart” and look for item-heart.png file in /imgs directory.

Form-usages-3 in 10 Intelligent Ways of using [FORM] Elements

Check out the demo Read more…

 

Top 25 Dropdown Navigation Menus

Category: Showcase, inspiration, jquery    |    2,066 views    |    3 Comments  |   

Navigation menus are important to any website. Well designed navigation can improve the look and appearance of a site as well as the usability. For larger sites with a lot of content or pages, drop down menus are popular because the can make it easier to move through the site with less clicks. In this post we’ll feature 25 scripts for drop down menus that you can use on your own site.

jQuery Multi Level CSS Menu #1

jQuery Multi Level CSS Menu #1

jQuery Multi Level CSS Menu #2

jQuery Multi Level CSS Menu

All Levels Navigation Menu

All Levels Navigation Menu

Smooth Navigation Menu

Smooth Navigation Menu

Simple CSS Vertical Menu Digg-Like

Simple CSS Vertical Menu

Professional Dropdown #1

Professional Dropdown #1

Professional Dropline #1

Professional Dropline #1

Jim’s DHTML Menu v5.7

Jim's DHTML Menu v5.7

Drop Down Tabs

Drop Down Tabs Read more…