Re: [Tutor] Displaying images on a web page

2008-01-01 Thread Michael Langford
On Jan 1, 2008 11:18 AM, Dinesh B Vadhia <[EMAIL PROTECTED]> wrote: > I want to display a fixed number of same-size (jpeg) images on a web > page. The images displayed will change on user input. > > I can use PIL to write the code but has anyone come across open source code > that already does t

Re: [Tutor] Displaying images on a web page

2008-01-01 Thread Alan Gauld
"Dinesh B Vadhia" <[EMAIL PROTECTED]> wrote > I want to display a fixed number of same-size (jpeg) images > on a web page. The images displayed will change on user input. Can you be more specific? Do you mean they should change dynamically in the browser or that they will change after a form

[Tutor] Displaying images on a web page

2008-01-01 Thread Dinesh B Vadhia
I want to display a fixed number of same-size (jpeg) images on a web page. The images displayed will change on user input. I can use PIL to write the code but has anyone come across open source code that already does this? Thank-you Dinesh___ Tutor

Re: [Tutor] displaying images

2005-04-18 Thread Diana Hawksworth
<[EMAIL PROTECTED]>; Sent: Monday, April 18, 2005 6:27 PM Subject: Re: [Tutor] displaying images > > > I am working through "Programming Python" by Mark Lutz. > > Thats a prettty advanced book for a tutor list reader... > but its a good un too. > > > ..

Re: [Tutor] displaying images

2005-04-18 Thread Alan Gauld
> I am working through "Programming Python" by Mark Lutz. Thats a prettty advanced book for a tutor list reader... but its a good un too. > ...I am not certain what the "../gifs/" means, Its just a path to a directory. ../ means the directory/folder above the current one. gifs/ means the

Re: [Tutor] displaying images

2005-04-17 Thread Diana Hawksworth
Ahhh! Thanks Kent. Shall give that a try. Diana - Original Message - From: "Kent Johnson" <[EMAIL PROTECTED]> To: "Diana Hawksworth" <[EMAIL PROTECTED]> Cc: Sent: Monday, April 18, 2005 11:39 AM Subject: Re: [Tutor] displaying images > Diana Hawk

Re: [Tutor] displaying images

2005-04-17 Thread Kent Johnson
Diana Hawksworth wrote: Hello list! I am working through "Programming Python" by Mark Lutz. I am puzzled by the following script - as I am not certain what the "../gifs/" means, even though Lutz explains it by saying it is the reference for a GIF stored "in another directory". I have tried to

[Tutor] displaying images

2005-04-17 Thread Diana Hawksworth
Hello list!  I am working through "Programming Python" by Mark Lutz. I am puzzled by the following script - as I am not certain what the "../gifs/" means, even though Lutz explains it by saying it is the reference for a GIF stored  "in another directory". I have tried to adapt it - using my