-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- It was refreshing to not do the song and dance that typically comes from cancelling a service.
- Indentation is likely messed up by my blog. I believe in production I called it isin. Sorry for the confusion.
- Wrong paste: from django import template register = template.Library() @register.filter # Naming this 'within' because 'in' is a reserved word. def within(value, arg): return value...
- Did you even try executing your code? For one, you don't have any indentation after the def so the python script will fail. Also because 'in' is a python reserved word you can't...
- You can have Dopplr badge http://blog.dopplr.com/2007/10/08/dopplr-badge-for-your-blog/ Great stuff!
Jump to original thread »
Here’s the deal: I don’t like using GET parameters if I don’t have to. ReadBurner uses them all over the place; the problem is that it starts getting very tricky to maintain state with GET parameters because you have to continue to pass the same parameters to every link. So if you use a GET […]
... Continue reading »
0 comments
This thread has no comments yet.