August 2010
3 posts
5 tags
Tumblr: QuickTumble Safari Extension
We made simple extension for Safari 5 which allows you to quick post to tumblr. It is called QuickTumble and can be obtained here for free. Currently it provides: toolbar button - toggles bar with shortcuts to add different media types to tumblelog (text, photo, link, etc.) “Tumble Link to this Page” context menu for quick posting links to currently browsed page “Tumble...
Aug 18th
3 notes
6 tags
Django: detect user's first login
Sometimes we want to detect information about user’s first login, e.g. to show account detail or edit form. First thought would be to look at last_login field in User model, but… it is filled with date after user signed up and doesn’t logged in yet. So, can we assume that User.last_login and User.date_joined fields have equal value after registration? I think it is too risky -...
Aug 9th
4 tags
Facebook: Profile tab with your GitHub...
We made simple application for Facebook allowing you to display your open source (public) repositories stored on GitHub. Obviously, it’s called GitHub Repositories and is available here: http://www.facebook.com/apps/application.php?id=120729024640004. Here’s how it looks: For live demo go to our Facebook page. It is very simple at the moment - when you connect app to your profile...
Aug 4th