Barry Rowlingson
Barry Rowlingson
The arborjs.org home page (and things I've tried to build with it) cause Firefox (versions 3.x, 7.0.1) to increase memory usage until the system falls over. CPU runs at 90%-ish....
Is there a way to disable user self-registration without breaking functionality (password change etc) for existing registered users? I suspect it can be bodged for my project by overriding the...
HTML5 defines a slider control for input forms: http://webtutsdepot.com/2010/04/24/html-5-slider-input-tutorial/ which would be nice to have as a control for SciAnimator animations...
With a simple Latex file processed with XeLaTeX: ``` \documentclass{article} \usepackage{fontspec} \setmainfont{OpenDyslexic-Regular} \begin{document} \section{This is a test} {\Huge Look at my font!} Lorem ipsum... \end{document} ``` I get perfect results...
It looks from the docs like you do "per_page 25 is_endless False", but there's no reference to the "is_endless" name in the django template-sugar definition. Its just the variable: ```...
Could it be possible to set the class of the DIV created by InfoMap instances (and possibly the others). At the moment the template creates it with only an id...
Documentation http://symposion.readthedocs.org/en/latest/speakers.html says "a Speaker may have a NULL user field" but models.py in speakers/ doesn't have blank=True, so the form insists you have a user model for speakers. It's...
Am trying to get my head round Symposion (see postings to the google group...). I created 195 Slot objects for my conference, and some admin pages became very slow -...