ProtoFlow
Have you been looking for a cool way to display information on your web site or application. Well, one interesting script that can display information in a cool effect is ProtoFlow.

ProtoFlow is very easy to use and below is how you use it as described on the ProtoFlow web site.
How to use it?
Its fairly easy to use this lib. Just follow the steps:
- Download ProtoFlow and extract it.
- Add Prototype and Scriptaculous and Reflection.js to your page
- Add ProtoFlow.js and ProtoFlow.css to your page
- Add Markup and onLoad event (as described below)
Implementation:
Your HTML Markup would look like:<div id="myCoverFlow"> <img src="image1.jpg" alt="Caption for this image 1"/> <img src="image2.jpg" alt="Caption for this image 2"/> <img src="image3.jpg" alt="Caption for this image 3"/> ..... <img src="imageN.jpg" alt="Caption for this image N"/> </div>Than you can initialize ProtoFlow like:
Event.observe(window, 'load', function(evnt) { var ProtFlowExample = new ProtoFlow($("myCoverFlow"), { startIndex: 2, //which image do you want the flow //to focus on by default slider: true, //show or hide slider? captions: true, //show or hide captions, by default we hide it. //So YOU MUST turn it on here useReflection: false //Add reflection to your images. Please //note that this will slow down rendering. }); });While there are other scripts that create a similar effect, ProtoFlow is the only one that I know of using Prototype and Scriptaculous. This makes it perfect if you are already using these libraries (just remember to compress the script files as appropriate as the libraries are a little large).
You can get more information about ProtoFlow and see a demo of it here.
If you find any interesting uses for the script I'd love to hear about it (you can leave a comment or you can write a blog post using your free Ajaxonomy account). So, start making that cool website or application and use this or some other interesting effect to make it stand out.
Navigation
Recent Posts
Recent comments
- Some more Examples
13 weeks 1 day ago - Don't forget Canvas
13 weeks 2 days ago - Enum provides namespace
13 weeks 2 days ago - Email
18 weeks 10 hours ago - Pingback
18 weeks 12 hours ago - Very nice and self
18 weeks 1 day ago - Firefox 6
18 weeks 2 days ago - Pingback
18 weeks 5 days ago - It's only ugly if you look at it as text...
22 weeks 7 hours ago - I am loading another aspx
34 weeks 6 days ago
Ajaxonomy Labs
Search
User login
Tags
Java Corner
Recent blog posts
- Jump Into Coding
- Game Closure Showing HTML5 Game Frameworks Worth Millions
- JavaScript Web Drawing Frameworks
- How Google’s +1 Button Affects SEO
- Should You Use a Cross-Platform Mobile App Development Tool?
- Code Hero Learn to Make Games, Through a Game!
- Are You a Coding Rockstar?
- HTML5 in IE8 and IE7
- Interactive 3D Dodecahedron in HTML5
- NetBeans IDE 7.1 - Released
Delicious
Digg
StumbleUpon
Propeller
Reddit
Magnoliacom
Newsvine
Furl
Facebook
Google
Yahoo
Technorati
Icerocket
This is really a great idea.
This is very well done. I would like to see just a hint of separation between the image and the reflection.
But my biggest question - how long until the Web 2.0-style reflection effects fall out of favor?
Post new comment