Re: WebBased Vector 2D Graphics

2007-10-16 Thread crazychrisy54
On Oct 5, 12:41 pm, Robin Becker <[EMAIL PROTECTED]> wrote: > Diez B. Roggisch wrote: > > [EMAIL PROTECTED] wrote: > > ... > > > You certainly need to get on speed with webdevelopment. Otherwise you will > > fail miserably. > > > There are several options here: > > > - rendering a server-side

Re: WebBased Vector 2D Graphics

2007-10-06 Thread Dorai
On Oct 5, 4:28 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hi there > > > I currently have a Python program outputing to the command line, > > durations of 'completed Steps' and 'data items' in relation to time > > i.e. > > > --jfh > >

Re: WebBased Vector 2D Graphics

2007-10-05 Thread Bjoern Schliessmann
[EMAIL PROTECTED] wrote: > On Oct 5, 11:43 am, Bjoern Schliessmann > The above approaches allow you to directly print to the web page. > > Would this mean I wouldn't be able to have any fancy graphics > outputed such as the rectangles I mentioned before with different > filled in colours? No, it

Re: WebBased Vector 2D Graphics

2007-10-05 Thread Robin Becker
Diez B. Roggisch wrote: > [EMAIL PROTECTED] wrote: > ... > > You certainly need to get on speed with webdevelopment. Otherwise you will > fail miserably. > > There are several options here: > > - rendering a server-side image, deliver that embedded in a html-page > > - render using html

Re: WebBased Vector 2D Graphics

2007-10-05 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Hi there > > I currently have a Python program outputing to the command line, > durations of 'completed Steps' and 'data items' in relation to time > i.e. > > > --jfh > -kl//kl started after jfh finished > % D

Re: WebBased Vector 2D Graphics

2007-10-05 Thread cjt22
On Oct 5, 11:43 am, Bjoern Schliessmann wrote: > [EMAIL PROTECTED] wrote: > > Is there any way this web programming can be done in python. > > Sure. Minimalistic approaches include using CGI > (http://docs.python.org/lib/module-cgi.html) > or using Apache with mod_python directly. There are also

Re: WebBased Vector 2D Graphics

2007-10-05 Thread Bjoern Schliessmann
[EMAIL PROTECTED] wrote: > Is there any way this web programming can be done in python. Sure. Minimalistic approaches include using CGI (http://docs.python.org/lib/module-cgi.html) or using Apache with mod_python directly. There are also web frameworks for Python, but I don't know much about th

WebBased Vector 2D Graphics

2007-10-05 Thread cjt22
Hi there I currently have a Python program outputing to the command line, durations of 'completed Steps' and 'data items' in relation to time i.e. --jfh -kl//kl started after jfh finished % Ds //new data arrived at this point in time