Authors (1)
| Knight News Challenge: Feowl: Networked data-collection & power cuts monitoring (feed)
Knight News Challenge: Feowl: Networked data-collection & power cuts monitoring:...
(This is an imported feed item. You can read the original item at http://azd325.tumblr.com/post/20116852655) timi 1 month, 3 weeks ago, 0 Comments | |
| Hello World (feed) Hello, to my new blog. It was build with Jekyll Bootstrap and Twitter Bootstrap. I will try to start to blog about some topics. Some Linux, Source Snippets, ... (This is an imported feed item. You can read the original item at http://azd325.github.com/2012/03/18/hello-world) timi 1 month, 3 weeks ago, 0 Comments | |
| Django: Setting Headers in your Response (feed) Today I found a interesting part in the Django Docs about set and remove of headers in responses. I know that should be do the web server like Apache but sometimes is it nicer (even recommended) to set in some cases the headers in web app directly, to test the behaviour or to make really sure to get the right headers in the response if you don't have anytime access to the server config's or a lazy sys-admin. FYI: Set and Remove in the Django Docs (This is an imported feed item. You can read the original item at http://azd325.github.com/Web/2012/03/21/django-setting-headers-in-your-response) timi 1 month, 3 weeks ago, 0 Comments | |
| Django: Pre-Validation with the URL dispatcher (feed) I work currently on a rating feature, to rate some items and I want to do this in one view to handle the methods POST and GET. POST should handle the submit request(rate count) of the item GET should handle the template with the right item to see the current user/ global rate Situation:
What we need to rate?
I start to add the first version of the view and I was adding two URL's one for GET and one for POST. And I what to handle the parameter over the named groups in Django. What we can to be more explicit? We can use The next thing we have to two exact same URL's the only difference is that the POST needs an extra parameter. Can we make this parameter optional? Yeah, we can do it again with The end solution: I have one URL for the cases of GET and POST and we create only the URL's what I need for the rating feature FYI: Optional named groups Python re (This is an imported feed item. You can read the original item at http://azd325.github.com/Web/2012/03/22/django-pre-validation-with-the-url-dispatcher) timi 1 month, 3 weeks ago, 0 Comments | |
| Pycon 2012: Stop Writing Classes (feed) By: Jack Diederich@jackdied Classes are great but they are also overused. This talk will describe examples of class overuse taken from real world code and refactor the unnecessary classes, exceptions, and modules out of them. (This is an imported feed item. You can read the original item at http://azd325.github.com/Python/2012/03/23/pycon-2012-stop-writing-classes) timi 1 month, 3 weeks ago, 0 Comments |
| Tools I use (evis) SimonRedfern 2 months ago, 0 Comments | |
| This charming man ~~~~~ (link) SimonRedfern 2 months, 1 week ago, 0 Comments | |
| How Goldman Sachs helped mask Greece's debt (link) SimonRedfern 3 months ago, 0 Comments | |
| ql.io (link) SimonRedfern 4 months ago, 0 Comments | |
| Nice 404 page, tai chi style (link) SimonRedfern 5 months ago, 0 Comments |

