Link to home
Start Free TrialLog in
Avatar of usmansultan
usmansultanFlag for Australia

asked on

Dynamic Picture Slider for Website.

I am developing a website for a client and they need a dynamic picture slider, means  after i will hand over them the website, there help desk people should be able to upload the pictures in the slider.

One example of it is on this link.
http://www.realestate.com.au/cgi-bin/rsearch?a=o&id=105358992&f=0&p=10&t=res&ty=&fmt=&header=&cc=&c=80524321&s=qld&snf=rbs&tm=1226485739 
you click on an image, and it opens up in a new window, where you can go to next and previous image, and you can print as well.....so similar to that.....
and i want to know how i can integrate that to the website..

Thanks.
Avatar of quincydude
quincydude
Flag of Hong Kong image

You should do that by scripting language like php with a database.
You can achieve that with pure html and javascript but you have to make every page manually and this is very time comsuming.
Avatar of usmansultan

ASKER

so what do you guys reccommend. Which way will be the best appraoch.....because i am not that good at PHP.....or database
I don't get your actual requirement. Please describe more to propose a solution. If you want a complete photo gallery with slider effect and want easy uploading - why don't you use E2 Gallery.
To learn more:
http://www.e2interactive.com/e2_photo_gallery/documentation.php
Can i use E2 on multiple pages...and if i use there script...do i have to insert there name anywhere on my page.....
You can easily use E2 photo gallery on multiple pages. But till now you can't use multiple E2 gallery on a single page.

You don't have to put the name of E2 interactive on your page.

Their License reads:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
do you know any website who is using this E2 gallery...
i just wanted to see it in action, i have seen the demo....but i just wanted to see it on a working website...
As there is no requirement from E2 Gallery to post the name of website where they are using E2 Gallery - It is quite impossible to find any website who are using it.
One more question, where i can get the drop down menus,
like the one on this website.
http://www.jensenproperty.com.au/
if you move your mouse towards to Renting the drop down menu comes up.......
Do you need a menu compatible of e2 photo gallery - then try this:

http://www.chrisesler.com/mootools/mootools-dropmenu.html
yes i need a menu which is compatibile too E2...but where is the code of it....and how to implement it....
Just go through the source. It is very easy to learn
Another good source of pulldown menus can be found here http://www.cssplay.co.uk/menus/

Darren
i want to open the gallery when i will click on that image...
how can write a code for that....
"i want to open the gallery when i will click on that image"

Which image - Please explain
like ont his link.
http://www.realestate.com.au/cgi-bin/rsearch?a=o&id=105358992&f=0&p=10&t=res&ty=&fmt=&header=&cc=&c=80524321&s=qld&snf=rbs&tm=1226485739
You click on an image and it open ups in a new screen and list all the pictures......
ASKER CERTIFIED SOLUTION
Avatar of darren-w-
darren-w-
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The arrows for previous and next image are not appearing.....i followed the steps.....i have 5 images....but next and previous buttons are not appearing..
Have another look at the instructions here http://www.huddletogether.com/projects/lightbox2/#how

If you unzip the files and folders as they are it should work fine, I suspect you have moved the images/css folder else where.

the css points to the back and previews images like so ../images/nextlabel.gif

so the images should be in a folder called images

The folder layout should look like this:

/
  -> /css/lightbox.css
  -> /images/nextlabel.gif

:D