July 2009
3 posts
SF Theater Buzz
It looks like it’s safe to mention this now. I recently finished building this site for a client: http://www.sftheaterbuzz.org
My friend Kim Nguyen did the design and artwork, and I think it looks pretty awesome. You should definitely hire her, as long as it doesn’t interfere with her working with me. The whole thing is written with Django and jQuery, and I used django-css with...
2 tags
I Found A Surprisingly Simple XSS Hack
So the other day, I was bored and told a friend of mine that I would try to hack into one of her accounts. I didn’t have a particularly good reason for this, I mainly just wanted to see if I could. She suggested a prominent social networking site which I’ll call X.com.
First, a little a background and disclaimer. The only reason I’m describing this exploit is because as soon as...
3 tags
Django-css Version 2 is out
I just released version 2 of Django-css, and it’s on github now.
http://github.com/dziegler/django-css/tree/master
This is a significant departure from version 1 because it uses django_compressor rather than django-compress to do compression and versioning. As a result, it’s much easier to use and setup.
Usage is virtually identical to django_compressor, except you can also include...