RE: Generate thumbnails from videos

2010-06-09 Thread Joe Goldthwaite
You could also check into MTN - Movie Thumbnailer; http://moviethumbnail.sourceforge.net/ _ From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of Venkatraman S Sent: Wednesday, June 09, 2010 4:50 AM To: django-users@googlegroups.com Subject: Generate t

Working for a startup.

2010-04-21 Thread Joe Goldthwaite
I've been working for a startup for a month or so. The main guy is enthusiastic about technology. He probably runs more applications on his computer than anyone I know. He also switched from a Windows background to a Mac notebook a year ago. He doesn't know a lot about web development or how it

RE: how do you build an html website in python?

2010-04-17 Thread Joe Goldthwaite
I'm not sure what your experience level is. If you're a beginning python/web developer it can be confusing. I'm going to assume that's the case. To others in the list, feel free to correct me if I get any of this wrong. I'm no expert. To build a web site you need to have a web server. Most prod

RE: Accessing the development server from another machine.

2009-03-04 Thread Joe Goldthwaite
. It's greatly appreciated! Joe Goldthwaite -Original Message- From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of CLIFFORD ILKAY Sent: Wednesday, March 04, 2009 3:53 PM To: django-users@googlegroups.com Subject: Re: Accessing the development server

RE: Accessing the development server from another machine.

2009-03-04 Thread Joe Goldthwaite
jango-users@googlegroups.com Subject: Re: Accessing the development server from another machine. Joe Goldthwaite wrote: > I don't think it's a network problem. I've got Zope running on port 80 of > this same VM and can access it from any of the other computers. I thought > it mig

RE: Accessing the development server from another machine.

2009-03-04 Thread Joe Goldthwaite
re must be a setting somewhere. _ From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of Karen Tracey Sent: Wednesday, March 04, 2009 3:00 PM To: django-users@googlegroups.com Subject: Re: Accessing the development server from another machine. On We

RE: Accessing the development server from another machine.

2009-03-04 Thread Joe Goldthwaite
:38 AM To: django-users@googlegroups.com Subject: Re: Accessing the development server from another machine. Joe Goldthwaite wrote: > My main development is done in a Windows virtual machine > running on a Macbook Pro. Today I wanted to test the output with Safari. [snip] > It looks like

RE: Accessing the development server from another machine.

2009-03-04 Thread Joe Goldthwaite
ccessing the development server from another machine. On 3/4/09, Joe Goldthwaite wrote: > > I've been developing with the development server with the default settings > without problems. My main development is done in a Windows virtual machine > running on a Macbook Pro. Today

Accessing the development server from another machine.

2009-03-04 Thread Joe Goldthwaite
I've been developing with the development server with the default settings without problems. My main development is done in a Windows virtual machine running on a Macbook Pro. Today I wanted to test the output with Safari. Since I don't have that installed in Windows, I decided to just try connect

RE: Beginner URL question.

2009-02-23 Thread Joe Goldthwaite
>You could try using a tag to explicitly state what the >base for relative URLs should be. Thanks Ned. That sounds like it will work. I'll try it. >I would sugest that you look at named urls and the {% url %} template >tag. That way you can generate urls with the use of args for year, >month