Please provide code Logic for a photo gallery

Reply

Join Date: Apr 2005
Posts: 149
Reputation: marjan_m is an unknown quantity at this point 
Solved Threads: 0
marjan_m marjan_m is offline Offline
Junior Poster

Please provide code Logic for a photo gallery

 
0
  #1
Apr 24th, 2009
Hi,

Please view the following link:

http://travel.yahoo.com/p-travelguid...vlVEe4GeQyFWoL

Here can any one please guide me that how the pictures are changing in the vertical are at right side?

Thanks
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 60
Reputation: Andrieux is an unknown quantity at this point 
Solved Threads: 4
Andrieux Andrieux is offline Offline
Junior Poster in Training

Re: Please provide code Logic for a photo gallery

 
0
  #2
Apr 24th, 2009
JavaScript image carousel.
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 1,444
Reputation: cwarn23 has a spectacular aura about cwarn23 has a spectacular aura about cwarn23 has a spectacular aura about 
Solved Threads: 135
cwarn23's Avatar
cwarn23 cwarn23 is offline Offline
Nearly a Posting Virtuoso

Re: Please provide code Logic for a photo gallery

 
0
  #3
Apr 24th, 2009
Perhaps ajax.
I checked the source code and appears that at least javascript to some degree must have been used since there is no hyperlink but instead an oop reference with javascript. Then and although I haven't dug in deep enough to confirm this but it appears there is some server to client communication that updates the div fields. That's about all that I have found so far.
Try not to bump 10 year old threads as it can be really annoying.
Like php then read my website at http://syntax.cwarn23.net/
Star-Trek-Atlantis - now that's what I call a movie ^_^
My favourite PC. - MacGyver Fan
Bad english note: dis-iz-2b4u
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 149
Reputation: marjan_m is an unknown quantity at this point 
Solved Threads: 0
marjan_m marjan_m is offline Offline
Junior Poster

Re: Please provide code Logic for a photo gallery

 
0
  #4
Apr 25th, 2009
Thanks for your reply.

I am trying to use JavaScript image carousel. Please view this link:

http://www.ajaxdaddy.com/demo-ajax-carousel.html

It uses unordered list. Here the lists are static but I am trying to make it dynamic as:

  1. <div id="prev-arrow-container"><img alt="Left3-disabled" id="prev-arrow" src="images/left3-disabled.gif?1163492051" /></div>
  2. <div class="carousel-component" id="html-carousel"><div class="carousel-clip-region">
  3.  
  4. <ul>
  5. <?
  6. $count = 0;
  7. while ($count <= $total)
  8. {?>
  9.  
  10. <li>
  11. <img src="images/journeys/gallery/<? echo $arr[$count][0]; ?>" class="thumb" />
  12. </li>
  13. <?
  14. $count++;
  15. }
  16. ?>
  17. </ul>
  18. </div></div>

Here the list's are created dynamically to place some images in those list's as in that code, but it is not working. Please guide.




Originally Posted by cwarn23 View Post
Perhaps ajax.
I checked the source code and appears that at least javascript to some degree must have been used since there is no hyperlink but instead an oop reference with javascript. Then and although I haven't dug in deep enough to confirm this but it appears there is some server to client communication that updates the div fields. That's about all that I have found so far.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 149
Reputation: marjan_m is an unknown quantity at this point 
Solved Threads: 0
marjan_m marjan_m is offline Offline
Junior Poster

Re: Please provide code Logic for a photo gallery

 
0
  #5
Apr 25th, 2009
Thanks for your reply. I am trying to make dynamic the following code:
http://www.ajaxdaddy.com/demo-ajax-carousel.html

please guide

Originally Posted by Andrieux View Post
JavaScript image carousel.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC