January 18, 2012 – 3:51 pm
I’m a supporter of Wikipedia. I use their data and I think it’s a great project (especially since it’s non-profit!) and I advise you to make a tiny donation once a year, every cent counts!. But anyway, since you’re here and you’re an honest user, I want to show you a quick trick to escape [...]
January 13, 2012 – 12:11 pm
This is the result of researching for almost two days and coming up with a two-line solution.
January 6, 2012 – 2:49 pm
This is a drop-down terminal that can save you time when switching from debug console to application instance.
November 10, 2011 – 9:51 am
I am actually quoting ynef on ubuntuforums.org. I am not very confident on information availability in forums, so I’d rather mention and copy it here.
All you Zopers out there, this is how you can test, in code, whether an object from database is broken or not:
This is one good practice in using events on keyup event (when a key is released when user types in a form field). If the event is making an ajax request, this could lower the number of requests made to your web server.
Yes, you can, and that is the correct way to separate extra custom logic, while still having access to specific model methods like initializer, filters, getters and save().
One major issue i found in user experience is putting focus onto a new area, popped out almost out of nowhere, without bulling the user, but in the mean time letting him now an event occurred.
Very Large Scale Integration is one wicked field to be studying in school. I find it very exotic to work with cmos and mask design for the layering process on the silicone waffle. Free downloads included of designs, microwind mask files and icarus verilog code.
April 26, 2011 – 12:53 pm
When debugging in python, it’s sometimes difficult to figure out where to look for the definition of an instance method. It could be inherited from a more top level class in the inheritance tree, it may be a hook/patch or the result of acquisition.