Go Back   CodingForums.com > :: Client side development > JavaScript programming > Ajax and Design

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-04-2012, 07:56 PM   PM User | #1
samuvk
New Coder

 
Join Date: Nov 2011
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
samuvk is an unknown quantity at this point
Photo Gallery

Any easy way to do something like the attachment.

I just need to have a Gallery on the left and show the selected image on the right.

Also like to have the option of several a scroll down or several pages on the left to be able to have several photos.

And to have a title and description under the selected picture on the right

Thanks so much
Attached Thumbnails
Click image for larger version

Name:	Galleria.jpg
Views:	67
Size:	45.0 KB
ID:	11753  
samuvk is offline   Reply With Quote
Old 12-04-2012, 08:16 PM   PM User | #2
devnull69
Senior Coder

 
Join Date: Dec 2010
Posts: 2,245
Thanks: 10
Thanked 531 Times in 525 Posts
devnull69 will become famous soon enough
If you google "image gallery", possibly together with jQuery (if you want), you will certainly find hundreds of different examples.

Otherwise there is no easy answer unless you add some more information
- Will the thumbnails be separate pictures or do you just want the browser to downscale?
- Will the images (image paths) be stored in a file system or a database of some kind?
- Do you want all the images (on all sub pages) to be loaded on page load or do you want to load the images only when they are "about to be shown"?
- Do you already have the markup for the gallery (i.e. the container elements and the positioning CSS)?

I am asking this because usually you will get help if (and only if) you show some effort, i.e. some of your own code, and then describe your specific problem. We are not a free coding service.
devnull69 is offline   Reply With Quote
Users who have thanked devnull69 for this post:
samuvk (12-04-2012)
Old 12-04-2012, 09:24 PM   PM User | #3
samuvk
New Coder

 
Join Date: Nov 2011
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
samuvk is an unknown quantity at this point
Thanks for your quick response.

As you recommended, I have already check hundreds of websites but it was difficult to find what I want. Something like the images I posted.

I actually have the code, but my issue is that there are many files and I want to post it in blogger and I don't know where and how to introduce the code.

I have attached the following:

1. MyArtGalleryCode.txt --> this is the HTML code which I understand I would have to write in the post.
2. basic.css --> I'm not sure but I guess I should write in the Template --> Edit HTML de blogger under the <header>
3. galleriffic-2.css --> I'm not sure but I guess I should write in the Template --> Edit HTML de blogger under the <header>
4. jquery.gallerifficCODE.txt --> This is the .js or JQueary file that I don't have idea what to do with it or where to write up the code. I don't know how to use.

I have to other .js files. One is the jquery-1.3.2 which I'm not sure If I have to include or not or if I can just call it.

Thank you very much again for your help
Attached Files
File Type: txt MyArtGalleryCODE.txt (15.9 KB, 38 views)
File Type: css basic.css (1.0 KB, 36 views)
File Type: css galleriffic-2.css (3.1 KB, 36 views)
File Type: txt jquery.gallerifficCODE.txt (31.7 KB, 43 views)
samuvk is offline   Reply With Quote
Old 12-04-2012, 09:29 PM   PM User | #4
samuvk
New Coder

 
Join Date: Nov 2011
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
samuvk is an unknown quantity at this point
Responding to your questions:

- Will the thumbnails be separate pictures or do you just want the browser to downscale?
I would like the thumbnails to be separate pictures that I could give a path to them <img src="where I would indicate the path of the picture">
- Will the images (image paths) be stored in a file system or a database of some kind?
I would call the pictures as indicated above. I would store the pictures in Picassa and call them through a path.
- Do you want all the images (on all sub pages) to be loaded on page load or do you want to load the images only when they are "about to be shown"?
I would like to load the images only when they are about to be shown
- Do you already have the markup for the gallery (i.e. the container elements and the positioning CSS)?
I have attached what I have in the previous post.

Thanks you very much again for your help
samuvk is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:58 AM.


Advertisement
Log in to turn off these ads.