Re: Completely OT

2009-11-30 Thread geremy condra
On Mon, Nov 30, 2009 at 1:21 PM, Victor Subervi wrote: > On Mon, Nov 30, 2009 at 2:00 PM, inhahe wrote: >> >> On Mon, Nov 30, 2009 at 12:58 PM, inhahe wrote: >> > On Mon, Nov 30, 2009 at 12:49 PM, Victor Subervi >> > wrote: >> >> >> >> >> >> If I'm not mistaken, that won't help me actually prin

Re: Completely OT

2009-11-30 Thread inhahe
On Mon, Nov 30, 2009 at 2:17 PM, Lie Ryan wrote: > On 12/1/2009 5:00 AM, inhahe wrote: >> >> On Mon, Nov 30, 2009 at 12:58 PM, inhahe  wrote: >>> >>> On Mon, Nov 30, 2009 at 12:49 PM, Victor Subervi >>>  wrote: If I'm not mistaken, that won't help me actually print to screen the >>

Re: Completely OT

2009-11-30 Thread Lie Ryan
On 12/1/2009 5:00 AM, inhahe wrote: On Mon, Nov 30, 2009 at 12:58 PM, inhahe wrote: On Mon, Nov 30, 2009 at 12:49 PM, Victor Subervi wrote: If I'm not mistaken, that won't help me actually print to screen the user's choices as he selects them, which in my application, is important. Please

Re: Completely OT

2009-11-30 Thread Victor Subervi
On Mon, Nov 30, 2009 at 2:37 PM, inhahe wrote: > On Mon, Nov 30, 2009 at 1:21 PM, Victor Subervi > wrote: > > On Mon, Nov 30, 2009 at 2:00 PM, inhahe wrote: > >> > >> On Mon, Nov 30, 2009 at 12:58 PM, inhahe wrote: > >> > On Mon, Nov 30, 2009 at 12:49 PM, Victor Subervi > >> > wrote: > >> >>

Re: Completely OT

2009-11-30 Thread inhahe
On Mon, Nov 30, 2009 at 1:21 PM, Victor Subervi wrote: > On Mon, Nov 30, 2009 at 2:00 PM, inhahe wrote: >> >> On Mon, Nov 30, 2009 at 12:58 PM, inhahe wrote: >> > On Mon, Nov 30, 2009 at 12:49 PM, Victor Subervi >> > wrote: >> >> >> >> >> >> If I'm not mistaken, that won't help me actually prin

Re: Completely OT

2009-11-30 Thread Victor Subervi
On Mon, Nov 30, 2009 at 1:35 PM, Dennis Lee Bieber wrote: > On Mon, 30 Nov 2009 07:26:09 -0500, Victor Subervi > declaimed the following in > gmane.comp.python.general: > > > Hi; > > I need a recommendation. I want to print out data like this: > > > > blue > > red > > >Why all the off-pag

Re: Completely OT

2009-11-30 Thread Victor Subervi
On Mon, Nov 30, 2009 at 2:00 PM, inhahe wrote: > On Mon, Nov 30, 2009 at 12:58 PM, inhahe wrote: > > On Mon, Nov 30, 2009 at 12:49 PM, Victor Subervi > > wrote: > >> > >> > >> If I'm not mistaken, that won't help me actually print to screen the > user's > >> choices as he selects them, which in

Re: Completely OT

2009-11-30 Thread inhahe
On Mon, Nov 30, 2009 at 12:58 PM, inhahe wrote: > On Mon, Nov 30, 2009 at 12:49 PM, Victor Subervi > wrote: >> >> >> If I'm not mistaken, that won't help me actually print to screen the user's >> choices as he selects them, which in my application, is important. Please >> advise. >> TIA, >> V > >

Re: Completely OT

2009-11-30 Thread inhahe
On Mon, Nov 30, 2009 at 12:49 PM, Victor Subervi wrote: > > > On Mon, Nov 30, 2009 at 1:39 PM, inhahe wrote: >> >> i'm pretty new to javascript programming, but i'm pretty sure you just >> need ajax, which AFAIK is a highly technical way of saying "using >> javascript in a way that makes web page

Re: Completely OT

2009-11-30 Thread Victor Subervi
On Mon, Nov 30, 2009 at 1:39 PM, inhahe wrote: > i'm pretty new to javascript programming, but i'm pretty sure you just > need ajax, which AFAIK is a highly technical way of saying "using > javascript in a way that makes web pages interactive" > JSON afaik is a way of data to and from the server

Re: Completely OT

2009-11-30 Thread inhahe
i'm pretty new to javascript programming, but i'm pretty sure you just need ajax, which AFAIK is a highly technical way of saying "using javascript in a way that makes web pages interactive" JSON afaik is a way of data to and from the server that allows for lists and more variable types and such, b

Re: Completely OT

2009-11-30 Thread Victor Subervi
On Mon, Nov 30, 2009 at 1:15 PM, Rami Chowdhury wrote: > On Mon, Nov 30, 2009 at 04:26, Victor Subervi > wrote: > > Hi; > > I need a recommendation. I want to print out data like this: > > > > blue > > red > > > > and enable the user to select the various colors he wants to add to a > list > > th

Re: Completely OT

2009-11-30 Thread Rami Chowdhury
On Mon, Nov 30, 2009 at 04:26, Victor Subervi wrote: > Hi; > I need a recommendation. I want to print out data like this: > > blue > red > > and enable the user to select the various colors he wants to add to a list > that would populate itself on the same page where the selections are, and > then

Completely OT

2009-11-30 Thread Victor Subervi
Hi; I need a recommendation. I want to print out data like this: blue red and enable the user to select the various colors he wants to add to a list that would populate itself on the same page where the selections are, and then, once he's selected all the colors he wants, click to add them all at