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,
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
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
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
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
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
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
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
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