jbox
- Karma
- 96
- Created
- February 7, 2009 (17y ago)
- Submissions
- 0
cto @ mobify.com
- Superstylin, a JS plugin to edit and save CSS in browser (johnboxall.github.com)
- Django Pattern: get_allowed_or_404 (3oh2.com)
In Django, a common view pattern is to protect access to a resource by user ownership. This article discusses how to allow staff to access any resource while still restricting regular user access.
- Not Mobile Browser Detection: Finding phones by looking for desktops (notnotmobile.appspot.com)
Mobile browser detection involves comparing the User-Agent header against a list of well known mobile browser strings. If the problem is reversed the number of false positives can be reduced.