-
Recent Posts
Github badge
StackOverflow badge
How to read this blog
This blog should be read like all other specifications. First, it should be read cover-to-cover, multiple times. Then, it should be read backwards at least once. Then it should be read by picking random sections from the contents list and following all the cross-references.Promote JS
Monthly Archives: January 2009
New Open-selector version
This shall be called Version 0.2 . The cool feature of this is the inline mode, it will be useful to have an OpenID login box in topbars, inline menus or heading sections (they are all the same I think), … Continue reading
Posted in en, geek, javascript, open-selector, openid, programacion, tech, web
Tagged javascript, open-selector, openid
3 Comments
Using object_list generic view for pagination in Django
Whenever I want to display a list of items I’ll need pagination, calculate first page, next page, total pages, current page, previous page, etc. Although Django comes with pretty good pagination helpers, I’ve found that using the list_detail.object_list generic view … Continue reading
