background preloader

25 jQuery Tutorials for Improved Navigation Menus

25 jQuery Tutorials for Improved Navigation Menus
Get the FlatPix UI Kit for only $7 - Learn More or Buy Now In this post, I have collected 26 useful jQuery navigation menu tutorials. Enjoy! Mega Drop Down Menus w/ CSS & jQuery Animated Navigation with CSS & jQuery Create Simple Dropdown Menu Using jQuery Collapsing Site Navigation with jQuery Use Sprites to Create an Awesomeness-Filled Navigation Menu Thumbnails Navigation Gallery with jQuery Sexy Drop Down Menu w/ jQuery & CSS How to Create a Drop-down Nav Menu with HTML5, CSS3 and jQuery Slide Down Box Menu with jQuery and CSS3 Awesome Bubble Navigation with jQuery Beautiful Background Image Navigation with jQuery Fancy Apple-Style Icon Slide Out Navigation Halftone Navigation Menu With jQuery & CSS3 Beautiful Slide Out Navigation Revised Animated Navigation Menu with CSS3 Create animated vertical Menu Using Jquery Create Bounce out Vertical menu with jQuery jQuery Dropdown Navigation in WordPress Create an apple style menu and improve it via jQuery How to Build a Lava-Lamp Style Navigation Menu

50 Brilliant Typography Designs to Inspire You Typography, combined with the efficient use of color, fonts, shapes and images, is an excellent way for designers to set a theme and mood in a design. In fact sometimes, with just text alone, it is enough to create an amazing design and send the message to the audience. So today, if you're looking for some inspiration or just browsing the web for something nice and cool, I'm sure you'll enjoy this collection of some neat and creative typographic design. Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit Image credit

Merging Image Boxes with jQuery Today we will show you a nice effect for images with jQuery. The idea is to have a set of rotated thumbnails that, once clicked, animate to form the selected image. You can navigate through the images with previous and next buttons and when the big image gets clicked it will scatter […] View demoDownload source Today we will show you a nice effect for images with jQuery. When the window gets resized, the positions of the thumbnails will automatically adapt to fit the screen. The beautiful photographs are by tibchris and you can find his stunning works on his Flickr page: When navigating through the full images, we will reveal the next or previous image by removing the current image box by box. Have fun with the demo and download the ZIP to experiment with this cool effect! View demoDownload source

How to Make a Smooth Animated Menu with jQuery | Build Internet! Ever seen some excellent jQuery navigation that left you wanting to make one of your own? Today we’ll aim to do just that by building a menu and animate it with some smooth effects. The Goal – One Smooth Menu Here’s a demo of what we’ll end up with by the end. Introduction – An explanation of easing The menu has such a smooth animation because of a thing called “easing”. “The term easing refers to gradual acceleration or deceleration during an animation, which helps your animations appear more realistic. Thanks to the magic of the jQuery Easing plugin, we can now use easing outside of Flash and Actionscript environments. Step 1 – Set up the Structure Before starting with any jQuery, we’ve got to build a quick menu structure with XHTML and load in the required project files. Nothing out of the ordinary here. Then copy in this menu structure into the body: Menu items have a class assigned to it that will designate the color of the block. Step 3 – Style with CSS Step 4 – Animate with jQuery

Overlay-like Effect with jQuery A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. Vapour around me When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary. O my friend -- but it is too much for my strength -- I sink under the weight of the splendour of these visions! I am so happy, my dear friend I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I sink under the weight

30 Excellent WordPress Video Tutorials - Six Revisions WordPress is one of the most popular publishing platforms currently out on the market. It’s free, highly-customizable, and very easy to install and use. Because of its popularity, you’ll find a wide array of resources that discuss WordPress development, administration, as well as plenty of user guides to help you get started quickly. In this article, we take advantage of the merits of learning by way of watching video tutorials and screencasts. Video tutorials allow you to learn by following along with the instructor in real-time – a format that’s very effective for many people. You can use these video tutorials a couple of ways: to learn about WordPress yourself or to send to your not-so-technology-inclined clients as a reference to help them get started. WordPress theme development Designing for WordPress See Chris Coyier’s (of CSS-tricks) process for designing a WordPress site in this three part series. Creating a WordPress Template Hodgepodge of WordPress Tricks WordPress as a CMS

Fullscreen Gallery with Thumbnail Flip In this tutorial we will create a fullscreen gallery with jQuery. The idea is to have a thumbnail of the currently shown fullscreen image on the side that flips when navigating through the images. The big image will slide up or down depending where we are navigating to. We will add navigation […] View demoDownload source In this tutorial we will create a fullscreen gallery with jQuery. We will be using Flip! And we will also be using the jQuery Mousewheel Plugin by Brandon Aaron. The beautiful images are by talented Polina Efremova. Let’s get started with the markup! The Markup First, we will add a loading element that we want to show when the images are being loaded: Then, we will create a container for all the images that will be shown in fullscreen: We will use the “longdesc” attribute to indicate the path to the respective thumbnail. Next, we will add a container for the contents that are shown on the left bottom corner of the screen. Let’s take a look at the style. The CSS The JavaScript

« Installation de Ruby on Rails sous Linux et Windows [Dandelion Mood] » Une semaine est passée, voilà donc le premier article de la série dont je fais mention dans ce précédent post. Aujourd’hui, nous allons commencer en installant Ruby On Rails sur votre PC sous une distribution GNU/Linux populaire, Ubuntu ou sous Windows. Ne possédant pas de Mac, je me limiterai à ces deux systèmes, mais j’imagine que la procédure est également très simple. Sous Linux / Ubuntu (le plus simple). Le serveur a bien démarré, tout est en ordre ! Effectivement, disposer d’un environnement Ruby on Rails complet sous Linux est l’affaire de quelques lignes de commandes bien placées. Ensuite, nous allons installer RubyGems, sorte de répertoire de paquets contenant des extensions pour le langage Ruby. Nous parlerons plus longuement des Gems dans un prochain article, mais en attendant, il nous faut maintenant passer à l’action. Et voilà, vous disposez maintenant de RubyGems ! Vous allez maintenant me dire : mais le serveur web ? Sous Windows, à l’aide de RubyStack. Utilisons MySQL

jquery custom content scroller Last updated on Mar 10, 2015 Originally published on August 1, 2010 by malihu, under Plugins. Highly customizable custom scrollbar jQuery plugin. Features include vertical and/or horizontal scrollbar(s), adjustable scrolling momentum, mouse-wheel (via jQuery mousewheel plugin), keyboard and touch support, ready-to-use themes and customization via CSS, RTL direction support, option parameters for full control of scrollbar functionality, methods for triggering actions like scroll-to, update, destroy etc., user-defined callbacks and more. Current version 3.0.8 (Changelog)Upgrading from version 2 When upgrading from version 2.x to 3.x it’s important to use version 3 CSS and .png files. Version 2 is still maintained and updated here. How to use it Get started by downloading the archive which contains the plugin files (and a large amount of HTML demos and examples). Include jquery.mCustomScrollbar.css in the head tag your HTML document (more info) Initialization Initialize via javascript more info

jQuery and Google Maps Tutorial: #1 Basics: jQuery, Google Maps There are many times I want to leverage jQuery’s strengths to create a custom Google Maps mashup. In this tutorial, I will walk you through how to get started using jQuery inside the Google Maps environment. I will assume nothing, and explain each piece in detail. View Final Demo If you are already familiar with Google Maps API, skip to step #5, or so. Step #1: Get API key First, grab yourself an API key for Google Maps , you will need this in the next step. Step #2: Load Google Maps and jQuery We want to load up jQuery and Google Maps with the Google AJAX Libraries API. <script type="text/javascript"src=" Make sure to replace YOUR_API_KEY_HERE with your API key. Step #3: Create the Google Map To create our Google Map, we need to create a container div and use CSS to give it a width and a height. Use the GMap2 function to make a map instance. Here, I used Burnsville, MN’s latitude and longitude because it is where I live right now. Step #7 – Add a Custom Message

20 Unique and Creative Image Sliders Image sliders and sideshows have become an essential element in web design. They are a great way to display information and visual content in an interesting way. From the classical slide-to-the-side method to modern full page sliders – today we want to show you some unique and creative versions of the classical image slider. Image sliders and sideshows have become an essential element in web design. IWC Schaffhausen This first example shows a tiny progress bar that will indicate how much is left to show the next slide or image. Lorem Ipsum This full page image slider is composed of three huge images that slide in automatically or when you choose one of the big letter words at the top. Crows Nest This is more of a text slider with a very nice dot navigation at the top. Escape Module Studio The nice part of this slider is the title that appears at the right side, reordering the letters in an interesting and dynamic way. Factoria Allan Yu Ockert und Partner FillStudio digital-telepathy Marco Rotoli

Computer Tips From A Computer Guy jQuery One Page Nav Section 1 DO Something Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Section 2 Section 3 Section 4 Section 5

Related: