943,644 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 699
  • PHP RSS
Apr 24th, 2009
0

Please provide code Logic for a photo gallery

Expand Post »
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
Reputation Points: 21
Solved Threads: 0
Junior Poster
marjan_m is offline Offline
149 posts
since Apr 2005
Apr 24th, 2009
0

Re: Please provide code Logic for a photo gallery

JavaScript image carousel.
Reputation Points: 10
Solved Threads: 4
Junior Poster in Training
Andrieux is offline Offline
60 posts
since Jan 2009
Apr 24th, 2009
0

Re: Please provide code Logic for a photo gallery

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.
Sponsor
Featured Poster
Reputation Points: 410
Solved Threads: 258
Occupation: Genius
cwarn23 is offline Offline
3,004 posts
since Sep 2007
Apr 25th, 2009
0

Re: Please provide code Logic for a photo gallery

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:

php Syntax (Toggle Plain Text)
  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.




Click to Expand / Collapse  Quote originally posted by cwarn23 ...
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.
Reputation Points: 21
Solved Threads: 0
Junior Poster
marjan_m is offline Offline
149 posts
since Apr 2005
Apr 25th, 2009
0

Re: Please provide code Logic for a photo gallery

Thanks for your reply. I am trying to make dynamic the following code:
http://www.ajaxdaddy.com/demo-ajax-carousel.html

please guide

Click to Expand / Collapse  Quote originally posted by Andrieux ...
JavaScript image carousel.
Reputation Points: 21
Solved Threads: 0
Junior Poster
marjan_m is offline Offline
149 posts
since Apr 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: insert into multiple tables based on checkbox
Next Thread in PHP Forum Timeline: .htaccess help





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC