background preloader

Slideshow 2! A javascript class for Mootools 1.2 to stream and animate the presentation of images on your website

Slideshow 2! A javascript class for Mootools 1.2 to stream and animate the presentation of images on your website
If you are looking to download Slideshow, or for class documentation, please visit the open-source project at Google Code. If you are looking for the old version of Slideshow, it has been moved here. Support If you find this page helpful, why not donate? Because donations are voluntary, the act of making a small contribution has a big effect towards promoting future development and support. Examples By popular request, the following are some simplified examples of Slideshow usage: Demos Click below to view the various demos - perhaps the most impressive effect of all is simply viewing this page with javascript turned off. Slideshow 2! Colophon All photos were taken with a trusty Canon DigitalElph in New York, October 2007.

5 Ways to Create Beautiful Slideshows of your Digital Pictures How many people out there have hundreds, if not thousands, of digital pictures stored on their computers accumulated over years that no one has ever seen? Me! Thankfully, I try to upload most of my pictures to free online photo sharing sites like Picasa and Flickr to at least get some return on the time I spent actually taking all of those pictures. However, I noticed that not too many of my friends nor my family really care to wade through hundreds of pictures, usually the same scene, just a different angle, because it’s boring. Here’s a list and a short feature run-down on some of my favorite photo slideshow apps: (1) Microsoft Photo Story 3 Even though lots of Microsoft software is buggy, they do occasionally come out with some really good software. Photo Story has lots of built in transitions that you can apply to your pictures, such as panning, zooming, flipping, wiping, etc. (2) Google Picasa (3) SmileBox Slideshows (4) PictureTrail (5) Slide

Web-kreation - 48 incredible Mootools Sripts Ever wanted to add some AJAX effects to your site to create a great and interactive looking site. Here s a list of 48 of the best Mootools scripts around there (e.g. image galleries, lightbox clones, tabbed contents, forms, menus, tables, date pickers…). MochaUI MochaUI is a web applications user interface library built on the Mootools JavaScript framework to develop great Web Applications, virtual desktop, modal windows, widget… Maybe the best mootools app I have seen so far. Visit » Mootools Ext Adapter An attempt at creating a mootools adapter for the fantastic Ext library by Jack Slocum.Mootools version: 1.2 Milkbox Another lightbox clone, but this time is written for Mootools 1.2.Mootools version: 1.2 NoobSlide Nice and easy plugin for image slider. 8 slider samples in total.Mootools version: 1.11 and 1.2 (E)2 Photo Gallery (E)2 Photo Gallery is a open source gallery. Pathfusion : Slideshow Slideshow with transition between images.Mootools version: 1.11 MooSlide SmoothGallery MooFlow Slimbox

Flash Slideshow Maker for Mac and Windows How To Create A ‘Mootools Homepage’ Inspired Navigation Effect Using jQuery Vendors who are part of the IAB TCF940Reject allAccept all Purposes (Consent):Store and/or access information on a deviceCreate profiles for personalised advertisingUse profiles to select personalised advertisingPurposes (Legitimate Interest):Use limited data to select advertisingMeasure advertising performanceUnderstand audiences through statistics or combinations of data from different sourcesDevelop and improve servicesSpecial Purposes:Ensure security, prevent and detect fraud, and fix errorsDeliver and present advertising and contentSave and communicate privacy choicesCategories of data:IP addressesDevice characteristicsDevice identifiersProbabilistic identifiersBrowsing and interaction dataUser-provided dataNon-precise location dataUsers’ profilesPrivacy choicesData Retention Period:31 daysYour Consent:Consent expiry: 5 years 1 dayCookie expiry may be refreshed during the lifetime.Tracking method: Cookies onlyShow details

Create a Slideshow in Adobe Fireworks CS4 Create a stunning slideshow gallery in Adobe Fireworks CS4 within a few minutes! Click on the image below to view the finished slideshow gallery. This tutorial will teach you how to create a beautiful slideshow gallery with transition effects, categories, captions and resizable images in Fireworks CS4. Let's get started right away! Once the images are imported, you can add captions to the images, description your gallery, album name and choose the kind of slideshow you want, I have chosen Player - Black (Flash Plugin not required). Click here to view the finished gallery. Please Like, Tweet, Share or Comment on this page if you found this tutorial/resource useful! No portion of these materials may be reproduced in any manner whatsoever, without the express written consent of Entheos.

Using jQuery for Background Image Animations After reading Dave Shea's article on CSS Sprites using jQuery to produce animation effects, I felt like playing around with things to see what could be done but accomplish it with a simpler HTML structure (no need for adding superfluous tags) and simpler code, too. Changing the position of the background image felt to be the best approach to creating the type of effect we're looking for (and I'm not the first to think so: see the examples at the end of this article). jQuery is a great library for this type of task but out of the box, it can't animate background position properly because of the need to animate two values instead of just one (too bad not all browsers implemented the non-standard background-position-x and -y like Internet Explorer). You'll have to use the Background-Position plugin that is linked in the demo (the original plugin is no longer available on the jQuery site). Previous versions didn't support negative or decimal values properly. The HTML The Basic CSS The Image

JavaScript Kit- Images and music scripts 3-way image slideshow A versatile image slideshow that can be viewed in three ways- via a drop down menu, back/forward button, or automatically. Cool! BackBox Image Viewer BackBox is a new image gallery script which displays your pictures in a smooth and easy way. Divviewer Image Viewer Divviewer Image viewer lets you display images inline- when the user clicks on a link- scaled to fit the dimensions of the page if necessary. Drop Down Image Selector I A drop down combo box that allows surfers to choose among many images to be shown. Drop Down Image Selector II A drop down combo box that allows surfers to choose among many images to be shown. Dynamic PHP Picture Viewer This script combines PHP with JavaScript to let you easily display all pictures within a directory without having to input their file names into the script! Image Slideshow with description This nifty image slideshow script lets the user manually move back and forth between images, by clicking on the provided buttons.

Navigation Menus: Trends and Examples | Design Showcase Advertisement Navigation is the most significant element in web design. Since web-layouts don’t have any physical representation a user can stick to, consistent navigation menu is one of the few design elements which provide users with some sense of orientation and guide them through the site. Users should be able to rely on it which is why designers shouldn’t mess around with it. That’s why in most cases it’s where simple, intuitive and conventional solutions are usually the best option. This article presents recent trends, examples and innovative solutions for design of modern navigation menus. 1. The most significant task a navigation menu has to fulfill is to unambiguously guide the visitors through the different sections of the site. This navigation scheme can be used not only for the horizontal navigation; it can can be applied to vertical navigation as well. 2. In any case over the last months a number of web-sites integrated Mac-styled-navigation in their web-sites. 3. 4. 5. 6.

Create HD slideshows with ProShow. How to Create Coda(tm) like Scrolling Window using Mootools -2 « N Rao Lakkakula’s Blog As I promised earlier , here is the code to do it. Look at the Final Output with some other Mootools Goodies at my website ( Assuming our html file is index.html and we have two folders names ‘js’ and ‘css’ to keep javascript and css files respectively. Step 1: Write HTML File ( I tookoff DOCTYPE and other header stuff to make it simple) index.html Step 2 : Write Javascript to do Scroll Effect js/site.js $(‘nav_about’).addEvent(‘click’, function(event) { event = new Event(event).stop(); scroll.toElement(‘content_about’); }); $(‘nav_projects’).addEvent(‘click’, function(event) { event = new Event(event).stop(); scroll.toElement(‘content_projects’); }); $(‘nav_portfolio’).addEvent(‘click’, function(event) { event = new Event(event).stop(); scroll.toElement(‘content_portfolio’); }); $(‘nav_blog’).addEvent(‘click’, function(event) { event = new Event(event).stop(); scroll.toElement(‘content_blog’); }); }); Step 3 : Stylesheets css/site.css css/h.css Thats It! css/v.css Like this:

Dreamweaver Widget Browser When the first version of Dreamweaver launched, the web had only begun to emerge as a viable platform, and its capabilities were a fraction of what they are today. Since then, the web platform has changed dramatically, and continues to evolve at a rapid pace. Designing for an evolving platform means that the tools one uses must also evolve. To best serve our customers, we are modernizing Dreamweaver to provide an all-in-one visual tooling environment for creating websites and mobile content. Our first task has been to streamline the User Interface, which we have begun by consolidating several workflows (such as font management) and simplifying parts of the application (such as the Document Tool Bar and the Insert Panel). The modernization efforts also include the introduction of the new CSS Designer panel in Dreamweaver CC. As we remove older features from Dreamweaver, we recognize that some customers may still depend on existing workflows/technologies. Best Regards, Tareq Aljaber

① FREE HTML Hit Counter - Web Counters - Visitor Counter ① Edge: June 2009 - Tutorial: Exporting CSS with Adobe Fireworks CS4 by John Ulliman and Tommi West Adobe Fireworks is a great tool for website design. The basic HTML export functionality has always been a huge time-saver because you can export your design as an HTML page with the image files inserted in a table layout in seconds. In the past, you may have used Fireworks to generate site files, but to implement a CSS style sheet that controls the site layout, you had to export the site files from Fireworks and then manually edit the HTML file in Adobe Dreamweaver to add the CSS styles. Fireworks CS4 includes a new CSS export feature that enables you to export page designs using CSS positioning. It's easy to use the new CSS export feature. If you've exported Fireworks pages as table-based HTML files, then you already know how to add slices. Exporting a Fireworks design CSS code uses a box model to define div tags, so it's only natural to use rectangles to define the areas that will create div tags in a Fireworks document. sample_file.png (ZIP, 522K) ‹ Back

Related: