Monthly Archives: June 2010

PHP Maillist: [Pro. PHP Dev.] php error handling

June 30, 2010
By

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 ...

Read more »

context porcessors request.context media_url breaks admin

June 28, 2010
By

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 ...

Read more »

change displayed name of users object

June 28, 2010
By

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. ...

Read more »

ASP.NET Custom Error Pages

June 28, 2010
By

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 ...

Read more »

Error using inline displays with a user profile

June 26, 2010
By

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 ...

Read more »

Error handling by PHP developers for SEO purpose | BHBodeezy

June 24, 2010
By

PHP is one of the simplest server side scripting language which needs no more promotion in the web development industry. Heavy traffic websites.

Read more »

Detecting errors and bottlenecks PHP

June 24, 2010
By

In this php tutorial I'll teach different ways to detect errors and bottlenecks in PHP projects. PHP tutorial.

Read more »

User:NeXyon/Python/Tips

June 19, 2010
By

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": ...

Read more »

Python: Tips and Tricks « Terminally Incoherent

June 14, 2010
By

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. ...

Read more »

Does a new field in existing populated database need both: null …

June 13, 2010
By

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/ ...

Read more »