Tumblog archive for February
Particletree » Rediscovering the Button Element
Creating a consistent interface for your users is a constant struggle for every application designer. Building consistency on the web is especially tough because the visual rendering differences across browsers and operating systems are wildly different and almost arbitrary in what can and cannot be done. No where does this become more apparent than when you’re dealing with form elements and the biggest loser of them all in the battle for a standardized look is the infamous Submit button.
http://particletree.com/features/rediscovering-the-button-element/A quote from Seth Godin
Here's a simple secret of success: ignore the sticker.
Figure out how to use the tools that the most successful people in your field understand innately.
Overdue Catchup
A quick update on a few projects including DjangoSites, WhisperGifts, Jutda, a Django-powered Forum package, and my OpenID implementation.
Uploading images to a dynamic path with Django
A fantastic blog post on setting a dynamic upload location for ImageFields and FileFields in Django.
http://scottbarnham.com/blog/2007/07/31/uploading-images-to-a-dynamic-path-with-django/