Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Directing to a picture

Reply
Thread Tools

Directing to a picture

 
 
Jim S
Guest
Posts: n/a
 
      07-21-2010
My site consists of photographs with captions. Each one (or group) has its
own page which is linked to the menu page of thumbnails. If I wish to point
someone to a particular picture then I send a link to the page.
In a previous version of the site I used a 'lightbox' procedure to open
pictures/groups from the thumbnail page, but I could then not send a link
to an individual picture. The best I could do was to send a link to the
thumbnail page and tell the user which one to choose.
Is there a way to get round this?
--
Jim S
Tyneside UK
www.jimscott.co.uk
 
Reply With Quote
 
 
 
 
Jonathan N. Little
Guest
Posts: n/a
 
      07-21-2010
Jim S wrote:
> My site consists of photographs with captions. Each one (or group) has its
> own page which is linked to the menu page of thumbnails. If I wish to point
> someone to a particular picture then I send a link to the page.
> In a previous version of the site I used a 'lightbox' procedure to open
> pictures/groups from the thumbnail page, but I could then not send a link
> to an individual picture. The best I could do was to send a link to the
> thumbnail page and tell the user which one to choose.
> Is there a way to get round this?


Way around what? What you say you have now have is you can send someone
to a particular image whereas before you couldn't. Is this a problem?
IIRC before you had a frame system hence why you could not link to an
individual page, (the beauty of frames).

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
Reply With Quote
 
 
 
 
Jim S
Guest
Posts: n/a
 
      07-21-2010
On Wed, 21 Jul 2010 12:04:41 -0700, wrote:

> On Wed, 21 Jul 2010 15:29:42 +0100, Jim S <> wrote:
>
>>My site consists of photographs with captions. Each one (or group) has its
>>own page which is linked to the menu page of thumbnails. If I wish to point
>>someone to a particular picture then I send a link to the page.
>>In a previous version of the site I used a 'lightbox' procedure to open
>>pictures/groups from the thumbnail page, but I could then not send a link
>>to an individual picture. The best I could do was to send a link to the
>>thumbnail page and tell the user which one to choose.
>>Is there a way to get round this?

>
> Take a look at this:
>
> http://frontal-lobe.info/farm/17.html
>
> then "Tap to Return" to see the thumbnails.
>
> --
> MasonC


Sorry, it does not work in Firefox (although it does in IE
It does not re-size down if the user is working on a small resolution.
--
Jim S
Tyneside UK
www.jimscott.co.uk
 
Reply With Quote
 
Jim S
Guest
Posts: n/a
 
      07-21-2010
On Wed, 21 Jul 2010 14:29:43 -0400, Jonathan N. Little wrote:

> Jim S wrote:
>> My site consists of photographs with captions. Each one (or group) has its
>> own page which is linked to the menu page of thumbnails. If I wish to point
>> someone to a particular picture then I send a link to the page.
>> In a previous version of the site I used a 'lightbox' procedure to open
>> pictures/groups from the thumbnail page, but I could then not send a link
>> to an individual picture. The best I could do was to send a link to the
>> thumbnail page and tell the user which one to choose.
>> Is there a way to get round this?

>
> Way around what? What you say you have now have is you can send someone
> to a particular image whereas before you couldn't. Is this a problem?
> IIRC before you had a frame system hence why you could not link to an
> individual page, (the beauty of frames).


Hi Jonathan.
As usual I am not making myself clear. Let me try - using my site.
The local thumbnails are here:
http://www.jimscott.co.uk/Local/LH_000_thumbnails.html
If I wish to direct someone to the page showing the Low Light, I send them
this link: http://www.jimscott.co.uk/Local/LH_1...low_light.html

However if I use one of the several "lightbox" type scripts to open the Low
Light pictures overlaying the thumbnails page, then I cannot send a link
because the address remains as the thumbnails address whichever picture is
overlaid. The best I can do is to send them the thumbnails link and tell
them to go to the thumbnail I choose and tell them to click on it. Not
really a big deal, but a bit clunky in a page with lots of pictures.

--
Jim S
Tyneside UK
www.jimscott.co.uk
 
Reply With Quote
 
dorayme
Guest
Posts: n/a
 
      07-21-2010
In article <>,
wrote:

> On Wed, 21 Jul 2010 15:29:42 +0100, Jim S <> wrote:
>
> >My site consists of photographs with captions. Each one (or group) has its
> >own page which is linked to the menu page of thumbnails. If I wish to point
> >someone to a particular picture then I send a link to the page.
> >In a previous version of the site I used a 'lightbox' procedure to open
> >pictures/groups from the thumbnail page, but I could then not send a link
> >to an individual picture. The best I could do was to send a link to the
> >thumbnail page and tell the user which one to choose.
> >Is there a way to get round this?

>
> Take a look at this:
>
> http://frontal-lobe.info/farm/17.html
>

Gee, Mason! Are you serious?

--
dorayme
 
Reply With Quote
 
dorayme
Guest
Posts: n/a
 
      07-21-2010
In article <>,
Jim S <> wrote:

....
> As usual I am not making myself clear. Let me try - using my site.
> The local thumbnails are here:
> http://www.jimscott.co.uk/Local/LH_000_thumbnails.html
> If I wish to direct someone to the page showing the Low Light, I send them
> this link: http://www.jimscott.co.uk/Local/LH_1...low_light.html
>
> However if I use one of the several "lightbox" type scripts to open the Low
> Light pictures overlaying the thumbnails page, then I cannot send a link
> because the address remains as the thumbnails address whichever picture is
> overlaid. The best I can do is to send them the thumbnails link and tell
> them to go to the thumbnail I choose and tell them to click on it. Not
> really a big deal, but a bit clunky in a page with lots of pictures.


You can do better if you still have

<http://www.jimscott.co.uk/Local/LH_190_new_low_light.html>

on your server. Just give them this link.

Or even simpler give them a couple of links to the pics themselves

<http://www.jimscott.co.uk/Local/LH_images/Low_light.jpg>

and

<http://www.jimscott.co.uk/Local/LH_images/Low_light_plaque.jpg>

--
dorayme
 
Reply With Quote
 
Andy Dingley
Guest
Posts: n/a
 
      07-21-2010
On 21 July, 15:29, Jim S <j...@jimXscott.co.uk> wrote:
> In a previous version of the site I used a 'lightbox' procedure to open
> pictures/groups from the thumbnail page, but I could then not send a link
> to an individual picture.


Set up a set of new pages for single image viewing, with sensible,
stable URLs to them. Use these for emails and bookmarks. There's no
reason why they have to be linked from the gallery page, but equally
you can do this anyway through a small subtle link. I'm not a fan of
that lightbox script, as it's a pain for printing.

This sounds like a lot of work, but that's why we use server-side
scripting for nearly everything.
 
Reply With Quote
 
Jim S
Guest
Posts: n/a
 
      07-21-2010
On Wed, 21 Jul 2010 15:56:33 -0700 (PDT), Andy Dingley wrote:

> On 21 July, 15:29, Jim S <j...@jimXscott.co.uk> wrote:
>> In a previous version of the site I used a 'lightbox' procedure to open
>> pictures/groups from the thumbnail page, but I could then not send a link
>> to an individual picture.

>
> Set up a set of new pages for single image viewing, with sensible,
> stable URLs to them. Use these for emails and bookmarks. There's no
> reason why they have to be linked from the gallery page, but equally
> you can do this anyway through a small subtle link. I'm not a fan of
> that lightbox script, as it's a pain for printing.
>
> This sounds like a lot of work, but that's why we use server-side
> scripting for nearly everything.


Apart from the sending links problem I had not thought about the printing
pain. I know it took me ages to convert the site last time I tried the
lightbox method (actually I used lightview). Apart from the visual effect
of the 'blossoming' graphic, I like its ability to shrink a photo if the
window is too small.
I fancy I'm a bit long in the tooth and short of patience to learn ASP or
PHP, but you never know. <g>
--
Jim S
Tyneside UK
www.jimscott.co.uk
 
Reply With Quote
 
dorayme
Guest
Posts: n/a
 
      07-22-2010
In article <>,
Ed Mullen <> wrote:

> dorayme wrote:
> > In article< >,
> > wrote:
> >

....
> >> Take a look at this:
> >>
> >> http://frontal-lobe.info/farm/17.html
> >>

> > Gee, Mason! Are you serious?
> >

>
> Seriously deranged.


I was referring just to the markup, I have a standing rule not to
remark on man's relations with sheep out of respect for a
neighbouring country.

--
dorayme
 
Reply With Quote
 
dorayme
Guest
Posts: n/a
 
      07-22-2010
In article <>,
Ed Mullen <> wrote:

> dorayme wrote:
> > In article<>,
> > Ed Mullen<> wrote:
> >
> >> dorayme wrote:
> >>> In article< >,
> >>> wrote:
> >>>

> > ...
> >>>> Take a look at this:
> >>>>
> >>>> http://frontal-lobe.info/farm/17.html
> >>>>
> >>> Gee, Mason! Are you serious?
> >>>
> >>
> >> Seriously deranged.

> >
> > I was referring just to the markup, ...
> >

>
> Markup, schmarkup. The response was deranged, ...


It was an attempt by Mason, surely, to show OP how to go about
something, it was not *deranged*.

--
dorayme
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Directing a file to the output response... Stu ASP .Net 4 04-27-2006 11:29 AM
Error when re-directing word document Mantorok ASP .Net 2 09-26-2005 10:59 PM
Directing Domains Andrew Bonney \(abweb\) ASP .Net 2 11-16-2004 08:07 PM
Re: Directing dynamically generated html content to word from ASP.NET Steve C. Orr [MVP, MCSD] ASP .Net 0 06-03-2004 06:36 AM
're-directing" System.err Roy Epperson Java 4 11-11-2003 12:51 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57