background preloader

SimpleSli.de: A Super-Simple jQuery Slideshow Plugin

SimpleSli.de: A Super-Simple jQuery Slideshow Plugin

Pagemap ImageWall — Freeware Web Photo Gallery with slideshow | Pagemap Premium Portfolios Configuration With Config Tags you can customize Pagemap Imagewall to your needs: change colours and sizes, include the gallery in your own PHP scripts, create a footer with links to contact and your home page … and much more. Just create a text file (.txt) named config.txt and write the Config Tags in there. Uninstall If you are not able to delete files that was created by Pagemap Imagewall just rename the file index.php in uninstall.php and run the script. Change author, title and description You can define an author of the gallery that will shown in the footer of as Photos by Your Name; a gallery title that will shown in the browser title bar; and a gallery description as preview text for search engines. [Author: Ischariot Pasadelski] [Gallery Title: Fluktuation 8] [Gallery Description: The works of a polish action artist] Background colour or background image With the following Config Tag you can set a CSS shorthand for the property background. [Background: white] [Footer Color: silver]

30 jQuery Accordion Menus, Tutorials And Best Examples Accordion menus are used widely in navigating, sliding, minimizing and maximizing content. Such accordions practically are expandable whenever needed; you can really save some space and be able to show a lot of information using this technique. Yes, and, of course, such sliding content always is great from the design point of view aby giving your visitor unique experience while he is looking at the site. This article has been updated on 5/28/2012 Accordionza – jQuery Plugin Accordionza is a very flexible and lightweight jQuery (v1.4+) accordion plugin. Many features — Easily configure all effects and speed, pause on hover, autoplay and autorestart, collapsable captions and more.Keyboard navigation — Optionally enable the cursor keys to browse an accordion.Lightweight — The plugin takes only 3kB to load.Flexible — Three accordion styles are included. View Demo 1. Simple free jQuery accordion plugin. 2. jQuery UI Demo 2.1. View Demo 3. 3.1. View Demo 4. 5. jQuery Accordion Menu 8. 9. 10. 11. 12.

The 20 Most Practical and Creative Uses of jQuery There have been plenty of posts on the number of awesome jQuery plugins and where to find them. However, sometimes it is best not to rely on third party plugins and resources. Do it yourself the old fashioned way! Today, we will have a look at 20+ creative uses of jQuery in modern day websites and applications; sure to inspire you for your next project. One of our sporadic writers, James Padolsey, has a nice feature on his website. A "customize" bar in the top right portion of the screen allows you to change the background color of the header. I've saved my absolute favorite site for last. Keep in mind that jQuery is simply a tool and is only limited by your creativity and skill level.

Accordion v2.0 Demo What's new in v2.0? Well i listened to all you guys out there in my forum and my blog and now all those wishes have been granted! Open/Close functionality added (Click on an active accordion). Nested Vertical Accordions Accordions will dynamically resize on content added REAL TIME! ...lots of bug fixes! Uhm... Haha! Oh, by the way, not only does this script handle vertical accordions, but horizontal as well! Download Get it here Accordion v2.0 Include the files You need to include accordion.js but it requires prototype.js and effects.js (like I said this is for scriptaculous!). The Markup Pretty much anything will work, so its really up to you. <h2 class="accordion_toggle">Title Bar</h2><div class="accordion_content">... The important thing here is that it need to be the title element then the content element and so on, nothing in between, just like every other accordion. The Options Not many options, but all you need to make this thing do anything you may require! The Javascript Preload

Dynamic Drive DHTML Scripts- CMotion Image Gallery Note: Updated Aug 24th, 06' by jscheuer1 for various improvements. Description: CMotion Image Gallery is a versatile gallery script that uses the most intuitive input devise available, the user's mouse, to control it! The user can direct both the image scrolling direction and speed just by placing the mouse on either spectrums of the image gallery. Clicking on an image can then load a larger version of it, navigate to a page etc. Apart from the gallery's dimensions, you can also specify its top scrolling speed, with the script then creating a range from 0-top speed and distributing it evenly across the gallery. Cool! Improvements by Jscheuer1 (Aug 24th, 06') to this script are: Allows for easy optional centering. Demo. Directions Step 1: Add the following code to the <head> section of your page: This script references an external .js and .css file. 1) motiongallery.js 2) gallerystyle.css Step 2: Add the below HTML code to the <BODY> section of your page. Have fun! Recent Change log

Animated Scrolling for Same-Page Links Many months ago, I posted a note to the jQuery discussion list showing a script I wrote that uses the Interface plugin's ScrollTo() method to automatically scroll smoothly to any id or named anchor on the current page when clicking on a same-page link. The code was unwieldy and unneccessarily long, but it worked. A little game of one-upmanship followed among some of the gurus, ultimately reducing my 18 lines of code to 11. The other night, however, as I was digging around some old files, I came across the code from my discussion list friends again, so I decided to see if I could fix what ailed it in IE. JavaScript: $(document).ready(function(){ $('a[href*="#"]').click(function(){ if (location.pathname == this.pathname && location.host == this.host) { var target = $(this.hash); target = target.size() && target || $("[name="+this.hash.slice(1)+']'); target.ScrollTo(400); return false; } }; });}); This code does the following: What's in a path name? But that wasn't quite enough. Try it out

CSS Layouts: 40 Tutorials, Tips, Demos and Best Practices - Noupe Design Blog Jul 28 2008 The main idea behind CSS-based layouts is offering more flexibility and enhancing the visual experience of visitors. Some important tips and related key-factors can help to learn basics and keep essential techniques in mind. And this is what this article is all about. Finding the perfect Layout that have Total Flexibility, Equal Height Columns and just works fine. So we’ve decided to take a deep look at articles about CSS-based layouts and the result was a list of 40 tutorials, resources and best practices offering gorgeous and valid CSS-based Layouts. You might be interested to check other CSS related posts: CSS Layout Tutorials 1-Three column fixed layout structure using CSS- This post explains how to realize an HTML/CSS basic structure to design a simple three column fixed page layout with standard elements (logo top bar, navigation bar, text stage, center column for post categories and right column to insert Google AdSense 120X600 ads), to use in your projects. Best Practices

jQuery.ScrollTo Notice I've pretty much stopped updating this blog, but the plugin development is still on-going. You can find the link to the Github project page at the bottom of the article. Introduction An article about animated scrolling with jQuery inspired me to make a small, customizable plugin for scrolling elements, or the window itself. How to specify what to scroll ? Simple, all the matched elements will be scrolled, for example: $('div.pane').scrollTo(); If you need to scroll the window (screen), then use: $.scrollTo(); How to specify where ? Settings Getting the real scrollable element out of a node In order to find the real element whose attributes will be animated, you need to call $.fn. $(window). Manually finding the scrolling limit ScrollTo always had an internal function that calculates the scrolling limit for both axes. Overloading This plugin accepts the arguments in two ways, like $.animate(). $().scrollTo( , , ); $().scrollTo( , ); In this second case, you can specify the duration in the hash.

The Pop Over Plugin » description - WordPress Plugins and Themes, with added BuddyPress and Multisite Goodness – WPMU DEV For help with installing plugins please see our Plugin installation guide Login to your admin panel for WordPress or Multisite and activate the plugin: On regular WordPress installs – visit Plugins and Activate the plugin.For WordPress Multisite installs – Activate it site-by-site (say if you wanted to make it a Pro Sites premium plugin), or visit Network Admin -> Plugins and Network Activate the plugin. Getting Started Once activated, you’ll see a new menu item in your dashboard: PopUp Adding a PopUp Click on PopUp > Add New to open up the PopUp Editor. Here you will see a number of sub-sections for creating PopUps. PopUp Name Let’s start by giving the popup a name, this will help to keep organized if you have lots of popups. PopUp Contents Here you provide the contents of the popup. How these elements display will depend on the settings you provide below as well your theme or any custom CSS you may have added. Appearance Select a Style from the following: Simple Minimal Cabriolet Behavior That’s it!

LightWindow Demo After researching every single modal window, lightbox, slimbox, etc out there nothing fit the bill. Granted some of them were very nice but only fit a specific purpose, others were a nightmare on the code end, and others were just hacks of another. None of them truly supported all of the features we needed and those that were close could not be easily adapted without a bottle of Prozac near by. Other caveats were the complete lack of ability to style and position the system, and the insane over-kill of some of the systems trying to reproduce either another desktop (As if most computer users aren't confused enough) or the reproduction of a popup window (Show me someone who likes popup windows...). Lastly, most people didn't actually test for their media types and how they behaved in other browsers and operating systems (Yes the movies and Flash work in Firefox for the Mac). Media Movies, Flash, PDF's... just link directly to the file! Quicktime Movie Example - 20MB Local File! or Media Movie

Showcase of Interesting Navigation Designs - Smashing Magazine Advertisement Everyone is always looking for interesting and effective ways to organize their website and allow users to move about and find things. But there’s a fine line between unexpected and unusable. Three points to consider in any navigation scheme are consistency, user expectations and contextual clues. If page is long and provides different levels of navigation, will users be able to find their way through the site and use proper navigation quickly? Made by Water A JavaScript-Powered Vertical Fun The large bold headings and modern color palette on Made by Water1 feel fresh and fun. 2Vertical navigation buttons with icons. The other problem with the navigation is the yellow “up” arrow that is displayed in the footer of the page. Finally, while the text at the top is fun and exciting, finding the “Who am I” section is a bit hard. Made in Haus Horizontal Slideshow as Navigation 4Bold horizontal navigation. Foundation Six Animated Text Scrolls Down With the User Word Refuge Relogik Drexler

Related: