tags:

views:

64

answers:

4

Hi will some one help me to find a free script something like this website has

http://www.paris-beyrouth.org/

A: 

never seen something like this in the wild. why not rip the javascript code and layout from the site.

Funky Dude
Because that's illegal. He could however analyze it to see how it's done and then write his own, unless local laws prevent this as well for some reason.
Matti Virkkunen
Hi Funky Dude, yes you can rip JS and include in your project but it's not the right way to do it and neither you can't learn anything by just ripping :)
Prathap
yes. you should probably write your own. this isnt exactly easy but very doable.
Funky Dude
A: 

it looks like its using the following jquery plugins:

/* compact [
2 prive/javascript/jquery.js
3 prive/javascript/jquery.form.js
4 prive/javascript/ajaxCallback.js
5 plugins/auto/spip_out_ouvrant/spip_out_ouvrants.js
6 squelettes/javascript/jquery.easing.1.3.js
7] 60.9% */ 

The set up of the image gallery looks like just three images that have a lot of animation connecting them together using the easing plugin.

Good use of jQuery instead of flash.

Glennular
+1  A: 

Try Spritely. It's MIT and GPL licensed. Spritely can do it with either scrolling backgrounds or sprites.

A: 

That's pretty cool. I don't know if you would be interested, but I am in the process of developing a slideshow plugin for jQ.

http://www.simplesli.de

I'm still working out the kinks on the site and in the code, but if you're interested, keep an eye out.

dclowd9901
Thanks that's pretty cool JS
Prathap