php error handling . Is it just me, or is the "white screen of death" THE single most annoying thing about php? In the past 2 days, I've spent no less than 3 hours figuring out why a couple of new scripts kept 'choking' and I just ...
php error handling . Is it just me, or is the "white screen of death" THE single most annoying thing about php? In the past 2 days, I've spent no less than 3 hours figuring out why a couple of new scripts kept 'choking' and I just ...
1. http://www.b-list.org/weblog/2006/jun/14/ django-tips -template-context-processors/ This knocked out my admin, but media-url did work 2. using templatetags yourApp/templatetags/media-url.py: from django.template import Library ...
http://www.b-list.org/weblog/2006/jun/06/ django-tips -extending-user-model/ Jacob Is there a simple way to change the displayed name of the users object in the auth package?I don't care about what it's called under the hood. ...
Best Asp. net error handling article ! Parimanam on November 12, 2008. very useful article in error handling in asp.net. Thans Milan. John on January 16, 2009. Great Article!!! Thanks :). Leo schoonbroodt on February 12, 2009 ...
http://www.b-list.org/weblog/2006/jun/06/ django-tips -extending-user-model/ and Matt's supplemental blog entry here: http://www.thenestedfloat.com/articles/displaying-custom-user-profile-fields-in-djangos-admin ...
PHP is one of the simplest server side scripting language which needs no more promotion in the web development industry. Heavy traffic websites.
In this php tutorial I'll teach different ways to detect errors and bottlenecks in PHP projects. PHP tutorial.
Python Tips = I'm collecting useful script snippets here, that might also help others. == Debugging == === Interactive console === For interactive debugging in the middle of some python code just insert this line as "breakpoint": ...
Python: Tips and Tricks. As you may have noticed, I have been messing around with python quite a bit lately. I remember trying it out back in college and using it on few small projects and then abandoning it for a while. ...
empty string instead of null? I've read James Bennet's post and the Django docs (links below), but can't fathom the correct approach for this case: http://www.b-list.org/weblog/2006/jun/28/ django-tips -difference-between-blank-and-null/ ...