God am I frustrated. It’s 3 am and I’ve been trying to setup a decent Python environment in Ubuntu since 10 am yesterday! Well, I gotta say that I’m very well impressed with Ubuntu, though. It’s a pretty cool OS with an awesome user experience. My problems…(read more)
Posts de ‘Bernardo Heynemann’
[Bernardo Heynemann] <frustrated>Am I that stupid?
Friday, February 20th, 2009[Bernardo Heynemann] Pyccuracy 0.1.0
Monday, February 9th, 2009First of all I want to say that I’m sorry for the infamous name that I gave this project, but I simple couldn’t resist converting Accuracy to Pyccuracy (watch out for Accuruby, lol). Anyway, the project is here. I got almost a version that could be released,…(read more)
[Bernardo Heynemann] Django Gotchas
Friday, February 6th, 2009Hey guys, I´m in Python land now! Doing Django development! Thought I’d share some gotchas I got. I’m reading the very good book “The Definitive Guide to Django – Web Development Done Right”, and since it’s a little outdated I got some issues that I thought…(read more)
[Bernardo Heynemann] Forms, Repeatable Items, MVC, Validation, JSON – Phew, I got it!
Thursday, January 8th, 2009Introduction Following my last post , I want to introduce what I was really working in. A multi-item templated client-side mechanism. Fancy name, huh? The idea is that in a form we have some single-value fields and some multi-value fields. I need both…(read more)
[Bernardo Heynemann] Asp.Net MVC Model Binding
Tuesday, January 6th, 2009Introduction I´m doing a JQuery based component for dynamic rows using Asp.Net MVC. What that means is that the following HTML would get generated: … < tr > < td > < input type =”text” name =”model.Items[0].Name” /> </ td > <…(read more)