Re: Proposal: Generic newforms media

2007-05-27 Thread James Bennett
On 5/27/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > If you have a specific proposal on how to bundle CSS files together in > the way you describe, feel free to suggest it. I've done this for JavaScript, and it wasn't terribly hard -- I wrote a little script that takes a list of JS files,

Re: Proposal: Generic newforms media

2007-05-27 Thread Russell Keith-Magee
On 5/27/07, Jeremy Bowers <[EMAIL PROTECTED]> wrote: > > Russell Keith-Magee wrote: > > > > > > > > > > > > > > > > This is a bad thing. Requests are extremely expensive and this is > encouraging scenarios where you end up with 30, 40, maybe more little > CSS and JS files. I'd never deploy t

Re: newforms captcha field

2007-05-27 Thread SmileyChris
On May 27, 11:34 pm, itsnotvalid <[EMAIL PROTECTED]> wrote: > I am hearing somthing called ReCAPTCHA (http://www.recaptcha.net, > powered by Django ;-) ) which is basically an online captcha service > API. You may want to look into them as well. I've got a mostly complete newforms implementation

Re: Proposal: Generic newforms media

2007-05-27 Thread Honza Král
On 5/27/07, Jeremy Bowers <[EMAIL PROTECTED]> wrote: > > Russell Keith-Magee wrote: > > > > > > > > > > > > > > > > This is a bad thing. Requests are extremely expensive and this is > encouraging scenarios where you end up with 30, 40, maybe more little > CSS and JS files. I'd never deploy th

Re: Proposal: Generic newforms media

2007-05-27 Thread Jeremy Bowers
Russell Keith-Magee wrote: > > > > > > > This is a bad thing. Requests are extremely expensive and this is encouraging scenarios where you end up with 30, 40, maybe more little CSS and JS files. I'd never deploy this; I try to never deploy with more than one of each. I generally fail

Re: newforms captcha field

2007-05-27 Thread itsnotvalid
I am hearing somthing called ReCAPTCHA (http://www.recaptcha.net, powered by Django ;-) ) which is basically an online captcha service API. You may want to look into them as well. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

Re: Proposal: Generic newforms media

2007-05-27 Thread Honza Král
Hi all, we recently stumbled on a similar problem, but not specifically related to (new)forms... we are rendering articles with some boxes (polls, images, quizes etc.) and some of these boxes need specific media files to be linked to the page. We put together a simple mechanism for allowing this (j

newforms captcha field

2007-05-27 Thread Martin Winkler
Hi all, I'd be interested in creating a newforms captcha field - did someone already create something like that? Is there general interest in this kind of stuff? Would there be any chance in putting into trunk when there are code, tests and documentation? I am already aware of the pycaptcha mod

Re: Proposal: Generic newforms media

2007-05-27 Thread Ivan Sagalaev
Russell Keith-Magee wrote: > URL path. When rendered, it should take into account settings.MEDIA_URL. As a matter of fact it's not a universal practice to have css and js filed under this root. A couple of my projects had them in separate places (even js separate from css). It can be handled as